-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhco_head.ttl
872 lines (764 loc) · 30.2 KB
/
hco_head.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
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix faldo: <http://biohackathon.org/resource/faldo#> .
@prefix hco: <http://identifiers.org/hco/> .
# Base classes and properties
<http://identifiers.org/hco/>
rdf:type owl:Ontology ;
dct:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
rdfs:seeAlso <https://github.com/med2rdf/hco/> ;
rdfs:seeAlso <http://biohackathon.org/resource/hco/> ;
owl:versionInfo "2020-07-15"^^xsd:date .
hco:HumanChromosome
rdf:type owl:Class ;
rdfs:label "Human chromosome" ;
skos:definition "Collection of human chromosomes" ;
rdfs:seeAlso <http://identifiers.org/taxonomy/9606> ;
skos:broader obo:SO_0000340 . # chromosome
hco:GenomeBuild
rdf:type owl:Class ;
rdfs:label "Genome build" ;
skos:definition "Version of a genome assembly" ;
skos:broader obo:SO_0001505 . # reference_genome
hco:Cytoband
rdf:type owl:Class ;
rdfs:label "Cytoband" ;
skos:definition "Chromosome band" ;
skos:broader obo:SO_0000341 . # chromosome_band
hco:CytobandType
rdf:type owl:Class ;
rdfs:label "Cytoband type" ;
skos:definition "Cytoband types including Giemsa-banding annotations" .
hco:build
rdf:type owl:ObjectProperty ;
rdfs:label "build" ;
rdfs:domain hco:HumanChromosome ;
rdfs:range hco:GenomeBuild .
hco:insdc
rdf:type owl:ObjectProperty ;
rdfs:label "INSDC" ;
rdfs:domain hco:HumanChromosome ;
rdfs:range rdfs:Resource .
hco:refseq
rdf:type owl:ObjectProperty ;
rdfs:label "RefSeq" ;
rdfs:domain hco:HumanChromosome ;
rdfs:range rdfs:Resource .
hco:ucsc
rdf:type owl:ObjectProperty ;
rdfs:label "UCSC" ;
rdfs:domain hco:HumanChromosome ;
rdfs:range rdfs:Resource .
hco:ensembl
rdf:type owl:ObjectProperty ;
rdfs:label "Ensembl" ;
rdfs:domain hco:HumanChromosome ;
rdfs:range rdfs:Resource .
hco:length
rdf:type owl:DatatypeProperty ;
rdfs:label "length" ;
rdfs:domain hco:GenomeBuild ;
rdfs:range xsd:integer .
hco:bandtype
rdf:type owl:DatatypeProperty ;
rdfs:label "cytoband type" ;
rdfs:domain hco:Cytoband ;
rdfs:range hco:CytobandType .
# Human chromosome classes and instances
hco:1
rdf:type owl:Class ;
rdfs:label "Human chromosome 1" ;
rdfs:subClassOf hco:HumanChromosome .
hco:1\/GRCh37
rdf:type hco:1 ;
hco:build hco:GRCh37 ;
hco:length 249250621 ;
skos:altLabel "GPC_000000025" ;
hco:insdc <http://identifiers.org/insdc/CM000663.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000001.10> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr1> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/1> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=1> .
hco:1\/GRCh38
rdf:type hco:1 ;
hco:build hco:GRCh38 ;
hco:length 248956422 ;
skos:altLabel "GPC_000001293" ;
hco:insdc <http://identifiers.org/insdc/CM000663.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000001.11> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr1> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/1> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=1> .
hco:2
rdf:type owl:Class ;
rdfs:label "Human chromosome 2" ;
rdfs:subClassOf hco:HumanChromosome .
hco:2\/GRCh37
rdf:type hco:2 ;
hco:build hco:GRCh37 ;
hco:length 243199373 ;
skos:altLabel "GPC_000000026" ;
hco:insdc <http://identifiers.org/insdc/CM000664.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000002.11> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr2> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/2> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=2> .
hco:2\/GRCh38
rdf:type hco:2 ;
hco:build hco:GRCh38 ;
hco:length 242193529 ;
skos:altLabel "GPC_000001294" ;
hco:insdc <http://identifiers.org/insdc/CM000664.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000002.12> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr2> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/2> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=2> .
hco:3
rdf:type owl:Class ;
rdfs:label "Human chromosome 3" ;
rdfs:subClassOf hco:HumanChromosome .
hco:3\/GRCh37
rdf:type hco:3 ;
hco:build hco:GRCh37 ;
hco:length 198022430 ;
skos:altLabel "GPC_000000027" ;
hco:insdc <http://identifiers.org/insdc/CM000665.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000003.11> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr3> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/3> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=3> .
hco:3\/GRCh38
rdf:type hco:3 ;
hco:build hco:GRCh38 ;
hco:length 198295559 ;
skos:altLabel "GPC_000001295" ;
hco:insdc <http://identifiers.org/insdc/CM000665.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000003.12> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr3> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/3> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=3> .
hco:4
rdf:type owl:Class ;
rdfs:label "Human chromosome 4" ;
rdfs:subClassOf hco:HumanChromosome .
hco:4\/GRCh37
rdf:type hco:4 ;
hco:build hco:GRCh37 ;
hco:length 191154276 ;
skos:altLabel "GPC_000000028" ;
hco:insdc <http://identifiers.org/insdc/CM000666.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000004.11> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr4> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/4> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=4> .
hco:4\/GRCh38
rdf:type hco:4 ;
hco:build hco:GRCh38 ;
hco:length 190214555 ;
skos:altLabel "GPC_000001296" ;
hco:insdc <http://identifiers.org/insdc/CM000666.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000004.12> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr4> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/4> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=4> .
hco:5
rdf:type owl:Class ;
rdfs:label "Human chromosome 5" ;
rdfs:subClassOf hco:HumanChromosome .
hco:5\/GRCh37
rdf:type hco:5 ;
hco:build hco:GRCh37 ;
hco:length 180915260 ;
skos:altLabel "GPC_000000029" ;
hco:insdc <http://identifiers.org/insdc/CM000667.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000005.9> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr5> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/5> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=5> .
hco:5\/GRCh38
rdf:type hco:5 ;
hco:build hco:GRCh38 ;
hco:length 181538259 ;
skos:altLabel "GPC_000001297" ;
hco:insdc <http://identifiers.org/insdc/CM000667.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000005.10> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr5> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/5> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=5> .
hco:6
rdf:type owl:Class ;
rdfs:label "Human chromosome 6" ;
rdfs:subClassOf hco:HumanChromosome .
hco:6\/GRCh37
rdf:type hco:6 ;
hco:build hco:GRCh37 ;
hco:length 171115067 ;
skos:altLabel "GPC_000000030" ;
hco:insdc <http://identifiers.org/insdc/CM000668.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000006.11> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr6> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/6> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=6> .
hco:6\/GRCh38
rdf:type hco:6 ;
hco:build hco:GRCh38 ;
hco:length 170805979 ;
skos:altLabel "GPC_000001298" ;
hco:insdc <http://identifiers.org/insdc/CM000668.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000006.12> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr6> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/6> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=6> .
hco:7
rdf:type owl:Class ;
rdfs:label "Human chromosome 7" ;
rdfs:subClassOf hco:HumanChromosome .
hco:7\/GRCh37
rdf:type hco:7 ;
hco:build hco:GRCh37 ;
hco:length 159138663 ;
skos:altLabel "GPC_000000031" ;
hco:insdc <http://identifiers.org/insdc/CM000669.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000007.13> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr7> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/7> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=7> .
hco:7\/GRCh38
rdf:type hco:7 ;
hco:build hco:GRCh38 ;
hco:length 159345973 ;
skos:altLabel "GPC_000001299" ;
hco:insdc <http://identifiers.org/insdc/CM000669.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000007.14> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr7> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/7> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=7> .
hco:8
rdf:type owl:Class ;
rdfs:label "Human chromosome 8" ;
rdfs:subClassOf hco:HumanChromosome .
hco:8\/GRCh37
rdf:type hco:8 ;
hco:build hco:GRCh37 ;
hco:length 146364022 ;
skos:altLabel "GPC_000000032" ;
hco:insdc <http://identifiers.org/insdc/CM000670.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000008.10> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr8> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/8> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=8> .
hco:8\/GRCh38
rdf:type hco:8 ;
hco:build hco:GRCh38 ;
hco:length 145138636 ;
skos:altLabel "GPC_000001300" ;
hco:insdc <http://identifiers.org/insdc/CM000670.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000008.11> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr8> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/8> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=8> .
hco:9
rdf:type owl:Class ;
rdfs:label "Human chromosome 9" ;
rdfs:subClassOf hco:HumanChromosome .
hco:9\/GRCh37
rdf:type hco:9 ;
hco:build hco:GRCh37 ;
hco:length 141213431 ;
skos:altLabel "GPC_000000033" ;
hco:insdc <http://identifiers.org/insdc/CM000671.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000009.11> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr9> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/9> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=9> .
hco:9\/GRCh38
rdf:type hco:9 ;
hco:build hco:GRCh38 ;
hco:length 138394717 ;
skos:altLabel "GPC_000001301" ;
hco:insdc <http://identifiers.org/insdc/CM000671.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000009.12> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr9> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/9> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=9> .
hco:10
rdf:type owl:Class ;
rdfs:label "Human chromosome 10" ;
rdfs:subClassOf hco:HumanChromosome .
hco:10\/GRCh37
rdf:type hco:10 ;
hco:build hco:GRCh37 ;
hco:length 135534747 ;
skos:altLabel "GPC_000000034" ;
hco:insdc <http://identifiers.org/insdc/CM000672.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000010.10> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr10> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/10> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=10> .
hco:10\/GRCh38
rdf:type hco:10 ;
hco:build hco:GRCh38 ;
hco:length 133797422 ;
skos:altLabel "GPC_000001302" ;
hco:insdc <http://identifiers.org/insdc/CM000672.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000010.11> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr10> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/10> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=10> .
hco:11
rdf:type owl:Class ;
rdfs:label "Human chromosome 11" ;
rdfs:subClassOf hco:HumanChromosome .
hco:11\/GRCh37
rdf:type hco:11 ;
hco:build hco:GRCh37 ;
hco:length 135006516 ;
skos:altLabel "GPC_000000035" ;
hco:insdc <http://identifiers.org/insdc/CM000673.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000011.9> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr11> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/11> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=11> .
hco:11\/GRCh38
rdf:type hco:11 ;
hco:build hco:GRCh38 ;
hco:length 135086622 ;
skos:altLabel "GPC_000001303" ;
hco:insdc <http://identifiers.org/insdc/CM000673.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000011.10> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr11> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/11> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=11> .
hco:12
rdf:type owl:Class ;
rdfs:label "Human chromosome 12" ;
rdfs:subClassOf hco:HumanChromosome .
hco:12\/GRCh37
rdf:type hco:12 ;
hco:build hco:GRCh37 ;
hco:length 133851895 ;
skos:altLabel "GPC_000000036" ;
hco:insdc <http://identifiers.org/insdc/CM000674.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000012.11> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr12> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/12> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=12> .
hco:12\/GRCh38
rdf:type hco:12 ;
hco:build hco:GRCh38 ;
hco:length 133275309 ;
skos:altLabel "GPC_000001304" ;
hco:insdc <http://identifiers.org/insdc/CM000674.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000012.12> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr12> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/12> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=12> .
hco:13
rdf:type owl:Class ;
rdfs:label "Human chromosome 13" ;
rdfs:subClassOf hco:HumanChromosome .
hco:13\/GRCh37
rdf:type hco:13 ;
hco:build hco:GRCh37 ;
hco:length 115169878 ;
skos:altLabel "GPC_000000037" ;
hco:insdc <http://identifiers.org/insdc/CM000675.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000013.10> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr13> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/13> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=13> .
hco:13\/GRCh38
rdf:type hco:13 ;
hco:build hco:GRCh38 ;
hco:length 114364328 ;
skos:altLabel "GPC_000001305" ;
hco:insdc <http://identifiers.org/insdc/CM000675.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000013.11> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr13> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/13> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=13> .
hco:14
rdf:type owl:Class ;
rdfs:label "Human chromosome 14" ;
rdfs:subClassOf hco:HumanChromosome .
hco:14\/GRCh37
rdf:type hco:14 ;
hco:build hco:GRCh37 ;
hco:length 107349540 ;
skos:altLabel "GPC_000000038" ;
hco:insdc <http://identifiers.org/insdc/CM000676.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000014.8> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr14> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/14> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=14> .
hco:14\/GRCh38
rdf:type hco:14 ;
hco:build hco:GRCh38 ;
hco:length 107043718 ;
skos:altLabel "GPC_000001306" ;
hco:insdc <http://identifiers.org/insdc/CM000676.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000014.9> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr14> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/14> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=14> .
hco:15
rdf:type owl:Class ;
rdfs:label "Human chromosome 15" ;
rdfs:subClassOf hco:HumanChromosome .
hco:15\/GRCh37
rdf:type hco:15 ;
hco:build hco:GRCh37 ;
hco:length 102531392 ;
skos:altLabel "GPC_000000039" ;
hco:insdc <http://identifiers.org/insdc/CM000677.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000015.9> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr15> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/15> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=15> .
hco:15\/GRCh38
rdf:type hco:15 ;
hco:build hco:GRCh38 ;
hco:length 101991189 ;
skos:altLabel "GPC_000001307" ;
hco:insdc <http://identifiers.org/insdc/CM000677.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000015.10> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr15> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/15> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=15> .
hco:16
rdf:type owl:Class ;
rdfs:label "Human chromosome 16" ;
rdfs:subClassOf hco:HumanChromosome .
hco:16\/GRCh37
rdf:type hco:16 ;
hco:build hco:GRCh37 ;
hco:length 90354753 ;
skos:altLabel "GPC_000000040" ;
hco:insdc <http://identifiers.org/insdc/CM000678.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000016.9> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr16> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/16> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=16> .
hco:16\/GRCh38
rdf:type hco:16 ;
hco:build hco:GRCh38 ;
hco:length 90338345 ;
skos:altLabel "GPC_000001308" ;
hco:insdc <http://identifiers.org/insdc/CM000678.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000016.10> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr16> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/16> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=16> .
hco:17
rdf:type owl:Class ;
rdfs:label "Human chromosome 17" ;
rdfs:subClassOf hco:HumanChromosome .
hco:17\/GRCh37
rdf:type hco:17 ;
hco:build hco:GRCh37 ;
hco:length 81195210 ;
skos:altLabel "GPC_000000041" ;
hco:insdc <http://identifiers.org/insdc/CM000679.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000017.10> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr17> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/17> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=17> .
hco:17\/GRCh38
rdf:type hco:17 ;
hco:build hco:GRCh38 ;
hco:length 83257441 ;
skos:altLabel "GPC_000001309" ;
hco:insdc <http://identifiers.org/insdc/CM000679.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000017.11> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr17> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/17> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=17> .
hco:18
rdf:type owl:Class ;
rdfs:label "Human chromosome 18" ;
rdfs:subClassOf hco:HumanChromosome .
hco:18\/GRCh37
rdf:type hco:18 ;
hco:build hco:GRCh37 ;
hco:length 78077248 ;
skos:altLabel "GPC_000000042" ;
hco:insdc <http://identifiers.org/insdc/CM000680.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000018.9> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr18> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/18> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=18> .
hco:18\/GRCh38
rdf:type hco:18 ;
hco:build hco:GRCh38 ;
hco:length 80373285 ;
skos:altLabel "GPC_000001310" ;
hco:insdc <http://identifiers.org/insdc/CM000680.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000018.10> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr18> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/18> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=18> .
hco:19
rdf:type owl:Class ;
rdfs:label "Human chromosome 19" ;
rdfs:subClassOf hco:HumanChromosome .
hco:19\/GRCh37
rdf:type hco:19 ;
hco:build hco:GRCh37 ;
hco:length 59128983 ;
skos:altLabel "GPC_000000043" ;
hco:insdc <http://identifiers.org/insdc/CM000681.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000019.9> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr19> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/19> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=19> .
hco:19\/GRCh38
rdf:type hco:19 ;
hco:build hco:GRCh38 ;
hco:length 58617616 ;
skos:altLabel "GPC_000001311" ;
hco:insdc <http://identifiers.org/insdc/CM000681.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000019.10> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chg38> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/19> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=19> .
hco:20
rdf:type owl:Class ;
rdfs:label "Human chromosome 20" ;
rdfs:subClassOf hco:HumanChromosome .
hco:20\/GRCh37
rdf:type hco:20 ;
hco:build hco:GRCh37 ;
hco:length 63025520 ;
skos:altLabel "GPC_000000044" ;
hco:insdc <http://identifiers.org/insdc/CM000682.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000020.10> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr20> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/20> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=20> .
hco:20\/GRCh38
rdf:type hco:20 ;
hco:build hco:GRCh38 ;
hco:length 64444167 ;
skos:altLabel "GPC_000001312" ;
hco:insdc <http://identifiers.org/insdc/CM000682.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000020.11> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr20> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/20> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=20> .
hco:21
rdf:type owl:Class ;
rdfs:label "Human chromosome 21" ;
rdfs:subClassOf hco:HumanChromosome .
hco:21\/GRCh37
rdf:type hco:21 ;
hco:build hco:GRCh37 ;
hco:length 48129895 ;
skos:altLabel "GPC_000000045" ;
hco:insdc <http://identifiers.org/insdc/CM000683.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000021.8> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr21> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/21> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=21> .
hco:21\/GRCh38
rdf:type hco:21 ;
hco:build hco:GRCh38 ;
hco:length 46709983 ;
skos:altLabel "GPC_000001313" ;
hco:insdc <http://identifiers.org/insdc/CM000683.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000021.9> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr21> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/21> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=21> .
hco:22
rdf:type owl:Class ;
rdfs:label "Human chromosome 22" ;
rdfs:subClassOf hco:HumanChromosome .
hco:22\/GRCh37
rdf:type hco:22 ;
hco:build hco:GRCh37 ;
hco:length 51304566 ;
skos:altLabel "GPC_000000046" ;
hco:insdc <http://identifiers.org/insdc/CM000684.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000022.10> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chr22> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/22> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=22> .
hco:22\/GRCh38
rdf:type hco:22 ;
hco:build hco:GRCh38 ;
hco:length 50818468 ;
skos:altLabel "GPC_000001314" ;
hco:insdc <http://identifiers.org/insdc/CM000684.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000022.11> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr22> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/22> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=22> .
hco:X
rdf:type owl:Class ;
rdfs:label "Human chromosome X" ;
rdfs:subClassOf hco:HumanChromosome .
hco:X\/GRCh37
rdf:type hco:X ;
hco:build hco:GRCh37 ;
hco:length 155270560 ;
skos:altLabel "GPC_000000047" ;
hco:insdc <http://identifiers.org/insdc/CM000685.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000023.10> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chrX> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/X> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=X> .
hco:X\/GRCh38
rdf:type hco:X ;
hco:build hco:GRCh38 ;
hco:length 156040895 ;
skos:altLabel "GPC_000001315" ;
hco:insdc <http://identifiers.org/insdc/CM000685.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000023.11> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chrX> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/X> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=X> .
hco:Y
rdf:type owl:Class ;
rdfs:label "Human chromosome Y" ;
rdfs:subClassOf hco:HumanChromosome .
hco:Y\/GRCh37
rdf:type hco:Y ;
hco:build hco:GRCh37 ;
hco:length 59373566 ;
skos:altLabel "GPC_000000048" ;
hco:insdc <http://identifiers.org/insdc/CM000686.1> ;
hco:refseq <http://identifiers.org/refseq/NC_000024.9> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg19&position=chrY> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/Y> ,
<http://grch37.ensembl.org/Homo_sapiens/Location/Chromosome?r=Y> .
hco:Y\/GRCh38
rdf:type hco:Y ;
hco:build hco:GRCh38 ;
hco:length 57227415 ;
skos:altLabel "GPC_000001316" ;
hco:insdc <http://identifiers.org/insdc/CM000686.2> ;
hco:refseq <http://identifiers.org/refseq/NC_000024.10> ;
hco:ucsc <http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chrY> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/Y> ,
<http://www.ensembl.org/Homo_sapiens/Location/Chromosome?r=Y> .
hco:MT
rdf:type owl:Class ;
rdfs:label "Human mitochondrion genome" ;
rdfs:subClassOf hco:HumanChromosome .
hco:MT\/GRCh37
rdf:type hco:MT ;
hco:length 16569 ;
skos:altLabel "AC_000021" ;
hco:insdc <http://identifiers.org/insdc/J01415.2> ;
hco:refseq <http://identifiers.org/refseq/NC_012920.1> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh37/MT> .
hco:MT\/GRCh38
rdf:type hco:MT ;
hco:length 16569 ;
skos:altLabel "AC_000021" ;
hco:insdc <http://identifiers.org/insdc/J01415.2> ;
hco:refseq <http://identifiers.org/refseq/NC_012920.1> ;
hco:ensembl <http://rdf.ebi.ac.uk/resource/ensembl/homo_sapiens/GRCh38/MT> .
# Human genome build classes and instances
hco:GRCh37
rdf:type owl:Class ;
rdfs:label "GRCh37" ;
skos:definition "Genome Reference Consortium Human Build 37" ;
skos:altLabel "hg19" ;
rdfs:subClassOf hco:GenomeBuild .
hco:GRCh37.p0
rdfs:label "GRCh37.p0" ;
skos:definition "Genome Reference Consortium Human Build 37" ;
hco:length 3137144693;
dct:date "2009-02-27"^^xsd:date ;
rdfs:seeAlso <https://www.ncbi.nlm.nih.gov/assembly/GCA_000001405.1> ;
rdfs:seeAlso <https://www.ncbi.nlm.nih.gov/assembly/GCF_000001405.13> ;
rdf:type hco:GRCh37 .
hco:GRCh37.p13
rdfs:label "GRCh37.p13" ;
skos:definition "Genome Reference Consortium Human Build 37 patch release 13" ;
hco:length 3234834689 ;
dct:date "2013-06-28"^^xsd:date ;
rdfs:seeAlso <https://www.ncbi.nlm.nih.gov/assembly/GCA_000001405.14> ;
rdfs:seeAlso <https://www.ncbi.nlm.nih.gov/assembly/GCF_000001405.25> ;
rdf:type hco:GRCh37 .
hco:GRCh38
rdf:type owl:Class ;
rdfs:label "GRCh38" ;
skos:definition "Genome Reference Consortium Human Build 38" ;
skos:altLabel "hg38" ;
rdfs:subClassOf hco:GenomeBuild .
hco:GRCh38.p0
rdfs:label "GRCh38.p0" ;
skos:definition "Genome Reference Consortium Human Build 38" ;
skos:altLabel "hg38" ;
hco:length 3209286105 ;
dct:date "2013-12-17"^^xsd:date ;
rdfs:seeAlso <https://www.ncbi.nlm.nih.gov/assembly/GCA_000001405.15> ;
rdfs:seeAlso <https://www.ncbi.nlm.nih.gov/assembly/GCF_000001405.26> ;
rdf:type hco:GenomeBuild .
hco:GRCh38.p7 # Previous RefSeq version
rdfs:label "GRCh38.p7" ;
skos:definition "Genome Reference Consortium Human Build 38 patch release 7" ;
skos:altLabel "hg38" ;
hco:length 3232546710 ;
dct:date "2016-03-21"^^xsd:date ;
rdfs:seeAlso <https://www.ncbi.nlm.nih.gov/assembly/GCA_000001405.22> ;
rdfs:seeAlso <https://www.ncbi.nlm.nih.gov/assembly/GCF_000001405.33> ;
rdf:type hco:GenomeBuild .
hco:GRCh38.p10 # Previous Ensembl version
rdfs:label "GRCh38.p10" ;
skos:definition "Genome Reference Consortium Human Build 38 patch release 10" ;
skos:altLabel "hg38" ;
hco:length 3241953429 ;
dct:date "2017-01-06"^^xsd:date ;
rdfs:seeAlso <https://www.ncbi.nlm.nih.gov/assembly/GCA_000001405.25> ;
rdfs:seeAlso <https://www.ncbi.nlm.nih.gov/assembly/GCF_000001405.36> ;
rdf:type hco:GenomeBuild .
hco:GRCh38.p12 # Current version
rdfs:label "GRCh38.p12" ;
skos:definition "Genome Reference Consortium Human Build 38 patch release 12" ;
skos:altLabel "hg38" ;
hco:length 3257319537 ;
dct:date "2017-12-21"^^xsd:date ;
rdfs:seeAlso <https://www.ncbi.nlm.nih.gov/assembly/GCA_000001405.27> ;
rdfs:seeAlso <https://www.ncbi.nlm.nih.gov/assembly/GCF_000001405.38> ;
rdf:type hco:GenomeBuild .
# Cytoband classes and instances
hco:Acen
rdf:type hco:CytobandType ;
rdfs:label "acen" ;
skos:definition "Centromeric region" .
hco:Gneg
rdf:type hco:CytobandType ;
rdfs:label "gneg" ;
skos:definition "Giemsa negative band" .
hco:Gpos100
rdf:type hco:CytobandType ;
rdfs:label "gpos100" ;
skos:definition "Giemsa positive band, the darkest stain level" .
hco:Gpos25
rdf:type hco:CytobandType ;
rdfs:label "gpos25" ;
skos:definition "Giemsa positive band, the lightest stain level" .
hco:Gpos50
rdf:type hco:CytobandType ;
rdfs:label "gpos50" ;
skos:definition "Giemsa positive band, the second lightest stain level" .
hco:Gpos75
rdf:type hco:CytobandType ;
rdfs:label "gpos75" ;
skos:definition "Giemsa positive band, the second darkest stain level" .
hco:Gvar
rdf:type hco:CytobandType ;
rdfs:label "gvar" ;
rdfs:definition "Variable length heterochromatic region." .
hco:Stalk
rdf:type hco:CytobandType ;
rdfs:label "stalk" ;
skos:definition "Short arm of the acrocentric chromosomes." .