sufia 7.0.0.beta4 → 7.0.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (164) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +0 -1
  3. data/.rubocop_todo.yml +1 -2
  4. data/.travis.yml +1 -0
  5. data/Gemfile +18 -9
  6. data/README.md +23 -3
  7. data/app/assets/javascripts/sufia.js +4 -1
  8. data/app/assets/javascripts/sufia/app.js +15 -3
  9. data/app/assets/javascripts/sufia/autocomplete.es6 +51 -0
  10. data/app/assets/javascripts/sufia/autocomplete/language.es6 +25 -0
  11. data/app/assets/javascripts/sufia/autocomplete/location.es6 +24 -0
  12. data/app/assets/javascripts/sufia/autocomplete/subject.es6 +26 -0
  13. data/app/assets/javascripts/sufia/batch_edit.js +8 -5
  14. data/app/assets/javascripts/sufia/permissions/control.es6 +7 -3
  15. data/app/assets/javascripts/sufia/save_work/required_fields.es6 +10 -4
  16. data/app/assets/javascripts/sufia/save_work/save_work_control.es6 +14 -4
  17. data/app/assets/stylesheets/sufia/_fixedsticky.scss +23 -21
  18. data/app/assets/stylesheets/sufia/_form-progress.scss +16 -7
  19. data/app/assets/stylesheets/sufia/_header.scss +2 -1
  20. data/app/assets/stylesheets/sufia/_settings.scss +4 -0
  21. data/app/controllers/api/items_controller.rb +2 -2
  22. data/app/controllers/api/zotero_controller.rb +1 -1
  23. data/app/controllers/citations_controller.rb +0 -2
  24. data/app/controllers/concerns/sufia/batch_edits_controller_behavior.rb +7 -7
  25. data/app/controllers/concerns/sufia/batch_uploads_controller_behavior.rb +9 -3
  26. data/app/controllers/concerns/sufia/singular_subresource_controller.rb +6 -1
  27. data/app/controllers/concerns/sufia/transfers_controller_behavior.rb +1 -1
  28. data/app/controllers/concerns/sufia/users_controller_behavior.rb +3 -3
  29. data/app/controllers/concerns/sufia/works_controller_behavior.rb +11 -4
  30. data/app/controllers/my/highlights_controller.rb +1 -1
  31. data/app/forms/sufia/forms/batch_edit_form.rb +10 -6
  32. data/app/forms/sufia/forms/batch_upload_form.rb +2 -2
  33. data/app/forms/sufia/forms/collection_form.rb +4 -0
  34. data/app/forms/sufia/forms/work_form.rb +4 -0
  35. data/app/helpers/sufia/blacklight_override.rb +0 -20
  36. data/app/helpers/sufia/collections_helper.rb +12 -0
  37. data/app/helpers/sufia/sufia_helper_behavior.rb +84 -56
  38. data/app/jobs/batch_create_job.rb +18 -2
  39. data/app/jobs/content_depositor_change_event_job.rb +13 -6
  40. data/app/jobs/create_work_job.rb +6 -2
  41. data/app/models/batch_upload_item.rb +15 -0
  42. data/app/models/concerns/sufia/ability.rb +7 -4
  43. data/app/models/concerns/sufia/user.rb +0 -11
  44. data/app/models/concerns/sufia/work_behavior.rb +1 -0
  45. data/app/models/concerns/sufia/works/featured.rb +23 -0
  46. data/app/models/file_download_stat.rb +9 -12
  47. data/app/models/file_view_stat.rb +5 -15
  48. data/app/models/proxy_deposit_request.rb +11 -7
  49. data/app/models/sufia/statistic.rb +65 -0
  50. data/app/models/work_view_stat.rb +5 -16
  51. data/app/presenters/file_usage.rb +3 -4
  52. data/app/presenters/sufia/file_set_presenter.rb +1 -3
  53. data/app/presenters/sufia/trophy_presenter.rb +28 -0
  54. data/app/presenters/sufia/user_profile_presenter.rb +1 -1
  55. data/app/presenters/work_usage.rb +5 -4
  56. data/app/search_builders/deposit_search_builder.rb +4 -3
  57. data/app/search_builders/parent_collection_search_builder.rb +1 -1
  58. data/app/services/sufia/collection_member_service.rb +1 -1
  59. data/app/services/sufia/user_stat_importer.rb +11 -6
  60. data/app/views/_controls.html.erb +11 -9
  61. data/app/views/batch_edits/edit.html.erb +8 -2
  62. data/app/views/catalog/_index_list_default.html.erb +2 -1
  63. data/app/views/curation_concerns/base/_form_metadata.html.erb +1 -1
  64. data/app/views/curation_concerns/base/_form_progress.html.erb +1 -1
  65. data/app/views/curation_concerns/base/_form_relationships.html.erb +1 -1
  66. data/app/views/curation_concerns/base/_guts4form.html.erb +6 -2
  67. data/app/views/curation_concerns/base/_items.html.erb +1 -1
  68. data/app/views/curation_concerns/base/edit.html.erb +1 -1
  69. data/app/views/curation_concerns/base/new.html.erb +1 -1
  70. data/app/views/curation_concerns/file_sets/_permission.html.erb +5 -1
  71. data/app/views/curation_concerns/file_sets/media_display/_default.html.erb +1 -1
  72. data/app/views/curation_concerns/file_sets/show.html.erb +1 -1
  73. data/app/views/dashboard/_index_partials/_heading_actions.html.erb +1 -1
  74. data/app/views/{error → errors}/404.html.erb +0 -0
  75. data/app/views/records/edit_fields/_based_near.html.erb +8 -0
  76. data/app/views/records/edit_fields/_language.html.erb +8 -0
  77. data/app/views/records/edit_fields/_subject.html.erb +8 -0
  78. data/app/views/stats/work.html.erb +1 -1
  79. data/app/views/sufia/batch_uploads/_form.html.erb +1 -1
  80. data/app/views/sufia/homepage/_home_header.html.erb +1 -1
  81. data/app/views/sufia/homepage/_sortable_featured.html.erb +1 -1
  82. data/app/views/transfers/new.html.erb +3 -1
  83. data/app/views/users/_contributions.html.erb +1 -1
  84. data/config/locales/sufia.en.yml +3 -2
  85. data/config/routes.rb +0 -7
  86. data/lib/generators/sufia/install_generator.rb +0 -24
  87. data/lib/generators/sufia/templates/catalog_controller.rb +4 -3
  88. data/lib/generators/sufia/templates/config/sufia.rb +4 -2
  89. data/lib/generators/sufia/upgrade700_generator.rb +7 -9
  90. data/lib/generators/sufia/work_generator.rb +56 -0
  91. data/lib/sufia.rb +4 -1
  92. data/lib/sufia/arkivo/actor.rb +1 -1
  93. data/lib/sufia/configuration.rb +15 -3
  94. data/lib/sufia/engine.rb +1 -10
  95. data/lib/sufia/version.rb +1 -1
  96. data/spec/controllers/api/items_controller_spec.rb +20 -7
  97. data/spec/controllers/sufia/batch_uploads_controller_spec.rb +4 -3
  98. data/spec/controllers/transfers_controller_spec.rb +3 -11
  99. data/spec/controllers/users_controller_spec.rb +2 -1
  100. data/spec/features/batch_edit_spec.rb +17 -2
  101. data/spec/forms/sufia/forms/batch_edit_form_spec.rb +2 -0
  102. data/spec/forms/sufia/forms/batch_upload_form_spec.rb +1 -1
  103. data/spec/helpers/blacklight_helper_spec.rb +36 -26
  104. data/spec/helpers/{generic_work_helper_spec.rb → sufia/collections_helper_spec.rb} +1 -1
  105. data/spec/helpers/sufia_helper_spec.rb +70 -32
  106. data/spec/javascripts/autocomplete_spec.js.coffee +7 -7
  107. data/spec/javascripts/save_work_spec.js +20 -20
  108. data/spec/lib/sufia/configuration_spec.rb +30 -0
  109. data/spec/lib/sufia/user_stat_importer_spec.rb +21 -36
  110. data/spec/models/file_download_stat_spec.rb +8 -8
  111. data/spec/models/file_view_stat_spec.rb +8 -8
  112. data/spec/models/generic_work_spec.rb +24 -0
  113. data/spec/models/proxy_deposit_request_spec.rb +2 -4
  114. data/spec/models/sufia/ability_spec.rb +7 -13
  115. data/spec/models/user_spec.rb +0 -14
  116. data/spec/models/work_view_stat_spec.rb +22 -8
  117. data/spec/presenters/sufia/file_usage_spec.rb +0 -4
  118. data/spec/presenters/sufia/trophy_presenter_spec.rb +46 -0
  119. data/spec/presenters/sufia/user_profile_presenter_spec.rb +4 -1
  120. data/spec/presenters/sufia/work_usage_spec.rb +8 -17
  121. data/spec/routing/route_spec.rb +0 -6
  122. data/spec/spec_helper.rb +8 -2
  123. data/spec/test_app_templates/lib/generators/test_app_generator.rb +4 -0
  124. data/spec/views/batch_edits/edit.html.erb_spec.rb +8 -2
  125. data/spec/views/catalog/_index_list_default.html.erb_spec.rb +8 -6
  126. data/spec/views/curation_concerns/base/_form.html.erb_spec.rb +3 -0
  127. data/spec/views/curation_concerns/file_sets/_permission.html.erb_spec.rb +16 -0
  128. data/spec/views/curation_concerns/file_sets/show.html.erb_spec.rb +0 -2
  129. data/spec/views/records/edit_fields/_based_near.html.erb_spec.rb +20 -0
  130. data/spec/views/records/edit_fields/_language.html.erb_spec.rb +20 -0
  131. data/spec/views/records/edit_fields/_subject.html.erb_spec.rb +20 -0
  132. data/spec/views/{homepage → sufia/homepage}/_announcement.html.erb_spec.rb +0 -0
  133. data/spec/views/{homepage → sufia/homepage}/_featured_works.html.erb_spec.rb +0 -0
  134. data/spec/views/{homepage → sufia/homepage}/_home_header.html.erb_spec.rb +0 -0
  135. data/spec/views/sufia/homepage/_sortable_featured.html.erb_spec.rb +21 -0
  136. data/spec/views/users/edit.html.erb_spec.rb +5 -5
  137. data/spec/views/users/show.html.erb_spec.rb +5 -3
  138. data/sufia.gemspec +4 -3
  139. data/tasks/noid.rake +2 -2
  140. data/tasks/sufia-dev.rake +1 -1
  141. metadata +73 -68
  142. data/app/assets/javascripts/sufia/edit_metadata.js +0 -87
  143. data/app/controllers/authorities_controller.rb +0 -19
  144. data/app/helpers/generic_work_helper.rb +0 -10
  145. data/app/helpers/sufia_url_helper.rb +0 -14
  146. data/app/models/concerns/sufia/file_stat_utils.rb +0 -33
  147. data/app/models/concerns/sufia/work_stat_utils.rb +0 -33
  148. data/app/models/geo_names_resource.rb +0 -18
  149. data/app/models/local_authority.rb +0 -101
  150. data/app/models/local_authority_entry.rb +0 -3
  151. data/app/models/subject_local_authority_entry.rb +0 -2
  152. data/app/views/curation_concerns/generic_works/_generic_work.html.erb +0 -3
  153. data/app/views/error/401.html.erb +0 -18
  154. data/app/views/error/500.html.erb +0 -9
  155. data/app/views/error/single_use_error.html.erb +0 -19
  156. data/lib/generators/sufia/geonames_username_config_generator.rb +0 -20
  157. data/spec/controllers/authorities_controller_spec.rb +0 -18
  158. data/spec/fixtures/cities15000.tsv +0 -149
  159. data/spec/fixtures/genreForms.nt +0 -471
  160. data/spec/fixtures/lexvo.rdf +0 -3108
  161. data/spec/helpers/sufia_url_helper_spec.rb +0 -18
  162. data/spec/models/geo_names_resource_spec.rb +0 -30
  163. data/spec/models/local_authority_spec.rb +0 -108
  164. data/vendor/assets/javascripts/almond.js +0 -430
