PMC:7796058 / 39663-63261 JSONTXT

Annnotations TAB JSON ListView MergeView

{"target":"https://pubannotation.org/docs/sourcedb/PMC/sourceid/7796058","sourcedb":"PMC","sourceid":"7796058","source_url":"https://www.ncbi.nlm.nih.gov/pmc/7796058","text":"5. Results and Discussions\n\n5.1. Smartphone Cleaning App\nCleaning activities play an important role in reducing the risk of being exposed to COVID-19. Three types of user activities were defined for the purposes of this research: Working (i.e., the user is busy working), not working (i.e., the user is either a visitor or having time off), and cleaning (i.e., the user is a staff member who is either cleaning or disinfecting the room). As seen in Figure 8a, these three different activities were taken into consideration by the mobile application and the user-selected types of activities were internally stored in their mobile phones.\nWe assumed that after the cleaning activity was carried out, the risk of any COVID-19 viral load being present returned to zero. Over time, interactions between users and the space such as coughing, talking, and touching surfaces would again increase each room’s risk (Equation (2)). If a cleaner specifies in the mobile app that cleaning is done, the room will be marked as “cleaned”, and the risk will go down to zero. Cleaning staff, based on the COVID-19 dissecting rules and regulations forced by the facilities, are trained and clean the room using advanced cleaning equipment (e.g., electrostatic sprayers), which kills 99% viruses. This cleaning activity ensures the virus is killed, and there is no chance for cross-contamination. It is reasonable to assume that the facilities will take precautions with cleaning as much as possible. However, if this assumption is not valid, the risk will be increased over time, which complicates the calculations and increases virus spread and true-positive alarms. Considering cleaning activities resets the risk calculations for the final risk map and reduces false-positive COVID-19 notification alerts. In the future, we are going to evaluate standard-level cleaning activities for COVID-19 using smart cameras automatically. Furthermore, cleaning should include enhanced space ventilation, as airborne particles are remarkably decreased by adequate ventilation.\nFor this research, a virus transmission interval is assumed to be a time interval of 15 min. In other words, if user A was interacting with a room that had been used by a positive COVID-19 infected person, user B, the system would notify user A of probable exposure to the virus. If we consider the situation in which cleaning activity took place after user B left the room, the risk of being exposed by the infected place would be zero. This case can be considered a false positive notification alert for user A. As a result, the proposed system can considerably reduce false positive notifications by using different types of activities. A demo scenario of cleaning person is presented in Supplementary Materials and the trajectories of both building cleaners and visitors is shown in Supplementary Materials.\n\n5.2. Proximity-Based Contact Tracing\nFor the purposes of this research the third floor of the CCIT building was selected for an experiment. After extracting the related metadata such as room names for the rooms from the IndoorGML, 12 Estimote Proximity beacons were spatially distributed between 12 different cell spaces. The contact tracing technique applied for this research was designed in a way that protects user privacy. The application detects the proximal appearance of users within the proximity zone of each beacon by considering the value of the Received Signal Strength Indicator (RSSI) that was broadcasted by the beacons. The duration of appearance of the user in the proximity zone defined for each beacon and the corresponding date and time information for this proximal appearance are the only information stored in the internal storage of mobile phones. Figure 8b shows a screenshot of the developed mobile application for collecting different types of observations including BeaconID, time, date, and the duration that the target user spent in the proximal zone of each beacon. Assuming that the incubation period of COVID-19 is two weeks, the application will work as a background service that saves data internally for a two-week period.\nIn situations in which the user becomes a positive COVID-19 case, he/she can voluntarily share data captured within the past two weeks with the backend database management system. An AWS product Amazon Cognito was used to control user authentication and access to data storage. As shown in Figure 8c, users are required to sign in/up for an Amazon Cognito account in order to share their information. After signing in as an authorized client, users can publish their internal information to the Amazon cloud as shown in Figure 8d. All of the data related to the COVID-19 cases will be stored and managed in the DynamoDB database in the Amazon cloud. Our developed application was connected to the DynamoDB using another AWS product, the IoT Core. When new data is added to cloud storage, the contact tracing application will look for any matches between the backend data and the data stored internally in the user device. If it finds any matches that show that a confirmed COVID-19 positive case and the target user were close to each other for more than 15 min, the application will then notify the target user about potential exposure to COVID-19 and alert cleaning staff to disinfect the place. This process is shown in Figure 9. A demo of people trajectories is shown in Supplementary Materials.\nThere are various methods for indoor positioning, such as WiFi, BLE beacons, or dead reckoning. Using BLE technology is cost-effective compared to other indoor positioning techniques, which use maintenance, installation, and cabling costs. Generally, Bluetooth devices cost ~20× less than WiFi devices and have a similar WiFi accuracy [60].\nIn this paper, we focused on BLE proximity detection for contact tracing instead of precise positioning. Three categories of user location will be of importance for this paper including immediate (less than 60 cm), near (1–6 m), and far (\u003e10 m) distance of the Bluetooth receiver from active BLE beacon. On the other hand, it was still a challenge working with BLE signals that are interfered with by structures. Indoor setting and layout have direct effects on radio waves used in Bluetooth technology. Another challenge was that the different beacon types and battery states produce different signal strengths, so using one beacon library for all types of beacons was problematic.\nIn this paper, an active BLE beacon is placed in each IndoorGML cell (e.g., room). Moreover, we focus on proximity detection (i.e., immediate (within 0.6 m away), near (within about 1–8 m), and far (is beyond 10 m) distances from the active BLE beacon) to make indoor spatiotemporal trajectories using IndoorGML cell connectivity. We avoided having to determine the exact range by way of careful beacon placement to prevent overlaps. In the context of COVID-19 spread, locating in the immediate and near distance from the infected host would be dangerous for coronavirus transmission (through droplet transmission). Accordingly, different health organizations such as WHO recommended two meters distance from others. As a result, proximity detection should be of more importance in the COVID-19 context. In other words, considering precise positioning would only increase the computation cost in this specific application. Describing an indoor location using IndoorGML graph cell also helps with privacy. Considering privacy concerns for individual tracking, especially in indoor environments, we believe that proximity positioning respects user privacy more than precise positioning.\nDepending on the size of the data, type of beacons, and network bandwidth, mobile proximity detection performance may differ. In our experiment, various beacons such as Estimote (https://estimote.com/), Accent Systems (https://accent-systems.com/) and Radius Networks (https://www.radiusnetworks.com/) have been evaluated using the developed app on the Samsung Galaxy S9 smartphone. Our results demonstrated that the app could capture a beacon’s proximity of fewer than 60 milliseconds, which is enough for our case study. The complexity of the position determination depends on the beacon software development kit; however, the complexity is O(n) in the worst-case scenario. Concerning the duration spent in a room, we detected and recorded durations of less than five seconds when walking past beacons in a corridor. Significance of time for the sake of COVID-19 risk was not considered important for durations less than 15 min, which was standard practice. So, our sampling and recording intervals were much better than was required for COVID-19 risk evaluation.\nThe mobile application publishes a JSON payload to the AWS IoT Core cloud data management system in which: Online service: A single record showing the presence of a user in the proximity of an active BLE beacon is published to the AWS IoT core.\nOffline service: An array of records showing the user’s pretenses in a time window is published to the AWS cloud.\nA JSON payload showing a single enriched proximity location captured by the developed smartphone app is shown in Supplementary Materials. For more information regarding contact tracing app can be found in [61].\n\n5.3. Video-Based People Density\nThis section discusses the experimental design for our camera surveillance for counting people, People Density, or the number of people who entered or left a geofence polygon area. For indoor spaces, Physical Distancing rules result in restrictions on the number of people occupying a space. The input for the DL models was online video feeds of fixed cameras focused on the regions of interest defined as IndoorGML cells (e.g., rooms, corridors, lobbies, elevators, stairs, and coffee places). Some cameras might even be able to cover multiple regions of interest (IndoorGML cells), depending on where they are installed and if the spaces are separated by glass walls or windows. An alarm can be triggered by the number of people entering or exiting a region (identified in the camera image) if the density of people exceeds the density of that area. Moreover, the number of people violating physical distancing rules can be identified and reported to the IoCT.\nFor our cleaning use case demo (Supplementary Materials), we considered a meeting room as an IndoorGML node (Room 326) with a four-person capacity. For this demo, the OGC indoorGML was used as it offered the following advantages: IndoorGML cells were defined as the geofence; the geometry and area of each cell (geofence) were calculated and the location of each indoorGML cell (the centroid of the geofence) was used for the enrichment of the camera data. The number of people entering or exiting each cell was monitored. People in each frame were detected in real-time using a pre-trained You Only Look Once (YOLO) model [62] and the results were then published as an MQTT message to the AWS IoT Core. On the backend, the maximum allowed people in a cell, or cell capacity, was either assigned by the building management, or calculated by dividing the cell area into squares of six feet two inches. The “Gathering Restriction”—the number of people over each IndoorGML node—was then calculated. This value changes over a range of 0–1 based on the number of people divided by the capacity of the room. Should the number of people exceed the cell capacity, a Gathering Restriction alarm would be generated for the cell. The following figure (Figure 10) shows a frame of the meeting room, detected people, and Gathering Restriction alarm. The video demo of this scene is attached in Supplementary Materials which shows the people count online when they enter or exit the room.\n\n5.4. Video-Based Physical Distancing\nPhysical Distancing was monitored for each cell using a pre-trained YOLO model for detecting people in that cell. Relative distance was then calculated as follows: The pairwise distance between two people is the distance between the two similar corners of their bounding box. In order to minimize the camera’s vanishing point effect, the distance was then compared to their bounding box diameters. If the distance was less than the longest diameter, it was assumed that the relative distance between those people was violating the Physical Distancing rule. For the following example, the view from a fixed camera was divided into several polygons (geofences). This can result in the creation of separate geofences (indicated by the IndoorGML nodes if they were in the building) from the camera’s viewpoint. The number of people per geofence polygon and the number of times that people were closer than two metres were reported to the IoCT. The following figure (Figure 11) shows a frame of multiple geofences in an outdoor area, the detected people, and the Physical Distancing violations. The video demo of this scene is attached in Supplementary Materials which shows the people count online when they entered or exited the geofences, as well as the physical distancing violations. Outdoor geofences can be connected to the IndoorGML graph nodes.\n\n5.5. Video-Based Risky Behavior Detection\nCamera stream processing is a popular and quick way to detect objects. Human behaviors and actions can be detected as objects from the video frames using a trained deep learning model. For the detection of risky behaviors such as coughing, hugging, handshaking, and doorknob touching, the You Only Look Once version3 (YOLOv3) which is suitable for real-time behavior detection for online video streams, was trained and applied [63,64]. This library classifies and localizes detected objects in one step with a speed of faster than 40 frames per second (FPS). We considered two main types of risky behaviors for COVID-19 indoor transmission: Group risky behaviors (e.g., hugging) and individual risky behaviors (e.g., coughing). Figure 12 illustrates how to train a model for COVID-19 transmission risky behavior detection using YOLOv3.\nIn total, 603 images for coughing, 634 images for hugging, 608 images for handshaking, and 623 images for door touching were used from COCO dataset [62] for transfer learning for the pre-trained model (YOLOv3). These images were taken from free sources found through Google image searches. For labelling objects, a semi-automatic method was applied. Darknet library was also used for training. For individual behaviors, all of the people in images were detected and labelled in a text file whilst the algorithm aggregated intersected bounding boxes of people into a single bounding box. As wrong labels might be generated, the images should be manually checked to correct misclassified objects. For this step 80 percent of the images were selected for training and 20 percent for testing. To increase the accuracy of this model, the configuration in Table 3 was used.\nTo increase training accuracy and speed, a transfer learning process was applied. The base layer is a pre-trained YOLOv3 that uses the COCO dataset for all of the layers of our model except the last. Transfer learning helps with training by exploiting the knowledge of a pre-trained supervised model to address the problems of small training datasets for COVID-19 risky behaviors [65]. To evaluate the accuracy of the model, we tried to check the results for different video datasets by exporting all of the frames for detection under various circumstances for the metrics listed in Table 4.\nAfter studying the outcomes, we found that the “hugging” and “handshaking” classes experienced the highest false negative results compared to coughing as the larger dataset was being prepared for training. It appeared that hugging and handshaking (grouping actions) were more varied in terms of the types of handshaking and hugging. Therefore, training precision could be improved with the preparation of more varied data. Moreover, some of the false positive results for coughing showed that in most cases, moving a hand near the face was detected as coughing, regardless whether it had actually taken place. Furthermore, the number of false negatives increased in a more populated area. Detected touching behavior results demonstrated high numbers of false negative cases. About 75 percent of false negative cases occurred when the predictor incorrectly detected small objects. Therefore, specifying limitations for box sizes and level of confidence for the predictor can reduce false negatives. The results of evaluating precision, recall, F-score, and number of samples for each behavior action class is listed in Table 5.\n\n5.6. Audio-Based Risky Behavior Detection\nThis section examines an audio classification algorithm that recognizes coughing and sneezing using an audio sensor with an embedded DL engine. The methodology for audio detection is shown in Figure 13. This figure shows the four main steps of the audio DL process.The recording needs to first be preprocessed for noise before being used for extracting sound features. The most commonly known time-frequency feature is the short-time Fourier transform [67], Mel spectrogram [68], and wavelet spectrogram [69]. The Mel spectrogram was based on a nonlinear frequency scale motivated by human auditory perception and provides a more compact spectral representation of sounds when compared to the STFT [3]. To compute a Mel spectrogram, we first convert the sample audio files into time series. Next, its magnitude spectrogram is computed, and then mapped onto the Mel scale with power 2. The end result would be a Mel spectrogram [70]. The last step in preprocessing would be to convert Mel spectrograms into log Mel spectrograms. Then the image results would be introduced as an input to the deep learning modelling process.\nConvolutional neural network (CNN) architectures use multiple blocks of successive convolution and pooling operations for feature learning and down sampling along the time and feature dimensions, respectively [71]. The VGG16 is a pre-trained CNN [72] used as a base model for transfer learning (Table 6) [73]. VGG16 is a famous CNN architecture that uses multiple stacks of small kernel filters (3 by 3) instead of the shallow architecture of two or three layers with large kernel filters [74]. Using multiple stacks of small kernel filters increases the network’s depth, which results in improving complex feature learning while decreasing computation costs. VGG16 architecture includes 16 convolutional and three fully connected layers. Audio-based risky behavior detection is based on complex features and distinguishable behaviors (e.g., coughing, sneezing, background noise), which requires a deeper CNN model than shallow architecture (i.e., two or three-layer architecture) offers [75]. VGG16 has been adopted for audio event detection and demonstrated significant literature results [71]. The feature maps were flattened to obtain the fully connected layer after the last convolutional layer. For most CNN-based architectures, only the last convolutional layer activations are connected to the final classification layer [76].\nThe ESC-50 [77] and AudioSet [78] datasets were used to extract cough and sneezing training samples. The ESC-50 dataset is a labelled collection of 2000 environmental audio recordings suitable for benchmarking methods of environmental sound classification. AudioSet consists of an expanding ontology of 632 audio event classes and a collection of 2,084,320 human-labelled, 10 s sound clips taken from YouTube videos. Over 5000 samples were extracted for the transfer learning CNN model which was then divided to train and test datasets. We examined the performance of the trained CNN models using coughing and sneezing. The results are shown in Table 7.\n\n5.7. Risk Calculation and Visualization\nTo demonstrate risk calculation using Equation (2), we evaluated the proposed IoCT using the following cleaning use case scenarios. In meeting room number 326 of the CCIT building, the number of people increased as people entered the room, and this event was detected by a smart camera in the room. The number of people was shown online in the video frame and map visualization browser in green until the room capacity (five) was reached. When the fourth person came in (room capacity is assumed to be three), the alarm notification for “Room exceeded capacity” is shown. After that, a person coughed in the meeting room, and this event was detected by both the smart camera and audio sensors. A notification showed “Cough detected”. Then, the person who coughed opened the door and this event was detected by the smart camera. A “High-risk behavior detected” notification was shown. The risk profile at that moment exceeded the threshold of 0.7 and a notification was sent to the people in room, and to a cleaner. The color of the room polygon turned red indicating high risk and the room polygon was extruded (i.e., the polygon height increases) proportional to the risk value. People started to leave the room causing the risk from People Density to go down, but the risk is higher than at the very beginning as a coughing event had occurred. The total risk value of the meeting room falls but remains higher than before the risky behavior (i.e., cough) took place. The cleaner closer to the room changes his activity status to cleaning (shown by an icon on the map) and moves closer towards the room (from elevator to room). The cleaner trajectory alongside the other people trajectories extracted from BLE beacons were visualized too. After the cleaning activity, the room’s total risk level goes back down to zero and the color of the room polygon changes back to green. The video demo of this scene is attached in the Supplementary Materials which shows the risk profile of the room. A sample screen shot of the Supplementary Materials demo video is presented in Figure 14.\nTo evaluate the impact of various weights assigned to different map layers, we used two sets of weights for map layer aggregations on the client side: Profile 1: W1=W2=W3=W4=1; and Profile 2: W1=0.1, W2=0.4, W3=0.3, and W4=0.2 as mentioned in Section 4.1. Figure 15 shows two risk profiles for room 326 over 40 min from 20:00 to 20: 40 p.m. on 11 June 2020.\nEvaluating precision, recall, and F-Score of video-Based and audio-Based risky behavior detection are listed in in Table 5 and Table 7 accordingly. Table 8 includes time performance of different developed functionalities (e.g., video-based person density, video-based physical distancing, video-based risky behavior detection, and audio-based risky behavior detection) on various platforms such as Jetson NX, laptop, and android smartphone. The performance of using a deep learning engine is highly dependent on Graphics and Computing processors. Therefore, the performance of those functionalities is evaluated on a laptop with more robust processing units. The laptop has NVIDIA GeForce RTX 2070 with 7.5 computation capabilities and a Core i7. Therefore, the performance on Jetson NX is lower than on the laptop. The best performance values are video-based risky behavior detection because they only involve the object detection task. Audio-based risky behavior detection segments the voice in specific time frames and converts them into spectrogram images. Voice patterns are detected in images using the VGG model. Therefore, the time of processing for audio is higher than video object detection. Video-based people density and video-based physical distancing give worse performance values than simple object detection regarding complexities in tracking functions.","divisions":[{"label":"title","span":{"begin":0,"end":26}},{"label":"sec","span":{"begin":28,"end":2862}},{"label":"title","span":{"begin":28,"end":56}},{"label":"p","span":{"begin":57,"end":637}},{"label":"p","span":{"begin":638,"end":2050}},{"label":"p","span":{"begin":2051,"end":2862}},{"label":"sec","span":{"begin":2864,"end":9268}},{"label":"title","span":{"begin":2864,"end":2900}},{"label":"p","span":{"begin":2901,"end":4123}},{"label":"p","span":{"begin":4124,"end":5423}},{"label":"p","span":{"begin":5424,"end":5764}},{"label":"p","span":{"begin":5765,"end":6447}},{"label":"p","span":{"begin":6448,"end":7632}},{"label":"p","span":{"begin":7633,"end":8698}},{"label":"p","span":{"begin":8699,"end":9057}},{"label":"p","span":{"begin":8806,"end":8943}},{"label":"p","span":{"begin":8944,"end":9057}},{"label":"p","span":{"begin":9058,"end":9268}},{"label":"sec","span":{"begin":9270,"end":11739}},{"label":"title","span":{"begin":9270,"end":9301}},{"label":"p","span":{"begin":9302,"end":10264}},{"label":"p","span":{"begin":10265,"end":11739}},{"label":"sec","span":{"begin":11741,"end":13126}},{"label":"title","span":{"begin":11741,"end":11777}},{"label":"p","span":{"begin":11778,"end":13126}},{"label":"sec","span":{"begin":13128,"end":16592}},{"label":"title","span":{"begin":13128,"end":13169}},{"label":"p","span":{"begin":13170,"end":14005}},{"label":"p","span":{"begin":14006,"end":14873}},{"label":"p","span":{"begin":14874,"end":15465}},{"label":"p","span":{"begin":15466,"end":16592}},{"label":"sec","span":{"begin":16594,"end":19747}},{"label":"title","span":{"begin":16594,"end":16635}},{"label":"p","span":{"begin":16636,"end":17758}},{"label":"p","span":{"begin":17759,"end":19093}},{"label":"p","span":{"begin":19094,"end":19747}},{"label":"title","span":{"begin":19749,"end":19788}},{"label":"p","span":{"begin":19789,"end":21869}},{"label":"p","span":{"begin":21870,"end":22227}}],"tracks":[{"project":"LitCovid-PubTator","denotations":[{"id":"269","span":{"begin":141,"end":149},"obj":"Disease"},{"id":"275","span":{"begin":715,"end":723},"obj":"Disease"},{"id":"276","span":{"begin":827,"end":835},"obj":"Disease"},{"id":"277","span":{"begin":1088,"end":1096},"obj":"Disease"},{"id":"278","span":{"begin":1761,"end":1769},"obj":"Disease"},{"id":"279","span":{"begin":1870,"end":1878},"obj":"Disease"},{"id":"283","span":{"begin":2231,"end":2239},"obj":"Disease"},{"id":"284","span":{"begin":2240,"end":2248},"obj":"Disease"},{"id":"285","span":{"begin":2459,"end":2467},"obj":"Disease"},{"id":"290","span":{"begin":3954,"end":3960},"obj":"Gene"},{"id":"291","span":{"begin":3579,"end":3585},"obj":"Gene"},{"id":"292","span":{"begin":3383,"end":3389},"obj":"Gene"},{"id":"293","span":{"begin":4001,"end":4009},"obj":"Disease"},{"id":"299","span":{"begin":5367,"end":5373},"obj":"Species"},{"id":"300","span":{"begin":4175,"end":4183},"obj":"Disease"},{"id":"301","span":{"begin":4686,"end":4694},"obj":"Disease"},{"id":"302","span":{"begin":5097,"end":5105},"obj":"Disease"},{"id":"303","span":{"begin":5264,"end":5272},"obj":"Disease"},{"id":"307","span":{"begin":6391,"end":6397},"obj":"Gene"},{"id":"308","span":{"begin":6310,"end":6316},"obj":"Gene"},{"id":"309","span":{"begin":6061,"end":6067},"obj":"Gene"},{"id":"317","span":{"begin":6844,"end":6850},"obj":"Gene"},{"id":"318","span":{"begin":6693,"end":6699},"obj":"Gene"},{"id":"319","span":{"begin":6477,"end":6483},"obj":"Gene"},{"id":"320","span":{"begin":7007,"end":7018},"obj":"Species"},{"id":"321","span":{"begin":6900,"end":6908},"obj":"Disease"},{"id":"322","span":{"begin":6970,"end":6978},"obj":"Disease"},{"id":"323","span":{"begin":7234,"end":7242},"obj":"Disease"},{"id":"328","span":{"begin":8216,"end":8222},"obj":"Gene"},{"id":"329","span":{"begin":8070,"end":8076},"obj":"Gene"},{"id":"330","span":{"begin":8489,"end":8497},"obj":"Disease"},{"id":"331","span":{"begin":8673,"end":8681},"obj":"Disease"},{"id":"333","span":{"begin":8903,"end":8909},"obj":"Gene"},{"id":"335","span":{"begin":9287,"end":9293},"obj":"Species"},{"id":"344","span":{"begin":9390,"end":9396},"obj":"Species"},{"id":"345","span":{"begin":9398,"end":9404},"obj":"Species"},{"id":"346","span":{"begin":9431,"end":9437},"obj":"Species"},{"id":"347","span":{"begin":9568,"end":9574},"obj":"Species"},{"id":"348","span":{"begin":10026,"end":10032},"obj":"Species"},{"id":"349","span":{"begin":10113,"end":10119},"obj":"Species"},{"id":"350","span":{"begin":10178,"end":10184},"obj":"Species"},{"id":"351","span":{"begin":9758,"end":9767},"obj":"Disease"},{"id":"360","span":{"begin":10736,"end":10742},"obj":"Species"},{"id":"361","span":{"begin":10788,"end":10794},"obj":"Species"},{"id":"362","span":{"begin":11005,"end":11011},"obj":"Species"},{"id":"363","span":{"begin":11208,"end":11214},"obj":"Species"},{"id":"364","span":{"begin":11323,"end":11329},"obj":"Species"},{"id":"365","span":{"begin":11388,"end":11394},"obj":"Species"},{"id":"366","span":{"begin":11561,"end":11567},"obj":"Species"},{"id":"367","span":{"begin":11686,"end":11692},"obj":"Species"},{"id":"375","span":{"begin":11871,"end":11877},"obj":"Species"},{"id":"376","span":{"begin":11976,"end":11982},"obj":"Species"},{"id":"377","span":{"begin":12284,"end":12290},"obj":"Species"},{"id":"378","span":{"begin":12599,"end":12605},"obj":"Species"},{"id":"379","span":{"begin":12656,"end":12662},"obj":"Species"},{"id":"380","span":{"begin":12820,"end":12826},"obj":"Species"},{"id":"381","span":{"begin":12952,"end":12958},"obj":"Species"},{"id":"387","span":{"begin":13241,"end":13246},"obj":"Species"},{"id":"388","span":{"begin":13400,"end":13408},"obj":"Disease"},{"id":"389","span":{"begin":13781,"end":13789},"obj":"Disease"},{"id":"390","span":{"begin":13887,"end":13895},"obj":"Disease"},{"id":"391","span":{"begin":13945,"end":13953},"obj":"Disease"},{"id":"395","span":{"begin":14437,"end":14443},"obj":"Species"},{"id":"396","span":{"begin":14558,"end":14564},"obj":"Species"},{"id":"397","span":{"begin":14031,"end":14039},"obj":"Disease"},{"id":"399","span":{"begin":15229,"end":15237},"obj":"Disease"},{"id":"403","span":{"begin":15608,"end":15616},"obj":"Disease"},{"id":"404","span":{"begin":15938,"end":15946},"obj":"Disease"},{"id":"405","span":{"begin":16018,"end":16026},"obj":"Disease"},{"id":"408","span":{"begin":17220,"end":17225},"obj":"Species"},{"id":"409","span":{"begin":16708,"end":16716},"obj":"Disease"},{"id":"411","span":{"begin":18601,"end":18609},"obj":"Disease"},{"id":"415","span":{"begin":19451,"end":19456},"obj":"Species"},{"id":"416","span":{"begin":19158,"end":19163},"obj":"Disease"},{"id":"417","span":{"begin":19691,"end":19699},"obj":"Disease"},{"id":"429","span":{"begin":19984,"end":19990},"obj":"Species"},{"id":"430","span":{"begin":20004,"end":20010},"obj":"Species"},{"id":"431","span":{"begin":20102,"end":20108},"obj":"Species"},{"id":"432","span":{"begin":20770,"end":20776},"obj":"Species"},{"id":"433","span":{"begin":20969,"end":20975},"obj":"Species"},{"id":"434","span":{"begin":21024,"end":21030},"obj":"Species"},{"id":"435","span":{"begin":21461,"end":21467},"obj":"Species"},{"id":"436","span":{"begin":20506,"end":20511},"obj":"Disease"},{"id":"437","span":{"begin":21106,"end":21114},"obj":"Disease"},{"id":"438","span":{"begin":21239,"end":21244},"obj":"Disease"},{"id":"439","span":{"begin":21399,"end":21407},"obj":"Disease"},{"id":"441","span":{"begin":23443,"end":23449},"obj":"Species"}],"attributes":[{"id":"A269","pred":"tao:has_database_id","subj":"269","obj":"MESH:C000657245"},{"id":"A275","pred":"tao:has_database_id","subj":"275","obj":"MESH:C000657245"},{"id":"A276","pred":"tao:has_database_id","subj":"276","obj":"MESH:D003371"},{"id":"A277","pred":"tao:has_database_id","subj":"277","obj":"MESH:C000657245"},{"id":"A278","pred":"tao:has_database_id","subj":"278","obj":"MESH:C000657245"},{"id":"A279","pred":"tao:has_database_id","subj":"279","obj":"MESH:C000657245"},{"id":"A283","pred":"tao:has_database_id","subj":"283","obj":"MESH:C000657245"},{"id":"A284","pred":"tao:has_database_id","subj":"284","obj":"MESH:D007239"},{"id":"A285","pred":"tao:has_database_id","subj":"285","obj":"MESH:D007239"},{"id":"A290","pred":"tao:has_database_id","subj":"290","obj":"Gene:59286"},{"id":"A291","pred":"tao:has_database_id","subj":"291","obj":"Gene:59286"},{"id":"A292","pred":"tao:has_database_id","subj":"292","obj":"Gene:59286"},{"id":"A293","pred":"tao:has_database_id","subj":"293","obj":"MESH:C000657245"},{"id":"A299","pred":"tao:has_database_id","subj":"299","obj":"Tax:9606"},{"id":"A300","pred":"tao:has_database_id","subj":"300","obj":"MESH:C000657245"},{"id":"A301","pred":"tao:has_database_id","subj":"301","obj":"MESH:C000657245"},{"id":"A302","pred":"tao:has_database_id","subj":"302","obj":"MESH:C000657245"},{"id":"A303","pred":"tao:has_database_id","subj":"303","obj":"MESH:C000657245"},{"id":"A307","pred":"tao:has_database_id","subj":"307","obj":"Gene:59286"},{"id":"A308","pred":"tao:has_database_id","subj":"308","obj":"Gene:59286"},{"id":"A309","pred":"tao:has_database_id","subj":"309","obj":"Gene:59286"},{"id":"A317","pred":"tao:has_database_id","subj":"317","obj":"Gene:59286"},{"id":"A318","pred":"tao:has_database_id","subj":"318","obj":"Gene:59286"},{"id":"A319","pred":"tao:has_database_id","subj":"319","obj":"Gene:59286"},{"id":"A320","pred":"tao:has_database_id","subj":"320","obj":"Tax:11118"},{"id":"A321","pred":"tao:has_database_id","subj":"321","obj":"MESH:C000657245"},{"id":"A322","pred":"tao:has_database_id","subj":"322","obj":"MESH:D007239"},{"id":"A323","pred":"tao:has_database_id","subj":"323","obj":"MESH:C000657245"},{"id":"A328","pred":"tao:has_database_id","subj":"328","obj":"Gene:59286"},{"id":"A329","pred":"tao:has_database_id","subj":"329","obj":"Gene:59286"},{"id":"A330","pred":"tao:has_database_id","subj":"330","obj":"MESH:C000657245"},{"id":"A331","pred":"tao:has_database_id","subj":"331","obj":"MESH:C000657245"},{"id":"A333","pred":"tao:has_database_id","subj":"333","obj":"Gene:59286"},{"id":"A335","pred":"tao:has_database_id","subj":"335","obj":"Tax:9606"},{"id":"A344","pred":"tao:has_database_id","subj":"344","obj":"Tax:9606"},{"id":"A345","pred":"tao:has_database_id","subj":"345","obj":"Tax:9606"},{"id":"A346","pred":"tao:has_database_id","subj":"346","obj":"Tax:9606"},{"id":"A347","pred":"tao:has_database_id","subj":"347","obj":"Tax:9606"},{"id":"A348","pred":"tao:has_database_id","subj":"348","obj":"Tax:9606"},{"id":"A349","pred":"tao:has_database_id","subj":"349","obj":"Tax:9606"},{"id":"A350","pred":"tao:has_database_id","subj":"350","obj":"Tax:9606"},{"id":"A351","pred":"tao:has_database_id","subj":"351","obj":"MESH:D006973"},{"id":"A360","pred":"tao:has_database_id","subj":"360","obj":"Tax:9606"},{"id":"A361","pred":"tao:has_database_id","subj":"361","obj":"Tax:9606"},{"id":"A362","pred":"tao:has_database_id","subj":"362","obj":"Tax:9606"},{"id":"A363","pred":"tao:has_database_id","subj":"363","obj":"Tax:9606"},{"id":"A364","pred":"tao:has_database_id","subj":"364","obj":"Tax:9606"},{"id":"A365","pred":"tao:has_database_id","subj":"365","obj":"Tax:9606"},{"id":"A366","pred":"tao:has_database_id","subj":"366","obj":"Tax:9606"},{"id":"A367","pred":"tao:has_database_id","subj":"367","obj":"Tax:9606"},{"id":"A375","pred":"tao:has_database_id","subj":"375","obj":"Tax:9606"},{"id":"A376","pred":"tao:has_database_id","subj":"376","obj":"Tax:9606"},{"id":"A377","pred":"tao:has_database_id","subj":"377","obj":"Tax:9606"},{"id":"A378","pred":"tao:has_database_id","subj":"378","obj":"Tax:9606"},{"id":"A379","pred":"tao:has_database_id","subj":"379","obj":"Tax:9606"},{"id":"A380","pred":"tao:has_database_id","subj":"380","obj":"Tax:9606"},{"id":"A381","pred":"tao:has_database_id","subj":"381","obj":"Tax:9606"},{"id":"A387","pred":"tao:has_database_id","subj":"387","obj":"Tax:9606"},{"id":"A388","pred":"tao:has_database_id","subj":"388","obj":"MESH:D003371"},{"id":"A389","pred":"tao:has_database_id","subj":"389","obj":"MESH:C000657245"},{"id":"A390","pred":"tao:has_database_id","subj":"390","obj":"MESH:D003371"},{"id":"A391","pred":"tao:has_database_id","subj":"391","obj":"MESH:C000657245"},{"id":"A395","pred":"tao:has_database_id","subj":"395","obj":"Tax:9606"},{"id":"A396","pred":"tao:has_database_id","subj":"396","obj":"Tax:9606"},{"id":"A397","pred":"tao:has_database_id","subj":"397","obj":"MESH:D003371"},{"id":"A399","pred":"tao:has_database_id","subj":"399","obj":"MESH:C000657245"},{"id":"A403","pred":"tao:has_database_id","subj":"403","obj":"MESH:D003371"},{"id":"A404","pred":"tao:has_database_id","subj":"404","obj":"MESH:D003371"},{"id":"A405","pred":"tao:has_database_id","subj":"405","obj":"MESH:D003371"},{"id":"A408","pred":"tao:has_database_id","subj":"408","obj":"Tax:9606"},{"id":"A409","pred":"tao:has_database_id","subj":"409","obj":"MESH:D003371"},{"id":"A411","pred":"tao:has_database_id","subj":"411","obj":"MESH:D003371"},{"id":"A415","pred":"tao:has_database_id","subj":"415","obj":"Tax:9606"},{"id":"A416","pred":"tao:has_database_id","subj":"416","obj":"MESH:D003371"},{"id":"A417","pred":"tao:has_database_id","subj":"417","obj":"MESH:D003371"},{"id":"A429","pred":"tao:has_database_id","subj":"429","obj":"Tax:9606"},{"id":"A430","pred":"tao:has_database_id","subj":"430","obj":"Tax:9606"},{"id":"A431","pred":"tao:has_database_id","subj":"431","obj":"Tax:9606"},{"id":"A432","pred":"tao:has_database_id","subj":"432","obj":"Tax:9606"},{"id":"A433","pred":"tao:has_database_id","subj":"433","obj":"Tax:9606"},{"id":"A434","pred":"tao:has_database_id","subj":"434","obj":"Tax:9606"},{"id":"A435","pred":"tao:has_database_id","subj":"435","obj":"Tax:9606"},{"id":"A436","pred":"tao:has_database_id","subj":"436","obj":"MESH:D003371"},{"id":"A437","pred":"tao:has_database_id","subj":"437","obj":"MESH:D003371"},{"id":"A438","pred":"tao:has_database_id","subj":"438","obj":"MESH:D003371"},{"id":"A439","pred":"tao:has_database_id","subj":"439","obj":"MESH:D006973"},{"id":"A441","pred":"tao:has_database_id","subj":"441","obj":"Tax:9606"},{"subj":"269","pred":"source","obj":"LitCovid-PubTator"},{"subj":"275","pred":"source","obj":"LitCovid-PubTator"},{"subj":"276","pred":"source","obj":"LitCovid-PubTator"},{"subj":"277","pred":"source","obj":"LitCovid-PubTator"},{"subj":"278","pred":"source","obj":"LitCovid-PubTator"},{"subj":"279","pred":"source","obj":"LitCovid-PubTator"},{"subj":"283","pred":"source","obj":"LitCovid-PubTator"},{"subj":"284","pred":"source","obj":"LitCovid-PubTator"},{"subj":"285","pred":"source","obj":"LitCovid-PubTator"},{"subj":"290","pred":"source","obj":"LitCovid-PubTator"},{"subj":"291","pred":"source","obj":"LitCovid-PubTator"},{"subj":"292","pred":"source","obj":"LitCovid-PubTator"},{"subj":"293","pred":"source","obj":"LitCovid-PubTator"},{"subj":"299","pred":"source","obj":"LitCovid-PubTator"},{"subj":"300","pred":"source","obj":"LitCovid-PubTator"},{"subj":"301","pred":"source","obj":"LitCovid-PubTator"},{"subj":"302","pred":"source","obj":"LitCovid-PubTator"},{"subj":"303","pred":"source","obj":"LitCovid-PubTator"},{"subj":"307","pred":"source","obj":"LitCovid-PubTator"},{"subj":"308","pred":"source","obj":"LitCovid-PubTator"},{"subj":"309","pred":"source","obj":"LitCovid-PubTator"},{"subj":"317","pred":"source","obj":"LitCovid-PubTator"},{"subj":"318","pred":"source","obj":"LitCovid-PubTator"},{"subj":"319","pred":"source","obj":"LitCovid-PubTator"},{"subj":"320","pred":"source","obj":"LitCovid-PubTator"},{"subj":"321","pred":"source","obj":"LitCovid-PubTator"},{"subj":"322","pred":"source","obj":"LitCovid-PubTator"},{"subj":"323","pred":"source","obj":"LitCovid-PubTator"},{"subj":"328","pred":"source","obj":"LitCovid-PubTator"},{"subj":"329","pred":"source","obj":"LitCovid-PubTator"},{"subj":"330","pred":"source","obj":"LitCovid-PubTator"},{"subj":"331","pred":"source","obj":"LitCovid-PubTator"},{"subj":"333","pred":"source","obj":"LitCovid-PubTator"},{"subj":"335","pred":"source","obj":"LitCovid-PubTator"},{"subj":"344","pred":"source","obj":"LitCovid-PubTator"},{"subj":"345","pred":"source","obj":"LitCovid-PubTator"},{"subj":"346","pred":"source","obj":"LitCovid-PubTator"},{"subj":"347","pred":"source","obj":"LitCovid-PubTator"},{"subj":"348","pred":"source","obj":"LitCovid-PubTator"},{"subj":"349","pred":"source","obj":"LitCovid-PubTator"},{"subj":"350","pred":"source","obj":"LitCovid-PubTator"},{"subj":"351","pred":"source","obj":"LitCovid-PubTator"},{"subj":"360","pred":"source","obj":"LitCovid-PubTator"},{"subj":"361","pred":"source","obj":"LitCovid-PubTator"},{"subj":"362","pred":"source","obj":"LitCovid-PubTator"},{"subj":"363","pred":"source","obj":"LitCovid-PubTator"},{"subj":"364","pred":"source","obj":"LitCovid-PubTator"},{"subj":"365","pred":"source","obj":"LitCovid-PubTator"},{"subj":"366","pred":"source","obj":"LitCovid-PubTator"},{"subj":"367","pred":"source","obj":"LitCovid-PubTator"},{"subj":"375","pred":"source","obj":"LitCovid-PubTator"},{"subj":"376","pred":"source","obj":"LitCovid-PubTator"},{"subj":"377","pred":"source","obj":"LitCovid-PubTator"},{"subj":"378","pred":"source","obj":"LitCovid-PubTator"},{"subj":"379","pred":"source","obj":"LitCovid-PubTator"},{"subj":"380","pred":"source","obj":"LitCovid-PubTator"},{"subj":"381","pred":"source","obj":"LitCovid-PubTator"},{"subj":"387","pred":"source","obj":"LitCovid-PubTator"},{"subj":"388","pred":"source","obj":"LitCovid-PubTator"},{"subj":"389","pred":"source","obj":"LitCovid-PubTator"},{"subj":"390","pred":"source","obj":"LitCovid-PubTator"},{"subj":"391","pred":"source","obj":"LitCovid-PubTator"},{"subj":"395","pred":"source","obj":"LitCovid-PubTator"},{"subj":"396","pred":"source","obj":"LitCovid-PubTator"},{"subj":"397","pred":"source","obj":"LitCovid-PubTator"},{"subj":"399","pred":"source","obj":"LitCovid-PubTator"},{"subj":"403","pred":"source","obj":"LitCovid-PubTator"},{"subj":"404","pred":"source","obj":"LitCovid-PubTator"},{"subj":"405","pred":"source","obj":"LitCovid-PubTator"},{"subj":"408","pred":"source","obj":"LitCovid-PubTator"},{"subj":"409","pred":"source","obj":"LitCovid-PubTator"},{"subj":"411","pred":"source","obj":"LitCovid-PubTator"},{"subj":"415","pred":"source","obj":"LitCovid-PubTator"},{"subj":"416","pred":"source","obj":"LitCovid-PubTator"},{"subj":"417","pred":"source","obj":"LitCovid-PubTator"},{"subj":"429","pred":"source","obj":"LitCovid-PubTator"},{"subj":"430","pred":"source","obj":"LitCovid-PubTator"},{"subj":"431","pred":"source","obj":"LitCovid-PubTator"},{"subj":"432","pred":"source","obj":"LitCovid-PubTator"},{"subj":"433","pred":"source","obj":"LitCovid-PubTator"},{"subj":"434","pred":"source","obj":"LitCovid-PubTator"},{"subj":"435","pred":"source","obj":"LitCovid-PubTator"},{"subj":"436","pred":"source","obj":"LitCovid-PubTator"},{"subj":"437","pred":"source","obj":"LitCovid-PubTator"},{"subj":"438","pred":"source","obj":"LitCovid-PubTator"},{"subj":"439","pred":"source","obj":"LitCovid-PubTator"},{"subj":"441","pred":"source","obj":"LitCovid-PubTator"}],"namespaces":[{"prefix":"Tax","uri":"https://www.ncbi.nlm.nih.gov/taxonomy/"},{"prefix":"MESH","uri":"https://id.nlm.nih.gov/mesh/"},{"prefix":"Gene","uri":"https://www.ncbi.nlm.nih.gov/gene/"},{"prefix":"CVCL","uri":"https://web.expasy.org/cellosaurus/CVCL_"}]},{"project":"LitCovid-PD-HP","denotations":[{"id":"T4","span":{"begin":827,"end":835},"obj":"Phenotype"},{"id":"T5","span":{"begin":13400,"end":13408},"obj":"Phenotype"},{"id":"T6","span":{"begin":13887,"end":13895},"obj":"Phenotype"},{"id":"T7","span":{"begin":14031,"end":14039},"obj":"Phenotype"},{"id":"T8","span":{"begin":15608,"end":15616},"obj":"Phenotype"},{"id":"T9","span":{"begin":15938,"end":15946},"obj":"Phenotype"},{"id":"T10","span":{"begin":16018,"end":16026},"obj":"Phenotype"},{"id":"T11","span":{"begin":16708,"end":16716},"obj":"Phenotype"},{"id":"T12","span":{"begin":18601,"end":18609},"obj":"Phenotype"},{"id":"T13","span":{"begin":19158,"end":19163},"obj":"Phenotype"},{"id":"T14","span":{"begin":19691,"end":19699},"obj":"Phenotype"},{"id":"T15","span":{"begin":20506,"end":20511},"obj":"Phenotype"},{"id":"T16","span":{"begin":21106,"end":21114},"obj":"Phenotype"},{"id":"T17","span":{"begin":21176,"end":21181},"obj":"Phenotype"},{"id":"T18","span":{"begin":21239,"end":21244},"obj":"Phenotype"}],"attributes":[{"id":"A4","pred":"hp_id","subj":"T4","obj":"http://purl.obolibrary.org/obo/HP_0012735"},{"id":"A5","pred":"hp_id","subj":"T5","obj":"http://purl.obolibrary.org/obo/HP_0012735"},{"id":"A6","pred":"hp_id","subj":"T6","obj":"http://purl.obolibrary.org/obo/HP_0012735"},{"id":"A7","pred":"hp_id","subj":"T7","obj":"http://purl.obolibrary.org/obo/HP_0012735"},{"id":"A8","pred":"hp_id","subj":"T8","obj":"http://purl.obolibrary.org/obo/HP_0012735"},{"id":"A9","pred":"hp_id","subj":"T9","obj":"http://purl.obolibrary.org/obo/HP_0012735"},{"id":"A10","pred":"hp_id","subj":"T10","obj":"http://purl.obolibrary.org/obo/HP_0012735"},{"id":"A11","pred":"hp_id","subj":"T11","obj":"http://purl.obolibrary.org/obo/HP_0012735"},{"id":"A12","pred":"hp_id","subj":"T12","obj":"http://purl.obolibrary.org/obo/HP_0012735"},{"id":"A13","pred":"hp_id","subj":"T13","obj":"http://purl.obolibrary.org/obo/HP_0012735"},{"id":"A14","pred":"hp_id","subj":"T14","obj":"http://purl.obolibrary.org/obo/HP_0012735"},{"id":"A15","pred":"hp_id","subj":"T15","obj":"http://purl.obolibrary.org/obo/HP_0012735"},{"id":"A16","pred":"hp_id","subj":"T16","obj":"http://purl.obolibrary.org/obo/HP_0012735"},{"id":"A17","pred":"hp_id","subj":"T17","obj":"http://purl.obolibrary.org/obo/HP_0002527"},{"id":"A18","pred":"hp_id","subj":"T18","obj":"http://purl.obolibrary.org/obo/HP_0012735"},{"subj":"T4","pred":"source","obj":"LitCovid-PD-HP"},{"subj":"T5","pred":"source","obj":"LitCovid-PD-HP"},{"subj":"T6","pred":"source","obj":"LitCovid-PD-HP"},{"subj":"T7","pred":"source","obj":"LitCovid-PD-HP"},{"subj":"T8","pred":"source","obj":"LitCovid-PD-HP"},{"subj":"T9","pred":"source","obj":"LitCovid-PD-HP"},{"subj":"T10","pred":"source","obj":"LitCovid-PD-HP"},{"subj":"T11","pred":"source","obj":"LitCovid-PD-HP"},{"subj":"T12","pred":"source","obj":"LitCovid-PD-HP"},{"subj":"T13","pred":"source","obj":"LitCovid-PD-HP"},{"subj":"T14","pred":"source","obj":"LitCovid-PD-HP"},{"subj":"T15","pred":"source","obj":"LitCovid-PD-HP"},{"subj":"T16","pred":"source","obj":"LitCovid-PD-HP"},{"subj":"T17","pred":"source","obj":"LitCovid-PD-HP"},{"subj":"T18","pred":"source","obj":"LitCovid-PD-HP"}]},{"project":"LitCovid-sentences","denotations":[{"id":"T270","span":{"begin":0,"end":2},"obj":"Sentence"},{"id":"T271","span":{"begin":3,"end":26},"obj":"Sentence"},{"id":"T272","span":{"begin":28,"end":32},"obj":"Sentence"},{"id":"T273","span":{"begin":33,"end":56},"obj":"Sentence"},{"id":"T274","span":{"begin":57,"end":150},"obj":"Sentence"},{"id":"T275","span":{"begin":151,"end":229},"obj":"Sentence"},{"id":"T276","span":{"begin":230,"end":437},"obj":"Sentence"},{"id":"T277","span":{"begin":438,"end":637},"obj":"Sentence"},{"id":"T278","span":{"begin":638,"end":766},"obj":"Sentence"},{"id":"T279","span":{"begin":767,"end":921},"obj":"Sentence"},{"id":"T280","span":{"begin":922,"end":1058},"obj":"Sentence"},{"id":"T281","span":{"begin":1059,"end":1277},"obj":"Sentence"},{"id":"T282","span":{"begin":1278,"end":1377},"obj":"Sentence"},{"id":"T283","span":{"begin":1378,"end":1481},"obj":"Sentence"},{"id":"T284","span":{"begin":1482,"end":1649},"obj":"Sentence"},{"id":"T285","span":{"begin":1650,"end":1790},"obj":"Sentence"},{"id":"T286","span":{"begin":1791,"end":1913},"obj":"Sentence"},{"id":"T287","span":{"begin":1914,"end":2050},"obj":"Sentence"},{"id":"T288","span":{"begin":2051,"end":2143},"obj":"Sentence"},{"id":"T289","span":{"begin":2144,"end":2330},"obj":"Sentence"},{"id":"T290","span":{"begin":2331,"end":2488},"obj":"Sentence"},{"id":"T291","span":{"begin":2489,"end":2564},"obj":"Sentence"},{"id":"T292","span":{"begin":2565,"end":2690},"obj":"Sentence"},{"id":"T293","span":{"begin":2691,"end":2862},"obj":"Sentence"},{"id":"T294","span":{"begin":2864,"end":2868},"obj":"Sentence"},{"id":"T295","span":{"begin":2869,"end":2900},"obj":"Sentence"},{"id":"T296","span":{"begin":2901,"end":3003},"obj":"Sentence"},{"id":"T297","span":{"begin":3004,"end":3185},"obj":"Sentence"},{"id":"T298","span":{"begin":3186,"end":3291},"obj":"Sentence"},{"id":"T299","span":{"begin":3292,"end":3500},"obj":"Sentence"},{"id":"T300","span":{"begin":3501,"end":3736},"obj":"Sentence"},{"id":"T301","span":{"begin":3737,"end":3961},"obj":"Sentence"},{"id":"T302","span":{"begin":3962,"end":4123},"obj":"Sentence"},{"id":"T303","span":{"begin":4124,"end":4303},"obj":"Sentence"},{"id":"T304","span":{"begin":4304,"end":4401},"obj":"Sentence"},{"id":"T305","span":{"begin":4402,"end":4524},"obj":"Sentence"},{"id":"T306","span":{"begin":4525,"end":4654},"obj":"Sentence"},{"id":"T307","span":{"begin":4655,"end":4773},"obj":"Sentence"},{"id":"T308","span":{"begin":4774,"end":4870},"obj":"Sentence"},{"id":"T309","span":{"begin":4871,"end":5045},"obj":"Sentence"},{"id":"T310","span":{"begin":5046,"end":5321},"obj":"Sentence"},{"id":"T311","span":{"begin":5322,"end":5356},"obj":"Sentence"},{"id":"T312","span":{"begin":5357,"end":5423},"obj":"Sentence"},{"id":"T313","span":{"begin":5424,"end":5519},"obj":"Sentence"},{"id":"T314","span":{"begin":5520,"end":5663},"obj":"Sentence"},{"id":"T315","span":{"begin":5664,"end":5764},"obj":"Sentence"},{"id":"T316","span":{"begin":5765,"end":5869},"obj":"Sentence"},{"id":"T317","span":{"begin":5870,"end":6068},"obj":"Sentence"},{"id":"T318","span":{"begin":6069,"end":6177},"obj":"Sentence"},{"id":"T319","span":{"begin":6178,"end":6268},"obj":"Sentence"},{"id":"T320","span":{"begin":6269,"end":6447},"obj":"Sentence"},{"id":"T321","span":{"begin":6448,"end":6530},"obj":"Sentence"},{"id":"T322","span":{"begin":6531,"end":6778},"obj":"Sentence"},{"id":"T323","span":{"begin":6779,"end":6881},"obj":"Sentence"},{"id":"T324","span":{"begin":6882,"end":7063},"obj":"Sentence"},{"id":"T325","span":{"begin":7064,"end":7164},"obj":"Sentence"},{"id":"T326","span":{"begin":7165,"end":7251},"obj":"Sentence"},{"id":"T327","span":{"begin":7252,"end":7370},"obj":"Sentence"},{"id":"T328","span":{"begin":7371,"end":7452},"obj":"Sentence"},{"id":"T329","span":{"begin":7453,"end":7632},"obj":"Sentence"},{"id":"T330","span":{"begin":7633,"end":7758},"obj":"Sentence"},{"id":"T331","span":{"begin":7759,"end":8015},"obj":"Sentence"},{"id":"T332","span":{"begin":8016,"end":8155},"obj":"Sentence"},{"id":"T333","span":{"begin":8156,"end":8308},"obj":"Sentence"},{"id":"T334","span":{"begin":8309,"end":8451},"obj":"Sentence"},{"id":"T335","span":{"begin":8452,"end":8592},"obj":"Sentence"},{"id":"T336","span":{"begin":8593,"end":8698},"obj":"Sentence"},{"id":"T337","span":{"begin":8699,"end":8805},"obj":"Sentence"},{"id":"T338","span":{"begin":8806,"end":8821},"obj":"Sentence"},{"id":"T339","span":{"begin":8822,"end":8943},"obj":"Sentence"},{"id":"T340","span":{"begin":8944,"end":8960},"obj":"Sentence"},{"id":"T341","span":{"begin":8961,"end":9057},"obj":"Sentence"},{"id":"T342","span":{"begin":9058,"end":9195},"obj":"Sentence"},{"id":"T343","span":{"begin":9196,"end":9268},"obj":"Sentence"},{"id":"T344","span":{"begin":9270,"end":9274},"obj":"Sentence"},{"id":"T345","span":{"begin":9275,"end":9301},"obj":"Sentence"},{"id":"T346","span":{"begin":9302,"end":9482},"obj":"Sentence"},{"id":"T347","span":{"begin":9483,"end":9593},"obj":"Sentence"},{"id":"T348","span":{"begin":9594,"end":9796},"obj":"Sentence"},{"id":"T349","span":{"begin":9797,"end":9982},"obj":"Sentence"},{"id":"T350","span":{"begin":9983,"end":10153},"obj":"Sentence"},{"id":"T351","span":{"begin":10154,"end":10264},"obj":"Sentence"},{"id":"T352","span":{"begin":10265,"end":10412},"obj":"Sentence"},{"id":"T353","span":{"begin":10413,"end":10494},"obj":"Sentence"},{"id":"T354","span":{"begin":10495,"end":10721},"obj":"Sentence"},{"id":"T355","span":{"begin":10722,"end":10787},"obj":"Sentence"},{"id":"T356","span":{"begin":10788,"end":10968},"obj":"Sentence"},{"id":"T357","span":{"begin":10969,"end":11165},"obj":"Sentence"},{"id":"T358","span":{"begin":11166,"end":11260},"obj":"Sentence"},{"id":"T359","span":{"begin":11261,"end":11366},"obj":"Sentence"},{"id":"T360","span":{"begin":11367,"end":11483},"obj":"Sentence"},{"id":"T361","span":{"begin":11484,"end":11601},"obj":"Sentence"},{"id":"T362","span":{"begin":11602,"end":11739},"obj":"Sentence"},{"id":"T363","span":{"begin":11741,"end":11745},"obj":"Sentence"},{"id":"T364","span":{"begin":11746,"end":11777},"obj":"Sentence"},{"id":"T365","span":{"begin":11778,"end":11891},"obj":"Sentence"},{"id":"T366","span":{"begin":11892,"end":11941},"obj":"Sentence"},{"id":"T367","span":{"begin":11942,"end":12053},"obj":"Sentence"},{"id":"T368","span":{"begin":12054,"end":12175},"obj":"Sentence"},{"id":"T369","span":{"begin":12176,"end":12334},"obj":"Sentence"},{"id":"T370","span":{"begin":12335,"end":12437},"obj":"Sentence"},{"id":"T371","span":{"begin":12438,"end":12584},"obj":"Sentence"},{"id":"T372","span":{"begin":12585,"end":12717},"obj":"Sentence"},{"id":"T373","span":{"begin":12718,"end":12867},"obj":"Sentence"},{"id":"T374","span":{"begin":12868,"end":13061},"obj":"Sentence"},{"id":"T375","span":{"begin":13062,"end":13126},"obj":"Sentence"},{"id":"T376","span":{"begin":13128,"end":13132},"obj":"Sentence"},{"id":"T377","span":{"begin":13133,"end":13169},"obj":"Sentence"},{"id":"T378","span":{"begin":13170,"end":13240},"obj":"Sentence"},{"id":"T379","span":{"begin":13241,"end":13354},"obj":"Sentence"},{"id":"T380","span":{"begin":13355,"end":13605},"obj":"Sentence"},{"id":"T381","span":{"begin":13606,"end":13728},"obj":"Sentence"},{"id":"T382","span":{"begin":13729,"end":13810},"obj":"Sentence"},{"id":"T383","span":{"begin":13811,"end":13897},"obj":"Sentence"},{"id":"T384","span":{"begin":13898,"end":14005},"obj":"Sentence"},{"id":"T385","span":{"begin":14006,"end":14216},"obj":"Sentence"},{"id":"T386","span":{"begin":14217,"end":14295},"obj":"Sentence"},{"id":"T387","span":{"begin":14296,"end":14355},"obj":"Sentence"},{"id":"T388","span":{"begin":14356,"end":14399},"obj":"Sentence"},{"id":"T389","span":{"begin":14400,"end":14592},"obj":"Sentence"},{"id":"T390","span":{"begin":14593,"end":14700},"obj":"Sentence"},{"id":"T391","span":{"begin":14701,"end":14794},"obj":"Sentence"},{"id":"T392","span":{"begin":14795,"end":14873},"obj":"Sentence"},{"id":"T393","span":{"begin":14874,"end":14955},"obj":"Sentence"},{"id":"T394","span":{"begin":14956,"end":15073},"obj":"Sentence"},{"id":"T395","span":{"begin":15074,"end":15259},"obj":"Sentence"},{"id":"T396","span":{"begin":15260,"end":15465},"obj":"Sentence"},{"id":"T397","span":{"begin":15466,"end":15671},"obj":"Sentence"},{"id":"T398","span":{"begin":15672,"end":15798},"obj":"Sentence"},{"id":"T399","span":{"begin":15799,"end":15888},"obj":"Sentence"},{"id":"T400","span":{"begin":15889,"end":16075},"obj":"Sentence"},{"id":"T401","span":{"begin":16076,"end":16154},"obj":"Sentence"},{"id":"T402","span":{"begin":16155,"end":16240},"obj":"Sentence"},{"id":"T403","span":{"begin":16241,"end":16345},"obj":"Sentence"},{"id":"T404","span":{"begin":16346,"end":16463},"obj":"Sentence"},{"id":"T405","span":{"begin":16464,"end":16592},"obj":"Sentence"},{"id":"T406","span":{"begin":16594,"end":16598},"obj":"Sentence"},{"id":"T407","span":{"begin":16599,"end":16635},"obj":"Sentence"},{"id":"T408","span":{"begin":16636,"end":16779},"obj":"Sentence"},{"id":"T409","span":{"begin":16780,"end":16838},"obj":"Sentence"},{"id":"T410","span":{"begin":16839,"end":17004},"obj":"Sentence"},{"id":"T411","span":{"begin":17005,"end":17145},"obj":"Sentence"},{"id":"T412","span":{"begin":17146,"end":17338},"obj":"Sentence"},{"id":"T413","span":{"begin":17339,"end":17426},"obj":"Sentence"},{"id":"T414","span":{"begin":17427,"end":17520},"obj":"Sentence"},{"id":"T415","span":{"begin":17521,"end":17568},"obj":"Sentence"},{"id":"T416","span":{"begin":17569,"end":17663},"obj":"Sentence"},{"id":"T417","span":{"begin":17664,"end":17758},"obj":"Sentence"},{"id":"T418","span":{"begin":17759,"end":17973},"obj":"Sentence"},{"id":"T419","span":{"begin":17974,"end":18068},"obj":"Sentence"},{"id":"T420","span":{"begin":18069,"end":18253},"obj":"Sentence"},{"id":"T421","span":{"begin":18254,"end":18418},"obj":"Sentence"},{"id":"T422","span":{"begin":18419,"end":18497},"obj":"Sentence"},{"id":"T423","span":{"begin":18498,"end":18752},"obj":"Sentence"},{"id":"T424","span":{"begin":18753,"end":18855},"obj":"Sentence"},{"id":"T425","span":{"begin":18856,"end":18959},"obj":"Sentence"},{"id":"T426","span":{"begin":18960,"end":19093},"obj":"Sentence"},{"id":"T427","span":{"begin":19094,"end":19194},"obj":"Sentence"},{"id":"T428","span":{"begin":19195,"end":19350},"obj":"Sentence"},{"id":"T429","span":{"begin":19351,"end":19510},"obj":"Sentence"},{"id":"T430","span":{"begin":19511,"end":19630},"obj":"Sentence"},{"id":"T431","span":{"begin":19631,"end":19713},"obj":"Sentence"},{"id":"T432","span":{"begin":19714,"end":19747},"obj":"Sentence"},{"id":"T433","span":{"begin":19749,"end":19753},"obj":"Sentence"},{"id":"T434","span":{"begin":19754,"end":19788},"obj":"Sentence"},{"id":"T435","span":{"begin":19789,"end":19920},"obj":"Sentence"},{"id":"T436","span":{"begin":19921,"end":20087},"obj":"Sentence"},{"id":"T437","span":{"begin":20088,"end":20227},"obj":"Sentence"},{"id":"T438","span":{"begin":20228,"end":20360},"obj":"Sentence"},{"id":"T439","span":{"begin":20361,"end":20482},"obj":"Sentence"},{"id":"T440","span":{"begin":20483,"end":20522},"obj":"Sentence"},{"id":"T441","span":{"begin":20523,"end":20616},"obj":"Sentence"},{"id":"T442","span":{"begin":20617,"end":20672},"obj":"Sentence"},{"id":"T443","span":{"begin":20673,"end":20803},"obj":"Sentence"},{"id":"T444","span":{"begin":20804,"end":20968},"obj":"Sentence"},{"id":"T445","span":{"begin":20969,"end":21134},"obj":"Sentence"},{"id":"T446","span":{"begin":21135,"end":21257},"obj":"Sentence"},{"id":"T447","span":{"begin":21258,"end":21417},"obj":"Sentence"},{"id":"T448","span":{"begin":21418,"end":21528},"obj":"Sentence"},{"id":"T449","span":{"begin":21529,"end":21665},"obj":"Sentence"},{"id":"T450","span":{"begin":21666,"end":21779},"obj":"Sentence"},{"id":"T451","span":{"begin":21780,"end":21869},"obj":"Sentence"},{"id":"T452","span":{"begin":21870,"end":22020},"obj":"Sentence"},{"id":"T453","span":{"begin":22021,"end":22125},"obj":"Sentence"},{"id":"T454","span":{"begin":22126,"end":22202},"obj":"Sentence"},{"id":"T455","span":{"begin":22203,"end":22227},"obj":"Sentence"},{"id":"T456","span":{"begin":22228,"end":22375},"obj":"Sentence"},{"id":"T457","span":{"begin":22376,"end":22668},"obj":"Sentence"},{"id":"T458","span":{"begin":22669,"end":22774},"obj":"Sentence"},{"id":"T459","span":{"begin":22775,"end":22886},"obj":"Sentence"},{"id":"T460","span":{"begin":22887,"end":22974},"obj":"Sentence"},{"id":"T461","span":{"begin":22975,"end":23043},"obj":"Sentence"},{"id":"T462","span":{"begin":23044,"end":23165},"obj":"Sentence"},{"id":"T463","span":{"begin":23166,"end":23288},"obj":"Sentence"},{"id":"T464","span":{"begin":23289,"end":23347},"obj":"Sentence"},{"id":"T465","span":{"begin":23348,"end":23430},"obj":"Sentence"},{"id":"T466","span":{"begin":23431,"end":23598},"obj":"Sentence"}],"namespaces":[{"prefix":"_base","uri":"http://pubannotation.org/ontology/tao.owl#"}],"attributes":[{"subj":"T270","pred":"source","obj":"LitCovid-sentences"},{"subj":"T271","pred":"source","obj":"LitCovid-sentences"},{"subj":"T272","pred":"source","obj":"LitCovid-sentences"},{"subj":"T273","pred":"source","obj":"LitCovid-sentences"},{"subj":"T274","pred":"source","obj":"LitCovid-sentences"},{"subj":"T275","pred":"source","obj":"LitCovid-sentences"},{"subj":"T276","pred":"source","obj":"LitCovid-sentences"},{"subj":"T277","pred":"source","obj":"LitCovid-sentences"},{"subj":"T278","pred":"source","obj":"LitCovid-sentences"},{"subj":"T279","pred":"source","obj":"LitCovid-sentences"},{"subj":"T280","pred":"source","obj":"LitCovid-sentences"},{"subj":"T281","pred":"source","obj":"LitCovid-sentences"},{"subj":"T282","pred":"source","obj":"LitCovid-sentences"},{"subj":"T283","pred":"source","obj":"LitCovid-sentences"},{"subj":"T284","pred":"source","obj":"LitCovid-sentences"},{"subj":"T285","pred":"source","obj":"LitCovid-sentences"},{"subj":"T286","pred":"source","obj":"LitCovid-sentences"},{"subj":"T287","pred":"source","obj":"LitCovid-sentences"},{"subj":"T288","pred":"source","obj":"LitCovid-sentences"},{"subj":"T289","pred":"source","obj":"LitCovid-sentences"},{"subj":"T290","pred":"source","obj":"LitCovid-sentences"},{"subj":"T291","pred":"source","obj":"LitCovid-sentences"},{"subj":"T292","pred":"source","obj":"LitCovid-sentences"},{"subj":"T293","pred":"source","obj":"LitCovid-sentences"},{"subj":"T294","pred":"source","obj":"LitCovid-sentences"},{"subj":"T295","pred":"source","obj":"LitCovid-sentences"},{"subj":"T296","pred":"source","obj":"LitCovid-sentences"},{"subj":"T297","pred":"source","obj":"LitCovid-sentences"},{"subj":"T298","pred":"source","obj":"LitCovid-sentences"},{"subj":"T299","pred":"source","obj":"LitCovid-sentences"},{"subj":"T300","pred":"source","obj":"LitCovid-sentences"},{"subj":"T301","pred":"source","obj":"LitCovid-sentences"},{"subj":"T302","pred":"source","obj":"LitCovid-sentences"},{"subj":"T303","pred":"source","obj":"LitCovid-sentences"},{"subj":"T304","pred":"source","obj":"LitCovid-sentences"},{"subj":"T305","pred":"source","obj":"LitCovid-sentences"},{"subj":"T306","pred":"source","obj":"LitCovid-sentences"},{"subj":"T307","pred":"source","obj":"LitCovid-sentences"},{"subj":"T308","pred":"source","obj":"LitCovid-sentences"},{"subj":"T309","pred":"source","obj":"LitCovid-sentences"},{"subj":"T310","pred":"source","obj":"LitCovid-sentences"},{"subj":"T311","pred":"source","obj":"LitCovid-sentences"},{"subj":"T312","pred":"source","obj":"LitCovid-sentences"},{"subj":"T313","pred":"source","obj":"LitCovid-sentences"},{"subj":"T314","pred":"source","obj":"LitCovid-sentences"},{"subj":"T315","pred":"source","obj":"LitCovid-sentences"},{"subj":"T316","pred":"source","obj":"LitCovid-sentences"},{"subj":"T317","pred":"source","obj":"LitCovid-sentences"},{"subj":"T318","pred":"source","obj":"LitCovid-sentences"},{"subj":"T319","pred":"source","obj":"LitCovid-sentences"},{"subj":"T320","pred":"source","obj":"LitCovid-sentences"},{"subj":"T321","pred":"source","obj":"LitCovid-sentences"},{"subj":"T322","pred":"source","obj":"LitCovid-sentences"},{"subj":"T323","pred":"source","obj":"LitCovid-sentences"},{"subj":"T324","pred":"source","obj":"LitCovid-sentences"},{"subj":"T325","pred":"source","obj":"LitCovid-sentences"},{"subj":"T326","pred":"source","obj":"LitCovid-sentences"},{"subj":"T327","pred":"source","obj":"LitCovid-sentences"},{"subj":"T328","pred":"source","obj":"LitCovid-sentences"},{"subj":"T329","pred":"source","obj":"LitCovid-sentences"},{"subj":"T330","pred":"source","obj":"LitCovid-sentences"},{"subj":"T331","pred":"source","obj":"LitCovid-sentences"},{"subj":"T332","pred":"source","obj":"LitCovid-sentences"},{"subj":"T333","pred":"source","obj":"LitCovid-sentences"},{"subj":"T334","pred":"source","obj":"LitCovid-sentences"},{"subj":"T335","pred":"source","obj":"LitCovid-sentences"},{"subj":"T336","pred":"source","obj":"LitCovid-sentences"},{"subj":"T337","pred":"source","obj":"LitCovid-sentences"},{"subj":"T338","pred":"source","obj":"LitCovid-sentences"},{"subj":"T339","pred":"source","obj":"LitCovid-sentences"},{"subj":"T340","pred":"source","obj":"LitCovid-sentences"},{"subj":"T341","pred":"source","obj":"LitCovid-sentences"},{"subj":"T342","pred":"source","obj":"LitCovid-sentences"},{"subj":"T343","pred":"source","obj":"LitCovid-sentences"},{"subj":"T344","pred":"source","obj":"LitCovid-sentences"},{"subj":"T345","pred":"source","obj":"LitCovid-sentences"},{"subj":"T346","pred":"source","obj":"LitCovid-sentences"},{"subj":"T347","pred":"source","obj":"LitCovid-sentences"},{"subj":"T348","pred":"source","obj":"LitCovid-sentences"},{"subj":"T349","pred":"source","obj":"LitCovid-sentences"},{"subj":"T350","pred":"source","obj":"LitCovid-sentences"},{"subj":"T351","pred":"source","obj":"LitCovid-sentences"},{"subj":"T352","pred":"source","obj":"LitCovid-sentences"},{"subj":"T353","pred":"source","obj":"LitCovid-sentences"},{"subj":"T354","pred":"source","obj":"LitCovid-sentences"},{"subj":"T355","pred":"source","obj":"LitCovid-sentences"},{"subj":"T356","pred":"source","obj":"LitCovid-sentences"},{"subj":"T357","pred":"source","obj":"LitCovid-sentences"},{"subj":"T358","pred":"source","obj":"LitCovid-sentences"},{"subj":"T359","pred":"source","obj":"LitCovid-sentences"},{"subj":"T360","pred":"source","obj":"LitCovid-sentences"},{"subj":"T361","pred":"source","obj":"LitCovid-sentences"},{"subj":"T362","pred":"source","obj":"LitCovid-sentences"},{"subj":"T363","pred":"source","obj":"LitCovid-sentences"},{"subj":"T364","pred":"source","obj":"LitCovid-sentences"},{"subj":"T365","pred":"source","obj":"LitCovid-sentences"},{"subj":"T366","pred":"source","obj":"LitCovid-sentences"},{"subj":"T367","pred":"source","obj":"LitCovid-sentences"},{"subj":"T368","pred":"source","obj":"LitCovid-sentences"},{"subj":"T369","pred":"source","obj":"LitCovid-sentences"},{"subj":"T370","pred":"source","obj":"LitCovid-sentences"},{"subj":"T371","pred":"source","obj":"LitCovid-sentences"},{"subj":"T372","pred":"source","obj":"LitCovid-sentences"},{"subj":"T373","pred":"source","obj":"LitCovid-sentences"},{"subj":"T374","pred":"source","obj":"LitCovid-sentences"},{"subj":"T375","pred":"source","obj":"LitCovid-sentences"},{"subj":"T376","pred":"source","obj":"LitCovid-sentences"},{"subj":"T377","pred":"source","obj":"LitCovid-sentences"},{"subj":"T378","pred":"source","obj":"LitCovid-sentences"},{"subj":"T379","pred":"source","obj":"LitCovid-sentences"},{"subj":"T380","pred":"source","obj":"LitCovid-sentences"},{"subj":"T381","pred":"source","obj":"LitCovid-sentences"},{"subj":"T382","pred":"source","obj":"LitCovid-sentences"},{"subj":"T383","pred":"source","obj":"LitCovid-sentences"},{"subj":"T384","pred":"source","obj":"LitCovid-sentences"},{"subj":"T385","pred":"source","obj":"LitCovid-sentences"},{"subj":"T386","pred":"source","obj":"LitCovid-sentences"},{"subj":"T387","pred":"source","obj":"LitCovid-sentences"},{"subj":"T388","pred":"source","obj":"LitCovid-sentences"},{"subj":"T389","pred":"source","obj":"LitCovid-sentences"},{"subj":"T390","pred":"source","obj":"LitCovid-sentences"},{"subj":"T391","pred":"source","obj":"LitCovid-sentences"},{"subj":"T392","pred":"source","obj":"LitCovid-sentences"},{"subj":"T393","pred":"source","obj":"LitCovid-sentences"},{"subj":"T394","pred":"source","obj":"LitCovid-sentences"},{"subj":"T395","pred":"source","obj":"LitCovid-sentences"},{"subj":"T396","pred":"source","obj":"LitCovid-sentences"},{"subj":"T397","pred":"source","obj":"LitCovid-sentences"},{"subj":"T398","pred":"source","obj":"LitCovid-sentences"},{"subj":"T399","pred":"source","obj":"LitCovid-sentences"},{"subj":"T400","pred":"source","obj":"LitCovid-sentences"},{"subj":"T401","pred":"source","obj":"LitCovid-sentences"},{"subj":"T402","pred":"source","obj":"LitCovid-sentences"},{"subj":"T403","pred":"source","obj":"LitCovid-sentences"},{"subj":"T404","pred":"source","obj":"LitCovid-sentences"},{"subj":"T405","pred":"source","obj":"LitCovid-sentences"},{"subj":"T406","pred":"source","obj":"LitCovid-sentences"},{"subj":"T407","pred":"source","obj":"LitCovid-sentences"},{"subj":"T408","pred":"source","obj":"LitCovid-sentences"},{"subj":"T409","pred":"source","obj":"LitCovid-sentences"},{"subj":"T410","pred":"source","obj":"LitCovid-sentences"},{"subj":"T411","pred":"source","obj":"LitCovid-sentences"},{"subj":"T412","pred":"source","obj":"LitCovid-sentences"},{"subj":"T413","pred":"source","obj":"LitCovid-sentences"},{"subj":"T414","pred":"source","obj":"LitCovid-sentences"},{"subj":"T415","pred":"source","obj":"LitCovid-sentences"},{"subj":"T416","pred":"source","obj":"LitCovid-sentences"},{"subj":"T417","pred":"source","obj":"LitCovid-sentences"},{"subj":"T418","pred":"source","obj":"LitCovid-sentences"},{"subj":"T419","pred":"source","obj":"LitCovid-sentences"},{"subj":"T420","pred":"source","obj":"LitCovid-sentences"},{"subj":"T421","pred":"source","obj":"LitCovid-sentences"},{"subj":"T422","pred":"source","obj":"LitCovid-sentences"},{"subj":"T423","pred":"source","obj":"LitCovid-sentences"},{"subj":"T424","pred":"source","obj":"LitCovid-sentences"},{"subj":"T425","pred":"source","obj":"LitCovid-sentences"},{"subj":"T426","pred":"source","obj":"LitCovid-sentences"},{"subj":"T427","pred":"source","obj":"LitCovid-sentences"},{"subj":"T428","pred":"source","obj":"LitCovid-sentences"},{"subj":"T429","pred":"source","obj":"LitCovid-sentences"},{"subj":"T430","pred":"source","obj":"LitCovid-sentences"},{"subj":"T431","pred":"source","obj":"LitCovid-sentences"},{"subj":"T432","pred":"source","obj":"LitCovid-sentences"},{"subj":"T433","pred":"source","obj":"LitCovid-sentences"},{"subj":"T434","pred":"source","obj":"LitCovid-sentences"},{"subj":"T435","pred":"source","obj":"LitCovid-sentences"},{"subj":"T436","pred":"source","obj":"LitCovid-sentences"},{"subj":"T437","pred":"source","obj":"LitCovid-sentences"},{"subj":"T438","pred":"source","obj":"LitCovid-sentences"},{"subj":"T439","pred":"source","obj":"LitCovid-sentences"},{"subj":"T440","pred":"source","obj":"LitCovid-sentences"},{"subj":"T441","pred":"source","obj":"LitCovid-sentences"},{"subj":"T442","pred":"source","obj":"LitCovid-sentences"},{"subj":"T443","pred":"source","obj":"LitCovid-sentences"},{"subj":"T444","pred":"source","obj":"LitCovid-sentences"},{"subj":"T445","pred":"source","obj":"LitCovid-sentences"},{"subj":"T446","pred":"source","obj":"LitCovid-sentences"},{"subj":"T447","pred":"source","obj":"LitCovid-sentences"},{"subj":"T448","pred":"source","obj":"LitCovid-sentences"},{"subj":"T449","pred":"source","obj":"LitCovid-sentences"},{"subj":"T450","pred":"source","obj":"LitCovid-sentences"},{"subj":"T451","pred":"source","obj":"LitCovid-sentences"},{"subj":"T452","pred":"source","obj":"LitCovid-sentences"},{"subj":"T453","pred":"source","obj":"LitCovid-sentences"},{"subj":"T454","pred":"source","obj":"LitCovid-sentences"},{"subj":"T455","pred":"source","obj":"LitCovid-sentences"},{"subj":"T456","pred":"source","obj":"LitCovid-sentences"},{"subj":"T457","pred":"source","obj":"LitCovid-sentences"},{"subj":"T458","pred":"source","obj":"LitCovid-sentences"},{"subj":"T459","pred":"source","obj":"LitCovid-sentences"},{"subj":"T460","pred":"source","obj":"LitCovid-sentences"},{"subj":"T461","pred":"source","obj":"LitCovid-sentences"},{"subj":"T462","pred":"source","obj":"LitCovid-sentences"},{"subj":"T463","pred":"source","obj":"LitCovid-sentences"},{"subj":"T464","pred":"source","obj":"LitCovid-sentences"},{"subj":"T465","pred":"source","obj":"LitCovid-sentences"},{"subj":"T466","pred":"source","obj":"LitCovid-sentences"}]}],"config":{"attribute types":[{"pred":"source","value type":"selection","values":[{"id":"LitCovid-PubTator","color":"#eccc93","default":true},{"id":"LitCovid-PD-HP","color":"#b293ec"},{"id":"LitCovid-sentences","color":"#93ec98"}]}]}}