forked from geneontology/noctua-models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
5666dc6c00000018.ttl
1128 lines (911 loc) · 133 KB
/
5666dc6c00000018.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
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<http://model.geneontology.org/5666dc6c00000018> 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/modelstate> 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/GO_0003674> a <http://www.w3.org/2002/07/owl#Class> .
<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> .
<http://geneontology.org/lego/derived> 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/json-model> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<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://purl.obolibrary.org/obo/RO_0002406> a <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.geneontology.org/formats/oboInOwl#id> a <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://purl.obolibrary.org/obo/BFO_0000051> a <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.obolibrary.org/obo/RO_0002213> a <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.obolibrary.org/obo/RO_0002212> a <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.obolibrary.org/obo/RO_0002413> a <http://www.w3.org/2002/07/owl#ObjectProperty> .
<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://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_0005009> 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/GO_0000981> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/RO_0002234> a <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.obolibrary.org/obo/GO_0017053> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0048471> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0001227> a <http://www.w3.org/2002/07/owl#Class> .
<http://identifiers.org/wormbase/WBGene00000905> <http://www.geneontology.org/formats/oboInOwl#id> "WB:WBGene00000905"^^<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-9 Cele"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://identifiers.org/wormbase/WBGene00000908> <http://www.geneontology.org/formats/oboInOwl#id> "WB:WBGene00000908"^^<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-12 Cele"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://identifiers.org/wormbase/WBGene00000979> <http://www.geneontology.org/formats/oboInOwl#id> "WB:WBGene00000979"^^<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> "dhs-16 Cele"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://identifiers.org/wormbase/WBGene00001824> <http://www.geneontology.org/formats/oboInOwl#id> "WB:WBGene00001824"^^<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> "hbl-1 Cele"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://identifiers.org/wormbase/WBGene00007536> <http://www.geneontology.org/formats/oboInOwl#id> "WB:WBGene00007536"^^<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-36 Cele"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://identifiers.org/wormbase/WBGene00008549> <http://www.geneontology.org/formats/oboInOwl#id> "WB:WBGene00008549"^^<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> "din-1 Cele"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://identifiers.org/wormbase/WBGene00012394> <http://www.geneontology.org/formats/oboInOwl#id> "WB:WBGene00012394"^^<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> "hsd-1 Cele"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://identifiers.org/wormbase/WBGene00019198> <http://www.geneontology.org/formats/oboInOwl#id> "WB:WBGene00019198"^^<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> "strm-1 Cele"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018> <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://geneontology.org/lego/json-model> "{\"id\":\"gomodel:5666dc6c00000018\",\"individuals\":[{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000379\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0048471\",\"label\":\"perinuclear region of cytoplasm\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000037\",\"type\":[{\"type\":\"class\",\"id\":\"CHEBI:17168\",\"label\":\"5alpha-cholest-7-en-3beta-ol\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000411\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"source\",\"value\":\"20980238\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000034\",\"type\":[{\"type\":\"class\",\"id\":\"WB:WBGene00000979\",\"label\":\"dhs-16 Cele\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000033\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0016229\",\"label\":\"steroid dehydrogenase activity\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000354\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0017053\",\"label\":\"transcriptional repressor complex\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000050\",\"type\":[{\"type\":\"class\",\"id\":\"WB:WBGene00007536\",\"label\":\"daf-36 Cele\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000025\",\"type\":[{\"type\":\"class\",\"id\":\"WB:WBGene00000908\",\"label\":\"daf-12 Cele\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"http://orcid.org/0000-0002-6601-2165\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000026\",\"type\":[{\"type\":\"class\",\"id\":\"CHEBI:71542\",\"label\":\"(25S)-Delta(7)-dafachronate\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"http://orcid.org/0000-0002-6601-2165\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000240\",\"type\":[{\"type\":\"class\",\"id\":\"WB:WBGene00000898\",\"label\":\"daf-2 Cele\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000028\",\"type\":[{\"type\":\"class\",\"id\":\"WB:WBGene00000908\",\"label\":\"daf-12 Cele\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"http://orcid.org/0000-0002-6601-2165\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000029\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0005634\",\"label\":\"nucleus\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"http://orcid.org/0000-0002-6601-2165\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000132\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"source\",\"value\":\"19531354\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000131\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"source\",\"value\":\"19531354\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000130\",\"type\":[{\"type\":\"class\",\"id\":\"CHEBI:71542\",\"label\":\"(25S)-Delta(7)-dafachronate\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000089\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"source\",\"value\":\"21749634\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000088\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"source\",\"value\":\"21749634\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000087\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"source\",\"value\":\"21749634\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000239\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0005009\",\"label\":\"insulin-activated receptor activity\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000129\",\"type\":[{\"type\":\"class\",\"id\":\"WB:WBGene00019198\",\"label\":\"H14E041 Cele\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000128\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0008757\",\"label\":\"S-adenosylmethionine-dependent methyltransferase activity\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000035\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"source\",\"value\":\"16529801\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000037\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"source\",\"value\":\"22505847\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000033\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-08\"},{\"key\":\"source\",\"value\":\"16529801\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000032\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-08\"},{\"key\":\"source\",\"value\":\"22505847\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000031\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-08\"},{\"key\":\"source\",\"value\":\"22505847\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000030\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"source\",\"value\":\"16529801\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000548\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0005634\",\"label\":\"nucleus\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000441\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0048471\",\"label\":\"perinuclear region of cytoplasm\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-10\"},{\"key\":\"contributor\",\"value\":\"GOC:hm\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000440\",\"type\":[{\"type\":\"class\",\"id\":\"WBbt:0007855\",\"label\":\"XXX cell\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:hm\"},{\"key\":\"date\",\"value\":\"2015-12-10\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000398\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0005634\",\"label\":\"nucleus\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000397\",\"type\":[{\"type\":\"class\",\"id\":\"WB:WBGene00000912\",\"label\":\"daf-16 Cele\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000396\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0000981\",\"label\":\"RNA polymerase II transcription factor activity, sequence-specific DNA binding\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000118\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"source\",\"value\":\"22505847\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000117\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"source\",\"value\":\"22505847\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000024\",\"type\":[{\"type\":\"class\",\"id\":\"GO:1990239\",\"label\":\"steroid hormone binding\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"hint-layout-x\",\"value\":\"1314\"},{\"key\":\"contributor\",\"value\":\"http://orcid.org/0000-0002-6601-2165\"},{\"key\":\"hint-layout-y\",\"value\":\"227\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000023\",\"type\":[{\"type\":\"class\",\"id\":\"CHEBI:71550\",\"label\":\"lathosterone\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"http://orcid.org/0000-0002-6601-2165\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000022\",\"type\":[{\"type\":\"class\",\"id\":\"CHEBI:71542\",\"label\":\"(25S)-Delta(7)-dafachronate\"}],\"annotations\":[{\"key\":\"hint-layout-y\",\"value\":\"517\"},{\"key\":\"date\",\"value\":\"2015-12-08\"},{\"key\":\"contributor\",\"value\":\"http://orcid.org/0000-0002-6601-2165\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"hint-layout-x\",\"value\":\"146\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000020\",\"type\":[{\"type\":\"class\",\"id\":\"WB:WBGene00000905\",\"label\":\"daf-9 Cele\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"http://orcid.org/0000-0002-6601-2165\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000175\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"source\",\"value\":\"19342589\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000067\",\"type\":[{\"type\":\"class\",\"id\":\"CHEBI:17168\",\"label\":\"5alpha-cholest-7-en-3beta-ol\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000066\",\"type\":[{\"type\":\"class\",\"id\":\"CHEBI:17759\",\"label\":\"cholesta-5,7-dien-3beta-ol\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000062\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0033765\",\"label\":\"steroid dehydrogenase activity, acting on the CH-CH group of donors\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000019\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0008395\",\"label\":\"steroid hydroxylase activity\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"hint-layout-y\",\"value\":\"85\"},{\"key\":\"contributor\",\"value\":\"http://orcid.org/0000-0002-6601-2165\"},{\"key\":\"hint-layout-x\",\"value\":\"938\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000449\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"source\",\"value\":\"19342589\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000035\",\"type\":[{\"type\":\"class\",\"id\":\"CHEBI:71550\",\"label\":\"lathosterone\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000116\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"source\",\"value\":\"22505847\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000116\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-08\"},{\"key\":\"source\",\"value\":\"22170062 \"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000115\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-08\"},{\"key\":\"source\",\"value\":\"22170062\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000547\",\"type\":[{\"type\":\"class\",\"id\":\"WB:WBGene00001824\",\"label\":\"hbl-1 Cele\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000546\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0003674\",\"label\":\"molecular_function\"}],\"annotations\":[{\"key\":\"hint-layout-y\",\"value\":\"513\"},{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"hint-layout-x\",\"value\":\"2010\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000375\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"source\",\"value\":\"15314028\"},{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000374\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0005634\",\"label\":\"nucleus\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000373\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"source\",\"value\":\"15314028\"},{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000372\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"source\",\"value\":\"15314028\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000371\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"source\",\"value\":\"15314028\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000370\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0001227\",\"label\":\"transcriptional repressor activity, RNA polymerase II transcription regulatory region sequence-specific binding\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000263\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"source\",\"value\":\"20980238\"},{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000042\",\"type\":[{\"type\":\"class\",\"id\":\"CHEBI:16113\",\"label\":\"cholesterol\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000051\",\"type\":[{\"type\":\"class\",\"id\":\"CHEBI:16113\",\"label\":\"cholesterol\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000413\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"source\",\"value\":\"15314028\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000412\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"source\",\"value\":\"19342589\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000049\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0033765\",\"label\":\"steroid dehydrogenase activity, acting on the CH-CH group of donors\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000410\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0043053\",\"label\":\"dauer entry\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000047\",\"type\":[{\"type\":\"class\",\"id\":\"CHEBI:16175\",\"label\":\"cholest-4-en-3-one\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000046\",\"type\":[{\"type\":\"class\",\"id\":\"CHEBI:63906\",\"label\":\"cholest-5-en-3-one\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000045\",\"type\":[{\"type\":\"class\",\"id\":\"WB:WBGene00012394\",\"label\":\"hsd-1 Cele\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000044\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0004769\",\"label\":\"steroid delta-isomerase activity\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000043\",\"type\":[{\"type\":\"class\",\"id\":\"CHEBI:63906\",\"label\":\"cholest-5-en-3-one\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000383\",\"type\":[{\"type\":\"class\",\"id\":\"ECO:0000314\",\"label\":\"direct assay evidence used in manual assertion\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-08\"},{\"key\":\"source\",\"value\":\"11740945\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000041\",\"type\":[{\"type\":\"class\",\"id\":\"WB:WBGene00012394\",\"label\":\"hsd-1 Cele\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000040\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0003854\",\"label\":\"3-beta-hydroxy-delta5-steroid dehydrogenase activity\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000364\",\"type\":[{\"type\":\"class\",\"id\":\"WB:WBGene00008549\",\"label\":\"din-1 Cele\"}],\"annotations\":[{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000363\",\"type\":[{\"type\":\"class\",\"id\":\"WB:WBGene00000908\",\"label\":\"daf-12 Cele\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5667fdd400000052\",\"type\":[{\"type\":\"class\",\"id\":\"CHEBI:17759\",\"label\":\"cholesta-5,7-dien-3beta-ol\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"id\":\"gomodel:5666dc6c00000018/5666dc6c00000027\",\"type\":[{\"type\":\"class\",\"id\":\"GO:0004879\",\"label\":\"RNA polymerase II transcription factor activity, ligand-activated sequence-specific DNA binding\"}],\"annotations\":[{\"key\":\"hint-layout-x\",\"value\":\"1723\"},{\"key\":\"date\",\"value\":\"2015-12-09\"},{\"key\":\"contributor\",\"value\":\"http://orcid.org/0000-0002-6601-2165\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"hint-layout-y\",\"value\":\"221\"}]}],\"facts\":[{\"subject\":\"gomodel:5666dc6c00000018/5666dc6c00000027\",\"property\":\"RO:0002212\",\"object\":\"gomodel:5666dc6c00000018/5666dc6c00000546\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5667fdd400000175\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5666dc6c00000024\",\"property\":\"RO:0002333\",\"object\":\"gomodel:5666dc6c00000018/5666dc6c00000025\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5666dc6c00000115\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"contributor\",\"value\":\"http://orcid.org/0000-0002-6601-2165\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000062\",\"property\":\"RO:0002233\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000066\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000354\",\"property\":\"BFO:0000051\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000364\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5667fdd400000372\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000044\",\"property\":\"RO:0002233\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000046\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5666dc6c00000019\",\"property\":\"RO:0002233\",\"object\":\"gomodel:5666dc6c00000018/5666dc6c00000023\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5666dc6c00000030\",\"value-type\":\"IRI\"},{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5666dc6c00000031\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"contributor\",\"value\":\"http://orcid.org/0000-0002-6601-2165\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5666dc6c00000546\",\"property\":\"BFO:0000066\",\"object\":\"gomodel:5666dc6c00000018/5666dc6c00000548\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5667fdd400000263\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000062\",\"property\":\"RO:0002234\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000067\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000049\",\"property\":\"RO:0002234\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000052\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5667fdd400000088\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000396\",\"property\":\"BFO:0000066\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000398\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000062\",\"property\":\"RO:0002413\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000033\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5666dc6c00000019\",\"property\":\"BFO:0000066\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000441\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:hm\"},{\"key\":\"date\",\"value\":\"2015-12-10\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000044\",\"property\":\"RO:0002333\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000045\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5666dc6c00000024\",\"property\":\"RO:0002406\",\"object\":\"gomodel:5666dc6c00000018/5666dc6c00000027\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:hm\"},{\"key\":\"date\",\"value\":\"2015-12-10\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5666dc6c00000027\",\"property\":\"RO:0002333\",\"object\":\"gomodel:5666dc6c00000018/5666dc6c00000028\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5666dc6c00000449\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"contributor\",\"value\":\"http://orcid.org/0000-0002-6601-2165\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000033\",\"property\":\"RO:0002233\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000037\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5667fdd400000118\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5666dc6c00000019\",\"property\":\"RO:0002333\",\"object\":\"gomodel:5666dc6c00000018/5666dc6c00000020\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5666dc6c00000035\",\"value-type\":\"IRI\"},{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5666dc6c00000037\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"contributor\",\"value\":\"http://orcid.org/0000-0002-6601-2165\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000354\",\"property\":\"BFO:0000051\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000363\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5667fdd400000371\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000033\",\"property\":\"RO:0002234\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000035\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5667fdd400000116\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000033\",\"property\":\"RO:0002413\",\"object\":\"gomodel:5666dc6c00000018/5666dc6c00000019\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000128\",\"property\":\"RO:0002212\",\"object\":\"gomodel:5666dc6c00000018/5666dc6c00000024\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000239\",\"property\":\"RO:0002333\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000240\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5666dc6c00000546\",\"property\":\"RO:0002213\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000410\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5667fdd400000411\",\"value-type\":\"IRI\"},{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5667fdd400000412\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000044\",\"property\":\"RO:0002234\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000047\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000396\",\"property\":\"RO:0002212\",\"object\":\"gomodel:5666dc6c00000018/5666dc6c00000019\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5666dc6c00000019\",\"property\":\"RO:0002413\",\"object\":\"gomodel:5666dc6c00000018/5666dc6c00000024\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-10\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000049\",\"property\":\"RO:0002333\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000050\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5667fdd400000087\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5666dc6c00000027\",\"property\":\"BFO:0000066\",\"object\":\"gomodel:5666dc6c00000018/5666dc6c00000029\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"http://orcid.org/0000-0002-6601-2165\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000396\",\"property\":\"RO:0002333\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000397\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000128\",\"property\":\"RO:0002233\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000130\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5667fdd400000132\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000033\",\"property\":\"RO:0002333\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000034\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5667fdd400000117\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000040\",\"property\":\"RO:0002233\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000042\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5666dc6c00000546\",\"property\":\"RO:0002333\",\"object\":\"gomodel:5666dc6c00000018/5666dc6c00000547\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5666dc6c00000019\",\"property\":\"BFO:0000066\",\"object\":\"gomodel:5666dc6c00000018/5666dc6c00000379\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5666dc6c00000383\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000040\",\"property\":\"RO:0002413\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000044\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5666dc6c00000024\",\"property\":\"RO:0002233\",\"object\":\"gomodel:5666dc6c00000018/5666dc6c00000026\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5666dc6c00000116\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"contributor\",\"value\":\"http://orcid.org/0000-0002-6601-2165\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000370\",\"property\":\"RO:0002213\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000410\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5667fdd400000413\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5666dc6c00000019\",\"property\":\"RO:0002234\",\"object\":\"gomodel:5666dc6c00000018/5666dc6c00000022\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5666dc6c00000032\",\"value-type\":\"IRI\"},{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5666dc6c00000033\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"contributor\",\"value\":\"http://orcid.org/0000-0002-6601-2165\"},{\"key\":\"date\",\"value\":\"2015-12-08\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000128\",\"property\":\"RO:0002333\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000129\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5667fdd400000131\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000049\",\"property\":\"RO:0002233\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000051\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5667fdd400000089\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000370\",\"property\":\"RO:0002333\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000354\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5667fdd400000373\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000040\",\"property\":\"RO:0002333\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000041\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000040\",\"property\":\"RO:0002234\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000043\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000049\",\"property\":\"RO:0002413\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000062\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000354\",\"property\":\"BFO:0000066\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000374\",\"annotations\":[{\"key\":\"evidence\",\"value\":\"gomodel:5666dc6c00000018/5667fdd400000375\",\"value-type\":\"IRI\"},{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000441\",\"property\":\"BFO:0000050\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000440\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:hm\"},{\"key\":\"date\",\"value\":\"2015-12-10\"}]},{\"subject\":\"gomodel:5666dc6c00000018/5667fdd400000239\",\"property\":\"RO:0002212\",\"object\":\"gomodel:5666dc6c00000018/5667fdd400000396\",\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"date\",\"value\":\"2015-12-09\"}]}],\"properties\":[{\"type\":\"property\",\"id\":\"BFO:0000066\",\"label\":\"occurs in\"},{\"type\":\"property\",\"id\":\"RO:0002233\",\"label\":\"has input\"},{\"type\":\"property\",\"id\":\"RO:0002212\",\"label\":\"negatively regulates\"},{\"type\":\"property\",\"id\":\"RO:0002213\",\"label\":\"positively_regulates\"},{\"type\":\"property\",\"id\":\"RO:0002406\",\"label\":\"directly activates\"},{\"type\":\"property\",\"id\":\"BFO:0000050\",\"label\":\"part_of\"},{\"type\":\"property\",\"id\":\"RO:0002413\",\"label\":\"directly provides input for\"},{\"type\":\"property\",\"id\":\"RO:0002333\",\"label\":\"enabled_by\"},{\"type\":\"property\",\"id\":\"BFO:0000051\",\"label\":\"has part\"},{\"type\":\"property\",\"id\":\"RO:0002234\",\"label\":\"has output\"}],\"annotations\":[{\"key\":\"contributor\",\"value\":\"GOC:ab\"},{\"key\":\"contributor\",\"value\":\"http://orcid.org/0000-0002-6601-2165\"},{\"key\":\"title\",\"value\":\"nuclear receptor daf12\"},{\"key\":\"date\",\"value\":\"2015-12-10\"},{\"key\":\"state\",\"value\":\"development\"},{\"key\":\"contributor\",\"value\":\"GOC:hm\"}]}"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://www.geneontology.org/formats/oboInOwl#id> "gomodel:5666dc6c00000018"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Ontology> ;
<http://www.w3.org/2002/07/owl#imports> <http://purl.obolibrary.org/obo/go/extensions/go-lego.owl> ;
<http://purl.org/dc/elements/1.1/title> "nuclear receptor daf12"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> , "http://orcid.org/0000-0002-6601-2165"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:hm"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2018-04-13"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000019> <http://purl.obolibrary.org/obo/BFO_0000066> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000379> , <http://model.geneontology.org/5666dc6c00000018/5667fdd400000441> ;
<http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000020> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/x> "1248"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "286"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002233> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000023> ;
<http://purl.obolibrary.org/obo/RO_0002413> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000024> ;
<http://purl.obolibrary.org/obo/RO_0002234> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000022> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0008395> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> , "http://orcid.org/0000-0002-6601-2165"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2018-04-13"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000020> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00000905> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-6601-2165"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000022> <http://geneontology.org/lego/hint/layout/x> "146"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "517"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/CHEBI_71542> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-6601-2165"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000023> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/CHEBI_71550> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-6601-2165"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000024> <http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000025> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/x> "839"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "92"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002233> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000026> ;
<http://purl.obolibrary.org/obo/RO_0002406> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000027> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_1990239> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> , "http://orcid.org/0000-0002-6601-2165"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2018-04-13"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000025> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00000908> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-6601-2165"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000026> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/CHEBI_71542> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-6601-2165"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000027> <http://purl.obolibrary.org/obo/BFO_0000066> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000029> ;
<http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000028> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/x> "1235"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002212> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000546> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0004879> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> , "http://orcid.org/0000-0002-6601-2165"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2018-04-13"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000028> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00000908> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-6601-2165"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000029> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0005634> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-6601-2165"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000030> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "16529801"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000031> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "22505847"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000032> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "22505847"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000033> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "16529801"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000035> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "16529801"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000037> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "22505847"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000115> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "22170062"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000116> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "22170062 "^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000379> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0048471> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000383> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "11740945"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000449> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "19342589"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000546> <http://purl.obolibrary.org/obo/BFO_0000066> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000548> ;
<http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000547> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/x> "658"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002213> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000410> ;
a <http://purl.obolibrary.org/obo/GO_0003674> , <http://www.w3.org/2002/07/owl#NamedIndividual> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2018-04-13"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000547> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00001824> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5666dc6c00000548> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0005634> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000033> <http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000034> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/x> "1177"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "610"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002233> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000037> ;
<http://purl.obolibrary.org/obo/RO_0002413> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000019> ;
<http://purl.obolibrary.org/obo/RO_0002234> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000035> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0016229> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2018-04-13"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000034> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00000979> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000035> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/CHEBI_71550> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000037> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/CHEBI_17168> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000040> <http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000041> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/x> "494"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "850"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002233> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000042> ;
<http://purl.obolibrary.org/obo/RO_0002413> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000044> ;
<http://purl.obolibrary.org/obo/RO_0002234> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000043> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0003854> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2018-04-13"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000041> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00012394> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000042> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/CHEBI_16113> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000043> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/CHEBI_63906> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000044> <http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000045> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/x> "46"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "849"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002233> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000046> ;
<http://purl.obolibrary.org/obo/RO_0002234> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000047> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0004769> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2018-04-13"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000045> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00012394> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000046> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/CHEBI_63906> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000047> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/CHEBI_16175> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000049> <http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000050> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/x> "270"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "601"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002233> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000051> ;
<http://purl.obolibrary.org/obo/RO_0002413> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000062> ;
<http://purl.obolibrary.org/obo/RO_0002234> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000052> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0033765> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2018-04-13"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000050> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00007536> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000051> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/CHEBI_16113> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000052> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/CHEBI_17759> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000062> <http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/x> "695"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "625"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002233> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000066> ;
<http://purl.obolibrary.org/obo/RO_0002413> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000033> ;
<http://purl.obolibrary.org/obo/RO_0002234> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000067> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0033765> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2018-04-13"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000066> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/CHEBI_17759> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000067> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/CHEBI_17168> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000087> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "21749634"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000088> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "21749634"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000089> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "21749634"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000116> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "22505847"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000117> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "22505847"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000118> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "22505847"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000128> <http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000129> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/x> "59"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "488"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002233> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000130> ;
<http://purl.obolibrary.org/obo/RO_0002212> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000024> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0008757> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2018-04-13"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000129> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00019198> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000130> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/CHEBI_71542> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000131> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "19531354"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000132> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "19531354"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000175> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "19342589"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000239> <http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000240> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/x> "497"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "513"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002212> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000396> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0005009> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2018-04-13"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000240> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00000898> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000263> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "20980238"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000354> <http://purl.obolibrary.org/obo/BFO_0000066> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000374> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/x> "244"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "105"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/BFO_0000051> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000363> , <http://model.geneontology.org/5666dc6c00000018/5667fdd400000364> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0017053> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2018-04-13"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000363> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00000908> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000364> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00008549> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000370> <http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000354> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "243"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002213> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000410> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0001227> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2018-04-13"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000371> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "15314028"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000372> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "15314028"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000373> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "15314028"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000374> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0005634> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000375> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "15314028"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000396> <http://purl.obolibrary.org/obo/BFO_0000066> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000398> ;
<http://purl.obolibrary.org/obo/RO_0002333> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000397> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/x> "931"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "476"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.obolibrary.org/obo/RO_0002212> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000019> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0000981> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2018-04-13"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000397> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://identifiers.org/wormbase/WBGene00000912> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000398> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0005634> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000410> <http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "18"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0043053> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2018-04-13"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000411> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "20980238"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000412> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "19342589"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000413> a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/ECO_0000314> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/source> "15314028"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000440> <http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/x> "790"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "395"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/WBbt_0007855> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:hm"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2018-04-13"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://model.geneontology.org/5666dc6c00000018/5667fdd400000441> <http://purl.obolibrary.org/obo/BFO_0000050> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000440> ;
<http://purl.org/pav/providedBy> "http://www.wormbase.org"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/x> "872"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://geneontology.org/lego/hint/layout/y> "265"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://purl.obolibrary.org/obo/GO_0048471> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-1706-4196"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:hm"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2018-04-13"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://purl.obolibrary.org/obo/CHEBI_16113> <http://www.geneontology.org/formats/oboInOwl#id> "CHEBI:16113"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/CHEBI_16175> <http://www.geneontology.org/formats/oboInOwl#id> "CHEBI:16175"^^<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> "cholest-4-en-3-one"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://purl.obolibrary.org/obo/CHEBI_17168> <http://www.geneontology.org/formats/oboInOwl#id> "CHEBI:17168"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/CHEBI_17759> <http://www.geneontology.org/formats/oboInOwl#id> "CHEBI:17759"^^<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> "cholesta-5,7-dien-3beta-ol"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://purl.obolibrary.org/obo/CHEBI_63906> <http://www.geneontology.org/formats/oboInOwl#id> "CHEBI:63906"^^<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> "cholest-5-en-3-one"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://purl.obolibrary.org/obo/CHEBI_71542> <http://www.geneontology.org/formats/oboInOwl#id> "CHEBI:71542"^^<http://www.w3.org/2001/XMLSchema#string> ;
a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/CHEBI_71550> <http://www.geneontology.org/formats/oboInOwl#id> "CHEBI:71550"^^<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> "lathosterone"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://purl.obolibrary.org/obo/GO_0001222> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0003854> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0004769> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0004879> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0008395> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0008757> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0016229> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0033765> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0040024> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_0043053> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/GO_1990239> a <http://www.w3.org/2002/07/owl#Class> .
<http://purl.obolibrary.org/obo/WBbt_0007855> a <http://www.w3.org/2002/07/owl#Class> .
<http://www.w3.org/2000/01/rdf-schema#label> 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> .
_:t36970 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.geneontology.org/formats/oboInOwl#id> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://purl.obolibrary.org/obo/CHEBI_16113> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "CHEBI:16113"^^<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> .
_:t36971 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.geneontology.org/formats/oboInOwl#id> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://purl.obolibrary.org/obo/CHEBI_71550> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "CHEBI:71550"^^<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> .
_:t36972 <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://purl.obolibrary.org/obo/CHEBI_71550> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "lathosterone"^^<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> .
_:t36973 <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> .
_:t36974 <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> .
_:t36975 <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/WBGene00000905> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "WB:WBGene00000905"^^<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> .
_:t36976 <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/WBGene00000905> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "daf-9 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> .
_:t36977 <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/WBGene00000908> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "WB:WBGene00000908"^^<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> .
_:t36978 <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/WBGene00000908> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "daf-12 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> .
_:t36979 <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> .
_:t36980 <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> .
_:t36981 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.geneontology.org/formats/oboInOwl#id> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://purl.obolibrary.org/obo/CHEBI_16175> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "CHEBI:16175"^^<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> .
_:t36982 <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/WBGene00000979> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "WB:WBGene00000979"^^<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> .
_:t36983 <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/WBGene00000979> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "dhs-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> .
_:t36984 <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/WBGene00001824> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "WB:WBGene00001824"^^<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> .
_:t36985 <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/WBGene00001824> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "hbl-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> .
_:t36986 <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/WBGene00007536> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "WB:WBGene00007536"^^<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> .
_:t36987 <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/WBGene00007536> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "daf-36 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> .
_:t36988 <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/WBGene00008549> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "WB:WBGene00008549"^^<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> .
_:t36989 <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/WBGene00008549> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "din-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> .
_:t36990 <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/WBGene00012394> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "WB:WBGene00012394"^^<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> .
_:t36991 <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/WBGene00012394> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "hsd-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> .
_:t36992 <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://purl.obolibrary.org/obo/CHEBI_16175> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "cholest-4-en-3-one"^^<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> .
_:t36993 <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/WBGene00019198> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "WB:WBGene00019198"^^<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> .
_:t36994 <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/WBGene00019198> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "strm-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> .
_:t36995 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000383> ;
<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/5666dc6c00000018/5666dc6c00000019> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000379> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t36996 <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/5666dc6c00000018/5666dc6c00000019> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000441> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:hm"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-10"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t36997 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000030> , <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000031> ;
<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/5666dc6c00000018/5666dc6c00000019> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000023> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-6601-2165"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t36998 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000032> , <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000033> ;
<http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002234> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000019> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000022> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-6601-2165"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t36999 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000035> , <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000037> ;
<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/5666dc6c00000018/5666dc6c00000019> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000020> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-6601-2165"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37000 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002413> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000019> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000024> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-10"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37001 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000116> ;
<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/5666dc6c00000018/5666dc6c00000024> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000026> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-6601-2165"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37002 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000115> ;
<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/5666dc6c00000018/5666dc6c00000024> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000025> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-6601-2165"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37003 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.geneontology.org/formats/oboInOwl#id> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://purl.obolibrary.org/obo/CHEBI_17168> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "CHEBI:17168"^^<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> .
_:t37004 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002406> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000024> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000027> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:hm"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-10"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37005 <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/5666dc6c00000018/5666dc6c00000027> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000029> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-6601-2165"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37006 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000175> ;
<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/5666dc6c00000018/5666dc6c00000027> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000546> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37007 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000449> ;
<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/5666dc6c00000018/5666dc6c00000027> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000028> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "http://orcid.org/0000-0002-6601-2165"^^<http://www.w3.org/2001/XMLSchema#string> , "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37008 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000263> ;
<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/5666dc6c00000018/5666dc6c00000546> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000548> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37009 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000411> , <http://model.geneontology.org/5666dc6c00000018/5667fdd400000412> ;
<http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002213> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000546> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000410> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37010 <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/5666dc6c00000018/5666dc6c00000546> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000547> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-08"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37011 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000118> ;
<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/5666dc6c00000018/5667fdd400000033> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000037> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37012 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000116> ;
<http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002234> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000033> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000035> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37013 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000117> ;
<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/5666dc6c00000018/5667fdd400000033> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000034> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37014 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://www.geneontology.org/formats/oboInOwl#id> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://purl.obolibrary.org/obo/CHEBI_17759> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "CHEBI:17759"^^<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> .
_:t37015 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002413> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000033> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5666dc6c00000019> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37016 <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/5666dc6c00000018/5667fdd400000040> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000042> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37017 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002234> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000040> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000043> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37018 <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/5666dc6c00000018/5667fdd400000040> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000041> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37019 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002413> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000040> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000044> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37020 <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/5666dc6c00000018/5667fdd400000044> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000046> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37021 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002234> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000044> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000047> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37022 <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/5666dc6c00000018/5667fdd400000044> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000045> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37023 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000089> ;
<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/5666dc6c00000018/5667fdd400000049> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000051> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37024 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000088> ;
<http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002234> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000049> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000052> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37025 <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://purl.obolibrary.org/obo/CHEBI_17759> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> "cholesta-5,7-dien-3beta-ol"^^<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> .
_:t37026 <http://geneontology.org/lego/evidence> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000087> ;
<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/5666dc6c00000018/5667fdd400000049> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000050> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37027 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002413> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000049> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000062> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37028 <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/5666dc6c00000018/5667fdd400000062> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000066> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37029 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002234> ;
<http://www.w3.org/2002/07/owl#annotatedSource> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000062> ;
<http://www.w3.org/2002/07/owl#annotatedTarget> <http://model.geneontology.org/5666dc6c00000018/5667fdd400000067> ;
a <http://www.w3.org/2002/07/owl#Axiom> ;
<http://purl.org/dc/elements/1.1/contributor> "GOC:ab"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://purl.org/dc/elements/1.1/date> "2015-12-09"^^<http://www.w3.org/2001/XMLSchema#string> .
_:t37030 <http://www.w3.org/2002/07/owl#annotatedProperty> <http://purl.obolibrary.org/obo/RO_0002413> ;