qa 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +37 -0
- data/app/controllers/qa/terms_controller.rb +1 -1
- data/lib/qa/authorities.rb +2 -0
- data/lib/qa/authorities/assign_fast.rb +17 -0
- data/lib/qa/authorities/assign_fast/generic_authority.rb +61 -0
- data/lib/qa/authorities/assign_fast_subauthority.rb +31 -0
- data/lib/qa/authorities/getty.rb +12 -3
- data/lib/qa/authorities/getty/aat.rb +3 -2
- data/lib/qa/authorities/getty/tgn.rb +80 -0
- data/lib/qa/authorities/getty/ulan.rb +71 -0
- data/lib/qa/authorities/web_service_base.rb +6 -4
- data/lib/qa/version.rb +1 -1
- data/spec/controllers/terms_controller_spec.rb +26 -12
- data/spec/fixtures/assign-fast-noheader.json +1 -0
- data/spec/fixtures/assign-fast-noresults.json +10 -0
- data/spec/fixtures/assign-fast-oneresult.json +16 -0
- data/spec/fixtures/assign-fast-topical-result.json +130 -0
- data/spec/fixtures/getty-tgn-find-response.json +1469 -0
- data/spec/fixtures/getty-ulan-find-response.json +11565 -0
- data/spec/fixtures/tgn-response.txt +87 -0
- data/spec/fixtures/ulan-response.txt +1854 -0
- data/spec/lib/authorities/assign_fast_spec.rb +115 -0
- data/spec/lib/authorities/getty/aat_spec.rb +1 -1
- data/spec/lib/authorities/getty/tgn_spec.rb +95 -0
- data/spec/lib/authorities/getty/ulan_spec.rb +97 -0
- data/spec/lib/authorities/loc_spec.rb +1 -1
- data/spec/lib/tasks/mesh.rake_spec.rb +1 -1
- data/spec/spec_helper.rb +4 -3
- data/spec/test_app_templates/lib/generators/test_app_generator.rb +1 -1
- metadata +35 -116
- data/spec/internal/Gemfile +0 -44
- data/spec/internal/Gemfile.lock +0 -180
- data/spec/internal/README.rdoc +0 -28
- data/spec/internal/Rakefile +0 -6
- data/spec/internal/app/assets/javascripts/application.js +0 -16
- data/spec/internal/app/assets/stylesheets/application.css +0 -15
- data/spec/internal/app/controllers/application_controller.rb +0 -5
- data/spec/internal/app/helpers/application_helper.rb +0 -2
- data/spec/internal/app/views/layouts/application.html.erb +0 -14
- data/spec/internal/bin/bundle +0 -3
- data/spec/internal/bin/rails +0 -4
- data/spec/internal/bin/rake +0 -4
- data/spec/internal/bin/setup +0 -29
- data/spec/internal/config.ru +0 -4
- data/spec/internal/config/application.rb +0 -26
- data/spec/internal/config/authorities.yml +0 -1
- data/spec/internal/config/authorities/authority_A.yml +0 -10
- data/spec/internal/config/authorities/authority_B.yml +0 -7
- data/spec/internal/config/authorities/authority_C.yml +0 -4
- data/spec/internal/config/authorities/authority_D.yml +0 -4
- data/spec/internal/config/authorities/states.yml +0 -101
- data/spec/internal/config/boot.rb +0 -3
- data/spec/internal/config/database.yml +0 -25
- data/spec/internal/config/environment.rb +0 -5
- data/spec/internal/config/environments/development.rb +0 -41
- data/spec/internal/config/environments/production.rb +0 -79
- data/spec/internal/config/environments/test.rb +0 -42
- data/spec/internal/config/initializers/assets.rb +0 -11
- data/spec/internal/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/internal/config/initializers/cookies_serializer.rb +0 -3
- data/spec/internal/config/initializers/filter_parameter_logging.rb +0 -4
- data/spec/internal/config/initializers/inflections.rb +0 -16
- data/spec/internal/config/initializers/mime_types.rb +0 -4
- data/spec/internal/config/initializers/session_store.rb +0 -3
- data/spec/internal/config/initializers/wrap_parameters.rb +0 -14
- data/spec/internal/config/locales/en.yml +0 -23
- data/spec/internal/config/oclcts-authorities.yml +0 -24
- data/spec/internal/config/routes.rb +0 -58
- data/spec/internal/config/secrets.yml +0 -22
- data/spec/internal/db/development.sqlite3 +0 -0
- data/spec/internal/db/migrate/20150311214117_create_qa_subject_mesh_terms.qa.rb +0 -12
- data/spec/internal/db/migrate/20150311214118_create_qa_mesh_tree.qa.rb +0 -11
- data/spec/internal/db/migrate/20150311214119_add_term_lower_to_qa_subject_mesh_terms.qa.rb +0 -8
- data/spec/internal/db/schema.rb +0 -34
- data/spec/internal/db/seeds.rb +0 -7
- data/spec/internal/db/test.sqlite3 +0 -0
- data/spec/internal/lib/generators/test_app_generator.rb +0 -29
- data/spec/internal/log/development.log +0 -21909
- data/spec/internal/public/404.html +0 -67
- data/spec/internal/public/422.html +0 -67
- data/spec/internal/public/500.html +0 -66
- data/spec/internal/public/favicon.ico +0 -0
- data/spec/internal/public/robots.txt +0 -5
- data/spec/internal/test/test_helper.rb +0 -10
| @@ -0,0 +1,87 @@ | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "head" : {
         | 
| 3 | 
            +
                "vars" : [ "s", "name", "par" ]
         | 
| 4 | 
            +
              },
         | 
| 5 | 
            +
              "results" : {
         | 
| 6 | 
            +
                "bindings" : [ {
         | 
| 7 | 
            +
                  "s" : {
         | 
| 8 | 
            +
                    "type" : "uri",
         | 
| 9 | 
            +
                    "value" : "http://vocab.getty.edu/tgn/2058300"
         | 
| 10 | 
            +
                  },
         | 
| 11 | 
            +
                  "name" : {
         | 
| 12 | 
            +
                    "type" : "literal",
         | 
| 13 | 
            +
                    "value" : "Cawood"
         | 
| 14 | 
            +
                  },
         | 
| 15 | 
            +
                  "par" : {
         | 
| 16 | 
            +
                    "type" : "literal",
         | 
| 17 | 
            +
                    "value" : "Andrew, Missouri, United States, North and Central America, World"
         | 
| 18 | 
            +
                  }
         | 
| 19 | 
            +
                }, {
         | 
| 20 | 
            +
                  "s" : {
         | 
| 21 | 
            +
                    "type" : "uri",
         | 
| 22 | 
            +
                    "value" : "http://vocab.getty.edu/tgn/2227675"
         | 
| 23 | 
            +
                  },
         | 
| 24 | 
            +
                  "name" : {
         | 
| 25 | 
            +
                    "type" : "literal",
         | 
| 26 | 
            +
                    "value" : "Cawood Hollow"
         | 
| 27 | 
            +
                  },
         | 
| 28 | 
            +
                  "par" : {
         | 
| 29 | 
            +
                    "type" : "literal",
         | 
| 30 | 
            +
                    "value" : "Rhea, Tennessee, United States, North and Central America, World"
         | 
| 31 | 
            +
                  }
         | 
| 32 | 
            +
                }, {
         | 
| 33 | 
            +
                  "s" : {
         | 
| 34 | 
            +
                    "type" : "uri",
         | 
| 35 | 
            +
                    "value" : "http://vocab.getty.edu/tgn/2038117"
         | 
| 36 | 
            +
                  },
         | 
| 37 | 
            +
                  "name" : {
         | 
| 38 | 
            +
                    "type" : "literal",
         | 
| 39 | 
            +
                    "value" : "Cawood"
         | 
| 40 | 
            +
                  },
         | 
| 41 | 
            +
                  "par" : {
         | 
| 42 | 
            +
                    "type" : "literal",
         | 
| 43 | 
            +
                    "value" : "Harlan, Kentucky, United States, North and Central America, World"
         | 
| 44 | 
            +
                  }
         | 
| 45 | 
            +
                }, {
         | 
| 46 | 
            +
                  "s" : {
         | 
| 47 | 
            +
                    "type" : "uri",
         | 
| 48 | 
            +
                    "value" : "http://vocab.getty.edu/tgn/2227674"
         | 
| 49 | 
            +
                  },
         | 
| 50 | 
            +
                  "name" : {
         | 
| 51 | 
            +
                    "type" : "literal",
         | 
| 52 | 
            +
                    "value" : "Cawood Branch"
         | 
| 53 | 
            +
                  },
         | 
| 54 | 
            +
                  "par" : {
         | 
| 55 | 
            +
                    "type" : "literal",
         | 
| 56 | 
            +
                    "value" : "Claiborne, Tennessee, United States, North and Central America, World"
         | 
| 57 | 
            +
                  }
         | 
| 58 | 
            +
                }, {
         | 
| 59 | 
            +
                  "s" : {
         | 
| 60 | 
            +
                    "type" : "uri",
         | 
| 61 | 
            +
                    "value" : "http://vocab.getty.edu/tgn/1028772"
         | 
| 62 | 
            +
                  },
         | 
| 63 | 
            +
                  "name" : {
         | 
| 64 | 
            +
                    "xml:lang" : "en",
         | 
| 65 | 
            +
                    "type" : "literal",
         | 
| 66 | 
            +
                    "value" : "Cawood"
         | 
| 67 | 
            +
                  },
         | 
| 68 | 
            +
                  "par" : {
         | 
| 69 | 
            +
                    "type" : "literal",
         | 
| 70 | 
            +
                    "value" : "North Yorkshire, England, United Kingdom, Europe, World"
         | 
| 71 | 
            +
                  }
         | 
| 72 | 
            +
                }, {
         | 
| 73 | 
            +
                  "s" : {
         | 
| 74 | 
            +
                    "type" : "uri",
         | 
| 75 | 
            +
                    "value" : "http://vocab.getty.edu/tgn/7022503"
         | 
| 76 | 
            +
                  },
         | 
| 77 | 
            +
                  "name" : {
         | 
| 78 | 
            +
                    "type" : "literal",
         | 
| 79 | 
            +
                    "value" : "Cawood Branch"
         | 
| 80 | 
            +
                  },
         | 
| 81 | 
            +
                  "par" : {
         | 
| 82 | 
            +
                    "type" : "literal",
         | 
| 83 | 
            +
                    "value" : "Kentucky, United States, North and Central America, World"
         | 
| 84 | 
            +
                  }
         | 
| 85 | 
            +
                } ]
         | 
| 86 | 
            +
              }
         | 
| 87 | 
            +
            }
         | 
| @@ -0,0 +1,1854 @@ | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "head" : {
         | 
| 3 | 
            +
                "vars" : [ "s", "name", "bio" ]
         | 
| 4 | 
            +
              },
         | 