@@ -1,471 +0,0 @@
1
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
2
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Authority> .
3
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.loc.gov/mads/rdf/v1#authoritativeLabel> "Abstract films"@en .
4
- _:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid1 .
5
- _:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
6
- _:genid1 <http://www.loc.gov/mads/rdf/v1#elementValue> "Abstract films"@en .
7
- _:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
8
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.loc.gov/mads/rdf/v1#elementList> _:genid2 .
9
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.loc.gov/mads/rdf/v1#hasBroaderAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026235> .
10
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.loc.gov/mads/rdf/v1#hasReciprocalAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026049> .
11
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.loc.gov/mads/rdf/v1#isMemberOfMADSScheme> <http://id.loc.gov/authorities/genreForms> .
12
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.loc.gov/mads/rdf/v1#isMemberOfMADSCollection> <http://id.loc.gov/authorities/genreForms/collection_LCGFT_General> .
13
- _:genid3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
14
- _:genid3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Variant> .
15
- _:genid3 <http://www.loc.gov/mads/rdf/v1#variantLabel> "Abstract animation films"@en .
16
- _:genid5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid4 .
17
- _:genid4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
18
- _:genid4 <http://www.loc.gov/mads/rdf/v1#elementValue> "Abstract animation films"@en .
19
- _:genid5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
20
- _:genid3 <http://www.loc.gov/mads/rdf/v1#elementList> _:genid5 .
21
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.loc.gov/mads/rdf/v1#hasVariant> _:genid3 .
22
- _:genid6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
23
- _:genid6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Variant> .
24
- _:genid6 <http://www.loc.gov/mads/rdf/v1#variantLabel> "Abstract live action films"@en .
25
- _:genid8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid7 .
26
- _:genid7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
27
- _:genid7 <http://www.loc.gov/mads/rdf/v1#elementValue> "Abstract live action films"@en .
28
- _:genid8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
29
- _:genid6 <http://www.loc.gov/mads/rdf/v1#elementList> _:genid8 .
30
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.loc.gov/mads/rdf/v1#hasVariant> _:genid6 .
31
- _:genid9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
32
- _:genid9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Variant> .
33
- _:genid9 <http://www.loc.gov/mads/rdf/v1#variantLabel> "Concrete films"@en .
34
- _:genid11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid10 .
35
- _:genid10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
36
- _:genid10 <http://www.loc.gov/mads/rdf/v1#elementValue> "Concrete films"@en .
37
- _:genid11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
38
- _:genid9 <http://www.loc.gov/mads/rdf/v1#elementList> _:genid11 .
39
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.loc.gov/mads/rdf/v1#hasVariant> _:genid9 .
40
- _:genid12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
41
- _:genid12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Variant> .
42
- _:genid12 <http://www.loc.gov/mads/rdf/v1#variantLabel> "Nonobjective films"@en .
43
- _:genid14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid13 .
44
- _:genid13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
45
- _:genid13 <http://www.loc.gov/mads/rdf/v1#elementValue> "Nonobjective films"@en .
46
- _:genid14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
47
- _:genid12 <http://www.loc.gov/mads/rdf/v1#elementList> _:genid14 .
48
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.loc.gov/mads/rdf/v1#hasVariant> _:genid12 .
49
- _:genid15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
50
- _:genid15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Variant> .
51
- _:genid15 <http://www.loc.gov/mads/rdf/v1#variantLabel> "Nonrepresentational films"@en .
52
- _:genid17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid16 .
53
- _:genid16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
54
- _:genid16 <http://www.loc.gov/mads/rdf/v1#elementValue> "Nonrepresentational films"@en .
55
- _:genid17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
56
- _:genid15 <http://www.loc.gov/mads/rdf/v1#elementList> _:genid17 .
57
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.loc.gov/mads/rdf/v1#hasVariant> _:genid15 .
58
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.loc.gov/mads/rdf/v1#note> "This heading is used as a genre/form heading for nonrepresentational films that avoid narrative and instead convey impressions and emotions by way of color, rhythm and movement." .
59
- _:genid18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Source> .
60
- _:genid18 <http://www.loc.gov/mads/rdf/v1#citation-source> "Moving image genre-form guide online, June 4, 2008" .
61
- _:genid18 <http://www.loc.gov/mads/rdf/v1#citation-note> "(Abstract live action: work that fragments or otherwise presents live objects so they appear to be abstract; Abstract animation: type of animation without narrative, concentrating on abstract visuals)"@en .
62
- _:genid18 <http://www.loc.gov/mads/rdf/v1#citation-status> "found" .
63
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.loc.gov/mads/rdf/v1#hasSource> _:genid18 .
64
- _:genid19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Source> .
65
- _:genid19 <http://www.loc.gov/mads/rdf/v1#citation-source> "Lopez, D. Films by genre, 1993:" .
66
- _:genid19 <http://www.loc.gov/mads/rdf/v1#citation-note> "p. 2 (Abstract films; Concrete films; Nonobjective films: abstract films avoid narrative and instead convey sensitive impressions and emotions by way of color, rhythm and movement...They include animated films consisting of drawings, splashes of color, lines and shapes...computer films...abstraction [is] also achieved by working on the film itself by scratching, drawing, or painting on its surface. Abstract films are also made by photographing objects in the usual manner...also refers to any nonrepresentational film)"@en .
67
- _:genid19 <http://www.loc.gov/mads/rdf/v1#citation-status> "found" .
68
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.loc.gov/mads/rdf/v1#hasSource> _:genid19 .
69
- _:genid20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://id.loc.gov/ontologies/RecordInfo#RecordInfo> .
70
- _:genid20 <http://id.loc.gov/ontologies/RecordInfo#recordChangeDate> "2011-04-22T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
71
- _:genid20 <http://id.loc.gov/ontologies/RecordInfo#recordStatus> "new"^^<http://www.w3.org/2001/XMLSchema#string> .
72
- _:genid20 <http://id.loc.gov/ontologies/RecordInfo#recordContentSource> <http://id.loc.gov/vocabulary/organizations/dlc> .
73
- _:genid20 <http://id.loc.gov/ontologies/RecordInfo#languageOfCataloging> <http://id.loc.gov/vocabulary/iso639-2/eng> .
74
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.loc.gov/mads/rdf/v1#adminMetadata> _:genid20 .
75
- _:genid21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://id.loc.gov/ontologies/RecordInfo#RecordInfo> .
76
- _:genid21 <http://id.loc.gov/ontologies/RecordInfo#recordChangeDate> "2011-04-22T12:45:26"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
77
- _:genid21 <http://id.loc.gov/ontologies/RecordInfo#recordStatus> "revised"^^<http://www.w3.org/2001/XMLSchema#string> .
78
- _:genid21 <http://id.loc.gov/ontologies/RecordInfo#recordContentSource> <http://id.loc.gov/vocabulary/organizations/dlc> .
79
- _:genid21 <http://id.loc.gov/ontologies/RecordInfo#languageOfCataloging> <http://id.loc.gov/vocabulary/iso639-2/eng> .
80
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.loc.gov/mads/rdf/v1#adminMetadata> _:genid21 .
81
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
82
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/2004/02/skos/core#prefLabel> "Abstract films"@en .
83
- _:genid22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2008/05/skos-xl#Label> .
84
- _:genid22 <http://www.w3.org/2008/05/skos-xl#literalForm> "Abstract animation films"@en .
85
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/2008/05/skos-xl#altLabel> _:genid22 .
86
- _:genid23 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2008/05/skos-xl#Label> .
87
- _:genid23 <http://www.w3.org/2008/05/skos-xl#literalForm> "Abstract live action films"@en .
88
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/2008/05/skos-xl#altLabel> _:genid23 .
89
- _:genid24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2008/05/skos-xl#Label> .
90
- _:genid24 <http://www.w3.org/2008/05/skos-xl#literalForm> "Concrete films"@en .
91
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/2008/05/skos-xl#altLabel> _:genid24 .
92
- _:genid25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2008/05/skos-xl#Label> .
93
- _:genid25 <http://www.w3.org/2008/05/skos-xl#literalForm> "Nonobjective films"@en .
94
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/2008/05/skos-xl#altLabel> _:genid25 .
95
- _:genid26 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2008/05/skos-xl#Label> .
96
- _:genid26 <http://www.w3.org/2008/05/skos-xl#literalForm> "Nonrepresentational films"@en .
97
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/2008/05/skos-xl#altLabel> _:genid26 .
98
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/2004/02/skos/core#broader> <http://id.loc.gov/authorities/genreForms/gf2011026235> .
99
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/2004/02/skos/core#related> <http://id.loc.gov/authorities/genreForms/gf2011026049> .
100
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/2004/02/skos/core#note> "This heading is used as a genre/form heading for nonrepresentational films that avoid narrative and instead convey impressions and emotions by way of color, rhythm and movement." .
101
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/2004/02/skos/core#inScheme> <http://id.loc.gov/authorities/genreForms> .
102
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/2004/02/skos/core#altLabel> "Abstract animation films"@en .
103
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/2004/02/skos/core#altLabel> "Abstract live action films"@en .
104
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/2004/02/skos/core#altLabel> "Concrete films"@en .
105
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/2004/02/skos/core#altLabel> "Nonobjective films"@en .
106
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/2004/02/skos/core#altLabel> "Nonrepresentational films"@en .
107
- _:genid27 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/vocab/changeset/schema#ChangeSet> .
108
- _:genid27 <http://purl.org/vocab/changeset/schema#subjectOfChange> <http://id.loc.gov/authorities/genreForms/gf2008025611> .
109
- _:genid27 <http://purl.org/vocab/changeset/schema#creatorName> "Library of Congress, Network Development and MARC Standards Office" .
110
- _:genid27 <http://purl.org/vocab/changeset/schema#createdDate> "2011-04-22T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
111
- _:genid27 <http://purl.org/vocab/changeset/schema#changeReason> "new"^^<http://www.w3.org/2001/XMLSchema#string> .
112
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/2004/02/skos/core#changeNote> _:genid27 .
113
- _:genid28 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/vocab/changeset/schema#ChangeSet> .
114
- _:genid28 <http://purl.org/vocab/changeset/schema#subjectOfChange> <http://id.loc.gov/authorities/genreForms/gf2008025611> .
115
- _:genid28 <http://purl.org/vocab/changeset/schema#creatorName> "Library of Congress, Network Development and MARC Standards Office" .
116
- _:genid28 <http://purl.org/vocab/changeset/schema#createdDate> "2011-04-22T12:45:26"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
117
- _:genid28 <http://purl.org/vocab/changeset/schema#changeReason> "revised"^^<http://www.w3.org/2001/XMLSchema#string> .
118
- <http://id.loc.gov/authorities/genreForms/gf2008025611> <http://www.w3.org/2004/02/skos/core#changeNote> _:genid28 .
119
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
120
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Authority> .
121
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.loc.gov/mads/rdf/v1#authoritativeLabel> "Actualities (Motion pictures)"@en .
122
- _:genid30 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid29 .
123
- _:genid29 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
124
- _:genid29 <http://www.loc.gov/mads/rdf/v1#elementValue> "Actualities (Motion pictures)"@en .
125
- _:genid30 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
126
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.loc.gov/mads/rdf/v1#elementList> _:genid30 .
127
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.loc.gov/mads/rdf/v1#hasBroaderAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026570> .
128
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.loc.gov/mads/rdf/v1#hasBroaderAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026575> .
129
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.loc.gov/mads/rdf/v1#hasBroaderAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026423> .
130
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.loc.gov/mads/rdf/v1#hasReciprocalAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026420> .
131
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.loc.gov/mads/rdf/v1#hasReciprocalAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026205> .
132
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.loc.gov/mads/rdf/v1#isMemberOfMADSScheme> <http://id.loc.gov/authorities/genreForms> .
133
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.loc.gov/mads/rdf/v1#isMemberOfMADSCollection> <http://id.loc.gov/authorities/genreForms/collection_LCGFT_General> .
134
- _:genid31 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
135
- _:genid31 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Variant> .
136
- _:genid31 <http://www.loc.gov/mads/rdf/v1#variantLabel> "Actualit\u00E9s (Motion pictures)"@en .
137
- _:genid33 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid32 .
138
- _:genid32 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
139
- _:genid32 <http://www.loc.gov/mads/rdf/v1#elementValue> "Actualit\u00E9s (Motion pictures)"@en .
140
- _:genid33 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
141
- _:genid31 <http://www.loc.gov/mads/rdf/v1#elementList> _:genid33 .
142
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.loc.gov/mads/rdf/v1#hasVariant> _:genid31 .
143
- _:genid34 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
144
- _:genid34 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Variant> .
145
- _:genid34 <http://www.loc.gov/mads/rdf/v1#variantLabel> "Actuality films"@en .
146
- _:genid36 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid35 .
147
- _:genid35 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
148
- _:genid35 <http://www.loc.gov/mads/rdf/v1#elementValue> "Actuality films"@en .
149
- _:genid36 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
150
- _:genid34 <http://www.loc.gov/mads/rdf/v1#elementList> _:genid36 .
151
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.loc.gov/mads/rdf/v1#hasVariant> _:genid34 .
152
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.loc.gov/mads/rdf/v1#note> "This heading is used as a genre/form heading for short, unedited, silent films, primarily from the period of early cinema, that portray daily life or specific events or occurrences as filmed by a camera in a fixed location without commentary." .
153
- _:genid37 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Source> .
154
- _:genid37 <http://www.loc.gov/mads/rdf/v1#citation-source> "Yee, M.M. Moving image materials, 1988 (Actualities; use for early, usually short silent films in which the cameria was positioned to record events or everyday life)" .
155
- _:genid37 <http://www.loc.gov/mads/rdf/v1#citation-status> "found" .
156
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.loc.gov/mads/rdf/v1#hasSource> _:genid37 .
157
- _:genid38 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Source> .
158
- _:genid38 <http://www.loc.gov/mads/rdf/v1#citation-source> "Lopez, D. Films by genre, c1993" .
159
- _:genid38 <http://www.loc.gov/mads/rdf/v1#citation-note> "(Actuality (Actualite, Actualities, Actuality film, Documentaire, Educational, Interest film, News film, News item, Topical) the filming of \"actual\" events or the normal activities of people at work or at leisure; the actuality film is an early form of the documentary film; an actuality shows something that happened at the time of filming; a topical film records an event that is newsworthy; an interest film implies some measure of interpretation of its subject by the maker of the film)"@en .
160
- _:genid38 <http://www.loc.gov/mads/rdf/v1#citation-status> "found" .
161
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.loc.gov/mads/rdf/v1#hasSource> _:genid38 .
162
- _:genid39 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://id.loc.gov/ontologies/RecordInfo#RecordInfo> .
163
- _:genid39 <http://id.loc.gov/ontologies/RecordInfo#recordChangeDate> "2011-05-02T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
164
- _:genid39 <http://id.loc.gov/ontologies/RecordInfo#recordStatus> "new"^^<http://www.w3.org/2001/XMLSchema#string> .
165
- _:genid39 <http://id.loc.gov/ontologies/RecordInfo#recordContentSource> <http://id.loc.gov/vocabulary/organizations/dlc> .
166
- _:genid39 <http://id.loc.gov/ontologies/RecordInfo#languageOfCataloging> <http://id.loc.gov/vocabulary/iso639-2/eng> .
167
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.loc.gov/mads/rdf/v1#adminMetadata> _:genid39 .
168
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
169
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.w3.org/2004/02/skos/core#prefLabel> "Actualities (Motion pictures)"@en .
170
- _:genid40 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2008/05/skos-xl#Label> .
171
- _:genid40 <http://www.w3.org/2008/05/skos-xl#literalForm> "Actualit\u00E9s (Motion pictures)"@en .
172
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.w3.org/2008/05/skos-xl#altLabel> _:genid40 .
173
- _:genid41 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2008/05/skos-xl#Label> .
174
- _:genid41 <http://www.w3.org/2008/05/skos-xl#literalForm> "Actuality films"@en .
175
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.w3.org/2008/05/skos-xl#altLabel> _:genid41 .
176
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.w3.org/2004/02/skos/core#broader> <http://id.loc.gov/authorities/genreForms/gf2011026570> .
177
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.w3.org/2004/02/skos/core#broader> <http://id.loc.gov/authorities/genreForms/gf2011026575> .
178
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.w3.org/2004/02/skos/core#broader> <http://id.loc.gov/authorities/genreForms/gf2011026423> .
179
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.w3.org/2004/02/skos/core#related> <http://id.loc.gov/authorities/genreForms/gf2011026420> .
180
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.w3.org/2004/02/skos/core#related> <http://id.loc.gov/authorities/genreForms/gf2011026205> .
181
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.w3.org/2004/02/skos/core#note> "This heading is used as a genre/form heading for short, unedited, silent films, primarily from the period of early cinema, that portray daily life or specific events or occurrences as filmed by a camera in a fixed location without commentary." .
182
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.w3.org/2004/02/skos/core#inScheme> <http://id.loc.gov/authorities/genreForms> .
183
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.w3.org/2004/02/skos/core#altLabel> "Actualit\u00E9s (Motion pictures)"@en .
184
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.w3.org/2004/02/skos/core#altLabel> "Actuality films"@en .
185
- _:genid42 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/vocab/changeset/schema#ChangeSet> .
186
- _:genid42 <http://purl.org/vocab/changeset/schema#subjectOfChange> <http://id.loc.gov/authorities/genreForms/gf2011026007> .
187
- _:genid42 <http://purl.org/vocab/changeset/schema#creatorName> "Library of Congress, Network Development and MARC Standards Office" .
188
- _:genid42 <http://purl.org/vocab/changeset/schema#createdDate> "2011-05-02T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
189
- _:genid42 <http://purl.org/vocab/changeset/schema#changeReason> "new"^^<http://www.w3.org/2001/XMLSchema#string> .
190
- <http://id.loc.gov/authorities/genreForms/gf2011026007> <http://www.w3.org/2004/02/skos/core#changeNote> _:genid42 .
191
- <http://id.loc.gov/authorities/genreForms/gf2011026031> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
192
- <http://id.loc.gov/authorities/genreForms/gf2011026031> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Authority> .
193
- <http://id.loc.gov/authorities/genreForms/gf2011026031> <http://www.loc.gov/mads/rdf/v1#authoritativeLabel> "Adventure radio programs"@en .
194
- _:genid44 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid43 .
195
- _:genid43 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
196
- _:genid43 <http://www.loc.gov/mads/rdf/v1#elementValue> "Adventure radio programs"@en .
197
- _:genid44 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
198
- <http://id.loc.gov/authorities/genreForms/gf2011026031> <http://www.loc.gov/mads/rdf/v1#elementList> _:genid44 .
199
- <http://id.loc.gov/authorities/genreForms/gf2011026031> <http://www.loc.gov/mads/rdf/v1#hasBroaderAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026506> .
200
- <http://id.loc.gov/authorities/genreForms/gf2011026031> <http://www.loc.gov/mads/rdf/v1#isMemberOfMADSScheme> <http://id.loc.gov/authorities/genreForms> .
201
- <http://id.loc.gov/authorities/genreForms/gf2011026031> <http://www.loc.gov/mads/rdf/v1#isMemberOfMADSCollection> <http://id.loc.gov/authorities/genreForms/collection_LCGFT_General> .
202
- _:genid45 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
203
- _:genid45 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Variant> .
204
- _:genid45 <http://www.loc.gov/mads/rdf/v1#variantLabel> "Radio adventure programs"@en .
205
- _:genid47 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid46 .
206
- _:genid46 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
207
- _:genid46 <http://www.loc.gov/mads/rdf/v1#elementValue> "Radio adventure programs"@en .
208
- _:genid47 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
209
- _:genid45 <http://www.loc.gov/mads/rdf/v1#elementList> _:genid47 .
210
- <http://id.loc.gov/authorities/genreForms/gf2011026031> <http://www.loc.gov/mads/rdf/v1#hasVariant> _:genid45 .
211
- _:genid48 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Source> .
212
- _:genid48 <http://www.loc.gov/mads/rdf/v1#citation-source> "Radio form/genre terms guide, 1998" .
213
- _:genid48 <http://www.loc.gov/mads/rdf/v1#citation-note> "(Adventures: Fictional programs that dramatize the exciting and usually hazardous exploits of a person or persons; sometimes set in a particular historical period. Examples: The count of Monte Cristo, Superman)"@en .
214
- _:genid48 <http://www.loc.gov/mads/rdf/v1#citation-status> "found" .
215
- <http://id.loc.gov/authorities/genreForms/gf2011026031> <http://www.loc.gov/mads/rdf/v1#hasSource> _:genid48 .
216
- _:genid49 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Source> .
217
- _:genid49 <http://www.loc.gov/mads/rdf/v1#citation-source> "GSAFD via WWW, Nov. 20, 2007" .
218
- _:genid49 <http://www.loc.gov/mads/rdf/v1#citation-note> "(Adventure radio programs; UF Swashbucklers, Thrillers)"@en .
219
- _:genid49 <http://www.loc.gov/mads/rdf/v1#citation-status> "found" .
220
- <http://id.loc.gov/authorities/genreForms/gf2011026031> <http://www.loc.gov/mads/rdf/v1#hasSource> _:genid49 .
221
- _:genid50 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://id.loc.gov/ontologies/RecordInfo#RecordInfo> .
222
- _:genid50 <http://id.loc.gov/ontologies/RecordInfo#recordChangeDate> "2011-05-04T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
223
- _:genid50 <http://id.loc.gov/ontologies/RecordInfo#recordStatus> "new"^^<http://www.w3.org/2001/XMLSchema#string> .
224
- _:genid50 <http://id.loc.gov/ontologies/RecordInfo#recordContentSource> <http://id.loc.gov/vocabulary/organizations/dlc> .
225
- _:genid50 <http://id.loc.gov/ontologies/RecordInfo#languageOfCataloging> <http://id.loc.gov/vocabulary/iso639-2/eng> .
226
- <http://id.loc.gov/authorities/genreForms/gf2011026031> <http://www.loc.gov/mads/rdf/v1#adminMetadata> _:genid50 .
227
- <http://id.loc.gov/authorities/genreForms/gf2011026031> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
228
- <http://id.loc.gov/authorities/genreForms/gf2011026031> <http://www.w3.org/2004/02/skos/core#prefLabel> "Adventure radio programs"@en .
229
- _:genid51 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2008/05/skos-xl#Label> .
230
- _:genid51 <http://www.w3.org/2008/05/skos-xl#literalForm> "Radio adventure programs"@en .
231
- <http://id.loc.gov/authorities/genreForms/gf2011026031> <http://www.w3.org/2008/05/skos-xl#altLabel> _:genid51 .
232
- <http://id.loc.gov/authorities/genreForms/gf2011026031> <http://www.w3.org/2004/02/skos/core#broader> <http://id.loc.gov/authorities/genreForms/gf2011026506> .
233
- <http://id.loc.gov/authorities/genreForms/gf2011026031> <http://www.w3.org/2004/02/skos/core#inScheme> <http://id.loc.gov/authorities/genreForms> .
234
- <http://id.loc.gov/authorities/genreForms/gf2011026031> <http://www.w3.org/2004/02/skos/core#altLabel> "Radio adventure programs"@en .
235
- _:genid52 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/vocab/changeset/schema#ChangeSet> .
236
- _:genid52 <http://purl.org/vocab/changeset/schema#subjectOfChange> <http://id.loc.gov/authorities/genreForms/gf2011026031> .
237
- _:genid52 <http://purl.org/vocab/changeset/schema#creatorName> "Library of Congress, Network Development and MARC Standards Office" .
238
- _:genid52 <http://purl.org/vocab/changeset/schema#createdDate> "2011-05-04T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
239
- _:genid52 <http://purl.org/vocab/changeset/schema#changeReason> "new"^^<http://www.w3.org/2001/XMLSchema#string> .
240
- <http://id.loc.gov/authorities/genreForms/gf2011026031> <http://www.w3.org/2004/02/skos/core#changeNote> _:genid52 .
241
- <http://id.loc.gov/authorities/genreForms/gf2011026035> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
242
- <http://id.loc.gov/authorities/genreForms/gf2011026035> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Authority> .
243
- <http://id.loc.gov/authorities/genreForms/gf2011026035> <http://www.loc.gov/mads/rdf/v1#authoritativeLabel> "Affidavits"@en .
244
- _:genid54 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid53 .
245
- _:genid53 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
246
- _:genid53 <http://www.loc.gov/mads/rdf/v1#elementValue> "Affidavits"@en .
247
- _:genid54 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
248
- <http://id.loc.gov/authorities/genreForms/gf2011026035> <http://www.loc.gov/mads/rdf/v1#elementList> _:genid54 .
249
- <http://id.loc.gov/authorities/genreForms/gf2011026035> <http://www.loc.gov/mads/rdf/v1#hasBroaderAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026355> .
250
- <http://id.loc.gov/authorities/genreForms/gf2011026035> <http://www.loc.gov/mads/rdf/v1#isMemberOfMADSScheme> <http://id.loc.gov/authorities/genreForms> .
251
- <http://id.loc.gov/authorities/genreForms/gf2011026035> <http://www.loc.gov/mads/rdf/v1#isMemberOfMADSCollection> <http://id.loc.gov/authorities/genreForms/collection_LCGFT_General> .
252
- _:genid55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Source> .
253
- _:genid55 <http://www.loc.gov/mads/rdf/v1#citation-source> "Genre/form terms for law materials [report prepared by the Technical Services Special Interest Section of AALL], 2010:" .
254
- _:genid55 <http://www.loc.gov/mads/rdf/v1#citation-note> "Affidavits (This heading is used as a genre/form heading for voluntary declarations of facts written down and sworn to before an officer authorized to administer oaths, such as a notary public.)"@en .
255
- _:genid55 <http://www.loc.gov/mads/rdf/v1#citation-status> "found" .
256
- <http://id.loc.gov/authorities/genreForms/gf2011026035> <http://www.loc.gov/mads/rdf/v1#hasSource> _:genid55 .
257
- _:genid56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://id.loc.gov/ontologies/RecordInfo#RecordInfo> .
258
- _:genid56 <http://id.loc.gov/ontologies/RecordInfo#recordChangeDate> "2011-05-04T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
259
- _:genid56 <http://id.loc.gov/ontologies/RecordInfo#recordStatus> "new"^^<http://www.w3.org/2001/XMLSchema#string> .
260
- _:genid56 <http://id.loc.gov/ontologies/RecordInfo#recordContentSource> <http://id.loc.gov/vocabulary/organizations/dlc> .
261
- _:genid56 <http://id.loc.gov/ontologies/RecordInfo#languageOfCataloging> <http://id.loc.gov/vocabulary/iso639-2/eng> .
262
- <http://id.loc.gov/authorities/genreForms/gf2011026035> <http://www.loc.gov/mads/rdf/v1#adminMetadata> _:genid56 .
263
- <http://id.loc.gov/authorities/genreForms/gf2011026035> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
264
- <http://id.loc.gov/authorities/genreForms/gf2011026035> <http://www.w3.org/2004/02/skos/core#prefLabel> "Affidavits"@en .
265
- <http://id.loc.gov/authorities/genreForms/gf2011026035> <http://www.w3.org/2004/02/skos/core#broader> <http://id.loc.gov/authorities/genreForms/gf2011026355> .
266
- <http://id.loc.gov/authorities/genreForms/gf2011026035> <http://www.w3.org/2004/02/skos/core#inScheme> <http://id.loc.gov/authorities/genreForms> .
267
- _:genid57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/vocab/changeset/schema#ChangeSet> .
268
- _:genid57 <http://purl.org/vocab/changeset/schema#subjectOfChange> <http://id.loc.gov/authorities/genreForms/gf2011026035> .
269
- _:genid57 <http://purl.org/vocab/changeset/schema#creatorName> "Library of Congress, Network Development and MARC Standards Office" .
270
- _:genid57 <http://purl.org/vocab/changeset/schema#createdDate> "2011-05-04T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
271
- _:genid57 <http://purl.org/vocab/changeset/schema#changeReason> "new"^^<http://www.w3.org/2001/XMLSchema#string> .
272
- <http://id.loc.gov/authorities/genreForms/gf2011026035> <http://www.w3.org/2004/02/skos/core#changeNote> _:genid57 .
273
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
274
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Authority> .
275
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.loc.gov/mads/rdf/v1#authoritativeLabel> "Ambient sounds"@en .
276
- _:genid59 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid58 .
277
- _:genid58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
278
- _:genid58 <http://www.loc.gov/mads/rdf/v1#elementValue> "Ambient sounds"@en .
279
- _:genid59 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
280
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.loc.gov/mads/rdf/v1#elementList> _:genid59 .
281
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.loc.gov/mads/rdf/v1#hasBroaderAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026594> .
282
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.loc.gov/mads/rdf/v1#isMemberOfMADSScheme> <http://id.loc.gov/authorities/genreForms> .
283
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.loc.gov/mads/rdf/v1#isMemberOfMADSCollection> <http://id.loc.gov/authorities/genreForms/collection_LCGFT_General> .
284
- _:genid60 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
285
- _:genid60 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Variant> .
286
- _:genid60 <http://www.loc.gov/mads/rdf/v1#variantLabel> "Ambience (Sound recordings)"@en .
287
- _:genid62 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid61 .
288
- _:genid61 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
289
- _:genid61 <http://www.loc.gov/mads/rdf/v1#elementValue> "Ambience (Sound recordings)"@en .
290
- _:genid62 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
291
- _:genid60 <http://www.loc.gov/mads/rdf/v1#elementList> _:genid62 .
292
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.loc.gov/mads/rdf/v1#hasVariant> _:genid60 .
293
- _:genid63 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
294
- _:genid63 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Variant> .
295
- _:genid63 <http://www.loc.gov/mads/rdf/v1#variantLabel> "Ambient audio (Sound recordings)"@en .
296
- _:genid65 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid64 .
297
- _:genid64 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
298
- _:genid64 <http://www.loc.gov/mads/rdf/v1#elementValue> "Ambient audio (Sound recordings)"@en .
299
- _:genid65 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
300
- _:genid63 <http://www.loc.gov/mads/rdf/v1#elementList> _:genid65 .
301
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.loc.gov/mads/rdf/v1#hasVariant> _:genid63 .
302
- _:genid66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
303
- _:genid66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Variant> .
304
- _:genid66 <http://www.loc.gov/mads/rdf/v1#variantLabel> "Background sounds"@en .
305
- _:genid68 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid67 .
306
- _:genid67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
307
- _:genid67 <http://www.loc.gov/mads/rdf/v1#elementValue> "Background sounds"@en .
308
- _:genid68 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
309
- _:genid66 <http://www.loc.gov/mads/rdf/v1#elementList> _:genid68 .
310
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.loc.gov/mads/rdf/v1#hasVariant> _:genid66 .
311
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.loc.gov/mads/rdf/v1#note> "This heading is used as a genre/form heading for recordings of sounds of the surrounding environment external to an audio system that are often recorded separately and mixed into other recordings to enhance live effect." .
312
- _:genid69 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Source> .
313
- _:genid69 <http://www.loc.gov/mads/rdf/v1#citation-source> "LCSH, Apr. 4, 2010" .
314
- _:genid69 <http://www.loc.gov/mads/rdf/v1#citation-note> "(hdg: Ambient sounds)"@en .
315
- _:genid69 <http://www.loc.gov/mads/rdf/v1#citation-status> "found" .
316
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.loc.gov/mads/rdf/v1#hasSource> _:genid69 .
317
- _:genid70 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Source> .
318
- _:genid70 <http://www.loc.gov/mads/rdf/v1#citation-source> "Marco, G.A. Encyc. of recorded sound in the U.S., 1993" .
319
- _:genid70 <http://www.loc.gov/mads/rdf/v1#citation-note> "(ambient sounds, sounds external to an audio system that are not part of a recorded or broadcast program, but audible to listener along with the program; ambience, environment in a recording studio or hall, acoustic conditions in a playback room, may be incorporated into a recorded program)"@en .
320
- _:genid70 <http://www.loc.gov/mads/rdf/v1#citation-status> "found" .
321
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.loc.gov/mads/rdf/v1#hasSource> _:genid70 .
322
- _:genid71 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Source> .
323
- _:genid71 <http://www.loc.gov/mads/rdf/v1#citation-source> "Media college.com, Apr. 4, 2010:" .
324
- _:genid71 <http://www.loc.gov/mads/rdf/v1#citation-note> "ambient sound (ambient sound; ambient audio; the background sounds which are present in a scene or location)"@en .
325
- _:genid71 <http://www.loc.gov/mads/rdf/v1#citation-status> "found" .
326
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.loc.gov/mads/rdf/v1#hasSource> _:genid71 .
327
- _:genid72 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://id.loc.gov/ontologies/RecordInfo#RecordInfo> .
328
- _:genid72 <http://id.loc.gov/ontologies/RecordInfo#recordChangeDate> "2011-05-04T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
329
- _:genid72 <http://id.loc.gov/ontologies/RecordInfo#recordStatus> "new"^^<http://www.w3.org/2001/XMLSchema#string> .
330
- _:genid72 <http://id.loc.gov/ontologies/RecordInfo#recordContentSource> <http://id.loc.gov/vocabulary/organizations/dlc> .
331
- _:genid72 <http://id.loc.gov/ontologies/RecordInfo#languageOfCataloging> <http://id.loc.gov/vocabulary/iso639-2/eng> .
332
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.loc.gov/mads/rdf/v1#adminMetadata> _:genid72 .
333
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
334
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.w3.org/2004/02/skos/core#prefLabel> "Ambient sounds"@en .
335
- _:genid73 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2008/05/skos-xl#Label> .
336
- _:genid73 <http://www.w3.org/2008/05/skos-xl#literalForm> "Ambience (Sound recordings)"@en .
337
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.w3.org/2008/05/skos-xl#altLabel> _:genid73 .
338
- _:genid74 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2008/05/skos-xl#Label> .
339
- _:genid74 <http://www.w3.org/2008/05/skos-xl#literalForm> "Ambient audio (Sound recordings)"@en .
340
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.w3.org/2008/05/skos-xl#altLabel> _:genid74 .
341
- _:genid75 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2008/05/skos-xl#Label> .
342
- _:genid75 <http://www.w3.org/2008/05/skos-xl#literalForm> "Background sounds"@en .
343
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.w3.org/2008/05/skos-xl#altLabel> _:genid75 .
344
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.w3.org/2004/02/skos/core#broader> <http://id.loc.gov/authorities/genreForms/gf2011026594> .
345
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.w3.org/2004/02/skos/core#note> "This heading is used as a genre/form heading for recordings of sounds of the surrounding environment external to an audio system that are often recorded separately and mixed into other recordings to enhance live effect." .
346
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.w3.org/2004/02/skos/core#inScheme> <http://id.loc.gov/authorities/genreForms> .
347
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.w3.org/2004/02/skos/core#altLabel> "Ambience (Sound recordings)"@en .
348
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.w3.org/2004/02/skos/core#altLabel> "Ambient audio (Sound recordings)"@en .
349
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.w3.org/2004/02/skos/core#altLabel> "Background sounds"@en .
350
- _:genid76 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/vocab/changeset/schema#ChangeSet> .
351
- _:genid76 <http://purl.org/vocab/changeset/schema#subjectOfChange> <http://id.loc.gov/authorities/genreForms/gf2011026039> .
352
- _:genid76 <http://purl.org/vocab/changeset/schema#creatorName> "Library of Congress, Network Development and MARC Standards Office" .
353
- _:genid76 <http://purl.org/vocab/changeset/schema#createdDate> "2011-05-04T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
354
- _:genid76 <http://purl.org/vocab/changeset/schema#changeReason> "new"^^<http://www.w3.org/2001/XMLSchema#string> .
355
- <http://id.loc.gov/authorities/genreForms/gf2011026039> <http://www.w3.org/2004/02/skos/core#changeNote> _:genid76 .
356
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
357
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Authority> .
358
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.loc.gov/mads/rdf/v1#authoritativeLabel> "Angel films"@en .
359
- _:genid78 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid77 .
360
- _:genid77 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
361
- _:genid77 <http://www.loc.gov/mads/rdf/v1#elementValue> "Angel films"@en .
362
- _:genid78 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
363
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.loc.gov/mads/rdf/v1#elementList> _:genid78 .
364
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.loc.gov/mads/rdf/v1#hasBroaderAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026242> .
365
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.loc.gov/mads/rdf/v1#isMemberOfMADSScheme> <http://id.loc.gov/authorities/genreForms> .
366
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.loc.gov/mads/rdf/v1#isMemberOfMADSCollection> <http://id.loc.gov/authorities/genreForms/collection_LCGFT_General> .
367
- _:genid79 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Source> .
368
- _:genid79 <http://www.loc.gov/mads/rdf/v1#citation-source> "Work cat.: Angels in the outfield [VR] 1994" .
369
- _:genid79 <http://www.loc.gov/mads/rdf/v1#citation-note> "(summary note: Heavenly angels join the Pittsburgh Pirates on the field for a wild race to the World Series)"@en .
370
- _:genid79 <http://www.loc.gov/mads/rdf/v1#citation-status> "found" .
371
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.loc.gov/mads/rdf/v1#hasSource> _:genid79 .
372
- _:genid80 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Source> .
373
- _:genid80 <http://www.loc.gov/mads/rdf/v1#citation-source> "Himmel \u00FCber Berlin (Motion picture). Wings of desire [VR] 2003" .
374
- _:genid80 <http://www.loc.gov/mads/rdf/v1#citation-note> "(summary note: A romantic fantasy about an angel who wishes he were mortal and is willing to fall from the sky if it means a chance to fall in love)"@en .
375
- _:genid80 <http://www.loc.gov/mads/rdf/v1#citation-status> "found" .
376
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.loc.gov/mads/rdf/v1#hasSource> _:genid80 .
377
- _:genid81 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Source> .
378
- _:genid81 <http://www.loc.gov/mads/rdf/v1#citation-source> "Fowkes, K.A. Giving up the ghost : spirits, ghosts, and angels in mainstream comedy films, c1998." .
379
- _:genid81 <http://www.loc.gov/mads/rdf/v1#citation-status> "found" .
380
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.loc.gov/mads/rdf/v1#hasSource> _:genid81 .
381
- _:genid82 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Source> .
382
- _:genid82 <http://www.loc.gov/mads/rdf/v1#citation-source> "How to find angel movies, via eHow Web site, Aug. 29, 2008" .
383
- _:genid82 <http://www.loc.gov/mads/rdf/v1#citation-note> "(angel movies: It's a Wonderful Life; Michael; Angel-A; Date With an Angel; Heaven Only Knows; A Guy Named Joe; Almost an Angel; City of Angels; I Married an Angel; Forever Darling; Wings of Desire; The Bishop's Wife)"@en .
384
- _:genid82 <http://www.loc.gov/mads/rdf/v1#citation-status> "found" .
385
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.loc.gov/mads/rdf/v1#hasSource> _:genid82 .
386
- _:genid83 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Source> .
387
- _:genid83 <http://www.loc.gov/mads/rdf/v1#citation-source> "The greatest films Web site, Aug. 29, 2008:" .
388
- _:genid83 <http://www.loc.gov/mads/rdf/v1#citation-note> "genres/Fantasy films (Fantasy Films with Angels: Angels, not surprisingly, have been featured in many fantasy or supernatural films over the years. Hollywood has responded to the interest in the existence of heavenly beings with a long list of \"angel\" films)"@en .
389
- _:genid83 <http://www.loc.gov/mads/rdf/v1#citation-status> "found" .
390
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.loc.gov/mads/rdf/v1#hasSource> _:genid83 .
391
- _:genid84 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Source> .
392
- _:genid84 <http://www.loc.gov/mads/rdf/v1#citation-source> "Lopez, D. Films by genre, c1993" .
393
- _:genid84 <http://www.loc.gov/mads/rdf/v1#citation-note> "(under Fantasy film: \"Films dealing with the wonders of magic and magicians, with the doings of gods, demigods, angels, elves, sprites, fairies, gnomes, and similar creatures are better and properly classified as fantasy films.\")"@en .
394
- _:genid84 <http://www.loc.gov/mads/rdf/v1#citation-status> "found" .
395
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.loc.gov/mads/rdf/v1#hasSource> _:genid84 .
396
- _:genid85 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Source> .
397
- _:genid85 <http://www.loc.gov/mads/rdf/v1#citation-source> "Taves, B. The moving image genre-form guide, via WWW, viewed Aug. 29, 2008;Konigsberg, I. The complete film dictionary, 1997" .
398
- _:genid85 <http://www.loc.gov/mads/rdf/v1#citation-status> "notfound" .
399
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.loc.gov/mads/rdf/v1#hasSource> _:genid85 .
400
- _:genid86 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://id.loc.gov/ontologies/RecordInfo#RecordInfo> .
401
- _:genid86 <http://id.loc.gov/ontologies/RecordInfo#recordChangeDate> "2011-05-04T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
402
- _:genid86 <http://id.loc.gov/ontologies/RecordInfo#recordStatus> "new"^^<http://www.w3.org/2001/XMLSchema#string> .
403
- _:genid86 <http://id.loc.gov/ontologies/RecordInfo#recordContentSource> <http://id.loc.gov/vocabulary/organizations/dlc> .
404
- _:genid86 <http://id.loc.gov/ontologies/RecordInfo#languageOfCataloging> <http://id.loc.gov/vocabulary/iso639-2/eng> .
405
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.loc.gov/mads/rdf/v1#adminMetadata> _:genid86 .
406
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
407
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.w3.org/2004/02/skos/core#prefLabel> "Angel films"@en .
408
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.w3.org/2004/02/skos/core#broader> <http://id.loc.gov/authorities/genreForms/gf2011026242> .
409
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.w3.org/2004/02/skos/core#inScheme> <http://id.loc.gov/authorities/genreForms> .
410
- _:genid87 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/vocab/changeset/schema#ChangeSet> .
411
- _:genid87 <http://purl.org/vocab/changeset/schema#subjectOfChange> <http://id.loc.gov/authorities/genreForms/gf2011026045> .
412
- _:genid87 <http://purl.org/vocab/changeset/schema#creatorName> "Library of Congress, Network Development and MARC Standards Office" .
413
- _:genid87 <http://purl.org/vocab/changeset/schema#createdDate> "2011-05-04T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
414
- _:genid87 <http://purl.org/vocab/changeset/schema#changeReason> "new"^^<http://www.w3.org/2001/XMLSchema#string> .
415
- <http://id.loc.gov/authorities/genreForms/gf2011026045> <http://www.w3.org/2004/02/skos/core#changeNote> _:genid87 .
416
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
417
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Authority> .
418
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#authoritativeLabel> "Animated films"@en .
419
- _:genid89 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid88 .
420
- _:genid88 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
421
- _:genid88 <http://www.loc.gov/mads/rdf/v1#elementValue> "Animated films"@en .
422
- _:genid89 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
423
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#elementList> _:genid89 .
424
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#hasBroaderAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026406> .
425
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#hasReciprocalAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026004> .
426
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#hasNarrowerAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026615> .
427
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#hasNarrowerAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026696> .
428
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#hasNarrowerAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026181> .
429
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#hasNarrowerAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026465> .
430
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#hasNarrowerAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026576> .
431
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#hasNarrowerAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026159> .
432
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#hasNarrowerAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026379> .
433
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#hasNarrowerAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026107> .
434
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#hasNarrowerAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026446> .
435
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#hasReciprocalAuthority> <http://id.loc.gov/authorities/genreForms/gf2008025611> .
436
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#hasNarrowerAuthority> <http://id.loc.gov/authorities/genreForms/gf2011026370> .
437
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#isMemberOfMADSScheme> <http://id.loc.gov/authorities/genreForms> .
438
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#isMemberOfMADSCollection> <http://id.loc.gov/authorities/genreForms/collection_LCGFT_General> .
439
- _:genid90 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
440
- _:genid90 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Variant> .
441
- _:genid90 <http://www.loc.gov/mads/rdf/v1#variantLabel> "Animated cartoons (Motion pictures)"@en .
442
- _:genid92 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid91 .
443
- _:genid91 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
444
- _:genid91 <http://www.loc.gov/mads/rdf/v1#elementValue> "Animated cartoons (Motion pictures)"@en .
445
- _:genid92 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
446
- _:genid90 <http://www.loc.gov/mads/rdf/v1#elementList> _:genid92 .
447
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#hasVariant> _:genid90 .
448
- _:genid93 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
449
- _:genid93 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Variant> .
450
- _:genid93 <http://www.loc.gov/mads/rdf/v1#variantLabel> "Cartoons, Animated (Motion pictures)"@en .
451
- _:genid95 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid94 .
452
- _:genid94 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
453
- _:genid94 <http://www.loc.gov/mads/rdf/v1#elementValue> "Cartoons, Animated (Motion pictures)"@en .
454
- _:genid95 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
455
- _:genid93 <http://www.loc.gov/mads/rdf/v1#elementList> _:genid95 .
456
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#hasVariant> _:genid93 .
457
- _:genid96 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreForm> .
458
- _:genid96 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Variant> .
459
- _:genid96 <http://www.loc.gov/mads/rdf/v1#variantLabel> "Motion picture cartoons"@en .
460
- _:genid98 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:genid97 .
461
- _:genid97 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#GenreFormElement> .
462
- _:genid97 <http://www.loc.gov/mads/rdf/v1#elementValue> "Motion picture cartoons"@en .
463
- _:genid98 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
464
- _:genid96 <http://www.loc.gov/mads/rdf/v1#elementList> _:genid98 .
465
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#hasVariant> _:genid96 .
466
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#note> "This heading is used as a genre/form heading for films that create the illusion of movement in drawings, clay, inanimate objects, or the like, through an animation technique." .
467
- _:genid99 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.loc.gov/mads/rdf/v1#Source> .
468
- _:genid99 <http://www.loc.gov/mads/rdf/v1#citation-source> "Films by genre, 1993:" .
469
- _:genid99 <http://www.loc.gov/mads/rdf/v1#citation-note> "p. 12 (animated film (animation): An animated film is one which, by the use of some animation technique, creates the illusion of movement in inanimated objects, drawings, photographs, paper or cardboard cut-outs, puppets, plasticien, and the like)"@en .
470
- _:genid99 <http://www.loc.gov/mads/rdf/v1#citation-status> "found" .
471
- <http://id.loc.gov/authorities/genreForms/gf2011026049> <http://www.loc.gov/mads/rdf/v1#hasSource> _:genid99 .