-
Notifications
You must be signed in to change notification settings - Fork 0
/
terms.jsonld
35264 lines (32635 loc) · 735 KB
/
terms.jsonld
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
{
"@context": {
"title": "http://purl.org/dc/terms/title",
"label": "http://www.w3.org/2000/01/rdf-schema#label",
"comment": "http://www.w3.org/2000/01/rdf-schema#comment",
"description": "http://purl.org/dc/terms/description",
"isPartOf": "http://purl.org/dc/terms/isPartOf",
"publisher": "http://purl.org/dc/terms/publisher",
"modified": "http://purl.org/dc/terms/modified",
"issued": "http://purl.org/dc/terms/issued",
"Collection": "http://purl.org/dc/terms/Collection",
"definedBy": "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"range": "http://www.w3.org/2000/01/rdf-schema#range",
"domain": "http://www.w3.org/2000/01/rdf-schema#domain",
"date": "http://www.w3.org/2001/XMLSchema#date",
"Property": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property",
"Class": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Class",
"subPropertyOf": "http://www.w3.org/2000/01/rdf-schema#subPropertyOf",
"Organization": "http://xmlns.com/foaf/0.1/Organization",
"Concept": "http://www.w3.org/2004/02/skos/core#Concept",
"@language": "en",
"Monument": "http://www.ontotext.com/proton/protonext#Monument",
"Facility": "http://www.ontotext.com/proton/protonext#Facility"
},
"@graph": [
{
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt",
"modified": {
"@value": "2013-12-16",
"@type": "date"
},
"publisher": "Opaque Namespace",
"title": "VOCAB_PLACEHOLDER"
},
#term template start
{
"@id": "http://opaquenamespace.org/ns/xxx",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"subPropertyOf": "xxxx",
"issued": {
"@value": "YYYY-MM-DD",
"@type": "date"
},
"label": "XXXX",
"comment": "BLAH, BLAH, BLAH.",
"modified": {
"@value": "YYYY-MM-DD",
"@type": "date"
},
"domain": {
"@id": "xxxx"
},
"range": {
"@id": "xxxx"
}
},
# term template end
{
"@id": "http://opaquenamespace.org/ns/intentionalCommunities",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-12",
"@type": "date"
},
"label": "Intentional Communities",
"comment": "Planned residential communities designed from the start to have a high degree of social cohesion and teamwork. The members of an intentional community typically hold a common social, political, religious, or spiritual vision and often follow an alternative lifestyle.",
"modified": {
"@value": "2014-05-15",
"@type": "date",
}
}
},
{
"@id": "http://opaquenamespace.org/ns/trevittMonumentMemalooseIsland",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-13",
"@type": "date"
},
"label": "Trevitt Monument (Memaloose Island)",
"comment": "Obelisk and base on Memaloose Island in the Columbia River east of Hood River that marks the grave of a local pioneer named Victor Trevitt.",
"modified": {
"@value": "2014-05-15",
"@type": "date"
},
},
{
"@id": "http://opaquenamespace.org/ns/BereaCollegecraftsmen",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-15",
"@type": "date"
},
"label": "Berea College, craftsmen",
"comment": "Male artisans connected, either through employment or study, with Berea College in Berea, Kentucky",
"modified": {
"@value": "2014-05-15",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/BereaCollegecraftswomen",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-15",
"@type": "date"
},
"label": "Berea College, craftswomen",
"comment": "Female artisans connected, either through employment or study, with Berea College in Berea, Kentucky",
"modified": {
"@value": "2014-05-15",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/Ruralportraits",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-15",
"@type": "date"
},
"label": "Rural portraits",
"comment": "Portraits taken in settings pertaining to the country and/or of people living or raised in the country, generally emphasizing living conditions, social customs, costume or crafts",
"modified": {
"@value": "2014-05-15",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/Ruralscenes",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-15",
"@type": "date"
},
"label": "Rural scenes",
"comment": "A view of a country setting",
"modified": {
"@value": "2014-05-15",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/Bereastudents",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-15",
"@type": "date"
},
"label": "Berea students",
"comment": "Students attending or having attended Berea College in Berea, Kentucky",
"modified": {
"@value": "2014-05-15",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/OldTimersDay",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-15",
"@type": "date"
},
"label": "Old Timer's Day",
"comment": "A day presumably celebrating the older citizens of Brasstown, North Carolina",
"modified": {
"@value": "2014-05-15",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/HomeplaceKentucky",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-15",
"@type": "date"
},
"label": "Homeplace, Kentucky",
"comment": "An unidentified town in rural Kentucky",
"modified": {
"@value": "2014-05-15",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/BugHillKentucky",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-15",
"@type": "date"
},
"label": "Bug Hill, Kentucky",
"comment": "An unidentified town in rural Kentucky",
"modified": {
"@value": "2014-05-15",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/candidportraits",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-16",
"@type": "date"
},
"label": "candid portraits",
"comment": "Portraits with subjects unposed",
"modified": {
"@value": "2014-05-16",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/indoorcandidportraits",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-16",
"@type": "date"
},
"label": "indoor candid portraits",
"comment": "Portraits taken inside with subjects unposed",
"modified": {
"@value": "2014-05-16",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/indoorphotographs",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-16",
"@type": "date"
},
"label": "indoor photographs",
"comment": "Photographs taken inside",
"modified": {
"@value": "2014-05-16",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/indoorportraits",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-16",
"@type": "date"
},
"label": "indoor portraits",
"comment": "Portraits taken inside",
"modified": {
"@value": "2014-05-16",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/indoorstudioportraits",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-16",
"@type": "date"
},
"label": "indoor studio portraits",
"comment": "Portraits taken in an interior studio setting",
"modified": {
"@value": "2014-05-16",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/interiors",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-16",
"@type": "date"
},
"label": "interiors",
"comment": "Photos of interior spaces that may or may not include figures",
"modified": {
"@value": "2014-05-16",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/candidoutdoors",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-16",
"@type": "date"
},
"label": "outdoor candid photographs",
"comment": "Photographs taken outside with subjects unposed",
"modified": {
"@value": "2014-05-16",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/outdoorcandidportraits",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-16",
"@type": "date"
},
"label": "outdoor candid portraits",
"comment": "Portraits taken outside with subjects unposed",
"modified": {
"@value": "2014-05-16",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/outdoorfamilyportraits",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-16",
"@type": "date"
},
"label": "outdoor family portraits",
"comment": "Portraits taken outside of a family group",
"modified": {
"@value": "2014-05-16",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/outdoorphotographs",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-16",
"@type": "date"
},
"label": "outdoor photographs",
"comment": "Photographs taken outside",
"modified": {
"@value": "2014-05-16",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/outdoorportrait",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-16",
"@type": "date"
},
"label": "outdoor portrait",
"comment": "Portraits taken outside",
"modified": {
"@value": "2014-05-16",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/outdoorstudioportraits",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-16",
"@type": "date"
},
"label": "outdoor studio portraits",
"comment": "Portraits taken in an outdoor studio setting",
"modified": {
"@value": "2014-05-16",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/portraitphotographs",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-16",
"@type": "date"
},
"label": "portrait photographs",
"comment": "Photographic portraits",
"modified": {
"@value": "2014-05-16",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/studiophotographs",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-16",
"@type": "date"
},
"label": "studio photographs",
"comment": "Photographs taken in a studio setting",
"modified": {
"@value": "2014-05-16",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/Indoctrination1879c1928",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Indoctrination (1879- c.1928)",
"comment": "Period in which Native Americans were pressured or forced to assimilate with prevailing European-American culture. It was during this time that boarding schools were established and Native American children taken from their families to be educated and assimilated into while culture.",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/Precontact",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Precontact",
"comment": "Period before the time of contact between Europeans and Native American peoples in Oregon characterized by intermittent interaction with fur traders and seafaring explorers of the Pacific Northwest.",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/RelocationReservation18321871",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Relocation / Reservation (1832-1871)",
"comment": "Period of implementation of the Indian Removal Act of 1830, wherein Native Americans were removed from their historic lands and resettled on reservations.",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/Removal1828c1832",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Removal (1828-c.1832)",
"comment": "Period leading up to and shortly after the passage of the Indian Removal Act of 1830 meant primarily to move Native Americans from the southeastern US.",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/Reorganization19341953",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Reorganization (1934-1953)",
"comment": "Period following the Wheeler-Howard Act of 1934 (the Indian Reorganization Act) that returned local self-governance to Native American Tribes. Some lands purchased by non-tribe member was also restored by court order. ",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/SelfDetermination",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Self-Determination",
"comment": "The current period of self-determination and self-rule for tribes characterized by falling support in the US Congress, especially among members of the Republican party.",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/SovereigntySelfGovernance19752011",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Sovereignty/Self-Governance (1975-2011)",
"comment": "Period following the passage of the Indian Self-Determination and Education Assistance Act of 1975 which ended the policy of terminating the relationships between tribes and the US federal government. Implementation of the Act allowed for local regulation of federal programs with the stipulation that tribes meet federal requirements, not unlike individual states, through the use of 638 contracts.",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/Termination19531968",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Termination (1953-1968)",
"comment": "Period of implementation of the House Concurrent Resolution 108 of 1953 and Public Law 280 in which relationships between tribes and the US federal government were terminated. This effectively ended the reservation system and removed federal aid to tribes while members of tribes became full citizens of the US and reservation lands became subject to the jurisdiction of states.",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/DutchAmerican",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-20",
"@type": "date"
},
"label": "Dutch-American",
"comment": "Americans of Dutch descent",
"modified": {
"@value": "2014-05-20",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/GreekAmerican",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-20",
"@type": "date"
},
"label": "Greek-American",
"comment": "Americans of Greek descent",
"modified": {
"@value": "2014-05-20",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/HungarianAmerican",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-20",
"@type": "date"
},
"label": "Hungarian-American",
"comment": "Americans of Hungarian descent",
"modified": {
"@value": "2014-05-20",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/SpanishAmerican",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-20",
"@type": "date"
},
"label": "Spanish-American",
"comment": "Americans of Spanish descent",
"modified": {
"@value": "2014-05-20",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/JapaneseAmerican",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-20",
"@type": "date"
},
"label": "Japanese-American",
"comment": "Americans of Japanese descent",
"modified": {
"@value": "2014-05-20",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/PacificNorthwest",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-16",
"@type": "date"
},
"label": "Pacific Northwest",
"comment": "Post-modernist style, especially in architecture, of the Pacific Northwest of the United States. For modernist art and architecture in the Pacific Northwest, use Northwest Regional.",
"date": "ca. 1910-ca. 1970",
"modified": {
"@value": "2014-05-16",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/RepublicofChina",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-16",
"@type": "date"
},
"label": "Republic of China",
"comment": "Period between 1912 and 1949 (the Qing Dynasty and the establishment of the People Republic of China).",
"date": "1912-1949",
"modified": {
"@value": "2014-05-16",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/AlaskanReindeerService",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Alaskan Reindeer Service",
"comment": "A plan, implemented by William T. Lopp, that was responsible for reintroducing reindeer back into southern Alaska at the turn of the century.",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/CayuseIndianWar",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Cayuse Indian War",
"comment": "Conflict between the Cayuse people and the European-American settlers in the Oregon Territory, 1847-1855. It was set off by the Whitman Massacre near present day Walla Walla Washington.",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/EskimoFishingSeasons",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Eskimo Fishing Seasons",
"comment": "Summer months when Inuit caught fish",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/General",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "General",
"comment": "General interest materials",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/Indianservices",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Indian services",
"comment": "US Department of the Interior, Bureau of Indian Affairs, Office of Indian Services. As defined by their website, the Office of Indian Services Mission is: To facilitate support for tribal people and tribal governments by promoting safe and quality living environments, strong communities, self sufficient and individual rights, while enhancing protection of the lives, prosperity and well being of American Indians and Alaska Natives.",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/MapsofSiouxIndianReservation",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Maps of Sioux Indian Reservation",
"comment": "Regarding maps of the Great Sioux Reservation (N.D. and S.D.)",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/NorthwestTreatyRights",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Northwest Treaty Rights",
"comment": "Native American rights as established between the US federal government and Indian tribes of the northwest",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/PoemsbyCaptainJack",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Poems by Captain Jack",
"comment": "Poetry by John W. “Captain Jack” Crawford",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/ReceiptRollforWallaWallaTribe",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Receipt Roll for Walla Walla Tribe",
"comment": "Census document for the Walla Walla tribal members",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/RogueRiverIndianAffairs",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Rogue River Indian Affairs",
"comment": "Regional office of the US Department of the Interior, Bureau of Indian Affairs specifically governing relations with the Rogue River Indians, whose reservation was in Jackson county, Oregon.",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/Shalakoceremonyandfeast",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Shalako ceremony and feast",
"comment": "Zuni dance and ceremonial observance of the winter solstice",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/SiouxCampaign",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Sioux Campaign",
"comment": "Also known as the Great Sioux War of 1876, wherein the Lakota Sioux and Northern Cheyenne took up arms to protect their lands from American settlers after negotiations with the US federal government failed",
"modified": {
"@value": "2014-05-19",
"@type": "date"
}
},
{
"@id": "http://opaquenamespace.org/ns/SnakeRiverIndians",
"@type": "Property",
"definedBy": {
"@id": "http://opaquenamespace.org/VOCAB_PLACEHOLDER.nt"
},
"issued": {
"@value": "2014-05-19",
"@type": "date"
},
"label": "Snake River Indians",
"comment": "Collectively the Northern Paiute, the Bannock and Shoshone peoples who lived along the Snake and Owyhee Rivers in Idaho and Oregon",
"modified": {
"@value": "2014-05-19",