| 5 | 
            +
              "results" : {
         | 
| 6 | 
            +
                "bindings" : [ {
         | 
| 7 | 
            +
                  "s" : {
         | 
| 8 | 
            +
                    "type" : "uri",
         | 
| 9 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500233743"
         | 
| 10 | 
            +
                  },
         | 
| 11 | 
            +
                  "name" : {
         | 
| 12 | 
            +
                    "type" : "literal",
         | 
| 13 | 
            +
                    "value" : "Alan Turner and Associates"
         | 
| 14 | 
            +
                  },
         | 
| 15 | 
            +
                  "bio" : {
         | 
| 16 | 
            +
                    "type" : "literal",
         | 
| 17 | 
            +
                    "value" : "British architectural firm, contemporary"
         | 
| 18 | 
            +
                  }
         | 
| 19 | 
            +
                }, {
         | 
| 20 | 
            +
                  "s" : {
         | 
| 21 | 
            +
                    "type" : "uri",
         | 
| 22 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500235825"
         | 
| 23 | 
            +
                  },
         | 
| 24 | 
            +
                  "name" : {
         | 
| 25 | 
            +
                    "type" : "literal",
         | 
| 26 | 
            +
                    "value" : "Bailey, Henry Turner"
         | 
| 27 | 
            +
                  },
         | 
| 28 | 
            +
                  "bio" : {
         | 
| 29 | 
            +
                    "type" : "literal",
         | 
| 30 | 
            +
                    "value" : "American painter, illustrator, and educator, 1865-1931"
         | 
| 31 | 
            +
                  }
         | 
| 32 | 
            +
                }, {
         | 
| 33 | 
            +
                  "s" : {
         | 
| 34 | 
            +
                    "type" : "uri",
         | 
| 35 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500187684"
         | 
| 36 | 
            +
                  },
         | 
| 37 | 
            +
                  "name" : {
         | 
| 38 | 
            +
                    "type" : "literal",
         | 
| 39 | 
            +
                    "value" : "Balfour & Turner"
         | 
| 40 | 
            +
                  },
         | 
| 41 | 
            +
                  "bio" : {
         | 
| 42 | 
            +
                    "type" : "literal",
         | 
| 43 | 
            +
                    "value" : "British architectural firm, founded 1885"
         | 
| 44 | 
            +
                  }
         | 
| 45 | 
            +
                }, {
         | 
| 46 | 
            +
                  "s" : {
         | 
| 47 | 
            +
                    "type" : "uri",
         | 
| 48 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500187028"
         | 
| 49 | 
            +
                  },
         | 
| 50 | 
            +
                  "name" : {
         | 
| 51 | 
            +
                    "type" : "literal",
         | 
| 52 | 
            +
                    "value" : "Blyth, Francis Turner"
         | 
| 53 | 
            +
                  },
         | 
| 54 | 
            +
                  "bio" : {
         | 
| 55 | 
            +
                    "type" : "literal",
         | 
| 56 | 
            +
                    "value" : "British architect, active 1759"
         | 
| 57 | 
            +
                  }
         | 
| 58 | 
            +
                }, {
         | 
| 59 | 
            +
                  "s" : {
         | 
| 60 | 
            +
                    "type" : "uri",
         | 
| 61 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500043559"
         | 
| 62 | 
            +
                  },
         | 
| 63 | 
            +
                  "name" : {
         | 
| 64 | 
            +
                    "type" : "literal",
         | 
| 65 | 
            +
                    "value" : "Breakiron, Margit Turner"
         | 
| 66 | 
            +
                  },
         | 
| 67 | 
            +
                  "bio" : {
         | 
| 68 | 
            +
                    "type" : "literal",
         | 
| 69 | 
            +
                    "value" : "American painter, active 1958"
         | 
| 70 | 
            +
                  }
         | 
| 71 | 
            +
                }, {
         | 
| 72 | 
            +
                  "s" : {
         | 
| 73 | 
            +
                    "type" : "uri",
         | 
| 74 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500106881"
         | 
| 75 | 
            +
                  },
         | 
| 76 | 
            +
                  "name" : {
         | 
| 77 | 
            +
                    "type" : "literal",
         | 
| 78 | 
            +
                    "value" : "Brooks, Turner"
         | 
| 79 | 
            +
                  },
         | 
| 80 | 
            +
                  "bio" : {
         | 
| 81 | 
            +
                    "type" : "literal",
         | 
| 82 | 
            +
                    "value" : "American architect, born 1943"
         | 
| 83 | 
            +
                  }
         | 
| 84 | 
            +
                }, {
         | 
| 85 | 
            +
                  "s" : {
         | 
| 86 | 
            +
                    "type" : "uri",
         | 
| 87 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500284740"
         | 
| 88 | 
            +
                  },
         | 
| 89 | 
            +
                  "name" : {
         | 
| 90 | 
            +
                    "type" : "literal",
         | 
| 91 | 
            +
                    "value" : "Brown Craig Turner Architects"
         | 
| 92 | 
            +
                  },
         | 
| 93 | 
            +
                  "bio" : {
         | 
| 94 | 
            +
                    "type" : "literal",
         | 
| 95 | 
            +
                    "value" : "American architectural firm, founded 1969"
         | 
| 96 | 
            +
                  }
         | 
| 97 | 
            +
                }, {
         | 
| 98 | 
            +
                  "s" : {
         | 
| 99 | 
            +
                    "type" : "uri",
         | 
| 100 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500115528"
         | 
| 101 | 
            +
                  },
         | 
| 102 | 
            +
                  "name" : {
         | 
| 103 | 
            +
                    "type" : "literal",
         | 
| 104 | 
            +
                    "value" : "Browne, Turner"
         | 
| 105 | 
            +
                  },
         | 
| 106 | 
            +
                  "bio" : {
         | 
| 107 | 
            +
                    "type" : "literal",
         | 
| 108 | 
            +
                    "value" : "American photographer, born 1949"
         | 
| 109 | 
            +
                  }
         | 
| 110 | 
            +
                }, {
         | 
| 111 | 
            +
                  "s" : {
         | 
| 112 | 
            +
                    "type" : "uri",
         | 
| 113 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500005131"
         | 
| 114 | 
            +
                  },
         | 
| 115 | 
            +
                  "name" : {
         | 
| 116 | 
            +
                    "type" : "literal",
         | 
| 117 | 
            +
                    "value" : "Dannat, William Turner"
         | 
| 118 | 
            +
                  },
         | 
| 119 | 
            +
                  "bio" : {
         | 
| 120 | 
            +
                    "type" : "literal",
         | 
| 121 | 
            +
                    "value" : "American painter, 1853-1929"
         | 
| 122 | 
            +
                  }
         | 
| 123 | 
            +
                }, {
         | 
| 124 | 
            +
                  "s" : {
         | 
| 125 | 
            +
                    "type" : "uri",
         | 
| 126 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500124655"
         | 
| 127 | 
            +
                  },
         | 
| 128 | 
            +
                  "name" : {
         | 
| 129 | 
            +
                    "type" : "literal",
         | 
| 130 | 
            +
                    "value" : "Davey, William Turner"
         | 
| 131 | 
            +
                  },
         | 
| 132 | 
            +
                  "bio" : {
         | 
| 133 | 
            +
                    "type" : "literal",
         | 
| 134 | 
            +
                    "value" : "English engraver, 1818-ca. 1890"
         | 
| 135 | 
            +
                  }
         | 
| 136 | 
            +
                }, {
         | 
| 137 | 
            +
                  "s" : {
         | 
| 138 | 
            +
                    "type" : "uri",
         | 
| 139 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500216421"
         | 
| 140 | 
            +
                  },
         | 
| 141 | 
            +
                  "name" : {
         | 
| 142 | 
            +
                    "type" : "literal",
         | 
| 143 | 
            +
                    "value" : "David Turner Associates"
         | 
| 144 | 
            +
                  },
         | 
| 145 | 
            +
                  "bio" : {
         | 
| 146 | 
            +
                    "type" : "literal",
         | 
| 147 | 
            +
                    "value" : "American architectural firm, contemporary"
         | 
| 148 | 
            +
                  }
         | 
| 149 | 
            +
                }, {
         | 
| 150 | 
            +
                  "s" : {
         | 
| 151 | 
            +
                    "type" : "uri",
         | 
| 152 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500020401"
         | 
| 153 | 
            +
                  },
         | 
| 154 | 
            +
                  "name" : {
         | 
| 155 | 
            +
                    "type" : "literal",
         | 
| 156 | 
            +
                    "value" : "Durrant, Roy Turner"
         | 
| 157 | 
            +
                  },
         | 
| 158 | 
            +
                  "bio" : {
         | 
| 159 | 
            +
                    "type" : "literal",
         | 
| 160 | 
            +
                    "value" : "English painter, 1925-1998"
         | 
| 161 | 
            +
                  }
         | 
| 162 | 
            +
                }, {
         | 
| 163 | 
            +
                  "s" : {
         | 
| 164 | 
            +
                    "type" : "uri",
         | 
| 165 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500082360"
         | 
| 166 | 
            +
                  },
         | 
| 167 | 
            +
                  "name" : {
         | 
| 168 | 
            +
                    "type" : "literal",
         | 
| 169 | 
            +
                    "value" : "English, James Turner"
         | 
| 170 | 
            +
                  },
         | 
| 171 | 
            +
                  "bio" : {
         | 
| 172 | 
            +
                    "type" : "literal",
         | 
| 173 | 
            +
                    "value" : "British painter and printmaker, born 1916"
         | 
| 174 | 
            +
                  }
         | 
| 175 | 
            +
                }, {
         | 
| 176 | 
            +
                  "s" : {
         | 
| 177 | 
            +
                    "type" : "uri",
         | 
| 178 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500255465"
         | 
| 179 | 
            +
                  },
         | 
| 180 | 
            +
                  "name" : {
         | 
| 181 | 
            +
                    "type" : "literal",
         | 
| 182 | 
            +
                    "value" : "Haworth, Graham Turner"
         | 
| 183 | 
            +
                  },
         | 
| 184 | 
            +
                  "bio" : {
         | 
| 185 | 
            +
                    "type" : "literal",
         | 
| 186 | 
            +
                    "value" : "British architect, born 1960"
         | 
| 187 | 
            +
                  }
         | 
| 188 | 
            +
                }, {
         | 
| 189 | 
            +
                  "s" : {
         | 
| 190 | 
            +
                    "type" : "uri",
         | 
| 191 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500246626"
         | 
| 192 | 
            +
                  },
         | 
| 193 | 
            +
                  "name" : {
         | 
| 194 | 
            +
                    "type" : "literal",
         | 
| 195 | 
            +
                    "value" : "Hayes, Turner, Buttress & Partners"
         | 
| 196 | 
            +
                  },
         | 
| 197 | 
            +
                  "bio" : {
         | 
| 198 | 
            +
                    "type" : "literal",
         | 
| 199 | 
            +
                    "value" : "British architectural firm, contemporary"
         | 
| 200 | 
            +
                  }
         | 
| 201 | 
            +
                }, {
         | 
| 202 | 
            +
                  "s" : {
         | 
| 203 | 
            +
                    "type" : "uri",
         | 
| 204 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500218886"
         | 
| 205 | 
            +
                  },
         | 
| 206 | 
            +
                  "name" : {
         | 
| 207 | 
            +
                    "type" : "literal",
         | 
| 208 | 
            +
                    "value" : "Lewis, Turner Partnership"
         | 
| 209 | 
            +
                  },
         | 
| 210 | 
            +
                  "bio" : {
         | 
| 211 | 
            +
                    "type" : "literal",
         | 
| 212 | 
            +
                    "value" : "American architectural firm, contemporary"
         | 
| 213 | 
            +
                  }
         | 
| 214 | 
            +
                }, {
         | 
| 215 | 
            +
                  "s" : {
         | 
| 216 | 
            +
                    "type" : "uri",
         | 
| 217 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500258331"
         | 
| 218 | 
            +
                  },
         | 
| 219 | 
            +
                  "name" : {
         | 
| 220 | 
            +
                    "type" : "literal",
         | 
| 221 | 
            +
                    "value" : "Marsh, George Turner"
         | 
| 222 | 
            +
                  },
         | 
| 223 | 
            +
                  "bio" : {
         | 
| 224 | 
            +
                    "type" : "literal",
         | 
| 225 | 
            +
                    "value" : "Australian businessman, 1855-1932, active in San Francisco"
         | 
| 226 | 
            +
                  }
         | 
| 227 | 
            +
                }, {
         | 
| 228 | 
            +
                  "s" : {
         | 
| 229 | 
            +
                    "type" : "uri",
         | 
| 230 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500022663"
         | 
| 231 | 
            +
                  },
         | 
| 232 | 
            +
                  "name" : {
         | 
| 233 | 
            +
                    "type" : "literal",
         | 
| 234 | 
            +
                    "value" : "Munns, Henry Turner"
         | 
| 235 | 
            +
                  },
         | 
| 236 | 
            +
                  "bio" : {
         | 
| 237 | 
            +
                    "type" : "literal",
         | 
| 238 | 
            +
                    "value" : "British painter, 1832-1898"
         | 
| 239 | 
            +
                  }
         | 
| 240 | 
            +
                }, {
         | 
| 241 | 
            +
                  "s" : {
         | 
| 242 | 
            +
                    "type" : "uri",
         | 
| 243 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500245684"
         | 
| 244 | 
            +
                  },
         | 
| 245 | 
            +
                  "name" : {
         | 
| 246 | 
            +
                    "type" : "literal",
         | 
| 247 | 
            +
                    "value" : "R. Gregory Turner, AIA"
         | 
| 248 | 
            +
                  },
         | 
| 249 | 
            +
                  "bio" : {
         | 
| 250 | 
            +
                    "type" : "literal",
         | 
| 251 | 
            +
                    "value" : "American architectural firm, contemporary"
         | 
| 252 | 
            +
                  }
         | 
| 253 | 
            +
                }, {
         | 
| 254 | 
            +
                  "s" : {
         | 
| 255 | 
            +
                    "type" : "uri",
         | 
| 256 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500054147"
         | 
| 257 | 
            +
                  },
         | 
| 258 | 
            +
                  "name" : {
         | 
| 259 | 
            +
                    "type" : "literal",
         | 
| 260 | 
            +
                    "value" : "Reid, Albert Turner"
         | 
| 261 | 
            +
                  },
         | 
| 262 | 
            +
                  "bio" : {
         | 
| 263 | 
            +
                    "type" : "literal",
         | 
| 264 | 
            +
                    "value" : "American publisher, painter, and illustrator, 1873-1955"
         | 
| 265 | 
            +
                  }
         | 
| 266 | 
            +
                }, {
         | 
| 267 | 
            +
                  "s" : {
         | 
| 268 | 
            +
                    "type" : "uri",
         | 
| 269 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500125575"
         | 
| 270 | 
            +
                  },
         | 
| 271 | 
            +
                  "name" : {
         | 
| 272 | 
            +
                    "type" : "literal",
         | 
| 273 | 
            +
                    "value" : "Sargent, Paul Turner"
         | 
| 274 | 
            +
                  },
         | 
| 275 | 
            +
                  "bio" : {
         | 
| 276 | 
            +
                    "type" : "literal",
         | 
| 277 | 
            +
                    "value" : "American painter and muralist, 1880-1946"
         | 
| 278 | 
            +
                  }
         | 
| 279 | 
            +
                }, {
         | 
| 280 | 
            +
                  "s" : {
         | 
| 281 | 
            +
                    "type" : "uri",
         | 
| 282 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500063637"
         | 
| 283 | 
            +
                  },
         | 
| 284 | 
            +
                  "name" : {
         | 
| 285 | 
            +
                    "type" : "literal",
         | 
| 286 | 
            +
                    "value" : "Sevier, Alma Turner"
         | 
| 287 | 
            +
                  },
         | 
| 288 | 
            +
                  "bio" : {
         | 
| 289 | 
            +
                    "type" : "literal",
         | 
| 290 | 
            +
                    "value" : "American interior designer, active 20th century"
         | 
| 291 | 
            +
                  }
         | 
| 292 | 
            +
                }, {
         | 
| 293 | 
            +
                  "s" : {
         | 
| 294 | 
            +
                    "type" : "uri",
         | 
| 295 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500000471"
         | 
| 296 | 
            +
                  },
         | 
| 297 | 
            +
                  "name" : {
         | 
| 298 | 
            +
                    "type" : "literal",
         | 
| 299 | 
            +
                    "value" : "Shaw, Mary Turner"
         | 
| 300 | 
            +
                  },
         | 
| 301 | 
            +
                  "bio" : {
         | 
| 302 | 
            +
                    "type" : "literal",
         | 
| 303 | 
            +
                    "value" : "Australian architect, 1905-1990"
         | 
| 304 | 
            +
                  }
         | 
| 305 | 
            +
                }, {
         | 
| 306 | 
            +
                  "s" : {
         | 
| 307 | 
            +
                    "type" : "uri",
         | 
| 308 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500042565"
         | 
| 309 | 
            +
                  },
         | 
| 310 | 
            +
                  "name" : {
         | 
| 311 | 
            +
                    "type" : "literal",
         | 
| 312 | 
            +
                    "value" : "Smith, Barbara Turner"
         | 
| 313 | 
            +
                  },
         | 
| 314 | 
            +
                  "bio" : {
         | 
| 315 | 
            +
                    "type" : "literal",
         | 
| 316 | 
            +
                    "value" : "American performance artist, born 1931"
         | 
| 317 | 
            +
                  }
         | 
| 318 | 
            +
                }, {
         | 
| 319 | 
            +
                  "s" : {
         | 
| 320 | 
            +
                    "type" : "uri",
         | 
| 321 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500269981"
         | 
| 322 | 
            +
                  },
         | 
| 323 | 
            +
                  "name" : {
         | 
| 324 | 
            +
                    "type" : "literal",
         | 
| 325 | 
            +
                    "value" : "Turner Brooks Architects"
         | 
| 326 | 
            +
                  },
         | 
| 327 | 
            +
                  "bio" : {
         | 
| 328 | 
            +
                    "type" : "literal",
         | 
| 329 | 
            +
                    "value" : "American architectural firm, contemporary"
         | 
| 330 | 
            +
                  }
         | 
| 331 | 
            +
                }, {
         | 
| 332 | 
            +
                  "s" : {
         | 
| 333 | 
            +
                    "type" : "uri",
         | 
| 334 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500051490"
         | 
| 335 | 
            +
                  },
         | 
| 336 | 
            +
                  "name" : {
         | 
| 337 | 
            +
                    "type" : "literal",
         | 
| 338 | 
            +
                    "value" : "Turner, A. A. B."
         | 
| 339 | 
            +
                  },
         | 
| 340 | 
            +
                  "bio" : {
         | 
| 341 | 
            +
                    "type" : "literal",
         | 
| 342 | 
            +
                    "value" : "painter"
         | 
| 343 | 
            +
                  }
         | 
| 344 | 
            +
                }, {
         | 
| 345 | 
            +
                  "s" : {
         | 
| 346 | 
            +
                    "type" : "uri",
         | 
| 347 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500014266"
         | 
| 348 | 
            +
                  },
         | 
| 349 | 
            +
                  "name" : {
         | 
| 350 | 
            +
                    "type" : "literal",
         | 
| 351 | 
            +
                    "value" : "Turner, Alan"
         | 
| 352 | 
            +
                  },
         | 
| 353 | 
            +
                  "bio" : {
         | 
| 354 | 
            +
                    "type" : "literal",
         | 
| 355 | 
            +
                    "value" : "American painter and printmaker, born 1943"
         | 
| 356 | 
            +
                  }
         | 
| 357 | 
            +
                }, {
         | 
| 358 | 
            +
                  "s" : {
         | 
| 359 | 
            +
                    "type" : "uri",
         | 
| 360 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500237702"
         | 
| 361 | 
            +
                  },
         | 
| 362 | 
            +
                  "name" : {
         | 
| 363 | 
            +
                    "type" : "literal",
         | 
| 364 | 
            +
                    "value" : "Turner, Alan"
         | 
| 365 | 
            +
                  },
         | 
| 366 | 
            +
                  "bio" : {
         | 
| 367 | 
            +
                    "type" : "literal",
         | 
| 368 | 
            +
                    "value" : "American architect, contemporary"
         | 
| 369 | 
            +
                  }
         | 
| 370 | 
            +
                }, {
         | 
| 371 | 
            +
                  "s" : {
         | 
| 372 | 
            +
                    "type" : "uri",
         | 
| 373 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500344323"
         | 
| 374 | 
            +
                  },
         | 
| 375 | 
            +
                  "name" : {
         | 
| 376 | 
            +
                    "type" : "literal",
         | 
| 377 | 
            +
                    "value" : "Turner, Alwyn Scott"
         | 
| 378 | 
            +
                  },
         | 
| 379 | 
            +
                  "bio" : {
         | 
| 380 | 
            +
                    "type" : "literal",
         | 
| 381 | 
            +
                    "value" : "American photographer, born 1936"
         | 
| 382 | 
            +
                  }
         | 
| 383 | 
            +
                }, {
         | 
| 384 | 
            +
                  "s" : {
         | 
| 385 | 
            +
                    "type" : "uri",
         | 
| 386 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500175670"
         | 
| 387 | 
            +
                  },
         | 
| 388 | 
            +
                  "name" : {
         | 
| 389 | 
            +
                    "type" : "literal",
         | 
| 390 | 
            +
                    "value" : "Turner, Andre"
         | 
| 391 | 
            +
                  },
         | 
| 392 | 
            +
                  "bio" : {
         | 
| 393 | 
            +
                    "type" : "literal",
         | 
| 394 | 
            +
                    "value" : "British artist, active 1974"
         | 
| 395 | 
            +
                  }
         | 
| 396 | 
            +
                }, {
         | 
| 397 | 
            +
                  "s" : {
         | 
| 398 | 
            +
                    "type" : "uri",
         | 
| 399 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500021568"
         | 
| 400 | 
            +
                  },
         | 
| 401 | 
            +
                  "name" : {
         | 
| 402 | 
            +
                    "type" : "literal",
         | 
| 403 | 
            +
                    "value" : "Turner, Austin Augustus"
         | 
| 404 | 
            +
                  },
         | 
| 405 | 
            +
                  "bio" : {
         | 
| 406 | 
            +
                    "type" : "literal",
         | 
| 407 | 
            +
                    "value" : "American photographer and photolithographer, ca. 1831 - 1866"
         | 
| 408 | 
            +
                  }
         | 
| 409 | 
            +
                }, {
         | 
| 410 | 
            +
                  "s" : {
         | 
| 411 | 
            +
                    "type" : "uri",
         | 
| 412 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500037129"
         | 
| 413 | 
            +
                  },
         | 
| 414 | 
            +
                  "name" : {
         | 
| 415 | 
            +
                    "type" : "literal",
         | 
| 416 | 
            +
                    "value" : "Turner, Benjamin Brecknell"
         | 
| 417 | 
            +
                  },
         | 
| 418 | 
            +
                  "bio" : {
         | 
| 419 | 
            +
                    "type" : "literal",
         | 
| 420 | 
            +
                    "value" : "English photographer and painter, 1815-1894"
         | 
| 421 | 
            +
                  }
         | 
| 422 | 
            +
                }, {
         | 
| 423 | 
            +
                  "s" : {
         | 
| 424 | 
            +
                    "type" : "uri",
         | 
| 425 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500128579"
         | 
| 426 | 
            +
                  },
         | 
| 427 | 
            +
                  "name" : {
         | 
| 428 | 
            +
                    "type" : "literal",
         | 
| 429 | 
            +
                    "value" : "Turner, Bill"
         | 
| 430 | 
            +
                  },
         | 
| 431 | 
            +
                  "bio" : {
         | 
| 432 | 
            +
                    "type" : "literal",
         | 
| 433 | 
            +
                    "value" : "Maori woodcarver, active 1952"
         | 
| 434 | 
            +
                  }
         | 
| 435 | 
            +
                }, {
         | 
| 436 | 
            +
                  "s" : {
         | 
| 437 | 
            +
                    "type" : "uri",
         | 
| 438 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500090844"
         | 
| 439 | 
            +
                  },
         | 
| 440 | 
            +
                  "name" : {
         | 
| 441 | 
            +
                    "type" : "literal",
         | 
| 442 | 
            +
                    "value" : "Turner, Bruce"
         | 
| 443 | 
            +
                  },
         | 
| 444 | 
            +
                  "bio" : {
         | 
| 445 | 
            +
                    "type" : "literal",
         | 
| 446 | 
            +
                    "value" : "British artist, ca.1894-ca.1963"
         | 
| 447 | 
            +
                  }
         | 
| 448 | 
            +
                }, {
         | 
| 449 | 
            +
                  "s" : {
         | 
| 450 | 
            +
                    "type" : "uri",
         | 
| 451 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500273349"
         | 
| 452 | 
            +
                  },
         | 
| 453 | 
            +
                  "name" : {
         | 
| 454 | 
            +
                    "type" : "literal",
         | 
| 455 | 
            +
                    "value" : "Turner, Bryce"
         | 
| 456 | 
            +
                  },
         | 
| 457 | 
            +
                  "bio" : {
         | 
| 458 | 
            +
                    "type" : "literal",
         | 
| 459 | 
            +
                    "value" : "American architect, contemporary"
         | 
| 460 | 
            +
                  }
         | 
| 461 | 
            +
                }, {
         | 
| 462 | 
            +
                  "s" : {
         | 
| 463 | 
            +
                    "type" : "uri",
         | 
| 464 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500008107"
         | 
| 465 | 
            +
                  },
         | 
| 466 | 
            +
                  "name" : {
         | 
| 467 | 
            +
                    "type" : "literal",
         | 
| 468 | 
            +
                    "value" : "Turner, C."
         | 
| 469 | 
            +
                  },
         | 
| 470 | 
            +
                  "bio" : {
         | 
| 471 | 
            +
                    "type" : "literal",
         | 
| 472 | 
            +
                    "value" : "British painter, active 1799-1800"
         | 
| 473 | 
            +
                  }
         | 
| 474 | 
            +
                }, {
         | 
| 475 | 
            +
                  "s" : {
         | 
| 476 | 
            +
                    "type" : "uri",
         | 
| 477 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500012106"
         | 
| 478 | 
            +
                  },
         | 
| 479 | 
            +
                  "name" : {
         | 
| 480 | 
            +
                    "type" : "literal",
         | 
| 481 | 
            +
                    "value" : "Turner, Charles"
         | 
| 482 | 
            +
                  },
         | 
| 483 | 
            +
                  "bio" : {
         | 
| 484 | 
            +
                    "type" : "literal",
         | 
| 485 | 
            +
                    "value" : "English engraver and draftsman, 1774-1857"
         | 
| 486 | 
            +
                  }
         | 
| 487 | 
            +
                }, {
         | 
| 488 | 
            +
                  "s" : {
         | 
| 489 | 
            +
                    "type" : "uri",
         | 
| 490 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500021569"
         | 
| 491 | 
            +
                  },
         | 
| 492 | 
            +
                  "name" : {
         | 
| 493 | 
            +
                    "type" : "literal",
         | 
| 494 | 
            +
                    "value" : "Turner, Charles E."
         | 
| 495 | 
            +
                  },
         | 
| 496 | 
            +
                  "bio" : {
         | 
| 497 | 
            +
                    "type" : "literal",
         | 
| 498 | 
            +
                    "value" : "British painter, 1883-1965"
         | 
| 499 | 
            +
                  }
         | 
| 500 | 
            +
                }, {
         | 
| 501 | 
            +
                  "s" : {
         | 
| 502 | 
            +
                    "type" : "uri",
         | 
| 503 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500015164"
         | 
| 504 | 
            +
                  },
         | 
| 505 | 
            +
                  "name" : {
         | 
| 506 | 
            +
                    "type" : "literal",
         | 
| 507 | 
            +
                    "value" : "Turner, Charles F."
         | 
| 508 | 
            +
                  },
         | 
| 509 | 
            +
                  "bio" : {
         | 
| 510 | 
            +
                    "type" : "literal",
         | 
| 511 | 
            +
                    "value" : "American painter, active 20th century"
         | 
| 512 | 
            +
                  }
         | 
| 513 | 
            +
                }, {
         | 
| 514 | 
            +
                  "s" : {
         | 
| 515 | 
            +
                    "type" : "uri",
         | 
| 516 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500022922"
         | 
| 517 | 
            +
                  },
         | 
| 518 | 
            +
                  "name" : {
         | 
| 519 | 
            +
                    "type" : "literal",
         | 
| 520 | 
            +
                    "value" : "Turner, Charles Yardley"
         | 
| 521 | 
            +
                  },
         | 
| 522 | 
            +
                  "bio" : {
         | 
| 523 | 
            +
                    "type" : "literal",
         | 
| 524 | 
            +
                    "value" : "American painter, 1850-1918"
         | 
| 525 | 
            +
                  }
         | 
| 526 | 
            +
                }, {
         | 
| 527 | 
            +
                  "s" : {
         | 
| 528 | 
            +
                    "type" : "uri",
         | 
| 529 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500078054"
         | 
| 530 | 
            +
                  },
         | 
| 531 | 
            +
                  "name" : {
         | 
| 532 | 
            +
                    "type" : "literal",
         | 
| 533 | 
            +
                    "value" : "Turner, Cholmley"
         | 
| 534 | 
            +
                  },
         | 
| 535 | 
            +
                  "bio" : {
         | 
| 536 | 
            +
                    "type" : "literal",
         | 
| 537 | 
            +
                    "value" : "English artist, active ca. 1708, died 1757"
         | 
| 538 | 
            +
                  }
         | 
| 539 | 
            +
                }, {
         | 
| 540 | 
            +
                  "s" : {
         | 
| 541 | 
            +
                    "type" : "uri",
         | 
| 542 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500240231"
         | 
| 543 | 
            +
                  },
         | 
| 544 | 
            +
                  "name" : {
         | 
| 545 | 
            +
                    "type" : "literal",
         | 
| 546 | 
            +
                    "value" : "Turner, Claude Allen Porter"
         | 
| 547 | 
            +
                  },
         | 
| 548 | 
            +
                  "bio" : {
         | 
| 549 | 
            +
                    "type" : "literal",
         | 
| 550 | 
            +
                    "value" : "American architect, engineer, writer, 1869-1955"
         | 
| 551 | 
            +
                  }
         | 
| 552 | 
            +
                }, {
         | 
| 553 | 
            +
                  "s" : {
         | 
| 554 | 
            +
                    "type" : "uri",
         | 
| 555 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500124274"
         | 
| 556 | 
            +
                  },
         | 
| 557 | 
            +
                  "name" : {
         | 
| 558 | 
            +
                    "type" : "literal",
         | 
| 559 | 
            +
                    "value" : "Turner, Daniel"
         | 
| 560 | 
            +
                  },
         | 
| 561 | 
            +
                  "bio" : {
         | 
| 562 | 
            +
                    "type" : "literal",
         | 
| 563 | 
            +
                    "value" : "British painter, active 1782-1817"
         | 
| 564 | 
            +
                  }
         | 
| 565 | 
            +
                }, {
         | 
| 566 | 
            +
                  "s" : {
         | 
| 567 | 
            +
                    "type" : "uri",
         | 
| 568 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500124275"
         | 
| 569 | 
            +
                  },
         | 
| 570 | 
            +
                  "name" : {
         | 
| 571 | 
            +
                    "type" : "literal",
         | 
| 572 | 
            +
                    "value" : "Turner, David"
         | 
| 573 | 
            +
                  },
         | 
| 574 | 
            +
                  "bio" : {
         | 
| 575 | 
            +
                    "type" : "literal",
         | 
| 576 | 
            +
                    "value" : "British painter, active from 1880"
         | 
| 577 | 
            +
                  }
         | 
| 578 | 
            +
                }, {
         | 
| 579 | 
            +
                  "s" : {
         | 
| 580 | 
            +
                    "type" : "uri",
         | 
| 581 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500327252"
         | 
| 582 | 
            +
                  },
         | 
| 583 | 
            +
                  "name" : {
         | 
| 584 | 
            +
                    "type" : "literal",
         | 
| 585 | 
            +
                    "value" : "Turner, Dawson"
         | 
| 586 | 
            +
                  },
         | 
| 587 | 
            +
                  "bio" : {
         | 
| 588 | 
            +
                    "type" : "literal",
         | 
| 589 | 
            +
                    "value" : "English banker, 1775-1858"
         | 
| 590 | 
            +
                  }
         | 
| 591 | 
            +
                }, {
         | 
| 592 | 
            +
                  "s" : {
         | 
| 593 | 
            +
                    "type" : "uri",
         | 
| 594 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500095550"
         | 
| 595 | 
            +
                  },
         | 
| 596 | 
            +
                  "name" : {
         | 
| 597 | 
            +
                    "type" : "literal",
         | 
| 598 | 
            +
                    "value" : "Turner, Diane E."
         | 
| 599 | 
            +
                  },
         | 
| 600 | 
            +
                  "bio" : {
         | 
| 601 | 
            +
                    "type" : "literal",
         | 
| 602 | 
            +
                    "value" : "American artist, born 1932"
         | 
| 603 | 
            +
                  }
         | 
| 604 | 
            +
                }, {
         | 
| 605 | 
            +
                  "s" : {
         | 
| 606 | 
            +
                    "type" : "uri",
         | 
| 607 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500051011"
         | 
| 608 | 
            +
                  },
         | 
| 609 | 
            +
                  "name" : {
         | 
| 610 | 
            +
                    "type" : "literal",
         | 
| 611 | 
            +
                    "value" : "Turner, Don LaViere"
         | 
| 612 | 
            +
                  },
         | 
| 613 | 
            +
                  "bio" : {
         | 
| 614 | 
            +
                    "type" : "literal",
         | 
| 615 | 
            +
                    "value" : "American painter and printmaker, born 1929"
         | 
| 616 | 
            +
                  }
         | 
| 617 | 
            +
                }, {
         | 
| 618 | 
            +
                  "s" : {
         | 
| 619 | 
            +
                    "type" : "uri",
         | 
| 620 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500021486"
         | 
| 621 | 
            +
                  },
         | 
| 622 | 
            +
                  "name" : {
         | 
| 623 | 
            +
                    "type" : "literal",
         | 
| 624 | 
            +
                    "value" : "Turner, E. J."
         | 
| 625 | 
            +
                  },
         | 
| 626 | 
            +
                  "bio" : {
         | 
| 627 | 
            +
                    "type" : "literal",
         | 
| 628 | 
            +
                    "value" : "British painter, died 1907"
         | 
| 629 | 
            +
                  }
         | 
| 630 | 
            +
                }, {
         | 
| 631 | 
            +
                  "s" : {
         | 
| 632 | 
            +
                    "type" : "uri",
         | 
| 633 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500032186"
         | 
| 634 | 
            +
                  },
         | 
| 635 | 
            +
                  "name" : {
         | 
| 636 | 
            +
                    "type" : "literal",
         | 
| 637 | 
            +
                    "value" : "Turner, Edward"
         | 
| 638 | 
            +
                  },
         | 
| 639 | 
            +
                  "bio" : {
         | 
| 640 | 
            +
                    "type" : "literal",
         | 
| 641 | 
            +
                    "value" : "British painter, active 1858-1877"
         | 
| 642 | 
            +
                  }
         | 
| 643 | 
            +
                }, {
         | 
| 644 | 
            +
                  "s" : {
         | 
| 645 | 
            +
                    "type" : "uri",
         | 
| 646 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500190964"
         | 
| 647 | 
            +
                  },
         | 
| 648 | 
            +
                  "name" : {
         | 
| 649 | 
            +
                    "type" : "literal",
         | 
| 650 | 
            +
                    "value" : "Turner, Edwin Page"
         | 
| 651 | 
            +
                  },
         | 
| 652 | 
            +
                  "bio" : {
         | 
| 653 | 
            +
                    "type" : "literal",
         | 
| 654 | 
            +
                    "value" : "British artist, active 1880-1884"
         | 
| 655 | 
            +
                  }
         | 
| 656 | 
            +
                }, {
         | 
| 657 | 
            +
                  "s" : {
         | 
| 658 | 
            +
                    "type" : "uri",
         | 
| 659 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500027721"
         | 
| 660 | 
            +
                  },
         | 
| 661 | 
            +
                  "name" : {
         | 
| 662 | 
            +
                    "type" : "literal",
         | 
| 663 | 
            +
                    "value" : "Turner, Elizabeth"
         | 
| 664 | 
            +
                  },
         | 
| 665 | 
            +
                  "bio" : {
         | 
| 666 | 
            +
                    "type" : "literal",
         | 
| 667 | 
            +
                    "value" : "British miniaturist, active 1819-1841"
         | 
| 668 | 
            +
                  }
         | 
| 669 | 
            +
                }, {
         | 
| 670 | 
            +
                  "s" : {
         | 
| 671 | 
            +
                    "type" : "uri",
         | 
| 672 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500175684"
         | 
| 673 | 
            +
                  },
         | 
| 674 | 
            +
                  "name" : {
         | 
| 675 | 
            +
                    "type" : "literal",
         | 
| 676 | 
            +
                    "value" : "Turner, F."
         | 
| 677 | 
            +
                  },
         | 
| 678 | 
            +
                  "bio" : {
         | 
| 679 | 
            +
                    "type" : "literal",
         | 
| 680 | 
            +
                    "value" : "British artist, active 1844"
         | 
| 681 | 
            +
                  }
         | 
| 682 | 
            +
                }, {
         | 
| 683 | 
            +
                  "s" : {
         | 
| 684 | 
            +
                    "type" : "uri",
         | 
| 685 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500000797"
         | 
| 686 | 
            +
                  },
         | 
| 687 | 
            +
                  "name" : {
         | 
| 688 | 
            +
                    "type" : "literal",
         | 
| 689 | 
            +
                    "value" : "Turner, F. E."
         | 
| 690 | 
            +
                  },
         | 
| 691 | 
            +
                  "bio" : {
         | 
| 692 | 
            +
                    "type" : "literal",
         | 
| 693 | 
            +
                    "value" : "British painter, active 19th century"
         | 
| 694 | 
            +
                  }
         | 
| 695 | 
            +
                }, {
         | 
| 696 | 
            +
                  "s" : {
         | 
| 697 | 
            +
                    "type" : "uri",
         | 
| 698 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500347596"
         | 
| 699 | 
            +
                  },
         | 
| 700 | 
            +
                  "name" : {
         | 
| 701 | 
            +
                    "type" : "literal",
         | 
| 702 | 
            +
                    "value" : "Turner, Frances"
         | 
| 703 | 
            +
                  },
         | 
| 704 | 
            +
                  "bio" : {
         | 
| 705 | 
            +
                    "type" : "literal",
         | 
| 706 | 
            +
                    "value" : "photographer, contemporary"
         | 
| 707 | 
            +
                  }
         | 
| 708 | 
            +
                }, {
         | 
| 709 | 
            +
                  "s" : {
         | 
| 710 | 
            +
                    "type" : "uri",
         | 
| 711 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500332091"
         | 
| 712 | 
            +
                  },
         | 
| 713 | 
            +
                  "name" : {
         | 
| 714 | 
            +
                    "type" : "literal",
         | 
| 715 | 
            +
                    "value" : "Turner, Francis"
         | 
| 716 | 
            +
                  },
         | 
| 717 | 
            +
                  "bio" : {
         | 
| 718 | 
            +
                    "type" : "literal",
         | 
| 719 | 
            +
                    "value" : "American quiltmaker, active 1846"
         | 
| 720 | 
            +
                  }
         | 
| 721 | 
            +
                }, {
         | 
| 722 | 
            +
                  "s" : {
         | 
| 723 | 
            +
                    "type" : "uri",
         | 
| 724 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500006685"
         | 
| 725 | 
            +
                  },
         | 
| 726 | 
            +
                  "name" : {
         | 
| 727 | 
            +
                    "type" : "literal",
         | 
| 728 | 
            +
                    "value" : "Turner, Francis"
         | 
| 729 | 
            +
                  },
         | 
| 730 | 
            +
                  "bio" : {
         | 
| 731 | 
            +
                    "type" : "literal",
         | 
| 732 | 
            +
                    "value" : "British painter, active 1838-1871"
         | 
| 733 | 
            +
                  }
         | 
| 734 | 
            +
                }, {
         | 
| 735 | 
            +
                  "s" : {
         | 
| 736 | 
            +
                    "type" : "uri",
         | 
| 737 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500031966"
         | 
| 738 | 
            +
                  },
         | 
| 739 | 
            +
                  "name" : {
         | 
| 740 | 
            +
                    "type" : "literal",
         | 
| 741 | 
            +
                    "value" : "Turner, Francis Calcroft"
         | 
| 742 | 
            +
                  },
         | 
| 743 | 
            +
                  "bio" : {
         | 
| 744 | 
            +
                    "type" : "literal",
         | 
| 745 | 
            +
                    "value" : "British painter, active 1782, died 1846"
         | 
| 746 | 
            +
                  }
         | 
| 747 | 
            +
                }, {
         | 
| 748 | 
            +
                  "s" : {
         | 
| 749 | 
            +
                    "type" : "uri",
         | 
| 750 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500013522"
         | 
| 751 | 
            +
                  },
         | 
| 752 | 
            +
                  "name" : {
         | 
| 753 | 
            +
                    "type" : "literal",
         | 
| 754 | 
            +
                    "value" : "Turner, Frank"
         | 
| 755 | 
            +
                  },
         | 
| 756 | 
            +
                  "bio" : {
         | 
| 757 | 
            +
                    "type" : "literal",
         | 
| 758 | 
            +
                    "value" : "British artist, active 1862"
         | 
| 759 | 
            +
                  }
         | 
| 760 | 
            +
                }, {
         | 
| 761 | 
            +
                  "s" : {
         | 
| 762 | 
            +
                    "type" : "uri",
         | 
| 763 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500095485"
         | 
| 764 | 
            +
                  },
         | 
| 765 | 
            +
                  "name" : {
         | 
| 766 | 
            +
                    "type" : "literal",
         | 
| 767 | 
            +
                    "value" : "Turner, G. A."
         | 
| 768 | 
            +
                  },
         | 
| 769 | 
            +
                  "bio" : {
         | 
| 770 | 
            +
                    "type" : "literal",
         | 
| 771 | 
            +
                    "value" : "British painter, active 1836-1845"
         | 
| 772 | 
            +
                  }
         | 
| 773 | 
            +
                }, {
         | 
| 774 | 
            +
                  "s" : {
         | 
| 775 | 
            +
                    "type" : "uri",
         | 
| 776 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500270888"
         | 
| 777 | 
            +
                  },
         | 
| 778 | 
            +
                  "name" : {
         | 
| 779 | 
            +
                    "type" : "literal",
         | 
| 780 | 
            +
                    "value" : "Turner, G. D."
         | 
| 781 | 
            +
                  },
         | 
| 782 | 
            +
                  "bio" : {
         | 
| 783 | 
            +
                    "type" : "literal",
         | 
| 784 | 
            +
                    "value" : "American carpenter, contemporary"
         | 
| 785 | 
            +
                  }
         | 
| 786 | 
            +
                }, {
         | 
| 787 | 
            +
                  "s" : {
         | 
| 788 | 
            +
                    "type" : "uri",
         | 
| 789 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500020045"
         | 
| 790 | 
            +
                  },
         | 
| 791 | 
            +
                  "name" : {
         | 
| 792 | 
            +
                    "type" : "literal",
         | 
| 793 | 
            +
                    "value" : "Turner, George"
         | 
| 794 | 
            +
                  },
         | 
| 795 | 
            +
                  "bio" : {
         | 
| 796 | 
            +
                    "type" : "literal",
         | 
| 797 | 
            +
                    "value" : "British painter, 1752-ca. 1820"
         | 
| 798 | 
            +
                  }
         | 
| 799 | 
            +
                }, {
         | 
| 800 | 
            +
                  "s" : {
         | 
| 801 | 
            +
                    "type" : "uri",
         | 
| 802 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500024064"
         | 
| 803 | 
            +
                  },
         | 
| 804 | 
            +
                  "name" : {
         | 
| 805 | 
            +
                    "type" : "literal",
         | 
| 806 | 
            +
                    "value" : "Turner, George, II"
         | 
| 807 | 
            +
                  },
         | 
| 808 | 
            +
                  "bio" : {
         | 
| 809 | 
            +
                    "type" : "literal",
         | 
| 810 | 
            +
                    "value" : "English painter, 1843-1910"
         | 
| 811 | 
            +
                  }
         | 
| 812 | 
            +
                }, {
         | 
| 813 | 
            +
                  "s" : {
         | 
| 814 | 
            +
                    "type" : "uri",
         | 
| 815 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500096518"
         | 
| 816 | 
            +
                  },
         | 
| 817 | 
            +
                  "name" : {
         | 
| 818 | 
            +
                    "type" : "literal",
         | 
| 819 | 
            +
                    "value" : "Turner, Gordon"
         | 
| 820 | 
            +
                  },
         | 
| 821 | 
            +
                  "bio" : {
         | 
| 822 | 
            +
                    "type" : "literal",
         | 
| 823 | 
            +
                    "value" : "English landscape gardener and restorer, active late 20th century"
         | 
| 824 | 
            +
                  }
         | 
| 825 | 
            +
                }, {
         | 
| 826 | 
            +
                  "s" : {
         | 
| 827 | 
            +
                    "type" : "uri",
         | 
| 828 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500031808"
         | 
| 829 | 
            +
                  },
         | 
| 830 | 
            +
                  "name" : {
         | 
| 831 | 
            +
                    "type" : "literal",
         | 
| 832 | 
            +
                    "value" : "Turner, H. A."
         | 
| 833 | 
            +
                  },
         | 
| 834 | 
            +
                  "bio" : {
         | 
| 835 | 
            +
                    "type" : "literal",
         | 
| 836 | 
            +
                    "value" : "British painter, active 1851"
         | 
| 837 | 
            +
                  }
         | 
| 838 | 
            +
                }, {
         | 
| 839 | 
            +
                  "s" : {
         | 
| 840 | 
            +
                    "type" : "uri",
         | 
| 841 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500198518"
         | 
| 842 | 
            +
                  },
         | 
| 843 | 
            +
                  "name" : {
         | 
| 844 | 
            +
                    "type" : "literal",
         | 
| 845 | 
            +
                    "value" : "Turner, Harriet"
         | 
| 846 | 
            +
                  },
         | 
| 847 | 
            +
                  "bio" : {
         | 
| 848 | 
            +
                    "type" : "literal",
         | 
| 849 | 
            +
                    "value" : "British artist, 1806-1869"
         | 
| 850 | 
            +
                  }
         | 
| 851 | 
            +
                }, {
         | 
| 852 | 
            +
                  "s" : {
         | 
| 853 | 
            +
                    "type" : "uri",
         | 
| 854 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500198564"
         | 
| 855 | 
            +
                  },
         | 
| 856 | 
            +
                  "name" : {
         | 
| 857 | 
            +
                    "type" : "literal",
         | 
| 858 | 
            +
                    "value" : "Turner, Helen"
         | 
| 859 | 
            +
                  },
         | 
| 860 | 
            +
                  "bio" : {
         | 
| 861 | 
            +
                    "type" : "literal",
         | 
| 862 | 
            +
                    "value" : "Scottish artist, born 1937"
         | 
| 863 | 
            +
                  }
         | 
| 864 | 
            +
                }, {
         | 
| 865 | 
            +
                  "s" : {
         | 
| 866 | 
            +
                    "type" : "uri",
         | 
| 867 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500016459"
         | 
| 868 | 
            +
                  },
         | 
| 869 | 
            +
                  "name" : {
         | 
| 870 | 
            +
                    "type" : "literal",
         | 
| 871 | 
            +
                    "value" : "Turner, Helen Maria"
         | 
| 872 | 
            +
                  },
         | 
| 873 | 
            +
                  "bio" : {
         | 
| 874 | 
            +
                    "type" : "literal",
         | 
| 875 | 
            +
                    "value" : "American painter, 1858-1958"
         | 
| 876 | 
            +
                  }
         | 
| 877 | 
            +
                }, {
         | 
| 878 | 
            +
                  "s" : {
         | 
| 879 | 
            +
                    "type" : "uri",
         | 
| 880 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500123560"
         | 
| 881 | 
            +
                  },
         | 
| 882 | 
            +
                  "name" : {
         | 
| 883 | 
            +
                    "type" : "literal",
         | 
| 884 | 
            +
                    "value" : "Turner, Helen Monro"
         | 
| 885 | 
            +
                  },
         | 
| 886 | 
            +
                  "bio" : {
         | 
| 887 | 
            +
                    "type" : "literal",
         | 
| 888 | 
            +
                    "value" : "Scottish illustrator, glass engraver, and teacher, 1901-1977"
         | 
| 889 | 
            +
                  }
         | 
| 890 | 
            +
                }, {
         | 
| 891 | 
            +
                  "s" : {
         | 
| 892 | 
            +
                    "type" : "uri",
         | 
| 893 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500068020"
         | 
| 894 | 
            +
                  },
         | 
| 895 | 
            +
                  "name" : {
         | 
| 896 | 
            +
                    "type" : "literal",
         | 
| 897 | 
            +
                    "value" : "Turner, Henry"
         | 
| 898 | 
            +
                  },
         | 
| 899 | 
            +
                  "bio" : {
         | 
| 900 | 
            +
                    "type" : "literal",
         | 
| 901 | 
            +
                    "value" : "British cabinetmaker, active 1834-1843"
         | 
| 902 | 
            +
                  }
         | 
| 903 | 
            +
                }, {
         | 
| 904 | 
            +
                  "s" : {
         | 
| 905 | 
            +
                    "type" : "uri",
         | 
| 906 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500044052"
         | 
| 907 | 
            +
                  },
         | 
| 908 | 
            +
                  "name" : {
         | 
| 909 | 
            +
                    "type" : "literal",
         | 
| 910 | 
            +
                    "value" : "Turner, Hoppey"
         | 
| 911 | 
            +
                  },
         | 
| 912 | 
            +
                  "bio" : {
         | 
| 913 | 
            +
                    "type" : "literal",
         | 
| 914 | 
            +
                    "value" : "Northern European painter"
         | 
| 915 | 
            +
                  }
         | 
| 916 | 
            +
                }, {
         | 
| 917 | 
            +
                  "s" : {
         | 
| 918 | 
            +
                    "type" : "uri",
         | 
| 919 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500264028"
         | 
| 920 | 
            +
                  },
         | 
| 921 | 
            +
                  "name" : {
         | 
| 922 | 
            +
                    "type" : "literal",
         | 
| 923 | 
            +
                    "value" : "Turner, Huw"
         | 
| 924 | 
            +
                  },
         | 
| 925 | 
            +
                  "bio" : {
         | 
| 926 | 
            +
                    "type" : "literal",
         | 
| 927 | 
            +
                    "value" : "Australian architect, contemporary"
         | 
| 928 | 
            +
                  }
         | 
| 929 | 
            +
                }, {
         | 
| 930 | 
            +
                  "s" : {
         | 
| 931 | 
            +
                    "type" : "uri",
         | 
| 932 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500021460"
         | 
| 933 | 
            +
                  },
         | 
| 934 | 
            +
                  "name" : {
         | 
| 935 | 
            +
                    "type" : "literal",
         | 
| 936 | 
            +
                    "value" : "Turner, J."
         | 
| 937 | 
            +
                  },
         | 
| 938 | 
            +
                  "bio" : {
         | 
| 939 | 
            +
                    "type" : "literal",
         | 
| 940 | 
            +
                    "value" : "British artist, active 19th century"
         | 
| 941 | 
            +
                  }
         | 
| 942 | 
            +
                }, {
         | 
| 943 | 
            +
                  "s" : {
         | 
| 944 | 
            +
                    "type" : "uri",
         | 
| 945 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500197394"
         | 
| 946 | 
            +
                  },
         | 
| 947 | 
            +
                  "name" : {
         | 
| 948 | 
            +
                    "type" : "literal",
         | 
| 949 | 
            +
                    "value" : "Turner, J."
         | 
| 950 | 
            +
                  },
         | 
| 951 | 
            +
                  "bio" : {
         | 
| 952 | 
            +
                    "type" : "literal",
         | 
| 953 | 
            +
                    "value" : "British artist, 19th century"
         | 
| 954 | 
            +
                  }
         | 
| 955 | 
            +
                }, {
         | 
| 956 | 
            +
                  "s" : {
         | 
| 957 | 
            +
                    "type" : "uri",
         | 
| 958 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500175693"
         | 
| 959 | 
            +
                  },
         | 
| 960 | 
            +
                  "name" : {
         | 
| 961 | 
            +
                    "type" : "literal",
         | 
| 962 | 
            +
                    "value" : "Turner, J. A."
         | 
| 963 | 
            +
                  },
         | 
| 964 | 
            +
                  "bio" : {
         | 
| 965 | 
            +
                    "type" : "literal",
         | 
| 966 | 
            +
                    "value" : "British artist, active 1900"
         | 
| 967 | 
            +
                  }
         | 
| 968 | 
            +
                }, {
         | 
| 969 | 
            +
                  "s" : {
         | 
| 970 | 
            +
                    "type" : "uri",
         | 
| 971 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500010409"
         | 
| 972 | 
            +
                  },
         | 
| 973 | 
            +
                  "name" : {
         | 
| 974 | 
            +
                    "type" : "literal",
         | 
| 975 | 
            +
                    "value" : "Turner, Jack"
         | 
| 976 | 
            +
                  },
         | 
| 977 | 
            +
                  "bio" : {
         | 
| 978 | 
            +
                    "type" : "literal",
         | 
| 979 | 
            +
                    "value" : "Canadian painter, born 1889"
         | 
| 980 | 
            +
                  }
         | 
| 981 | 
            +
                }, {
         | 
| 982 | 
            +
                  "s" : {
         | 
| 983 | 
            +
                    "type" : "uri",
         | 
| 984 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500106211"
         | 
| 985 | 
            +
                  },
         | 
| 986 | 
            +
                  "name" : {
         | 
| 987 | 
            +
                    "type" : "literal",
         | 
| 988 | 
            +
                    "value" : "Turner, Jacqueline"
         | 
| 989 | 
            +
                  },
         | 
| 990 | 
            +
                  "bio" : {
         | 
| 991 | 
            +
                    "type" : "literal",
         | 
| 992 | 
            +
                    "value" : "British artist, active from 1985"
         | 
| 993 | 
            +
                  }
         | 
| 994 | 
            +
                }, {
         | 
| 995 | 
            +
                  "s" : {
         | 
| 996 | 
            +
                    "type" : "uri",
         | 
| 997 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500002614"
         | 
| 998 | 
            +
                  },
         | 
| 999 | 
            +
                  "name" : {
         | 
| 1000 | 
            +
                    "type" : "literal",
         | 
| 1001 | 
            +
                    "value" : "Turner, James"
         | 
| 1002 | 
            +
                  },
         | 
| 1003 | 
            +
                  "bio" : {
         | 
| 1004 | 
            +
                    "type" : "literal",
         | 
| 1005 | 
            +
                    "value" : "American engraver, active 1744, died 1759"
         | 
| 1006 | 
            +
                  }
         | 
| 1007 | 
            +
                }, {
         | 
| 1008 | 
            +
                  "s" : {
         | 
| 1009 | 
            +
                    "type" : "uri",
         | 
| 1010 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500009960"
         | 
| 1011 | 
            +
                  },
         | 
| 1012 | 
            +
                  "name" : {
         | 
| 1013 | 
            +
                    "type" : "literal",
         | 
| 1014 | 
            +
                    "value" : "Turner, James A."
         | 
| 1015 | 
            +
                  },
         | 
| 1016 | 
            +
                  "bio" : {
         | 
| 1017 | 
            +
                    "type" : "literal",
         | 
| 1018 | 
            +
                    "value" : "Australian painter and photographer, 1850-1908"
         | 
| 1019 | 
            +
                  }
         | 
| 1020 | 
            +
                }, {
         | 
| 1021 | 
            +
                  "s" : {
         | 
| 1022 | 
            +
                    "type" : "uri",
         | 
| 1023 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500239490"
         | 
| 1024 | 
            +
                  },
         | 
| 1025 | 
            +
                  "name" : {
         | 
| 1026 | 
            +
                    "type" : "literal",
         | 
| 1027 | 
            +
                    "value" : "Turner, Janet"
         | 
| 1028 | 
            +
                  },
         | 
| 1029 | 
            +
                  "bio" : {
         | 
| 1030 | 
            +
                    "type" : "literal",
         | 
| 1031 | 
            +
                    "value" : "British lighting designer, contemporary"
         | 
| 1032 | 
            +
                  }
         | 
| 1033 | 
            +
                }, {
         | 
| 1034 | 
            +
                  "s" : {
         | 
| 1035 | 
            +
                    "type" : "uri",
         | 
| 1036 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500043763"
         | 
| 1037 | 
            +
                  },
         | 
| 1038 | 
            +
                  "name" : {
         | 
| 1039 | 
            +
                    "type" : "literal",
         | 
| 1040 | 
            +
                    "value" : "Turner, Johann Christoph"
         | 
| 1041 | 
            +
                  },
         | 
| 1042 | 
            +
                  "bio" : {
         | 
| 1043 | 
            +
                    "type" : "literal",
         | 
| 1044 | 
            +
                    "value" : "Austrian artist, ca.1690-1744"
         | 
| 1045 | 
            +
                  }
         | 
| 1046 | 
            +
                }, {
         | 
| 1047 | 
            +
                  "s" : {
         | 
| 1048 | 
            +
                    "type" : "uri",
         | 
| 1049 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500012639"
         | 
| 1050 | 
            +
                  },
         | 
| 1051 | 
            +
                  "name" : {
         | 
| 1052 | 
            +
                    "type" : "literal",
         | 
| 1053 | 
            +
                    "value" : "Turner, John"
         | 
| 1054 | 
            +
                  },
         | 
| 1055 | 
            +
                  "bio" : {
         | 
| 1056 | 
            +
                    "type" : "literal",
         | 
| 1057 | 
            +
                    "value" : "British ceramicist, 1739-1786"
         | 
| 1058 | 
            +
                  }
         | 
| 1059 | 
            +
                }, {
         | 
| 1060 | 
            +
                  "s" : {
         | 
| 1061 | 
            +
                    "type" : "uri",
         | 
| 1062 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500187067"
         | 
| 1063 | 
            +
                  },
         | 
| 1064 | 
            +
                  "name" : {
         | 
| 1065 | 
            +
                    "type" : "literal",
         | 
| 1066 | 
            +
                    "value" : "Turner, John"
         | 
| 1067 | 
            +
                  },
         | 
| 1068 | 
            +
                  "bio" : {
         | 
| 1069 | 
            +
                    "type" : "literal",
         | 
| 1070 | 
            +
                    "value" : "British architect, active from 1756, died 1827"
         | 
| 1071 | 
            +
                  }
         | 
| 1072 | 
            +
                }, {
         | 
| 1073 | 
            +
                  "s" : {
         | 
| 1074 | 
            +
                    "type" : "uri",
         | 
| 1075 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500012638"
         | 
| 1076 | 
            +
                  },
         | 
| 1077 | 
            +
                  "name" : {
         | 
| 1078 | 
            +
                    "type" : "literal",
         | 
| 1079 | 
            +
                    "value" : "Turner, John"
         | 
| 1080 | 
            +
                  },
         | 
| 1081 | 
            +
                  "bio" : {
         | 
| 1082 | 
            +
                    "type" : "literal",
         | 
| 1083 | 
            +
                    "value" : "Canadian architect, 1807-1887"
         | 
| 1084 | 
            +
                  }
         | 
| 1085 | 
            +
                }, {
         | 
| 1086 | 
            +
                  "s" : {
         | 
| 1087 | 
            +
                    "type" : "uri",
         | 
| 1088 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500004024"
         | 
| 1089 | 
            +
                  },
         | 
| 1090 | 
            +
                  "name" : {
         | 
| 1091 | 
            +
                    "type" : "literal",
         | 
| 1092 | 
            +
                    "value" : "Turner, John Damon"
         | 
| 1093 | 
            +
                  },
         | 
| 1094 | 
            +
                  "bio" : {
         | 
| 1095 | 
            +
                    "type" : "literal",
         | 
| 1096 | 
            +
                    "value" : "British painter, 1873-1938"
         | 
| 1097 | 
            +
                  }
         | 
| 1098 | 
            +
                }, {
         | 
| 1099 | 
            +
                  "s" : {
         | 
| 1100 | 
            +
                    "type" : "uri",
         | 
| 1101 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500021981"
         | 
| 1102 | 
            +
                  },
         | 
| 1103 | 
            +
                  "name" : {
         | 
| 1104 | 
            +
                    "type" : "literal",
         | 
| 1105 | 
            +
                    "value" : "Turner, John F. C."
         | 
| 1106 | 
            +
                  },
         | 
| 1107 | 
            +
                  "bio" : {
         | 
| 1108 | 
            +
                    "type" : "literal",
         | 
| 1109 | 
            +
                    "value" : "British architect, active late 20th century"
         | 
| 1110 | 
            +
                  }
         | 
| 1111 | 
            +
                }, {
         | 
| 1112 | 
            +
                  "s" : {
         | 
| 1113 | 
            +
                    "type" : "uri",
         | 
| 1114 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500033954"
         | 
| 1115 | 
            +
                  },
         | 
| 1116 | 
            +
                  "name" : {
         | 
| 1117 | 
            +
                    "type" : "literal",
         | 
| 1118 | 
            +
                    "value" : "Turner, Joseph"
         | 
| 1119 | 
            +
                  },
         | 
| 1120 | 
            +
                  "bio" : {
         | 
| 1121 | 
            +
                    "type" : "literal",
         | 
| 1122 | 
            +
                    "value" : "British architect and builder, ca. 1729-1807"
         | 
| 1123 | 
            +
                  }
         | 
| 1124 | 
            +
                }, {
         | 
| 1125 | 
            +
                  "s" : {
         | 
| 1126 | 
            +
                    "type" : "uri",
         | 
| 1127 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500026846"
         | 
| 1128 | 
            +
                  },
         | 
| 1129 | 
            +
                  "name" : {
         | 
| 1130 | 
            +
                    "type" : "literal",
         | 
| 1131 | 
            +
                    "value" : "Turner, Joseph Mallord William"
         | 
| 1132 | 
            +
                  },
         | 
| 1133 | 
            +
                  "bio" : {
         | 
| 1134 | 
            +
                    "type" : "literal",
         | 
| 1135 | 
            +
                    "value" : "English painter and draftsman, 1775-1851"
         | 
| 1136 | 
            +
                  }
         | 
| 1137 | 
            +
                }, {
         | 
| 1138 | 
            +
                  "s" : {
         | 
| 1139 | 
            +
                    "type" : "uri",
         | 
| 1140 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500026825"
         | 
| 1141 | 
            +
                  },
         | 
| 1142 | 
            +
                  "name" : {
         | 
| 1143 | 
            +
                    "type" : "literal",
         | 
| 1144 | 
            +
                    "value" : "Turner, Judith"
         | 
| 1145 | 
            +
                  },
         | 
| 1146 | 
            +
                  "bio" : {
         | 
| 1147 | 
            +
                    "type" : "literal",
         | 
| 1148 | 
            +
                    "value" : "American photographer, born 1939"
         | 
| 1149 | 
            +
                  }
         | 
| 1150 | 
            +
                }, {
         | 
| 1151 | 
            +
                  "s" : {
         | 
| 1152 | 
            +
                    "type" : "uri",
         | 
| 1153 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500336415"
         | 
| 1154 | 
            +
                  },
         | 
| 1155 | 
            +
                  "name" : {
         | 
| 1156 | 
            +
                    "type" : "literal",
         | 
| 1157 | 
            +
                    "value" : "Turner, Julius C."
         | 
| 1158 | 
            +
                  },
         | 
| 1159 | 
            +
                  "bio" : {
         | 
| 1160 | 
            +
                    "type" : "literal",
         | 
| 1161 | 
            +
                    "value" : "German printmaker, 1881-1948"
         | 
| 1162 | 
            +
                  }
         | 
| 1163 | 
            +
                }, {
         | 
| 1164 | 
            +
                  "s" : {
         | 
| 1165 | 
            +
                    "type" : "uri",
         | 
| 1166 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500098354"
         | 
| 1167 | 
            +
                  },
         | 
| 1168 | 
            +
                  "name" : {
         | 
| 1169 | 
            +
                    "type" : "literal",
         | 
| 1170 | 
            +
                    "value" : "Turner, Katherine"
         | 
| 1171 | 
            +
                  },
         | 
| 1172 | 
            +
                  "bio" : {
         | 
| 1173 | 
            +
                    "type" : "literal",
         | 
| 1174 | 
            +
                    "value" : "British artist, active 1900-1938"
         | 
| 1175 | 
            +
                  }
         | 
| 1176 | 
            +
                }, {
         | 
| 1177 | 
            +
                  "s" : {
         | 
| 1178 | 
            +
                    "type" : "uri",
         | 
| 1179 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500064752"
         | 
| 1180 | 
            +
                  },
         | 
| 1181 | 
            +
                  "name" : {
         | 
| 1182 | 
            +
                    "type" : "literal",
         | 
| 1183 | 
            +
                    "value" : "Turner, Ken"
         | 
| 1184 | 
            +
                  },
         | 
| 1185 | 
            +
                  "bio" : {
         | 
| 1186 | 
            +
                    "type" : "literal",
         | 
| 1187 | 
            +
                    "value" : "British floral gardener and floral designer, active mid- to late 20th century"
         | 
| 1188 | 
            +
                  }
         | 
| 1189 | 
            +
                }, {
         | 
| 1190 | 
            +
                  "s" : {
         | 
| 1191 | 
            +
                    "type" : "uri",
         | 
| 1192 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500175701"
         | 
| 1193 | 
            +
                  },
         | 
| 1194 | 
            +
                  "name" : {
         | 
| 1195 | 
            +
                    "type" : "literal",
         | 
| 1196 | 
            +
                    "value" : "Turner, Laura"
         | 
| 1197 | 
            +
                  },
         | 
| 1198 | 
            +
                  "bio" : {
         | 
| 1199 | 
            +
                    "type" : "literal",
         | 
| 1200 | 
            +
                    "value" : "Belgian artist, 1888-1983"
         | 
| 1201 | 
            +
                  }
         | 
| 1202 | 
            +
                }, {
         | 
| 1203 | 
            +
                  "s" : {
         | 
| 1204 | 
            +
                    "type" : "uri",
         | 
| 1205 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500091782"
         | 
| 1206 | 
            +
                  },
         | 
| 1207 | 
            +
                  "name" : {
         | 
| 1208 | 
            +
                    "type" : "literal",
         | 
| 1209 | 
            +
                    "value" : "Turner, LeRoy"
         | 
| 1210 | 
            +
                  },
         | 
| 1211 | 
            +
                  "bio" : {
         | 
| 1212 | 
            +
                    "type" : "literal",
         | 
| 1213 | 
            +
                    "value" : "American painter and sculptor, born 1905"
         | 
| 1214 | 
            +
                  }
         | 
| 1215 | 
            +
                }, {
         | 
| 1216 | 
            +
                  "s" : {
         | 
| 1217 | 
            +
                    "type" : "uri",
         | 
| 1218 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500123918"
         | 
| 1219 | 
            +
                  },
         | 
| 1220 | 
            +
                  "name" : {
         | 
| 1221 | 
            +
                    "type" : "literal",
         | 
| 1222 | 
            +
                    "value" : "Turner, Leslie Holland"
         | 
| 1223 | 
            +
                  },
         | 
| 1224 | 
            +
                  "bio" : {
         | 
| 1225 | 
            +
                    "type" : "literal",
         | 
| 1226 | 
            +
                    "value" : "American illustrator and cartoonist, 1899 or 1900-1988"
         | 
| 1227 | 
            +
                  }
         | 
| 1228 | 
            +
                }, {
         | 
| 1229 | 
            +
                  "s" : {
         | 
| 1230 | 
            +
                    "type" : "uri",
         | 
| 1231 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500198517"
         | 
| 1232 | 
            +
                  },
         | 
| 1233 | 
            +
                  "name" : {
         | 
| 1234 | 
            +
                    "type" : "literal",
         | 
| 1235 | 
            +
                    "value" : "Turner, Mary Anne"
         | 
| 1236 | 
            +
                  },
         | 
| 1237 | 
            +
                  "bio" : {
         | 
| 1238 | 
            +
                    "type" : "literal",
         | 
| 1239 | 
            +
                    "value" : "British artist, 1797-1854"
         | 
| 1240 | 
            +
                  }
         | 
| 1241 | 
            +
                }, {
         | 
| 1242 | 
            +
                  "s" : {
         | 
| 1243 | 
            +
                    "type" : "uri",
         | 
| 1244 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500331499"
         | 
| 1245 | 
            +
                  },
         | 
| 1246 | 
            +
                  "name" : {
         | 
| 1247 | 
            +
                    "type" : "literal",
         | 
| 1248 | 
            +
                    "value" : "Turner, Mary E."
         | 
| 1249 | 
            +
                  },
         | 
| 1250 | 
            +
                  "bio" : {
         | 
| 1251 | 
            +
                    "type" : "literal",
         | 
| 1252 | 
            +
                    "value" : "American quiltmaker, active 1846"
         | 
| 1253 | 
            +
                  }
         | 
| 1254 | 
            +
                }, {
         | 
| 1255 | 
            +
                  "s" : {
         | 
| 1256 | 
            +
                    "type" : "uri",
         | 
| 1257 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500286830"
         | 
| 1258 | 
            +
                  },
         | 
| 1259 | 
            +
                  "name" : {
         | 
| 1260 | 
            +
                    "type" : "literal",
         | 
| 1261 | 
            +
                    "value" : "Turner, Mary Lynn"
         | 
| 1262 | 
            +
                  },
         | 
| 1263 | 
            +
                  "bio" : {
         | 
| 1264 | 
            +
                    "type" : "literal",
         | 
| 1265 | 
            +
                    "value" : "American interior designer, contemporary"
         | 
| 1266 | 
            +
                  }
         | 
| 1267 | 
            +
                }, {
         | 
| 1268 | 
            +
                  "s" : {
         | 
| 1269 | 
            +
                    "type" : "uri",
         | 
| 1270 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500096400"
         | 
| 1271 | 
            +
                  },
         | 
| 1272 | 
            +
                  "name" : {
         | 
| 1273 | 
            +
                    "type" : "literal",
         | 
| 1274 | 
            +
                    "value" : "Turner, N. B."
         | 
| 1275 | 
            +
                  },
         | 
| 1276 | 
            +
                  "bio" : {
         | 
| 1277 | 
            +
                    "type" : "literal",
         | 
| 1278 | 
            +
                    "value" : "British artist, active 1876"
         | 
| 1279 | 
            +
                  }
         | 
| 1280 | 
            +
                }, {
         | 
| 1281 | 
            +
                  "s" : {
         | 
| 1282 | 
            +
                    "type" : "uri",
         | 
| 1283 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500086410"
         | 
| 1284 | 
            +
                  },
         | 
| 1285 | 
            +
                  "name" : {
         | 
| 1286 | 
            +
                    "type" : "literal",
         | 
| 1287 | 
            +
                    "value" : "Turner, Nancy"
         | 
| 1288 | 
            +
                  },
         | 
| 1289 | 
            +
                  "bio" : {
         | 
| 1290 | 
            +
                    "type" : "literal",
         | 
| 1291 | 
            +
                    "value" : "American painter and muralist, born 1955"
         | 
| 1292 | 
            +
                  }
         | 
| 1293 | 
            +
                }, {
         | 
| 1294 | 
            +
                  "s" : {
         | 
| 1295 | 
            +
                    "type" : "uri",
         | 
| 1296 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500292755"
         | 
| 1297 | 
            +
                  },
         | 
| 1298 | 
            +
                  "name" : {
         | 
| 1299 | 
            +
                    "type" : "literal",
         | 
| 1300 | 
            +
                    "value" : "Turner, Newell"
         | 
| 1301 | 
            +
                  },
         | 
| 1302 | 
            +
                  "bio" : {
         | 
| 1303 | 
            +
                    "type" : "literal",
         | 
| 1304 | 
            +
                    "value" : "American journalist, contemporary"
         | 
| 1305 | 
            +
                  }
         | 
| 1306 | 
            +
                }, {
         | 
| 1307 | 
            +
                  "s" : {
         | 
| 1308 | 
            +
                    "type" : "uri",
         | 
| 1309 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500191287"
         | 
| 1310 | 
            +
                  },
         | 
| 1311 | 
            +
                  "name" : {
         | 
| 1312 | 
            +
                    "type" : "literal",
         | 
| 1313 | 
            +
                    "value" : "Turner, Patricia"
         | 
| 1314 | 
            +
                  },
         | 
| 1315 | 
            +
                  "bio" : {
         | 
| 1316 | 
            +
                    "type" : "literal",
         | 
| 1317 | 
            +
                    "value" : "British artist, active 1964"
         | 
| 1318 | 
            +
                  }
         | 
| 1319 | 
            +
                }, {
         | 
| 1320 | 
            +
                  "s" : {
         | 
| 1321 | 
            +
                    "type" : "uri",
         | 
| 1322 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500228379"
         | 
| 1323 | 
            +
                  },
         | 
| 1324 | 
            +
                  "name" : {
         | 
| 1325 | 
            +
                    "type" : "literal",
         | 
| 1326 | 
            +
                    "value" : "Turner, Patricio"
         | 
| 1327 | 
            +
                  },
         | 
| 1328 | 
            +
                  "bio" : {
         | 
| 1329 | 
            +
                    "type" : "literal",
         | 
| 1330 | 
            +
                    "value" : "Chilean architect, contemporary"
         | 
| 1331 | 
            +
                  }
         | 
| 1332 | 
            +
                }, {
         | 
| 1333 | 
            +
                  "s" : {
         | 
| 1334 | 
            +
                    "type" : "uri",
         | 
| 1335 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500343124"
         | 
| 1336 | 
            +
                  },
         | 
| 1337 | 
            +
                  "name" : {
         | 
| 1338 | 
            +
                    "type" : "literal",
         | 
| 1339 | 
            +
                    "value" : "Turner, Pete"
         | 
| 1340 | 
            +
                  },
         | 
| 1341 | 
            +
                  "bio" : {
         | 
| 1342 | 
            +
                    "type" : "literal",
         | 
| 1343 | 
            +
                    "value" : "American photographer, born 1934"
         | 
| 1344 | 
            +
                  }
         | 
| 1345 | 
            +
                }, {
         | 
| 1346 | 
            +
                  "s" : {
         | 
| 1347 | 
            +
                    "type" : "uri",
         | 
| 1348 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500196254"
         | 
| 1349 | 
            +
                  },
         | 
| 1350 | 
            +
                  "name" : {
         | 
| 1351 | 
            +
                    "type" : "literal",
         | 
| 1352 | 
            +
                    "value" : "Turner, Philip"
         | 
| 1353 | 
            +
                  },
         | 
| 1354 | 
            +
                  "bio" : {
         | 
| 1355 | 
            +
                    "type" : "literal",
         | 
| 1356 | 
            +
                    "value" : "English sculptor, born 1918"
         | 
| 1357 | 
            +
                  }
         | 
| 1358 | 
            +
                }, {
         | 
| 1359 | 
            +
                  "s" : {
         | 
| 1360 | 
            +
                    "type" : "uri",
         | 
| 1361 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500051491"
         | 
| 1362 | 
            +
                  },
         | 
| 1363 | 
            +
                  "name" : {
         | 
| 1364 | 
            +
                    "type" : "literal",
         | 
| 1365 | 
            +
                    "value" : "Turner, R."
         | 
| 1366 | 
            +
                  },
         | 
| 1367 | 
            +
                  "bio" : {
         | 
| 1368 | 
            +
                    "type" : "literal",
         | 
| 1369 | 
            +
                    "value" : "painter, active before 1807"
         | 
| 1370 | 
            +
                  }
         | 
| 1371 | 
            +
                }, {
         | 
| 1372 | 
            +
                  "s" : {
         | 
| 1373 | 
            +
                    "type" : "uri",
         | 
| 1374 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500028580"
         | 
| 1375 | 
            +
                  },
         | 
| 1376 | 
            +
                  "name" : {
         | 
| 1377 | 
            +
                    "type" : "literal",
         | 
| 1378 | 
            +
                    "value" : "Turner, Raphael Angelo"
         | 
| 1379 | 
            +
                  },
         | 
| 1380 | 
            +
                  "bio" : {
         | 
| 1381 | 
            +
                    "type" : "literal",
         | 
| 1382 | 
            +
                    "value" : "British draftsman, born 1784"
         | 
| 1383 | 
            +
                  }
         | 
| 1384 | 
            +
                }, {
         | 
| 1385 | 
            +
                  "s" : {
         | 
| 1386 | 
            +
                    "type" : "uri",
         | 
| 1387 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500247158"
         | 
| 1388 | 
            +
                  },
         | 
| 1389 | 
            +
                  "name" : {
         | 
| 1390 | 
            +
                    "type" : "literal",
         | 
| 1391 | 
            +
                    "value" : "Turner, Raymond"
         | 
| 1392 | 
            +
                  },
         | 
| 1393 | 
            +
                  "bio" : {
         | 
| 1394 | 
            +
                    "type" : "literal",
         | 
| 1395 | 
            +
                    "value" : "British industrial designer, contemporary"
         | 
| 1396 | 
            +
                  }
         | 
| 1397 | 
            +
                }, {
         | 
| 1398 | 
            +
                  "s" : {
         | 
| 1399 | 
            +
                    "type" : "uri",
         | 
| 1400 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500051004"
         | 
| 1401 | 
            +
                  },
         | 
| 1402 | 
            +
                  "name" : {
         | 
| 1403 | 
            +
                    "type" : "literal",
         | 
| 1404 | 
            +
                    "value" : "Turner, Raymond"
         | 
| 1405 | 
            +
                  },
         | 
| 1406 | 
            +
                  "bio" : {
         | 
| 1407 | 
            +
                    "type" : "literal",
         | 
| 1408 | 
            +
                    "value" : "American sculptor, 1903-1985"
         | 
| 1409 | 
            +
                  }
         | 
| 1410 | 
            +
                }, {
         | 
| 1411 | 
            +
                  "s" : {
         | 
| 1412 | 
            +
                    "type" : "uri",
         | 
| 1413 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500022026"
         | 
| 1414 | 
            +
                  },
         | 
| 1415 | 
            +
                  "name" : {
         | 
| 1416 | 
            +
                    "type" : "literal",
         | 
| 1417 | 
            +
                    "value" : "Turner, Richard"
         | 
| 1418 | 
            +
                  },
         | 
| 1419 | 
            +
                  "bio" : {
         | 
| 1420 | 
            +
                    "type" : "literal",
         | 
| 1421 | 
            +
                    "value" : "American artist, born 1943"
         | 
| 1422 | 
            +
                  }
         | 
| 1423 | 
            +
                }, {
         | 
| 1424 | 
            +
                  "s" : {
         | 
| 1425 | 
            +
                    "type" : "uri",
         | 
| 1426 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500285124"
         | 
| 1427 | 
            +
                  },
         | 
| 1428 | 
            +
                  "name" : {
         | 
| 1429 | 
            +
                    "type" : "literal",
         | 
| 1430 | 
            +
                    "value" : "Turner, Richard"
         | 
| 1431 | 
            +
                  },
         | 
| 1432 | 
            +
                  "bio" : {
         | 
| 1433 | 
            +
                    "type" : "literal",
         | 
| 1434 | 
            +
                    "value" : "British architect, 1945-2005"
         | 
| 1435 | 
            +
                  }
         | 
| 1436 | 
            +
                }, {
         | 
| 1437 | 
            +
                  "s" : {
         | 
| 1438 | 
            +
                    "type" : "uri",
         | 
| 1439 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500002455"
         | 
| 1440 | 
            +
                  },
         | 
| 1441 | 
            +
                  "name" : {
         | 
| 1442 | 
            +
                    "type" : "literal",
         | 
| 1443 | 
            +
                    "value" : "Turner, Richard"
         | 
| 1444 | 
            +
                  },
         | 
| 1445 | 
            +
                  "bio" : {
         | 
| 1446 | 
            +
                    "type" : "literal",
         | 
| 1447 | 
            +
                    "value" : "Irish iron founder, engineer, ca.1798-1881"
         | 
| 1448 | 
            +
                  }
         | 
| 1449 | 
            +
                }, {
         | 
| 1450 | 
            +
                  "s" : {
         | 
| 1451 | 
            +
                    "type" : "uri",
         | 
| 1452 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500020614"
         | 
| 1453 | 
            +
                  },
         | 
| 1454 | 
            +
                  "name" : {
         | 
| 1455 | 
            +
                    "type" : "literal",
         | 
| 1456 | 
            +
                    "value" : "Turner, Robert"
         | 
| 1457 | 
            +
                  },
         | 
| 1458 | 
            +
                  "bio" : {
         | 
| 1459 | 
            +
                    "type" : "literal",
         | 
| 1460 | 
            +
                    "value" : "American architect, active late 20th century"
         | 
| 1461 | 
            +
                  }
         | 
| 1462 | 
            +
                }, {
         | 
| 1463 | 
            +
                  "s" : {
         | 
| 1464 | 
            +
                    "type" : "uri",
         | 
| 1465 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500003095"
         | 
| 1466 | 
            +
                  },
         | 
| 1467 | 
            +
                  "name" : {
         | 
| 1468 | 
            +
                    "type" : "literal",
         | 
| 1469 | 
            +
                    "value" : "Turner, Robert Chapman"
         | 
| 1470 | 
            +
                  },
         | 
| 1471 | 
            +
                  "bio" : {
         | 
| 1472 | 
            +
                    "type" : "literal",
         | 
| 1473 | 
            +
                    "value" : "American ceramicist, born 1913"
         | 
| 1474 | 
            +
                  }
         | 
| 1475 | 
            +
                }, {
         | 
| 1476 | 
            +
                  "s" : {
         | 
| 1477 | 
            +
                    "type" : "uri",
         | 
| 1478 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500072738"
         | 
| 1479 | 
            +
                  },
         | 
| 1480 | 
            +
                  "name" : {
         | 
| 1481 | 
            +
                    "type" : "literal",
         | 
| 1482 | 
            +
                    "value" : "Turner, Ross Sterling"
         | 
| 1483 | 
            +
                  },
         | 
| 1484 | 
            +
                  "bio" : {
         | 
| 1485 | 
            +
                    "type" : "literal",
         | 
| 1486 | 
            +
                    "value" : "American painter, 1847-1915"
         | 
| 1487 | 
            +
                  }
         | 
| 1488 | 
            +
                }, {
         | 
| 1489 | 
            +
                  "s" : {
         | 
| 1490 | 
            +
                    "type" : "uri",
         | 
| 1491 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500033953"
         | 
| 1492 | 
            +
                  },
         | 
| 1493 | 
            +
                  "name" : {
         | 
| 1494 | 
            +
                    "type" : "literal",
         | 
| 1495 | 
            +
                    "value" : "Turner, Samuel"
         | 
| 1496 | 
            +
                  },
         | 
| 1497 | 
            +
                  "bio" : {
         | 
| 1498 | 
            +
                    "type" : "literal",
         | 
| 1499 | 
            +
                    "value" : "British architect and builder, active second half of 18th century"
         | 
| 1500 | 
            +
                  }
         | 
| 1501 | 
            +
                }, {
         | 
| 1502 | 
            +
                  "s" : {
         | 
| 1503 | 
            +
                    "type" : "uri",
         | 
| 1504 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500330544"
         | 
| 1505 | 
            +
                  },
         | 
| 1506 | 
            +
                  "name" : {
         | 
| 1507 | 
            +
                    "type" : "literal",
         | 
| 1508 | 
            +
                    "value" : "Turner, Susan Amanda"
         | 
| 1509 | 
            +
                  },
         | 
| 1510 | 
            +
                  "bio" : {
         | 
| 1511 | 
            +
                    "type" : "literal",
         | 
| 1512 | 
            +
                    "value" : "American quiltmaker, active 1846"
         | 
| 1513 | 
            +
                  }
         | 
| 1514 | 
            +
                }, {
         | 
| 1515 | 
            +
                  "s" : {
         | 
| 1516 | 
            +
                    "type" : "uri",
         | 
| 1517 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500332090"
         | 
| 1518 | 
            +
                  },
         | 
| 1519 | 
            +
                  "name" : {
         | 
| 1520 | 
            +
                    "type" : "literal",
         | 
| 1521 | 
            +
                    "value" : "Turner, Susanna"
         | 
| 1522 | 
            +
                  },
         | 
| 1523 | 
            +
                  "bio" : {
         | 
| 1524 | 
            +
                    "type" : "literal",
         | 
| 1525 | 
            +
                    "value" : "American quiltmaker, active 1846"
         | 
| 1526 | 
            +
                  }
         | 
| 1527 | 
            +
                }, {
         | 
| 1528 | 
            +
                  "s" : {
         | 
| 1529 | 
            +
                    "type" : "uri",
         | 
| 1530 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500225078"
         | 
| 1531 | 
            +
                  },
         | 
| 1532 | 
            +
                  "name" : {
         | 
| 1533 | 
            +
                    "type" : "literal",
         | 
| 1534 | 
            +
                    "value" : "Turner, Suzanne"
         | 
| 1535 | 
            +
                  },
         | 
| 1536 | 
            +
                  "bio" : {
         | 
| 1537 | 
            +
                    "type" : "literal",
         | 
| 1538 | 
            +
                    "value" : "American landscape architect, contemporary"
         | 
| 1539 | 
            +
                  }
         | 
| 1540 | 
            +
                }, {
         | 
| 1541 | 
            +
                  "s" : {
         | 
| 1542 | 
            +
                    "type" : "uri",
         | 
| 1543 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500282660"
         | 
| 1544 | 
            +
                  },
         | 
| 1545 | 
            +
                  "name" : {
         | 
| 1546 | 
            +
                    "type" : "literal",
         | 
| 1547 | 
            +
                    "value" : "Turner, Ted"
         | 
| 1548 | 
            +
                  },
         | 
| 1549 | 
            +
                  "bio" : {
         | 
| 1550 | 
            +
                    "type" : "literal",
         | 
| 1551 | 
            +
                    "value" : "American businessman, born 1938"
         | 
| 1552 | 
            +
                  }
         | 
| 1553 | 
            +
                }, {
         | 
| 1554 | 
            +
                  "s" : {
         | 
| 1555 | 
            +
                    "type" : "uri",
         | 
| 1556 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500188041"
         | 
| 1557 | 
            +
                  },
         | 
| 1558 | 
            +
                  "name" : {
         | 
| 1559 | 
            +
                    "type" : "literal",
         | 
| 1560 | 
            +
                    "value" : "Turner, Thackeray"
         | 
| 1561 | 
            +
                  },
         | 
| 1562 | 
            +
                  "bio" : {
         | 
| 1563 | 
            +
                    "type" : "literal",
         | 
| 1564 | 
            +
                    "value" : "British architect and china painter, 1853-1937"
         | 
| 1565 | 
            +
                  }
         | 
| 1566 | 
            +
                }, {
         | 
| 1567 | 
            +
                  "s" : {
         | 
| 1568 | 
            +
                    "type" : "uri",
         | 
| 1569 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500175705"
         | 
| 1570 | 
            +
                  },
         | 
| 1571 | 
            +
                  "name" : {
         | 
| 1572 | 
            +
                    "type" : "literal",
         | 
| 1573 | 
            +
                    "value" : "Turner, Thomas"
         | 
| 1574 | 
            +
                  },
         | 
| 1575 | 
            +
                  "bio" : {
         | 
| 1576 | 
            +
                    "type" : "literal",
         | 
| 1577 | 
            +
                    "value" : "Australian artist, 1813-1895"
         | 
| 1578 | 
            +
                  }
         | 
| 1579 | 
            +
                }, {
         | 
| 1580 | 
            +
                  "s" : {
         | 
| 1581 | 
            +
                    "type" : "uri",
         | 
| 1582 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500232658"
         | 
| 1583 | 
            +
                  },
         | 
| 1584 | 
            +
                  "name" : {
         | 
| 1585 | 
            +
                    "type" : "literal",
         | 
| 1586 | 
            +
                    "value" : "Turner, Thomas P."
         | 
| 1587 | 
            +
                  },
         | 
| 1588 | 
            +
                  "bio" : {
         | 
| 1589 | 
            +
                    "type" : "literal",
         | 
| 1590 | 
            +
                    "value" : "American architect, contemporary"
         | 
| 1591 | 
            +
                  }
         | 
| 1592 | 
            +
                }, {
         | 
| 1593 | 
            +
                  "s" : {
         | 
| 1594 | 
            +
                    "type" : "uri",
         | 
| 1595 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500109234"
         | 
| 1596 | 
            +
                  },
         | 
| 1597 | 
            +
                  "name" : {
         | 
| 1598 | 
            +
                    "type" : "literal",
         | 
| 1599 | 
            +
                    "value" : "Turner, Tommy Neil"
         | 
| 1600 | 
            +
                  },
         | 
| 1601 | 
            +
                  "bio" : {
         | 
| 1602 | 
            +
                    "type" : "literal",
         | 
| 1603 | 
            +
                    "value" : "American designer, active late 20th century"
         | 
| 1604 | 
            +
                  }
         | 
| 1605 | 
            +
                }, {
         | 
| 1606 | 
            +
                  "s" : {
         | 
| 1607 | 
            +
                    "type" : "uri",
         | 
| 1608 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500191288"
         | 
| 1609 | 
            +
                  },
         | 
| 1610 | 
            +
                  "name" : {
         | 
| 1611 | 
            +
                    "type" : "literal",
         | 
| 1612 | 
            +
                    "value" : "Turner, Tony"
         | 
| 1613 | 
            +
                  },
         | 
| 1614 | 
            +
                  "bio" : {
         | 
| 1615 | 
            +
                    "type" : "literal",
         | 
| 1616 | 
            +
                    "value" : "British artist, active 1978"
         | 
| 1617 | 
            +
                  }
         | 
| 1618 | 
            +
                }, {
         | 
| 1619 | 
            +
                  "s" : {
         | 
| 1620 | 
            +
                    "type" : "uri",
         | 
| 1621 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500048756"
         | 
| 1622 | 
            +
                  },
         | 
| 1623 | 
            +
                  "name" : {
         | 
| 1624 | 
            +
                    "type" : "literal",
         | 
| 1625 | 
            +
                    "value" : "Turner, Virginia"
         | 
| 1626 | 
            +
                  },
         | 
| 1627 | 
            +
                  "bio" : {
         | 
| 1628 | 
            +
                    "type" : "literal",
         | 
| 1629 | 
            +
                    "value" : "American painter, active mid-20th century"
         | 
| 1630 | 
            +
                  }
         | 
| 1631 | 
            +
                }, {
         | 
| 1632 | 
            +
                  "s" : {
         | 
| 1633 | 
            +
                    "type" : "uri",
         | 
| 1634 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500026848"
         | 
| 1635 | 
            +
                  },
         | 
| 1636 | 
            +
                  "name" : {
         | 
| 1637 | 
            +
                    "type" : "literal",
         | 
| 1638 | 
            +
                    "value" : "Turner, W. H. M."
         | 
| 1639 | 
            +
                  },
         | 
| 1640 | 
            +
                  "bio" : {
         | 
| 1641 | 
            +
                    "type" : "literal",
         | 
| 1642 | 
            +
                    "value" : "British painter, active 1849-1887"
         | 
| 1643 | 
            +
                  }
         | 
| 1644 | 
            +
                }, {
         | 
| 1645 | 
            +
                  "s" : {
         | 
| 1646 | 
            +
                    "type" : "uri",
         | 
| 1647 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500279618"
         | 
| 1648 | 
            +
                  },
         | 
| 1649 | 
            +
                  "name" : {
         | 
| 1650 | 
            +
                    "type" : "literal",
         | 
| 1651 | 
            +
                    "value" : "Turner, W. T."
         | 
| 1652 | 
            +
                  },
         | 
| 1653 | 
            +
                  "bio" : {
         | 
| 1654 | 
            +
                    "type" : "literal",
         | 
| 1655 | 
            +
                    "value" : "American architect, contemporary"
         | 
| 1656 | 
            +
                  }
         | 
| 1657 | 
            +
                }, {
         | 
| 1658 | 
            +
                  "s" : {
         | 
| 1659 | 
            +
                    "type" : "uri",
         | 
| 1660 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500061561"
         | 
| 1661 | 
            +
                  },
         | 
| 1662 | 
            +
                  "name" : {
         | 
| 1663 | 
            +
                    "type" : "literal",
         | 
| 1664 | 
            +
                    "value" : "Turner, Weldon"
         | 
| 1665 | 
            +
                  },
         | 
| 1666 | 
            +
                  "bio" : {
         | 
| 1667 | 
            +
                    "type" : "literal",
         | 
| 1668 | 
            +
                    "value" : "contemporary American architect"
         | 
| 1669 | 
            +
                  }
         | 
| 1670 | 
            +
                }, {
         | 
| 1671 | 
            +
                  "s" : {
         | 
| 1672 | 
            +
                    "type" : "uri",
         | 
| 1673 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500015941"
         | 
| 1674 | 
            +
                  },
         | 
| 1675 | 
            +
                  "name" : {
         | 
| 1676 | 
            +
                    "type" : "literal",
         | 
| 1677 | 
            +
                    "value" : "Turner, William"
         | 
| 1678 | 
            +
                  },
         | 
| 1679 | 
            +
                  "bio" : {
         | 
| 1680 | 
            +
                    "type" : "literal",
         | 
| 1681 | 
            +
                    "value" : "British ceramicist, 1762-1835"
         | 
| 1682 | 
            +
                  }
         | 
| 1683 | 
            +
                }, {
         | 
| 1684 | 
            +
                  "s" : {
         | 
| 1685 | 
            +
                    "type" : "uri",
         | 
| 1686 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500060915"
         | 
| 1687 | 
            +
                  },
         | 
| 1688 | 
            +
                  "name" : {
         | 
| 1689 | 
            +
                    "type" : "literal",
         | 
| 1690 | 
            +
                    "value" : "Turner, William"
         | 
| 1691 | 
            +
                  },
         | 
| 1692 | 
            +
                  "bio" : {
         | 
| 1693 | 
            +
                    "type" : "literal",
         | 
| 1694 | 
            +
                    "value" : "English artist, born 1877"
         | 
| 1695 | 
            +
                  }
         | 
| 1696 | 
            +
                }, {
         | 
| 1697 | 
            +
                  "s" : {
         | 
| 1698 | 
            +
                    "type" : "uri",
         | 
| 1699 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500240979"
         | 
| 1700 | 
            +
                  },
         | 
| 1701 | 
            +
                  "name" : {
         | 
| 1702 | 
            +
                    "type" : "literal",
         | 
| 1703 | 
            +
                    "value" : "Turner, William"
         | 
| 1704 | 
            +
                  },
         | 
| 1705 | 
            +
                  "bio" : {
         | 
| 1706 | 
            +
                    "type" : "literal",
         | 
| 1707 | 
            +
                    "value" : "British architect, flourished  1848"
         | 
| 1708 | 
            +
                  }
         | 
| 1709 | 
            +
                }, {
         | 
| 1710 | 
            +
                  "s" : {
         | 
| 1711 | 
            +
                    "type" : "uri",
         | 
| 1712 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500222026"
         | 
| 1713 | 
            +
                  },
         | 
| 1714 | 
            +
                  "name" : {
         | 
| 1715 | 
            +
                    "type" : "literal",
         | 
| 1716 | 
            +
                    "value" : "Turner, William"
         | 
| 1717 | 
            +
                  },
         | 
| 1718 | 
            +
                  "bio" : {
         | 
| 1719 | 
            +
                    "type" : "literal",
         | 
| 1720 | 
            +
                    "value" : "American interior designer, 1935-1989"
         | 
| 1721 | 
            +
                  }
         | 
| 1722 | 
            +
                }, {
         | 
| 1723 | 
            +
                  "s" : {
         | 
| 1724 | 
            +
                    "type" : "uri",
         | 
| 1725 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500003526"
         | 
| 1726 | 
            +
                  },
         | 
| 1727 | 
            +
                  "name" : {
         | 
| 1728 | 
            +
                    "type" : "literal",
         | 
| 1729 | 
            +
                    "value" : "Turner, William"
         | 
| 1730 | 
            +
                  },
         | 
| 1731 | 
            +
                  "bio" : {
         | 
| 1732 | 
            +
                    "type" : "literal",
         | 
| 1733 | 
            +
                    "value" : "British painter, 1789-1862"
         | 
| 1734 | 
            +
                  }
         | 
| 1735 | 
            +
                }, {
         | 
| 1736 | 
            +
                  "s" : {
         | 
| 1737 | 
            +
                    "type" : "uri",
         | 
| 1738 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500018322"
         | 
| 1739 | 
            +
                  },
         | 
| 1740 | 
            +
                  "name" : {
         | 
| 1741 | 
            +
                    "type" : "literal",
         | 
| 1742 | 
            +
                    "value" : "Turner, William"
         | 
| 1743 | 
            +
                  },
         | 
| 1744 | 
            +
                  "bio" : {
         | 
| 1745 | 
            +
                    "type" : "literal",
         | 
| 1746 | 
            +
                    "value" : "British painter, 1767-1826"
         | 
| 1747 | 
            +
                  }
         | 
| 1748 | 
            +
                }, {
         | 
| 1749 | 
            +
                  "s" : {
         | 
| 1750 | 
            +
                    "type" : "uri",
         | 
| 1751 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500018227"
         | 
| 1752 | 
            +
                  },
         | 
| 1753 | 
            +
                  "name" : {
         | 
| 1754 | 
            +
                    "type" : "literal",
         | 
| 1755 | 
            +
                    "value" : "Turner, William Eddowes"
         | 
| 1756 | 
            +
                  },
         | 
| 1757 | 
            +
                  "bio" : {
         | 
| 1758 | 
            +
                    "type" : "literal",
         | 
| 1759 | 
            +
                    "value" : "English animal painter, active 1858-1894"
         | 
| 1760 | 
            +
                  }
         | 
| 1761 | 
            +
                }, {
         | 
| 1762 | 
            +
                  "s" : {
         | 
| 1763 | 
            +
                    "type" : "uri",
         | 
| 1764 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500230035"
         | 
| 1765 | 
            +
                  },
         | 
| 1766 | 
            +
                  "name" : {
         | 
| 1767 | 
            +
                    "type" : "literal",
         | 
| 1768 | 
            +
                    "value" : "Turner, William George"
         | 
| 1769 | 
            +
                  },
         | 
| 1770 | 
            +
                  "bio" : {
         | 
| 1771 | 
            +
                    "type" : "literal",
         | 
| 1772 | 
            +
                    "value" : "British urban planner, 1942-1991"
         | 
| 1773 | 
            +
                  }
         | 
| 1774 | 
            +
                }, {
         | 
| 1775 | 
            +
                  "s" : {
         | 
| 1776 | 
            +
                    "type" : "uri",
         | 
| 1777 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500009986"
         | 
| 1778 | 
            +
                  },
         | 
| 1779 | 
            +
                  "name" : {
         | 
| 1780 | 
            +
                    "type" : "literal",
         | 
| 1781 | 
            +
                    "value" : "Turner, William Hamilton"
         | 
| 1782 | 
            +
                  },
         | 
| 1783 | 
            +
                  "bio" : {
         | 
| 1784 | 
            +
                    "type" : "literal",
         | 
| 1785 | 
            +
                    "value" : "British painter, ca. 1802-ca. 1879"
         | 
| 1786 | 
            +
                  }
         | 
| 1787 | 
            +
                }, {
         | 
| 1788 | 
            +
                  "s" : {
         | 
| 1789 | 
            +
                    "type" : "uri",
         | 
| 1790 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500032307"
         | 
| 1791 | 
            +
                  },
         | 
| 1792 | 
            +
                  "name" : {
         | 
| 1793 | 
            +
                    "type" : "literal",
         | 
| 1794 | 
            +
                    "value" : "Turner, William Lakin"
         | 
| 1795 | 
            +
                  },
         | 
| 1796 | 
            +
                  "bio" : {
         | 
| 1797 | 
            +
                    "type" : "literal",
         | 
| 1798 | 
            +
                    "value" : "English painter, 1867-1936"
         | 
| 1799 | 
            +
                  }
         | 
| 1800 | 
            +
                }, {
         | 
| 1801 | 
            +
                  "s" : {
         | 
| 1802 | 
            +
                    "type" : "uri",
         | 
| 1803 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500031122"
         | 
| 1804 | 
            +
                  },
         | 
| 1805 | 
            +
                  "name" : {
         | 
| 1806 | 
            +
                    "type" : "literal",
         | 
| 1807 | 
            +
                    "value" : "Turner, William, II"
         | 
| 1808 | 
            +
                  },
         | 
| 1809 | 
            +
                  "bio" : {
         | 
| 1810 | 
            +
                    "type" : "literal",
         | 
| 1811 | 
            +
                    "value" : "British patron, ca. 1713-1759"
         | 
| 1812 | 
            +
                  }
         | 
| 1813 | 
            +
                }, {
         | 
| 1814 | 
            +
                  "s" : {
         | 
| 1815 | 
            +
                    "type" : "uri",
         | 
| 1816 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500002113"
         | 
| 1817 | 
            +
                  },
         | 
| 1818 | 
            +
                  "name" : {
         | 
| 1819 | 
            +
                    "type" : "literal",
         | 
| 1820 | 
            +
                    "value" : "Turner, William, of Walthamstow"
         | 
| 1821 | 
            +
                  },
         | 
| 1822 | 
            +
                  "bio" : {
         | 
| 1823 | 
            +
                    "type" : "literal",
         | 
| 1824 | 
            +
                    "value" : "British painter, active 1787-1816"
         | 
| 1825 | 
            +
                  }
         | 
| 1826 | 
            +
                }, {
         | 
| 1827 | 
            +
                  "s" : {
         | 
| 1828 | 
            +
                    "type" : "uri",
         | 
| 1829 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500196256"
         | 
| 1830 | 
            +
                  },
         | 
| 1831 | 
            +
                  "name" : {
         | 
| 1832 | 
            +
                    "type" : "literal",
         | 
| 1833 | 
            +
                    "value" : "Turner, Winifred"
         | 
| 1834 | 
            +
                  },
         | 
| 1835 | 
            +
                  "bio" : {
         | 
| 1836 | 
            +
                    "type" : "literal",
         | 
| 1837 | 
            +
                    "value" : "English sculptor, 1903-1983"
         | 
| 1838 | 
            +
                  }
         | 
| 1839 | 
            +
                }, {
         | 
| 1840 | 
            +
                  "s" : {
         | 
| 1841 | 
            +
                    "type" : "uri",
         | 
| 1842 | 
            +
                    "value" : "http://vocab.getty.edu/ulan/500023812"
         | 
| 1843 | 
            +
                  },
         | 
| 1844 | 
            +
                  "name" : {
         | 
| 1845 | 
            +
                    "type" : "literal",
         | 
| 1846 | 
            +
                    "value" : "Warren, Charles Turner"
         | 
| 1847 | 
            +
                  },
         | 
| 1848 | 
            +
                  "bio" : {
         | 
| 1849 | 
            +
                    "type" : "literal",
         | 
| 1850 | 
            +
                    "value" : "English engraver, 1762-1823"
         | 
| 1851 | 
            +
                  }
         | 
| 1852 | 
            +
                } ]
         | 
| 1853 | 
            +
              }
         | 
| 1854 | 
            +
            }
         |