-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path5667fdd400000696.ttl
904 lines (719 loc) · 77.3 KB
/
5667fdd400000696.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
<http://model.geneontology.org/5667fdd400000696> a <http://www.w3.org/2002/07/owl#Ontology> .
<http://geneontology.org/lego/evidence> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://geneontology.org/lego/hint/layout/x> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://geneontology.org/lego/hint/layout/y> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://geneontology.org/lego/modelstate> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.obolibrary.org/obo/RO_0002333> a <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/pav/providedBy> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<https://w3id.org/biolink/vocab/in_taxon> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.obolibrary.org/obo/BFO_0000050> a <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.obolibrary.org/obo/BFO_0000066> a <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.obolibrary.org/obo/ECO_0000314> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/RO_0002233> a <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://geneontology.org/lego/evidence-with> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.obolibrary.org/obo/ECO_0000353> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0005515> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0005634> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/ECO_0000315> a <http://www.w3.org/2002/07/owl#Class> .
<http://geneontology.org/lego/canonical_record> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://geneontology.org/lego/iuphar_id> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.obolibrary.org/obo/IAO_0000115> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://www.geneontology.org/formats/oboInOwl#hasDbXref> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.obolibrary.org/obo/GO_0005829> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/RO_0002629> a <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.obolibrary.org/obo/RO_0002630> a <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.obolibrary.org/obo/ECO_0000250> a <http://www.w3.org/2002/07/owl#Class> .
<http://geneontology.org/lego/derived> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://www.geneontology.org/formats/oboInOwl#id> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.obolibrary.org/obo/GO_0016303> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/RO_0002213> a <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.obolibrary.org/obo/GO_0005886> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0003700> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/RO_0002212> a <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.obolibrary.org/obo/ECO_0000303> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0005068> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0005615> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0005938> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0009898> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0008286> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0004672> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0004721> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/RO_0002406> a <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.obolibrary.org/obo/RO_0002408> a <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.obolibrary.org/obo/GO_0000159> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0004843> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0046856> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0006469> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0016314> a <http://www.w3.org/2002/07/owl#Class> .
<http://identifiers.org/wormbase/WBGene00000001> <http://www.geneontology.org/formats/oboInOwl#id> "WB:WBGene00000001"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Class> ;
<http://www.w3.org/2000/01/rdf-schema#label> "aap-1 Cele"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://purl.obolibrary.org/obo/GO_0005158> a <http://www.w3.org/2002/07/owl#Class> .
<http://identifiers.org/wormbase/WBGene00000912> <http://www.geneontology.org/formats/oboInOwl#id> "WB:WBGene00000912"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Class> ;
<http://www.w3.org/2000/01/rdf-schema#label> "daf-16 Cele"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://purl.obolibrary.org/obo/GO_0042577> a <http://www.w3.org/2002/07/owl#Class> .
<http://identifiers.org/wormbase/WBGene00000102> <http://www.geneontology.org/formats/oboInOwl#id> "WB:WBGene00000102"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Class> ;
<http://www.w3.org/2000/01/rdf-schema#label> "akt-1 Cele"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://identifiers.org/wormbase/WBGene00000913> <http://www.geneontology.org/formats/oboInOwl#id> "WB:WBGene00000913"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Class> ;
<http://www.w3.org/2000/01/rdf-schema#label> "daf-18 Cele"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://purl.obolibrary.org/obo/GO_0051220> a <http://www.w3.org/2002/07/owl#Class> .
<http://identifiers.org/wormbase/WBGene00000090> <http://www.geneontology.org/formats/oboInOwl#id> "WB:WBGene00000090"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Class> ;
<http://www.w3.org/2000/01/rdf-schema#label> "age-1 Cele"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://identifiers.org/wormbase/WBGene00000898> <http://www.geneontology.org/formats/oboInOwl#id> "WB:WBGene00000898"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Class> ;
<http://www.w3.org/2000/01/rdf-schema#label> "daf-2 Cele"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://purl.obolibrary.org/obo/GO_0005009> a <http://www.w3.org/2002/07/owl#Class> .
<http://identifiers.org/wormbase/WBGene00010406> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0005942> a <http://www.w3.org/2002/07/owl#Class> .
<http://identifiers.org/wormbase/WBGene00000103> <http://www.geneontology.org/formats/oboInOwl#id> "WB:WBGene00000103"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Class> ;
<http://www.w3.org/2000/01/rdf-schema#label> "akt-2 Cele"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://purl.obolibrary.org/obo/GO_0046935> a <http://www.w3.org/2002/07/owl#Class> .
<http://identifiers.org/wormbase/WBGene00002089> <http://www.geneontology.org/formats/oboInOwl#id> "WB:WBGene00002089"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Class> ;
<http://www.w3.org/2000/01/rdf-schema#label> "ins-6 Cele"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://identifiers.org/wormbase/WBGene00003965> <http://www.geneontology.org/formats/oboInOwl#id> "WB:WBGene00003965"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Class> ;
<http://www.w3.org/2000/01/rdf-schema#label> "pdk-1 Cele"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://identifiers.org/wormbase/WBGene00004789> <http://www.geneontology.org/formats/oboInOwl#id> "WB:WBGene00004789"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Class> ;
<http://www.w3.org/2000/01/rdf-schema#label> "sgk-1 Cele"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696> <http://geneontology.org/lego/modelstate> "development"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://www.w3.org/2002/07/owl#versionIRI> <http://model.geneontology.org/5667fdd400000696> ;
<https://w3id.org/biolink/vocab/in_taxon> <http://purl.obolibrary.org/obo/NCBITaxon_6239> ;
<http://www.geneontology.org/formats/oboInOwl#id> "gomodel:5667fdd400000696"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Ontology> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Automated change 2023-03-16: RO:0002213 replaced by RO:0002629" , "Automated change 2022-09-22: GO:0044214 replaced by GO:0005886" , "Automated change 2023-03-16: RO:0002406 replaced by RO:0002629" , "Automated change 2023-03-16: RO:0002408 replaced by RO:0002630" , "Automated change 2023-07-20: GO:0038028 replaced by GO:0008286" , "Based on Figure 1 from PMID:24395814"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/title> "Signaling - C. elegans insulin receptor signaling"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2023-07-20"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/5667fdd400000697> <http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5667fdd400000696/568b0f9600000463> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/BFO_0000050> <http://model.geneontology.org/5667fdd400000696/56cbaef000000094> ;
<http://purl.obolibrary.org/obo/BFO_0000066> <http://model.geneontology.org/5667fdd400000696/5667fdd400000698> ;
<http://purl.obolibrary.org/obo/RO_0002233> <http://model.geneontology.org/5667fdd400000696/568b0f9600000465> ;
<http://purl.obolibrary.org/obo/RO_0002629> <http://model.geneontology.org/5667fdd400000696/5667fdd400000699> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0005158> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2017-11-01"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/5667fdd400000698> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0005615> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-14"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/5667fdd400000699> <http://geneontology.org/lego/hint/layout/x> "354"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "43"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5667fdd400000696/568b0f9600000461> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/BFO_0000050> <http://model.geneontology.org/5667fdd400000696/56cbaef000000094> ;
<http://purl.obolibrary.org/obo/BFO_0000066> <http://model.geneontology.org/5667fdd400000696/5667fdd400000700> ;
<http://purl.obolibrary.org/obo/RO_0002629> <http://model.geneontology.org/5667fdd400000696/568b0f9600000488> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0005009> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2017-11-01"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/5667fdd400000700> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0005886> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Automated change 2022-09-22: GO:0044214 replaced by GO:0005886" ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2022-09-22"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/5667fdd400000701> <http://geneontology.org/lego/hint/layout/x> "975"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "336"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5667fdd400000696/568b0f9600000492> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/BFO_0000050> <http://model.geneontology.org/5667fdd400000696/56cbaef000000094> ;
<http://purl.obolibrary.org/obo/BFO_0000066> <http://model.geneontology.org/5667fdd400000696/568b0f9600000494> ;
<http://purl.obolibrary.org/obo/RO_0002629> <http://model.geneontology.org/5667fdd400000696/5667fdd400000706> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0016303> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2017-11-01"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/5667fdd400000706> <http://geneontology.org/lego/hint/layout/x> "471"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "238"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5667fdd400000696/568b0f9600000498> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/BFO_0000050> <http://model.geneontology.org/5667fdd400000696/56cbaef000000094> ;
<http://purl.obolibrary.org/obo/RO_0002629> <http://model.geneontology.org/5667fdd400000696/5667fdd400000711> , <http://model.geneontology.org/5667fdd400000696/568b0f9600000505> , <http://model.geneontology.org/5667fdd400000696/56aac7ad00000000> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0004672> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2017-11-01"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/5667fdd400000708> <http://geneontology.org/lego/hint/layout/x> "74"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "295"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5667fdd400000696/568b0f9600000497> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/BFO_0000050> <http://model.geneontology.org/5667fdd400000696/5716c41300000183> , <http://model.geneontology.org/5667fdd400000696/5716c41300000184> ;
<http://purl.obolibrary.org/obo/RO_0002630> <http://model.geneontology.org/5667fdd400000696/5667fdd400000706> ;
<http://purl.obolibrary.org/obo/RO_0002212> <http://model.geneontology.org/5667fdd400000696/56cbaef000000094> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0016314> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2017-11-01"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/5667fdd400000711> <http://geneontology.org/lego/hint/layout/x> "1168"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "113"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5667fdd400000696/568b0f9600000501> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/BFO_0000050> <http://model.geneontology.org/5667fdd400000696/56cbaef000000094> ;
<http://purl.obolibrary.org/obo/BFO_0000066> <http://model.geneontology.org/5667fdd400000696/568b0f9600000503> ;
<http://purl.obolibrary.org/obo/RO_0002630> <http://model.geneontology.org/5667fdd400000696/5667fdd400000715> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0004672> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2017-11-01"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/5667fdd400000715> <http://geneontology.org/lego/hint/layout/x> "1194"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "299"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5667fdd400000696/568b0f9600000275> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/BFO_0000066> <http://model.geneontology.org/5667fdd400000696/5667fdd400000716> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0003700> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2017-11-01"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/5667fdd400000716> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0005634> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-14"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000275> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00000912> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-15"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000461> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00000898> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-26"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000463> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00002089> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000464> <http://geneontology.org/lego/evidence-with> "UniProtKB:P06213"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000353> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "PMID:12654724"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000465> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00000898> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000466> <http://geneontology.org/lego/evidence-with> "UniProtKB:P01308"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000250> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "PMID:12654724"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000477> <http://geneontology.org/lego/evidence-with> "UniProtKB:P06213"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000250> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "PMID:9252323"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000485> <http://geneontology.org/lego/evidence-with> "UniProtKB:P06213"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000250> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "PMID:9252323"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000486> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "PMID:24120884"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000488> <http://geneontology.org/lego/hint/layout/x> "793"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5667fdd400000696/568b0f9600000489> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/BFO_0000050> <http://model.geneontology.org/5667fdd400000696/56cbaef000000094> ;
<http://purl.obolibrary.org/obo/BFO_0000066> <http://model.geneontology.org/5667fdd400000696/568b0f9600000490> ;
<http://purl.obolibrary.org/obo/RO_0002629> <http://model.geneontology.org/5667fdd400000696/5667fdd400000701> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0046935> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2017-11-01"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000489> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00000001> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000490> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0005942> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000491> <http://geneontology.org/lego/evidence-with> "WB:WBGene00000090"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000353> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "PMID:12393910"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000492> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00000090> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000493> <http://geneontology.org/lego/evidence-with> "UniProtKB:P42337"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000250> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "PMID:8700226"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000494> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0005942> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000497> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00000913> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-28"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000498> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00003965> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-28"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000499> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000315> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-28"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "PMID:15068796"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000500> <http://geneontology.org/lego/evidence-with> "UniProtKB:P60484"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000250> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-28"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "PMID:10377431"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000501> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00000102> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-28"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000502> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-28"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "PMID:15068796"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000503> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0009898> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-28"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000504> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000303> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-28"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "PMID:15068796"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000505> <http://geneontology.org/lego/hint/layout/x> "721"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "271"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5667fdd400000696/568b0f9600000506> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/BFO_0000050> <http://model.geneontology.org/5667fdd400000696/56cbaef000000094> ;
<http://purl.obolibrary.org/obo/BFO_0000066> <http://model.geneontology.org/5667fdd400000696/568b0f9600000507> ;
<http://purl.obolibrary.org/obo/RO_0002630> <http://model.geneontology.org/5667fdd400000696/5667fdd400000715> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0004672> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2017-11-01"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000506> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00000103> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-28"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000507> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0009898> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-28"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/568b0f9600000508> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000303> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-28"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "PMID:15068796"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/56aac7ad00000000> <http://geneontology.org/lego/hint/layout/x> "261"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "430"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5667fdd400000696/56aac7ad00000001> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/BFO_0000050> <http://model.geneontology.org/5667fdd400000696/56cbaef000000094> ;
<http://purl.obolibrary.org/obo/BFO_0000066> <http://model.geneontology.org/5667fdd400000696/56aac7ad00000002> ;
<http://purl.obolibrary.org/obo/RO_0002630> <http://model.geneontology.org/5667fdd400000696/5667fdd400000715> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0004672> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2017-11-01"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/56aac7ad00000001> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00004789> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-02-01"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/56aac7ad00000002> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0009898> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-02-01"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/56aac7ad00000004> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-02-01"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "PMID:15068796"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/56cbaef000000094> <http://geneontology.org/lego/hint/layout/x> "1035"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0008286> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Automated change 2023-07-20: GO:0038028 replaced by GO:0008286" ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2023-07-20"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/5716c41300000183> <http://geneontology.org/lego/hint/layout/x> "693"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "455"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0046856> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2017-11-01"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5667fdd400000696/5716c41300000184> <http://geneontology.org/lego/hint/layout/x> "450"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "384"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0006469> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2017-11-01"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://purl.obolibrary.org/obo/GO_1990455> a <http://www.w3.org/2002/07/owl#Class> .
<http://www.w3.org/2000/01/rdf-schema#comment> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://www.w3.org/2000/01/rdf-schema#label> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://www.w3.org/2000/01/rdf-schema#seeAlso> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://www.w3.org/2002/07/owl#versionInfo> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://www.w3.org/2004/02/skos/core#altLabel> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://www.w3.org/2004/02/skos/core#exactMatch> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://www.w3.org/2004/02/skos/core#note> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.org/dc/terms/title> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.org/dc/elements/1.1/title> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.org/dc/elements/1.1/contributor> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.org/dc/elements/1.1/date> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.org/dc/elements/1.1/source> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://www.w3.org/2001/XMLSchema#string> a <http://www.w3.org/2000/01/rdf-schema#Datatype> .
_:t2301394 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.w3.org/2000/01/rdf-schema#label> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00003965> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "pdk-1 Cele"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301395 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5667fdd400000696/568b0f9600000464> ;
<http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002333> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000697> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/568b0f9600000463> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-05-12"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301396 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002629> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000699> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/568b0f9600000488> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Automated change 2023-03-16: RO:0002213 replaced by RO:0002629" ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2023-03-16"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301397 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5667fdd400000696/568b0f9600000485> ;
<http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002333> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000699> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/568b0f9600000461> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301398 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/BFO_0000050> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/568b0f9600000488> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/56cbaef000000094> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-05-04"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301399 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/BFO_0000050> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/56aac7ad00000000> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/56cbaef000000094> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-05-04"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301400 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/BFO_0000066> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/568b0f9600000488> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/568b0f9600000490> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301401 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/BFO_0000050> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000711> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/56cbaef000000094> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-05-04"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301402 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.geneontology.org/formats/oboInOwl#id> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00000102> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "WB:WBGene00000102"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301403 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.w3.org/2000/01/rdf-schema#label> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00000898> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "daf-2 Cele"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301404 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.w3.org/2000/01/rdf-schema#label> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00000103> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "akt-2 Cele"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301405 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/BFO_0000050> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000706> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/56cbaef000000094> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-05-04"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301406 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/BFO_0000050> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000708> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/5716c41300000184> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-05-04"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301407 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002629> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000706> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/568b0f9600000505> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Automated change 2023-03-16: RO:0002406 replaced by RO:0002629" ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2023-03-16"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301408 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.geneontology.org/formats/oboInOwl#id> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00000001> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "WB:WBGene00000001"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301409 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/BFO_0000050> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000697> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/56cbaef000000094> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-03-16"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301410 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002630> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000711> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/5667fdd400000715> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Automated change 2023-03-16: RO:0002408 replaced by RO:0002630" ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2023-03-16"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301411 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002333> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/56aac7ad00000000> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/56aac7ad00000001> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Both AKT-1, AKT-2, and SGK-1 purified from a wild-type background phosphorylated DAF-16 (Figure 4A)."^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-02-01"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301412 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.geneontology.org/formats/oboInOwl#id> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00000090> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "WB:WBGene00000090"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301413 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.w3.org/2000/01/rdf-schema#label> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00000913> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "daf-18 Cele"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301414 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/BFO_0000066> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/56aac7ad00000000> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/56aac7ad00000002> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-02-01"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301415 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.w3.org/2000/01/rdf-schema#label> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00000001> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "aap-1 Cele"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301416 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/BFO_0000066> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000715> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/5667fdd400000716> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-14"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301417 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/BFO_0000050> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000699> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/56cbaef000000094> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-02-25"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301418 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.geneontology.org/formats/oboInOwl#id> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00004789> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "WB:WBGene00004789"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301419 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.w3.org/2000/01/rdf-schema#label> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00002089> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "ins-6 Cele"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301420 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5667fdd400000696/568b0f9600000493> ;
<http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002333> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000701> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/568b0f9600000492> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301421 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/BFO_0000066> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000701> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/568b0f9600000494> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301422 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5667fdd400000696/568b0f9600000508> ;
<http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/BFO_0000066> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/568b0f9600000505> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/568b0f9600000507> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Thus, the expression pattern and localization of SGK-1 closely resembles that of PDK-1 (Paradis et al., 1999), but is distinct from the cellular localization of AKT-1::GFP and AKT-2::GFP, which preferentially stain the cytoplasmic membrane (Paradis and Ruvkun, 1998; our unpublished data)."^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-28"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301423 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002333> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/568b0f9600000488> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/568b0f9600000489> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301424 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002630> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/56aac7ad00000000> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/5667fdd400000715> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Automated change 2023-03-16: RO:0002408 replaced by RO:0002630" ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2023-03-16"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301425 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5667fdd400000696/568b0f9600000500> ;
<http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002333> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000708> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/568b0f9600000497> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> """The amino-terminal region of CePTEN contains the phosphatase catalytic
domain, and this region shares 38% sequence identity with the
corresponding domain of human PTEN (Fig. 1B)."""^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-28"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301426 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.geneontology.org/formats/oboInOwl#id> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00000103> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "WB:WBGene00000103"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301427 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5667fdd400000696/568b0f9600000491> ;
<http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002629> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/568b0f9600000488> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/5667fdd400000701> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Automated change 2023-03-16: RO:0002406 replaced by RO:0002629" ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2023-03-16"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301428 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5667fdd400000696/568b0f9600000486> ;
<http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/BFO_0000066> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000699> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/5667fdd400000700> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301429 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.w3.org/2000/01/rdf-schema#label> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00000090> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "age-1 Cele"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301430 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.geneontology.org/formats/oboInOwl#id> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00003965> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "WB:WBGene00003965"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301431 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/BFO_0000050> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000708> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/5716c41300000183> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-05-04"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301432 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5667fdd400000696/568b0f9600000504> ;
<http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/BFO_0000066> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000711> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/568b0f9600000503> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Thus, the expression pattern and localization of SGK-1 closely resembles that of PDK-1 (Paradis et al., 1999), but is distinct from the cellular localization of AKT-1::GFP and AKT-2::GFP, which preferentially stain the cytoplasmic membrane (Paradis and Ruvkun, 1998; our unpublished data)."^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-28"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301433 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5667fdd400000696/568b0f9600000466> ;
<http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/BFO_0000066> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000697> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/5667fdd400000698> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-27"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301434 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.w3.org/2000/01/rdf-schema#label> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00000102> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "akt-1 Cele"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301435 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5667fdd400000696/568b0f9600000502> ;
<http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002333> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000711> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/568b0f9600000501> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Both AKT-1, AKT-2, and SGK-1 purified from a wild-type background phosphorylated DAF-16 (Figure 4A)."^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-28"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301436 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/BFO_0000050> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/568b0f9600000505> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/56cbaef000000094> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-05-04"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301437 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.w3.org/2000/01/rdf-schema#label> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00000912> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "daf-16 Cele"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301438 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.geneontology.org/formats/oboInOwl#id> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00000898> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "WB:WBGene00000898"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301439 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002629> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000701> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/5667fdd400000706> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Automated change 2023-03-16: RO:0002406 replaced by RO:0002629" ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2023-03-16"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301440 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5667fdd400000696/56aac7ad00000004> ;
<http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002333> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/568b0f9600000505> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/568b0f9600000506> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Both AKT-1, AKT-2, and SGK-1 purified from a wild-type background phosphorylated DAF-16 (Figure 4A)."^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-02-01"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301441 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5667fdd400000696/568b0f9600000477> ;
<http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002233> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000697> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/568b0f9600000465> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "ES: Binding of INS-6 to the hIR was evaluated by competitive displacement of 125I-labeled human insulin (Fig.5A). Its relative affinity is 0.6% (Fig. 5A, open circles). Although low relative to insulin (Fig. 5A, closed circles), such binding is at least 10-fold tighter than that of mini-proinsulin (Fig. 5A, triangles). Competition between insulin and INS-6 suggests that the two ligands bind to overlapping or structurally linked sites. In independent assays of transmembrane signaling, INS-6 stimulates autophosphorylation of the cytoplasmic domain of the hIR to the same extent as insulin at corresponding levels of ectodomain occupancy (i.e., INS-6 functions as an agonist). Radioimmunoassays demonstrated that such activity is not the result of contamination by insulin. "^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-05-12"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301442 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002212> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000708> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/56cbaef000000094> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-05-04"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301443 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.geneontology.org/formats/oboInOwl#id> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00002089> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "WB:WBGene00002089"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301444 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002629> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000706> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/5667fdd400000711> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Automated change 2023-03-16: RO:0002406 replaced by RO:0002629" ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2023-03-16"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301445 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/BFO_0000050> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000701> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/56cbaef000000094> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-05-04"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301446 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5667fdd400000696/568b0f9600000499> ;
<http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002333> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000706> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/568b0f9600000498> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> """Both AKT-1, AKT-2, and SGK-1 purified from a wild-type background phosphorylated DAF-16 (Figure 4A). In contrast, all three kinases purified
from a pdk-1 mutant background were not able to phosphorylate DAF-16 (Figure 4A). This demonstrates that functional PDK-1 is required to activate AKT-1, AKT-2, and SGK-1 in vivo."""^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-28"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301447 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002629> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000697> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/5667fdd400000699> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Automated change 2023-03-16: RO:0002406 replaced by RO:0002629" ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2023-03-16"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301448 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.geneontology.org/formats/oboInOwl#id> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00000912> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "WB:WBGene00000912"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301449 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002629> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000706> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/56aac7ad00000000> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Automated change 2023-03-16: RO:0002406 replaced by RO:0002629" ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2023-03-16"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301450 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002630> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000708> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/5667fdd400000706> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Automated change 2023-03-16: RO:0002408 replaced by RO:0002630" ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2023-03-16"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301451 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002333> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/5667fdd400000715> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/568b0f9600000275> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2016-01-15"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301452 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002630> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5667fdd400000696/568b0f9600000505> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5667fdd400000696/5667fdd400000715> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://www.w3.org/2000/01/rdf-schema#comment> "Automated change 2023-03-16: RO:0002408 replaced by RO:0002630" ;
<http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2023-03-16"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t2301453 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.geneontology.org/formats/oboInOwl#id> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00000913> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "WB:WBGene00000913"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .
_:t2301454 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.w3.org/2000/01/rdf-schema#label> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://identifiers.org/wormbase/WBGene00004789> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "sgk-1 Cele"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/derived> "true"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Axiom> .