bolognese 0.13.4 → 0.13.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (319) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/lib/bolognese/readers/datacite_reader.rb +2 -3
  4. data/lib/bolognese/utils.rb +16 -11
  5. data/lib/bolognese/version.rb +1 -1
  6. data/spec/fixtures/funding_reference.xml +53 -0
  7. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/default.yml +15 -15
  8. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_bibtex.yml +16 -16
  9. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_citation.yml +21 -21
  10. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_crossref.yml +15 -15
  11. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_datacite.yml +16 -16
  12. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_jats.yml +16 -16
  13. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_schema_org.yml +15 -15
  14. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/default.yml +16 -26
  15. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_bibtex.yml +17 -27
  16. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_citation.yml +23 -33
  17. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite.yml +17 -27
  18. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite_json.yml +17 -27
  19. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_jats.yml +17 -27
  20. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_schema_org.yml +17 -27
  21. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/default.yml +18 -18
  22. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_bibtex.yml +18 -18
  23. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_datacite.yml +18 -18
  24. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_schema_org.yml +18 -18
  25. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/crossref.yml +11 -11
  26. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/datacite.yml +12 -22
  27. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/author.yml +3 -3
  28. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/no_author.yml +4 -4
  29. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/single_author.yml +4 -4
  30. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/with_organization.yml +4 -4
  31. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_datacite_metadata/change_state.yml +17 -27
  32. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_datacite_metadata/change_title.yml +17 -27
  33. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_description.yml +5 -5
  34. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_license.yml +5 -5
  35. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_license_name.yml +4 -4
  36. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_license_url.yml +5 -5
  37. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_state.yml +5 -5
  38. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/validates_against_schema.yml +4 -4
  39. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/with_data_citation.yml +4 -4
  40. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/doi.yml +3 -3
  41. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/doi_with_special_characters.yml +3 -3
  42. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/not_a_doi.yml +4 -4
  43. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/sandbox_url.yml +3 -3
  44. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/url.yml +4 -4
  45. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/crossref.yml +15 -15
  46. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/datacite.yml +16 -26
  47. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/medra.yml +15 -15
  48. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_a_valid_prefix.yml +4 -4
  49. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_found.yml +11 -11
  50. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/doi.yml +4 -4
  51. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/doi_with_protocol.yml +4 -4
  52. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/dx_doi_org_url.yml +3 -3
  53. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/force_test_resolver.yml +4 -4
  54. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/https_url.yml +4 -4
  55. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/test_resolver.yml +4 -4
  56. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/test_resolver_http.yml +3 -3
  57. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/doi.yml +4 -4
  58. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/doi_with_protocol.yml +4 -4
  59. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/dx_doi_org_url.yml +4 -4
  60. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/force_test_resolver.yml +4 -4
  61. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/https_url.yml +4 -4
  62. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/test_resolver.yml +4 -4
  63. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/test_resolver_http.yml +4 -4
  64. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref.yml +27 -29
  65. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref_doi_not_url.yml +27 -29
  66. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite.yml +28 -32
  67. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite_doi_http.yml +29 -33
  68. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/github.yml +17 -19
  69. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/orcid.yml +17 -19
  70. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/schema_org.yml +16 -18
  71. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/unknown_DOI_registration_agency.yml +24 -26
  72. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/bibtex.yml +17 -19
  73. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/citeproc.yml +16 -18
  74. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/codemeta.yml +17 -19
  75. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crosscite.yml +16 -18
  76. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crossref.yml +17 -19
  77. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite.yml +16 -18
  78. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite_json.yml +17 -19
  79. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/ris.yml +17 -19
  80. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/schema_org.yml +17 -19
  81. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_string/crosscite.yml +17 -19
  82. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/from_schema_org/with_id.yml +4 -4
  83. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/maremma.yml +11 -11
  84. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/metadata_reports.yml +12 -12
  85. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_ORCID_ID.yml +15 -15
  86. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_SICI_DOI.yml +16 -16
  87. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_data_citation.yml +14 -14
  88. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/book_chapter.yml +14 -14
  89. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/dataset.yml +15 -15
  90. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/date_in_future.yml +14 -14
  91. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article.yml +15 -15
  92. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article_with.yml +15 -15
  93. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/not_found_error.yml +15 -15
  94. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/posted_content.yml +14 -14
  95. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/BlogPosting.yml +17 -19
  96. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_test_system.yml +16 -16
  97. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_with_related_id_system.yml +104 -0
  98. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_not_found.yml +16 -16
  99. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Dataset.yml +16 -26
  100. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding.yml +16 -16
  101. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding_schema_version_4.yml +17 -19
  102. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Referee_report_in_test_system.yml +15 -15
  103. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_only_full_name.yml +15 -15
  104. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_scheme.yml +16 -16
  105. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_wrong_orcid_scheme.yml +19 -19
  106. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/content_url.yml +14 -12
  107. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/date.yml +19 -19
  108. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/dissertation.yml +19 -19
  109. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/doi_with_sign.yml +20 -20
  110. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/empty_subject.yml +18 -18
  111. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/funding_schema_version_3.yml +16 -16
  112. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/is_identical_to.yml +17 -17
  113. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/keywords_with_attributes.yml +16 -16
  114. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/leading_and_trailing_whitespace.yml +16 -16
  115. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_author_names_in_one_creatorName.yml +19 -18
  116. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_licenses.yml +15 -15
  117. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/series-information.yml +20 -20
  118. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/subject_scheme.yml +15 -15
  119. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/xs_string_attributes.yml +15 -15
  120. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/date.yml +4 -4
  121. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year-month.yml +4 -4
  122. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year.yml +3 -3
  123. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_parts/date.yml +4 -4
  124. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_parts/year-month.yml +3 -3
  125. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_parts/year.yml +4 -4
  126. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/date.yml +4 -4
  127. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year-month.yml +4 -4
  128. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year.yml +3 -3
  129. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_ORCID.yml +5 -5
  130. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_jacow_org_scheme.yml +5 -5
  131. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_multiple_name_identifier.yml +5 -5
  132. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_no_ORCID.yml +5 -5
  133. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_familyName.yml +5 -5
  134. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_Thai.yml +5 -5
  135. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order.yml +5 -5
  136. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order_with_ORCID.yml +5 -5
  137. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_sort-order.yml +5 -5
  138. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/hyper-authorship.yml +5 -5
  139. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/is_organization.yml +4 -4
  140. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_author_names_in_one_field.yml +5 -5
  141. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_name_identifier.yml +4 -4
  142. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_affiliation.yml +5 -5
  143. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_affiliation_and_country.yml +5 -5
  144. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_role.yml +5 -5
  145. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/only_familyName_and_givenName.yml +4 -4
  146. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting.yml +18 -18
  147. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting_with_new_DOI.yml +18 -18
  148. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/harvard_dataverse.yml +4 -4
  149. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/harvard_dataverse_via_identifiers_org.yml +14 -14
  150. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/pangaea.yml +4 -4
  151. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/zenodo.yml +91 -50
  152. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/github/github_as_codemeta_url.yml +4 -4
  153. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/github/github_from_url.yml +4 -4
  154. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/github/github_from_url_file.yml +3 -3
  155. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/DOI_RA_not_Crossref_or_DataCite.yml +11 -11
  156. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/unknown_DOI_prefix.yml +7 -7
  157. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_alternate_identifiers/insert.yml +5 -5
  158. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_contributors/none.yml +5 -5
  159. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_creators/insert.yml +5 -5
  160. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_dates/insert.yml +5 -5
  161. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_descriptions/insert.yml +5 -5
  162. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_identifier/doi.yml +5 -5
  163. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_person/creator_only_name.yml +5 -5
  164. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publication_year/insert.yml +5 -5
  165. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publisher/insert.yml +5 -5
  166. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/insert.yml +5 -5
  167. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/related_identifier.yml +5 -5
  168. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_resource_type/insert.yml +5 -5
  169. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_rights_list/insert.yml +5 -5
  170. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_subjects/insert.yml +5 -5
  171. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_titles/insert.yml +5 -5
  172. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_version/insert.yml +5 -5
  173. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_comma.yml +4 -4
  174. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_family_name.yml +4 -4
  175. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_id.yml +3 -3
  176. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_known_given_name.yml +4 -4
  177. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_no_info.yml +3 -3
  178. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_type_organization.yml +4 -4
  179. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/missing_comma.yml +17 -19
  180. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/nil.yml +17 -19
  181. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/overlapping_keys.yml +17 -19
  182. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/valid.yml +17 -19
  183. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/SICI_doi.yml +3 -3
  184. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi.yml +4 -4
  185. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_force_datacite_sandbox.yml +4 -4
  186. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_datacite_sandbox.yml +4 -4
  187. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_url_without_doi_proxy.yml +4 -4
  188. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_too_long.yml +4 -4
  189. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_with_string.yml +3 -3
  190. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_with_protocol.yml +4 -4
  191. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/dx_doi_org_url.yml +4 -4
  192. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/https_url.yml +4 -4
  193. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/not_valid_doi_prefix.yml +4 -4
  194. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/url_with_one_slash.yml +4 -4
  195. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi.yml +4 -4
  196. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi_as_url.yml +4 -4
  197. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/ftp.yml +3 -3
  198. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/invalid_url.yml +4 -4
  199. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/sandbox_via_options.yml +4 -4
  200. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/sandbox_via_url.yml +4 -4
  201. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/string.yml +4 -4
  202. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url.yml +4 -4
  203. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url_with_utf-8.yml +4 -4
  204. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/doi.yml +4 -4
  205. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/url.yml +4 -4
  206. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/uri.yml +4 -4
  207. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/with_trailing_slash.yml +4 -4
  208. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array.yml +4 -4
  209. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array_of_strings.yml +4 -4
  210. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/first.yml +4 -4
  211. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/hash.yml +4 -4
  212. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/nil.yml +4 -4
  213. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/string.yml +3 -3
  214. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_only_keep_specific_tags.yml +4 -4
  215. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_remove_a_tags.yml +4 -4
  216. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/to_schema_org/with_id.yml +4 -4
  217. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/to_schema_org_identifier/with_alternate_identifier.yml +3 -3
  218. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid.yml +3 -3
  219. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_https.yml +4 -4
  220. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_id.yml +4 -4
  221. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_with_spaces.yml +3 -3
  222. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_wrong_id.yml +4 -4
  223. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_www.yml +4 -4
  224. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme.yml +3 -3
  225. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_https.yml +4 -4
  226. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_trailing_slash.yml +4 -4
  227. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_www.yml +4 -4
  228. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi.yml +3 -3
  229. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi_as_url.yml +4 -4
  230. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi_with_protocol.yml +4 -4
  231. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/only_prefix.yml +4 -4
  232. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/DOI.yml +4 -4
  233. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/ISSN.yml +4 -4
  234. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/URL.yml +4 -4
  235. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/string.yml +4 -4
  236. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/BlogPosting.yml +5 -5
  237. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/Dataset.yml +5 -5
  238. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/authors_with_affiliations.yml +5 -5
  239. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/climate_data.yml +5 -5
  240. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/from_schema_org.yml +18 -18
  241. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/keywords_subject_scheme.yml +5 -5
  242. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/maremma.yml +10 -10
  243. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/text.yml +5 -5
  244. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_data_citation.yml +5 -5
  245. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_pages.yml +4 -4
  246. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Dataset.yml +11 -11
  247. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Journal_article.yml +11 -11
  248. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Journal_article_vancouver_style.yml +11 -11
  249. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting.yml +5 -5
  250. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting_schema_org.yml +22 -18
  251. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/Dataset.yml +5 -5
  252. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/container_title.yml +5 -5
  253. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/journal_article.yml +5 -5
  254. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/keywords_subject_scheme.yml +5 -5
  255. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/maremma.yml +12 -12
  256. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/multiple_abstracts.yml +5 -5
  257. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/software.yml +5 -5
  258. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/with_pages.yml +4 -4
  259. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite.yml +5 -5
  260. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/datacite_database_attributes.yml +5 -5
  261. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/maremma.yml +10 -10
  262. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_ORCID_ID.yml +4 -4
  263. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation.yml +4 -4
  264. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation_schema_org.yml +18 -18
  265. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crossref/from_DataCite.yml +5 -5
  266. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/maremma.yml +11 -11
  267. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_ORCID_ID.yml +4 -4
  268. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation.yml +5 -5
  269. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation_schema_org.yml +18 -18
  270. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/DOI_not_found.yml +5 -5
  271. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Dataset_in_schema_4_0.yml +5 -5
  272. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Text_pass-thru.yml +5 -5
  273. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Text_pass-thru_with_doi_in_options.yml +5 -5
  274. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/maremma.yml +10 -10
  275. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_ORCID_ID.yml +4 -4
  276. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation.yml +5 -5
  277. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation_schema_org.yml +18 -18
  278. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_editor.yml +4 -4
  279. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/Dataset_in_schema_4_0.yml +5 -5
  280. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/Text_pass-thru.yml +5 -5
  281. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/book_chapter.yml +4 -4
  282. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/maremma.yml +12 -12
  283. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_ORCID_ID.yml +4 -4
  284. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_data_citation.yml +5 -5
  285. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_data_citation_schema_org.yml +18 -18
  286. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_editor.yml +3 -3
  287. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting.yml +5 -5
  288. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting_schema_org.yml +18 -18
  289. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/Dataset.yml +5 -5
  290. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/alternate_name.yml +5 -5
  291. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/journal_article.yml +5 -5
  292. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/keywords_with_subject_scheme.yml +5 -5
  293. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/maremma.yml +10 -10
  294. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/with_pages.yml +3 -3
  295. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding.yml +5 -5
  296. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding_OpenAIRE.yml +4 -4
  297. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON.yml +4 -4
  298. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_IsSupplementTo.yml +5 -5
  299. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_isReferencedBy.yml +5 -5
  300. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/alternate_identifiers.yml +6 -4
  301. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/data_catalog.yml +4 -4
  302. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/journal_article.yml +5 -5
  303. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/maremma_schema_org_JSON.yml +10 -10
  304. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/series_information.yml +5 -5
  305. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/subject_scheme.yml +4 -4
  306. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/subject_scheme_multiple_keywords.yml +5 -5
  307. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting_Citeproc_JSON.yml +214 -52
  308. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Crossref_DOI.yml +214 -52
  309. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Dataset.yml +219 -57
  310. data/spec/readers/crossref_reader_spec.rb +3 -3
  311. data/spec/readers/datacite_reader_spec.rb +25 -4
  312. data/spec/utils_spec.rb +1 -1
  313. data/spec/writers/bibtex_writer_spec.rb +1 -1
  314. data/spec/writers/citeproc_writer_spec.rb +1 -1
  315. data/spec/writers/crosscite_writer_spec.rb +2 -2
  316. data/spec/writers/ris_writer_spec.rb +12 -12
  317. data/spec/writers/schema_org_writer_spec.rb +29 -22
  318. metadata +4 -3
  319. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_multiple_names_in_display-order.yml +0 -42
@@ -2,13 +2,13 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://search.datacite.org/api?defType=edismax&fl=doi,url,xml,state,allocator_symbol,datacentre_symbol,media,minted,updated&q=10.5061/dryad.8515&wt=json
5
+ uri: https://search.datacite.org/api?fl=doi,url,xml,state,allocator_symbol,datacentre_symbol,media,minted,updated&q=doi:10.5061/dryad.8515&wt=json
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Maremma 4.0.5 - https://github.com/datacite/maremma
11
+ - Mozilla/5.0 (compatible; Maremma/4.1.1; +https://github.com/datacite/maremma)
12
12
  Accept:
13
13
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
14
14
  response:
@@ -17,7 +17,7 @@ http_interactions:
17
17
  message: OK
18
18
  headers:
19
19
  Date:
20
- - Mon, 21 May 2018 15:00:49 GMT
20
+ - Thu, 06 Sep 2018 07:22:59 GMT
21
21
  Content-Type:
22
22
  - application/json;charset=UTF-8
23
23
  Connection:
@@ -34,11 +34,11 @@ http_interactions:
34
34
  - DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,Authorization
35
35
  body:
36
36
  encoding: ASCII-8BIT
37
- string: '{"responseHeader":{"status":0,"QTime":0},"response":{"numFound":3,"start":0,"docs":[{"datacentre_symbol":"CDL.DRYAD","url":"http://datadryad.org/resource/doi:10.5061/dryad.8515","xml":"PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHJlc291cmNlIHhtbG5zPSJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtNCIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeG1sbnM6bWV0cz0iaHR0cDovL3d3dy5sb2MuZ292L01FVFMvIiB4bWxuczpkc3BhY2U9Imh0dHA6Ly93d3cuZHNwYWNlLm9yZy94bWxucy9kc3BhY2UvZGltIiB4bWxuczpkaW09Imh0dHA6Ly93d3cuZHNwYWNlLm9yZy94bWxucy9kc3BhY2UvZGltIiB4bWxuczpkcnlhZD0iaHR0cDovL3B1cmwub3JnL2RyeWFkL3Rlcm1zLyIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtNCBodHRwOi8vc2NoZW1hLmRhdGFjaXRlLm9yZy9tZXRhL2tlcm5lbC00L21ldGFkYXRhLnhzZCI+CiAgPGlkZW50aWZpZXIgaWRlbnRpZmllclR5cGU9IkRPSSI+MTAuNTA2MS9EUllBRC44NTE1PC9pZGVudGlmaWVyPgogIDx2ZXJzaW9uPjE8L3ZlcnNpb24+CiAgPGNyZWF0b3JzPgogICAgPGNyZWF0b3I+CiAgICAgIDxjcmVhdG9yTmFtZT5PbGxvbW8sIEJlbmphbWluPC9jcmVhdG9yTmFtZT4KICAgIDwvY3JlYXRvcj4KICAgIDxjcmVhdG9yPgogICAgICA8Y3JlYXRvck5hbWU+RHVyYW5kLCBQYXRyaWNrPC9jcmVhdG9yTmFtZT4KICAgIDwvY3JlYXRvcj4KICAgIDxjcmVhdG9yPgogICAgICA8Y3JlYXRvck5hbWU+UHJ1Z25vbGxlLCBGcmFuY2s8L2NyZWF0b3JOYW1lPgogICAgPC9jcmVhdG9yPgogICAgPGNyZWF0b3I+CiAgICAgIDxjcmVhdG9yTmFtZT5Eb3V6ZXJ5LCBFbW1hbnVlbCBKLiBQLjwvY3JlYXRvck5hbWU+CiAgICA8L2NyZWF0b3I+CiAgICA8Y3JlYXRvcj4KICAgICAgPGNyZWF0b3JOYW1lPkFybmF0aGF1LCBDw6lsaW5lPC9jcmVhdG9yTmFtZT4KICAgIDwvY3JlYXRvcj4KICAgIDxjcmVhdG9yPgogICAgICA8Y3JlYXRvck5hbWU+TmtvZ2hlLCBEaWV1ZG9ubsOpPC9jcmVhdG9yTmFtZT4KICAgIDwvY3JlYXRvcj4KICAgIDxjcmVhdG9yPgogICAgICA8Y3JlYXRvck5hbWU+TGVyb3ksIEVyaWM8L2NyZWF0b3JOYW1lPgogICAgPC9jcmVhdG9yPgogICAgPGNyZWF0b3I+CiAgICAgIDxjcmVhdG9yTmFtZT5SZW5hdWQsIEZyYW7Dp29pczwvY3JlYXRvck5hbWU+CiAgICA8L2NyZWF0b3I+CiAgPC9jcmVhdG9ycz4KICA8dGl0bGVzPgogICAgPHRpdGxlPkRhdGEgZnJvbTogQSBuZXcgbWFsYXJpYSBhZ2VudCBpbiBBZnJpY2FuIGhvbWluaWRzLjwvdGl0bGU+CiAgPC90aXRsZXM+CiAgPHB1Ymxpc2hlcj5EcnlhZCBEaWdpdGFsIFJlcG9zaXRvcnk8L3B1Ymxpc2hlcj4KICA8cHVibGljYXRpb25ZZWFyPjIwMTE8L3B1YmxpY2F0aW9uWWVhcj4KICA8c3ViamVjdHM+CiAgICA8c3ViamVjdD5QaHlsb2dlbnk8L3N1YmplY3Q+CiAgICA8c3ViamVjdD5NYWxhcmlhPC9zdWJqZWN0PgogICAgPHN1YmplY3Q+UGFyYXNpdGVzPC9zdWJqZWN0PgogICAgPHN1YmplY3Q+VGF4b25vbXk8L3N1YmplY3Q+CiAgICA8c3ViamVjdD5NaXRvY2hvbmRyaWFsIGdlbm9tZTwvc3ViamVjdD4KICAgIDxzdWJqZWN0PkFmcmljYTwvc3ViamVjdD4KICAgIDxzdWJqZWN0PlBsYXNtb2RpdW08L3N1YmplY3Q+CiAgPC9zdWJqZWN0cz4KICA8cmVzb3VyY2VUeXBlIHJlc291cmNlVHlwZUdlbmVyYWw9IkRhdGFzZXQiPkRhdGFQYWNrYWdlPC9yZXNvdXJjZVR5cGU+CiAgPGFsdGVybmF0ZUlkZW50aWZpZXJzPgogICAgPGFsdGVybmF0ZUlkZW50aWZpZXIgYWx0ZXJuYXRlSWRlbnRpZmllclR5cGU9ImNpdGF0aW9uIj5PbGxvbW8gQiwgRHVyYW5kIFAsIFBydWdub2xsZSBGLCBEb3V6ZXJ5IEVKUCwgQXJuYXRoYXUgQywgTmtvZ2hlIEQsIExlcm95IEUsIFJlbmF1ZCBGICgyMDA5KSBBIG5ldyBtYWxhcmlhIGFnZW50IGluIEFmcmljYW4gaG9taW5pZHMuIFBMb1MgUGF0aG9nZW5zIDUoNSk6IGUxMDAwNDQ2LjwvYWx0ZXJuYXRlSWRlbnRpZmllcj4KICA8L2FsdGVybmF0ZUlkZW50aWZpZXJzPgogIDxyZWxhdGVkSWRlbnRpZmllcnM+CiAgICA8cmVsYXRlZElkZW50aWZpZXIgcmVsYXRlZElkZW50aWZpZXJUeXBlPSJET0kiIHJlbGF0aW9uVHlwZT0iSGFzUGFydCI+MTAuNTA2MS9EUllBRC44NTE1LzE8L3JlbGF0ZWRJZGVudGlmaWVyPgogICAgPHJlbGF0ZWRJZGVudGlmaWVyIHJlbGF0ZWRJZGVudGlmaWVyVHlwZT0iRE9JIiByZWxhdGlvblR5cGU9Ikhhc1BhcnQiPjEwLjUwNjEvRFJZQUQuODUxNS8yPC9yZWxhdGVkSWRlbnRpZmllcj4KICAgIDxyZWxhdGVkSWRlbnRpZmllciByZWxhdGVkSWRlbnRpZmllclR5cGU9IkRPSSIgcmVsYXRpb25UeXBlPSJJc1JlZmVyZW5jZWRCeSI+MTAuMTM3MS9KT1VSTkFMLlBQQVQuMTAwMDQ0NjwvcmVsYXRlZElkZW50aWZpZXI+CiAgICA8cmVsYXRlZElkZW50aWZpZXIgcmVsYXRlZElkZW50aWZpZXJUeXBlPSJET0kiIHJlbGF0aW9uVHlwZT0iSXNTdXBwbGVtZW50VG8iPjEwLjEzNzEvSk9VUk5BTC5QUEFULjEwMDA0NDY8L3JlbGF0ZWRJZGVudGlmaWVyPgogICAgPHJlbGF0ZWRJZGVudGlmaWVyIHJlbGF0ZWRJZGVudGlmaWVyVHlwZT0iUE1JRCIgcmVsYXRpb25UeXBlPSJJc1JlZmVyZW5jZWRCeSI+MTk0Nzg4Nzc8L3JlbGF0ZWRJZGVudGlmaWVyPgogICAgPHJlbGF0ZWRJZGVudGlmaWVyIHJlbGF0ZWRJZGVudGlmaWVyVHlwZT0iUE1JRCIgcmVsYXRpb25UeXBlPSJJc1N1cHBsZW1lbnRUbyI+MTk0Nzg4Nzc8L3JlbGF0ZWRJZGVudGlmaWVyPgogIDwvcmVsYXRlZElkZW50aWZpZXJzPgogIDxyaWdodHNMaXN0PgogICAgPHJpZ2h0cyByaWdodHNVUkk9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL3B1YmxpY2RvbWFpbi96ZXJvLzEuMC8iLz4KICA8L3JpZ2h0c0xpc3Q+CjwvcmVzb3VyY2U+","allocator_symbol":"CDL","minted":"2011-02-01T17:32:02Z","state":"findable","updated":"2018-03-30T21:47:26Z","doi":"10.5061/DRYAD.8515"},{"datacentre_symbol":"CDL.DRYAD","url":"http://datadryad.org/resource/doi:10.5061/dryad.8515/1","xml":"PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHJlc291cmNlIHhtbG5zPSJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtMyIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeG1sbnM6bWV0cz0iaHR0cDovL3d3dy5sb2MuZ292L01FVFMvIiB4bWxuczpkc3BhY2U9Imh0dHA6Ly93d3cuZHNwYWNlLm9yZy94bWxucy9kc3BhY2UvZGltIiB4bWxuczpkaW09Imh0dHA6Ly93d3cuZHNwYWNlLm9yZy94bWxucy9kc3BhY2UvZGltIiB4bWxuczpkcnlhZD0iaHR0cDovL3B1cmwub3JnL2RyeWFkL3Rlcm1zLyIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtMyBodHRwOi8vc2NoZW1hLmRhdGFjaXRlLm9yZy9tZXRhL2tlcm5lbC0zL21ldGFkYXRhLnhzZCI+ICA8aWRlbnRpZmllciBpZGVudGlmaWVyVHlwZT0iRE9JIj4xMC41MDYxL0RSWUFELjg1MTUvMTwvaWRlbnRpZmllcj4gIDx2ZXJzaW9uPjE8L3ZlcnNpb24+ICA8Y3JlYXRvcnM+ICAgIDxjcmVhdG9yPiAgICAgIDxjcmVhdG9yTmFtZT5PbGxvbW8sIEJlbmphbWluPC9jcmVhdG9yTmFtZT4gICAgPC9jcmVhdG9yPiAgICA8Y3JlYXRvcj4gICAgICA8Y3JlYXRvck5hbWU+RHVyYW5kLCBQYXRyaWNrPC9jcmVhdG9yTmFtZT4gICAgPC9jcmVhdG9yPiAgICA8Y3JlYXRvcj4gICAgICA8Y3JlYXRvck5hbWU+UHJ1Z25vbGxlLCBGcmFuY2s8L2NyZWF0b3JOYW1lPiAgICA8L2NyZWF0b3I+ICAgIDxjcmVhdG9yPiAgICAgIDxjcmVhdG9yTmFtZT5Eb3V6ZXJ5LCBFbW1hbnVlbCBKLiBQLjwvY3JlYXRvck5hbWU+ICAgIDwvY3JlYXRvcj4gICAgPGNyZWF0b3I+ICAgICAgPGNyZWF0b3JOYW1lPkFybmF0aGF1LCBDw6lsaW5lPC9jcmVhdG9yTmFtZT4gICAgPC9jcmVhdG9yPiAgICA8Y3JlYXRvcj4gICAgICA8Y3JlYXRvck5hbWU+TmtvZ2hlLCBEaWV1ZG9ubsOpPC9jcmVhdG9yTmFtZT4gICAgPC9jcmVhdG9yPiAgICA8Y3JlYXRvcj4gICAgICA8Y3JlYXRvck5hbWU+TGVyb3ksIEVyaWM8L2NyZWF0b3JOYW1lPiAgICA8L2NyZWF0b3I+ICAgIDxjcmVhdG9yPiAgICAgIDxjcmVhdG9yTmFtZT5SZW5hdWQsIEZyYW7Dp29pczwvY3JlYXRvck5hbWU+ICAgIDwvY3JlYXRvcj4gICAgPGNyZWF0b3I+ICAgICAgPGNyZWF0b3JOYW1lPk9sbG9tbywgQmVuamFtaW48L2NyZWF0b3JOYW1lPiAgICA8L2NyZWF0b3I+ICAgIDxjcmVhdG9yPiAgICAgIDxjcmVhdG9yTmFtZT5EdXJhbmQsIFBhdHJpY2s8L2NyZWF0b3JOYW1lPiAgICA8L2NyZWF0b3I+ICAgIDxjcmVhdG9yPiAgICAgIDxjcmVhdG9yTmFtZT5QcnVnbm9sbGUsIEZyYW5jazwvY3JlYXRvck5hbWU+ICAgIDwvY3JlYXRvcj4gICAgPGNyZWF0b3I+ICAgICAgPGNyZWF0b3JOYW1lPkRvdXplcnksIEVtbWFudWVsIEouIFAuPC9jcmVhdG9yTmFtZT4gICAgPC9jcmVhdG9yPiAgICA8Y3JlYXRvcj4gICAgICA8Y3JlYXRvck5hbWU+QXJuYXRoYXUsIEPDqWxpbmU8L2NyZWF0b3JOYW1lPiAgICA8L2NyZWF0b3I+ICAgIDxjcmVhdG9yPiAgICAgIDxjcmVhdG9yTmFtZT5Oa29naGUsIERpZXVkb25uw6k8L2NyZWF0b3JOYW1lPiAgICA8L2NyZWF0b3I+ICAgIDxjcmVhdG9yPiAgICAgIDxjcmVhdG9yTmFtZT5MZXJveSwgRXJpYzwvY3JlYXRvck5hbWU+ICAgIDwvY3JlYXRvcj4gICAgPGNyZWF0b3I+ICAgICAgPGNyZWF0b3JOYW1lPlJlbmF1ZCwgRnJhbsOnb2lzPC9jcmVhdG9yTmFtZT4gICAgPC9jcmVhdG9yPiAgPC9jcmVhdG9ycz4gIDx0aXRsZXM+ICAgIDx0aXRsZT5PbGxvbW9fUExvU1BhdGhvZ18yMDA5PC90aXRsZT4gIDwvdGl0bGVzPiAgPHB1Ymxpc2hlcj5EcnlhZCBEaWdpdGFsIFJlcG9zaXRvcnk8L3B1Ymxpc2hlcj4gIDxwdWJsaWNhdGlvblllYXI+MjAxMTwvcHVibGljYXRpb25ZZWFyPiAgPHN1YmplY3RzPiAgICA8c3ViamVjdD5QaHlsb2dlbnk8L3N1YmplY3Q+ICAgIDxzdWJqZWN0Pk1hbGFyaWE8L3N1YmplY3Q+ICAgIDxzdWJqZWN0PlBhcmFzaXRlczwvc3ViamVjdD4gICAgPHN1YmplY3Q+VGF4b25vbXk8L3N1YmplY3Q+ICAgIDxzdWJqZWN0Pk1pdG9jaG9uZHJpYWwgZ2Vub21lPC9zdWJqZWN0PiAgICA8c3ViamVjdD5BZnJpY2E8L3N1YmplY3Q+ICAgIDxzdWJqZWN0PlBsYXNtb2RpdW08L3N1YmplY3Q+ICA8L3N1YmplY3RzPiAgPGRhdGVzPiAgICA8ZGF0ZSBkYXRlVHlwZT0iQWNjZXB0ZWQiPjIwMTEtMDItMDE8L2RhdGU+ICA8L2RhdGVzPiAgPHJlc291cmNlVHlwZSByZXNvdXJjZVR5cGVHZW5lcmFsPSJEYXRhc2V0Ij5EYXRhRmlsZTwvcmVzb3VyY2VUeXBlPiAgPHJlbGF0ZWRJZGVudGlmaWVycz4gICAgPHJlbGF0ZWRJZGVudGlmaWVyIHJlbGF0ZWRJZGVudGlmaWVyVHlwZT0iRE9JIiByZWxhdGlvblR5cGU9IklzUGFydE9mIj4xMC41MDYxL0RSWUFELjg1MTU8L3JlbGF0ZWRJZGVudGlmaWVyPiAgPC9yZWxhdGVkSWRlbnRpZmllcnM+ICA8cmlnaHRzTGlzdD4gICAgPHJpZ2h0cyByaWdodHNVUkk9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL3B1YmxpY2RvbWFpbi96ZXJvLzEuMC8iLz4gIDwvcmlnaHRzTGlzdD4gIDxkZXNjcmlwdGlvbnM+ICAgIDxkZXNjcmlwdGlvbiBkZXNjcmlwdGlvblR5cGU9Ik90aGVyIj5OdWNsZW90aWRlIGFsaWdubWVudCBjb25jYXRlbmF0aW9uIG9mIDQgbWl0b2Nob25kcmlhbCBnZW5lcyBmb3IgMTcgUGxhc21vZGl1bSBzcGVjaWVzIGFuZCBvbmUgb3V0Z3JvdXAuPC9kZXNjcmlwdGlvbj4gIDwvZGVzY3JpcHRpb25zPjwvcmVzb3VyY2U+","allocator_symbol":"CDL","minted":"2011-02-01T17:32:13Z","state":"findable","updated":"2017-02-04T17:54:39Z","doi":"10.5061/DRYAD.8515/1"},{"datacentre_symbol":"CDL.DRYAD","url":"http://datadryad.org/resource/doi:10.5061/dryad.8515/2","xml":"PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHJlc291cmNlIHhtbG5zPSJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtMyIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeG1sbnM6bWV0cz0iaHR0cDovL3d3dy5sb2MuZ292L01FVFMvIiB4bWxuczpkc3BhY2U9Imh0dHA6Ly93d3cuZHNwYWNlLm9yZy94bWxucy9kc3BhY2UvZGltIiB4bWxuczpkaW09Imh0dHA6Ly93d3cuZHNwYWNlLm9yZy94bWxucy9kc3BhY2UvZGltIiB4bWxuczpkcnlhZD0iaHR0cDovL3B1cmwub3JnL2RyeWFkL3Rlcm1zLyIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtMyBodHRwOi8vc2NoZW1hLmRhdGFjaXRlLm9yZy9tZXRhL2tlcm5lbC0zL21ldGFkYXRhLnhzZCI+ICA8aWRlbnRpZmllciBpZGVudGlmaWVyVHlwZT0iRE9JIj4xMC41MDYxL0RSWUFELjg1MTUvMjwvaWRlbnRpZmllcj4gIDx2ZXJzaW9uPjE8L3ZlcnNpb24+ICA8Y3JlYXRvcnM+ICAgIDxjcmVhdG9yPiAgICAgIDxjcmVhdG9yTmFtZT5PbGxvbW8sIEJlbmphbWluPC9jcmVhdG9yTmFtZT4gICAgPC9jcmVhdG9yPiAgICA8Y3JlYXRvcj4gICAgICA8Y3JlYXRvck5hbWU+RHVyYW5kLCBQYXRyaWNrPC9jcmVhdG9yTmFtZT4gICAgPC9jcmVhdG9yPiAgICA8Y3JlYXRvcj4gICAgICA8Y3JlYXRvck5hbWU+UHJ1Z25vbGxlLCBGcmFuY2s8L2NyZWF0b3JOYW1lPiAgICA8L2NyZWF0b3I+ICAgIDxjcmVhdG9yPiAgICAgIDxjcmVhdG9yTmFtZT5Eb3V6ZXJ5LCBFbW1hbnVlbCBKLiBQLjwvY3JlYXRvck5hbWU+ICAgIDwvY3JlYXRvcj4gICAgPGNyZWF0b3I+ICAgICAgPGNyZWF0b3JOYW1lPkFybmF0aGF1LCBDw6lsaW5lPC9jcmVhdG9yTmFtZT4gICAgPC9jcmVhdG9yPiAgICA8Y3JlYXRvcj4gICAgICA8Y3JlYXRvck5hbWU+TmtvZ2hlLCBEaWV1ZG9ubsOpPC9jcmVhdG9yTmFtZT4gICAgPC9jcmVhdG9yPiAgICA8Y3JlYXRvcj4gICAgICA8Y3JlYXRvck5hbWU+TGVyb3ksIEVyaWM8L2NyZWF0b3JOYW1lPiAgICA8L2NyZWF0b3I+ICAgIDxjcmVhdG9yPiAgICAgIDxjcmVhdG9yTmFtZT5SZW5hdWQsIEZyYW7Dp29pczwvY3JlYXRvck5hbWU+ICAgIDwvY3JlYXRvcj4gICAgPGNyZWF0b3I+ICAgICAgPGNyZWF0b3JOYW1lPk9sbG9tbywgQmVuamFtaW48L2NyZWF0b3JOYW1lPiAgICA8L2NyZWF0b3I+ICAgIDxjcmVhdG9yPiAgICAgIDxjcmVhdG9yTmFtZT5EdXJhbmQsIFBhdHJpY2s8L2NyZWF0b3JOYW1lPiAgICA8L2NyZWF0b3I+ICAgIDxjcmVhdG9yPiAgICAgIDxjcmVhdG9yTmFtZT5QcnVnbm9sbGUsIEZyYW5jazwvY3JlYXRvck5hbWU+ICAgIDwvY3JlYXRvcj4gICAgPGNyZWF0b3I+ICAgICAgPGNyZWF0b3JOYW1lPkRvdXplcnksIEVtbWFudWVsIEouIFAuPC9jcmVhdG9yTmFtZT4gICAgPC9jcmVhdG9yPiAgICA8Y3JlYXRvcj4gICAgICA8Y3JlYXRvck5hbWU+QXJuYXRoYXUsIEPDqWxpbmU8L2NyZWF0b3JOYW1lPiAgICA8L2NyZWF0b3I+ICAgIDxjcmVhdG9yPiAgICAgIDxjcmVhdG9yTmFtZT5Oa29naGUsIERpZXVkb25uw6k8L2NyZWF0b3JOYW1lPiAgICA8L2NyZWF0b3I+ICAgIDxjcmVhdG9yPiAgICAgIDxjcmVhdG9yTmFtZT5MZXJveSwgRXJpYzwvY3JlYXRvck5hbWU+ICAgIDwvY3JlYXRvcj4gICAgPGNyZWF0b3I+ICAgICAgPGNyZWF0b3JOYW1lPlJlbmF1ZCwgRnJhbsOnb2lzPC9jcmVhdG9yTmFtZT4gICAgPC9jcmVhdG9yPiAgPC9jcmVhdG9ycz4gIDx0aXRsZXM+ICAgIDx0aXRsZT5PbGxvbW9fUExvU1BhdGhvZ18yMDA5X1BIWU1MPC90aXRsZT4gIDwvdGl0bGVzPiAgPHB1Ymxpc2hlcj5EcnlhZCBEaWdpdGFsIFJlcG9zaXRvcnk8L3B1Ymxpc2hlcj4gIDxwdWJsaWNhdGlvblllYXI+MjAxMTwvcHVibGljYXRpb25ZZWFyPiAgPHN1YmplY3RzPiAgICA8c3ViamVjdD5QaHlsb2dlbnk8L3N1YmplY3Q+ICAgIDxzdWJqZWN0Pk1hbGFyaWE8L3N1YmplY3Q+ICAgIDxzdWJqZWN0PlBhcmFzaXRlczwvc3ViamVjdD4gICAgPHN1YmplY3Q+VGF4b25vbXk8L3N1YmplY3Q+ICAgIDxzdWJqZWN0Pk1pdG9jaG9uZHJpYWwgZ2Vub21lPC9zdWJqZWN0PiAgICA8c3ViamVjdD5BZnJpY2E8L3N1YmplY3Q+ICAgIDxzdWJqZWN0PlBsYXNtb2RpdW08L3N1YmplY3Q+ICA8L3N1YmplY3RzPiAgPGRhdGVzPiAgICA8ZGF0ZSBkYXRlVHlwZT0iQWNjZXB0ZWQiPjIwMTEtMDItMDE8L2RhdGU+ICA8L2RhdGVzPiAgPHJlc291cmNlVHlwZSByZXNvdXJjZVR5cGVHZW5lcmFsPSJEYXRhc2V0Ij5EYXRhRmlsZTwvcmVzb3VyY2VUeXBlPiAgPHJlbGF0ZWRJZGVudGlmaWVycz4gICAgPHJlbGF0ZWRJZGVudGlmaWVyIHJlbGF0ZWRJZGVudGlmaWVyVHlwZT0iRE9JIiByZWxhdGlvblR5cGU9IklzUGFydE9mIj4xMC41MDYxL0RSWUFELjg1MTU8L3JlbGF0ZWRJZGVudGlmaWVyPiAgPC9yZWxhdGVkSWRlbnRpZmllcnM+ICA8cmlnaHRzTGlzdD4gICAgPHJpZ2h0cyByaWdodHNVUkk9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL3B1YmxpY2RvbWFpbi96ZXJvLzEuMC8iLz4gIDwvcmlnaHRzTGlzdD4gIDxkZXNjcmlwdGlvbnM+ICAgIDxkZXNjcmlwdGlvbiBkZXNjcmlwdGlvblR5cGU9Ik90aGVyIj5NYXhpbXVtIGxpa2VsaWhvb2QgdHJlZSBpbmZlcnJlZCBmcm9tIHRoZSA0LWdlbmUgY29uY2F0ZW5hdGlvbiB1c2luZyBQSFlNTC48L2Rlc2NyaXB0aW9uPiAgPC9kZXNjcmlwdGlvbnM+PC9yZXNvdXJjZT4=","allocator_symbol":"CDL","minted":"2011-02-01T17:32:23Z","state":"findable","updated":"2017-02-04T17:54:40Z","doi":"10.5061/DRYAD.8515/2"}]}}
37
+ string: '{"responseHeader":{"status":0,"QTime":1},"response":{"numFound":1,"start":0,"docs":[{"datacentre_symbol":"DRYAD.DRYAD","url":"http://datadryad.org/resource/doi:10.5061/dryad.8515","xml":"PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHJlc291cmNlIHhtbG5zPSJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtNCIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeG1sbnM6bWV0cz0iaHR0cDovL3d3dy5sb2MuZ292L01FVFMvIiB4bWxuczpkc3BhY2U9Imh0dHA6Ly93d3cuZHNwYWNlLm9yZy94bWxucy9kc3BhY2UvZGltIiB4bWxuczpkaW09Imh0dHA6Ly93d3cuZHNwYWNlLm9yZy94bWxucy9kc3BhY2UvZGltIiB4bWxuczpkcnlhZD0iaHR0cDovL3B1cmwub3JnL2RyeWFkL3Rlcm1zLyIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtNCBodHRwOi8vc2NoZW1hLmRhdGFjaXRlLm9yZy9tZXRhL2tlcm5lbC00L21ldGFkYXRhLnhzZCI+CiAgPGlkZW50aWZpZXIgaWRlbnRpZmllclR5cGU9IkRPSSI+MTAuNTA2MS9EUllBRC44NTE1PC9pZGVudGlmaWVyPgogIDx2ZXJzaW9uPjE8L3ZlcnNpb24+CiAgPGNyZWF0b3JzPgogICAgPGNyZWF0b3I+CiAgICAgIDxjcmVhdG9yTmFtZT5PbGxvbW8sIEJlbmphbWluPC9jcmVhdG9yTmFtZT4KICAgIDwvY3JlYXRvcj4KICAgIDxjcmVhdG9yPgogICAgICA8Y3JlYXRvck5hbWU+RHVyYW5kLCBQYXRyaWNrPC9jcmVhdG9yTmFtZT4KICAgIDwvY3JlYXRvcj4KICAgIDxjcmVhdG9yPgogICAgICA8Y3JlYXRvck5hbWU+UHJ1Z25vbGxlLCBGcmFuY2s8L2NyZWF0b3JOYW1lPgogICAgPC9jcmVhdG9yPgogICAgPGNyZWF0b3I+CiAgICAgIDxjcmVhdG9yTmFtZT5Eb3V6ZXJ5LCBFbW1hbnVlbCBKLiBQLjwvY3JlYXRvck5hbWU+CiAgICA8L2NyZWF0b3I+CiAgICA8Y3JlYXRvcj4KICAgICAgPGNyZWF0b3JOYW1lPkFybmF0aGF1LCBDw6lsaW5lPC9jcmVhdG9yTmFtZT4KICAgIDwvY3JlYXRvcj4KICAgIDxjcmVhdG9yPgogICAgICA8Y3JlYXRvck5hbWU+TmtvZ2hlLCBEaWV1ZG9ubsOpPC9jcmVhdG9yTmFtZT4KICAgIDwvY3JlYXRvcj4KICAgIDxjcmVhdG9yPgogICAgICA8Y3JlYXRvck5hbWU+TGVyb3ksIEVyaWM8L2NyZWF0b3JOYW1lPgogICAgPC9jcmVhdG9yPgogICAgPGNyZWF0b3I+CiAgICAgIDxjcmVhdG9yTmFtZT5SZW5hdWQsIEZyYW7Dp29pczwvY3JlYXRvck5hbWU+CiAgICA8L2NyZWF0b3I+CiAgPC9jcmVhdG9ycz4KICA8dGl0bGVzPgogICAgPHRpdGxlPkRhdGEgZnJvbTogQSBuZXcgbWFsYXJpYSBhZ2VudCBpbiBBZnJpY2FuIGhvbWluaWRzLjwvdGl0bGU+CiAgPC90aXRsZXM+CiAgPHB1Ymxpc2hlcj5EcnlhZCBEaWdpdGFsIFJlcG9zaXRvcnk8L3B1Ymxpc2hlcj4KICA8cHVibGljYXRpb25ZZWFyPjIwMTE8L3B1YmxpY2F0aW9uWWVhcj4KICA8c3ViamVjdHM+CiAgICA8c3ViamVjdD5QaHlsb2dlbnk8L3N1YmplY3Q+CiAgICA8c3ViamVjdD5NYWxhcmlhPC9zdWJqZWN0PgogICAgPHN1YmplY3Q+UGFyYXNpdGVzPC9zdWJqZWN0PgogICAgPHN1YmplY3Q+VGF4b25vbXk8L3N1YmplY3Q+CiAgICA8c3ViamVjdD5NaXRvY2hvbmRyaWFsIGdlbm9tZTwvc3ViamVjdD4KICAgIDxzdWJqZWN0PkFmcmljYTwvc3ViamVjdD4KICAgIDxzdWJqZWN0PlBsYXNtb2RpdW08L3N1YmplY3Q+CiAgPC9zdWJqZWN0cz4KICA8cmVzb3VyY2VUeXBlIHJlc291cmNlVHlwZUdlbmVyYWw9IkRhdGFzZXQiPkRhdGFQYWNrYWdlPC9yZXNvdXJjZVR5cGU+CiAgPGFsdGVybmF0ZUlkZW50aWZpZXJzPgogICAgPGFsdGVybmF0ZUlkZW50aWZpZXIgYWx0ZXJuYXRlSWRlbnRpZmllclR5cGU9ImNpdGF0aW9uIj5PbGxvbW8gQiwgRHVyYW5kIFAsIFBydWdub2xsZSBGLCBEb3V6ZXJ5IEVKUCwgQXJuYXRoYXUgQywgTmtvZ2hlIEQsIExlcm95IEUsIFJlbmF1ZCBGICgyMDA5KSBBIG5ldyBtYWxhcmlhIGFnZW50IGluIEFmcmljYW4gaG9taW5pZHMuIFBMb1MgUGF0aG9nZW5zIDUoNSk6IGUxMDAwNDQ2LjwvYWx0ZXJuYXRlSWRlbnRpZmllcj4KICA8L2FsdGVybmF0ZUlkZW50aWZpZXJzPgogIDxyZWxhdGVkSWRlbnRpZmllcnM+CiAgICA8cmVsYXRlZElkZW50aWZpZXIgcmVsYXRlZElkZW50aWZpZXJUeXBlPSJET0kiIHJlbGF0aW9uVHlwZT0iSGFzUGFydCI+MTAuNTA2MS9EUllBRC44NTE1LzE8L3JlbGF0ZWRJZGVudGlmaWVyPgogICAgPHJlbGF0ZWRJZGVudGlmaWVyIHJlbGF0ZWRJZGVudGlmaWVyVHlwZT0iRE9JIiByZWxhdGlvblR5cGU9Ikhhc1BhcnQiPjEwLjUwNjEvRFJZQUQuODUxNS8yPC9yZWxhdGVkSWRlbnRpZmllcj4KICAgIDxyZWxhdGVkSWRlbnRpZmllciByZWxhdGVkSWRlbnRpZmllclR5cGU9IkRPSSIgcmVsYXRpb25UeXBlPSJJc1JlZmVyZW5jZWRCeSI+MTAuMTM3MS9KT1VSTkFMLlBQQVQuMTAwMDQ0NjwvcmVsYXRlZElkZW50aWZpZXI+CiAgICA8cmVsYXRlZElkZW50aWZpZXIgcmVsYXRlZElkZW50aWZpZXJUeXBlPSJET0kiIHJlbGF0aW9uVHlwZT0iSXNTdXBwbGVtZW50VG8iPjEwLjEzNzEvSk9VUk5BTC5QUEFULjEwMDA0NDY8L3JlbGF0ZWRJZGVudGlmaWVyPgogICAgPHJlbGF0ZWRJZGVudGlmaWVyIHJlbGF0ZWRJZGVudGlmaWVyVHlwZT0iUE1JRCIgcmVsYXRpb25UeXBlPSJJc1JlZmVyZW5jZWRCeSI+MTk0Nzg4Nzc8L3JlbGF0ZWRJZGVudGlmaWVyPgogICAgPHJlbGF0ZWRJZGVudGlmaWVyIHJlbGF0ZWRJZGVudGlmaWVyVHlwZT0iUE1JRCIgcmVsYXRpb25UeXBlPSJJc1N1cHBsZW1lbnRUbyI+MTk0Nzg4Nzc8L3JlbGF0ZWRJZGVudGlmaWVyPgogIDwvcmVsYXRlZElkZW50aWZpZXJzPgogIDxyaWdodHNMaXN0PgogICAgPHJpZ2h0cyByaWdodHNVUkk9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL3B1YmxpY2RvbWFpbi96ZXJvLzEuMC8iLz4KICA8L3JpZ2h0c0xpc3Q+CjwvcmVzb3VyY2U+","allocator_symbol":"DRYAD","minted":"2011-02-01T17:32:02Z","state":"findable","updated":"2018-03-30T21:47:26Z","doi":"10.5061/DRYAD.8515"}]}}
38
38
 
39
39
  '
40
40
  http_version:
41
- recorded_at: Mon, 21 May 2018 15:00:49 GMT
41
+ recorded_at: Thu, 06 Sep 2018 07:22:59 GMT
42
42
  - request:
43
43
  method: get
44
44
  uri: http://schema.org/
@@ -52,6 +52,41 @@ http_interactions:
52
52
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
53
53
  User-Agent:
54
54
  - Ruby
55
+ response:
56
+ status:
57
+ code: 301
58
+ message: Moved Permanently
59
+ headers:
60
+ Location:
61
+ - https://schema.org/
62
+ X-Cloud-Trace-Context:
63
+ - fa7ed97db91ca1406f8318f25abc3cc1
64
+ Date:
65
+ - Thu, 06 Sep 2018 07:22:59 GMT
66
+ Content-Type:
67
+ - text/html
68
+ Server:
69
+ - Google Frontend
70
+ Content-Length:
71
+ - '0'
72
+ body:
73
+ encoding: UTF-8
74
+ string: ''
75
+ http_version:
76
+ recorded_at: Thu, 06 Sep 2018 07:22:59 GMT
77
+ - request:
78
+ method: get
79
+ uri: https://schema.org/
80
+ body:
81
+ encoding: US-ASCII
82
+ string: ''
83
+ headers:
84
+ Accept:
85
+ - application/ld+json, application/json
86
+ Accept-Encoding:
87
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
88
+ User-Agent:
89
+ - Ruby
55
90
  response:
56
91
  status:
57
92
  code: 302
@@ -62,29 +97,31 @@ http_interactions:
62
97
  Access-Control-Allow-Origin:
63
98
  - "*"
64
99
  Location:
65
- - http://schema.org/docs/jsonldcontext.json
100
+ - https://schema.org/docs/jsonldcontext.json
66
101
  Cache-Control:
67
102
  - private, max-age=600
68
103
  Vary:
69
104
  - Accept, Accept-Encoding
70
105
  Set-Cookie:
71
- - GOOGAPPUID=20180402t222137; Path=/
106
+ - GOOGAPPUID=3-4; Path=/
72
107
  X-Cloud-Trace-Context:
73
- - f2328fdf1a97ce66deb40d2bd1f04d2b
108
+ - d37fa645cc86eedc79d8a13674c55771
74
109
  Date:
75
- - Mon, 21 May 2018 15:00:49 GMT
110
+ - Thu, 06 Sep 2018 07:22:59 GMT
76
111
  Server:
77
112
  - Google Frontend
78
113
  Content-Length:
79
114
  - '0'
115
+ Alt-Svc:
116
+ - quic=":443"; ma=2592000; v="44,43,39,35"
80
117
  body:
81
118
  encoding: UTF-8
82
119
  string: ''
83
120
  http_version:
84
- recorded_at: Mon, 21 May 2018 15:00:49 GMT
121
+ recorded_at: Thu, 06 Sep 2018 07:22:59 GMT
85
122
  - request:
86
123
  method: get
87
- uri: http://schema.org/docs/jsonldcontext.json
124
+ uri: https://schema.org/docs/jsonldcontext.json
88
125
  body:
89
126
  encoding: US-ASCII
90
127
  string: ''
@@ -109,21 +146,23 @@ http_interactions:
109
146
  Content-Type:
110
147
  - application/ld+json; charset=utf-8
111
148
  Etag:
112
- - 24751180521150023a2048647386json
149
+ - 24751180906071440a-2472518481625751334json
113
150
  Last-Modified:
114
- - Mon, 21 May 2018 15:00:23 UTC
151
+ - Thu, 06 Sep 2018 07:14:40 UTC
115
152
  Set-Cookie:
116
- - GOOGAPPUID=20180402t222137; Path=/
153
+ - GOOGAPPUID=3-4; Path=/
117
154
  X-Cloud-Trace-Context:
118
- - 39698140dd53abe82c71bc14ec2c0cc3
155
+ - 6331d59aadb050ba71effb0e5e104c72
119
156
  Date:
120
- - Mon, 21 May 2018 15:00:49 GMT
157
+ - Thu, 06 Sep 2018 07:23:00 GMT
121
158
  Server:
122
159
  - Google Frontend
123
160
  Content-Length:
124
- - '133672'
161
+ - '136321'
125
162
  Expires:
126
- - Mon, 21 May 2018 15:00:49 GMT
163
+ - Thu, 06 Sep 2018 07:23:00 GMT
164
+ Alt-Svc:
165
+ - quic=":443"; ma=2592000; v="44,43,39,35"
127
166
  body:
128
167
  encoding: UTF-8
129
168
  string: |
@@ -131,6 +170,8 @@ http_interactions:
131
170
  "@context": {
132
171
  "type": "@type",
133
172
  "id": "@id",
173
+ "HTML": { "@id": "rdf:HTML" },
174
+
134
175
  "@vocab": "http://schema.org/",
135
176
  "schema": "http://schema.org/",
136
177
  "cat": "http://www.w3.org/ns/dcat#",
@@ -185,6 +226,7 @@ http_interactions:
185
226
  "AccountingService": {"@id": "schema:AccountingService"},
186
227
  "AchieveAction": {"@id": "schema:AchieveAction"},
187
228
  "Action": {"@id": "schema:Action"},
229
+ "ActionAccessSpecification": {"@id": "schema:ActionAccessSpecification"},
188
230
  "ActionStatusType": {"@id": "schema:ActionStatusType"},
189
231
  "ActivateAction": {"@id": "schema:ActivateAction"},
190
232
  "ActiveActionStatus": {"@id": "schema:ActiveActionStatus"},
@@ -223,6 +265,7 @@ http_interactions:
223
265
  "Artery": {"@id": "schema:Artery"},
224
266
  "Article": {"@id": "schema:Article"},
225
267
  "AskAction": {"@id": "schema:AskAction"},
268
+ "AskPublicNewsArticle": {"@id": "schema:AskPublicNewsArticle"},
226
269
  "AssessAction": {"@id": "schema:AssessAction"},
227
270
  "AssignAction": {"@id": "schema:AssignAction"},
228
271
  "Atlas": {"@id": "schema:Atlas"},
@@ -325,6 +368,7 @@ http_interactions:
325
368
  "City": {"@id": "schema:City"},
326
369
  "CityHall": {"@id": "schema:CityHall"},
327
370
  "CivicStructure": {"@id": "schema:CivicStructure"},
371
+ "Claim": {"@id": "schema:Claim"},
328
372
  "ClaimReview": {"@id": "schema:ClaimReview"},
329
373
  "Class": {"@id": "schema:Class"},
330
374
  "Clinician": {"@id": "schema:Clinician"},
@@ -367,6 +411,7 @@ http_interactions:
367
411
  "Conversation": {"@id": "schema:Conversation"},
368
412
  "CookAction": {"@id": "schema:CookAction"},
369
413
  "Corporation": {"@id": "schema:Corporation"},
414
+ "CorrectionComment": {"@id": "schema:CorrectionComment"},
370
415
  "Country": {"@id": "schema:Country"},
371
416
  "Course": {"@id": "schema:Course"},
372
417
  "CourseInstance": {"@id": "schema:CourseInstance"},
@@ -401,7 +446,9 @@ http_interactions:
401
446
  "DaySpa": {"@id": "schema:DaySpa"},
402
447
  "DeactivateAction": {"@id": "schema:DeactivateAction"},
403
448
  "DefenceEstablishment": {"@id": "schema:DefenceEstablishment"},
404
- "Definitive": {"@id": "schema:Definitive"},
449
+ "DefinedTerm": {"@id": "schema:DefinedTerm"},
450
+ "DefinedTermSet": {"@id": "schema:DefinedTermSet"},
451
+ "DefinitiveLegalValue": {"@id": "schema:DefinitiveLegalValue"},
405
452
  "DeleteAction": {"@id": "schema:DeleteAction"},
406
453
  "DeliveryChargeSpecification": {"@id": "schema:DeliveryChargeSpecification"},
407
454
  "DeliveryEvent": {"@id": "schema:DeliveryEvent"},
@@ -470,6 +517,7 @@ http_interactions:
470
517
  "Emergency": {"@id": "schema:Emergency"},
471
518
  "EmergencyService": {"@id": "schema:EmergencyService"},
472
519
  "EmployeeRole": {"@id": "schema:EmployeeRole"},
520
+ "EmployerAggregateRating": {"@id": "schema:EmployerAggregateRating"},
473
521
  "EmployerReview": {"@id": "schema:EmployerReview"},
474
522
  "EmploymentAgency": {"@id": "schema:EmploymentAgency"},
475
523
  "Endocrine": {"@id": "schema:Endocrine"},
@@ -500,6 +548,7 @@ http_interactions:
500
548
  "ExercisePlan": {"@id": "schema:ExercisePlan"},
501
549
  "ExhibitionEvent": {"@id": "schema:ExhibitionEvent"},
502
550
  "Eye": {"@id": "schema:Eye"},
551
+ "FAQPage": {"@id": "schema:FAQPage"},
503
552
  "FDAcategoryA": {"@id": "schema:FDAcategoryA"},
504
553
  "FDAcategoryB": {"@id": "schema:FDAcategoryB"},
505
554
  "FDAcategoryC": {"@id": "schema:FDAcategoryC"},
@@ -687,6 +736,7 @@ http_interactions:
687
736
  "Mass": {"@id": "schema:Mass"},
688
737
  "MaximumDoseSchedule": {"@id": "schema:MaximumDoseSchedule"},
689
738
  "MediaObject": {"@id": "schema:MediaObject"},
739
+ "MediaSubscription": {"@id": "schema:MediaSubscription"},
690
740
  "MedicalAudience": {"@id": "schema:MedicalAudience"},
691
741
  "MedicalBusiness": {"@id": "schema:MedicalBusiness"},
692
742
  "MedicalCause": {"@id": "schema:MedicalCause"},
@@ -744,6 +794,7 @@ http_interactions:
744
794
  "MobilePhoneStore": {"@id": "schema:MobilePhoneStore"},
745
795
  "Monday": {"@id": "schema:Monday"},
746
796
  "MonetaryAmount": {"@id": "schema:MonetaryAmount"},
797
+ "MonetaryAmountDistribution": {"@id": "schema:MonetaryAmountDistribution"},
747
798
  "MoneyTransfer": {"@id": "schema:MoneyTransfer"},
748
799
  "MortgageLoan": {"@id": "schema:MortgageLoan"},
749
800
  "Mosque": {"@id": "schema:Mosque"},
@@ -805,9 +856,9 @@ http_interactions:
805
856
  "Observational": {"@id": "schema:Observational"},
806
857
  "Obstetric": {"@id": "schema:Obstetric"},
807
858
  "Obstetric": {"@id": "schema:Obstetric"},
859
+ "Occupation": {"@id": "schema:Occupation"},
808
860
  "OccupationalActivity": {"@id": "schema:OccupationalActivity"},
809
861
  "OccupationalTherapy": {"@id": "schema:OccupationalTherapy"},
810
- "OccupationalTherapy": {"@id": "schema:OccupationalTherapy"},
811
862
  "OceanBodyOfWater": {"@id": "schema:OceanBodyOfWater"},
812
863
  "Offer": {"@id": "schema:Offer"},
813
864
  "OfferCatalog": {"@id": "schema:OfferCatalog"},
@@ -952,6 +1003,7 @@ http_interactions:
952
1003
  "QAPage": {"@id": "schema:QAPage"},
953
1004
  "QualitativeValue": {"@id": "schema:QualitativeValue"},
954
1005
  "QuantitativeValue": {"@id": "schema:QuantitativeValue"},
1006
+ "QuantitativeValueDistribution": {"@id": "schema:QuantitativeValueDistribution"},
955
1007
  "Quantity": {"@id": "schema:Quantity"},
956
1008
  "Question": {"@id": "schema:Question"},
957
1009
  "Quotation": {"@id": "schema:Quotation"},
@@ -1131,7 +1183,9 @@ http_interactions:
1131
1183
  "TireShop": {"@id": "schema:TireShop"},
1132
1184
  "TollFree": {"@id": "schema:TollFree"},
1133
1185
  "TouristAttraction": {"@id": "schema:TouristAttraction"},
1186
+ "TouristDestination": {"@id": "schema:TouristDestination"},
1134
1187
  "TouristInformationCenter": {"@id": "schema:TouristInformationCenter"},
1188
+ "TouristTrip": {"@id": "schema:TouristTrip"},
1135
1189
  "Toxicologic": {"@id": "schema:Toxicologic"},
1136
1190
  "ToyStore": {"@id": "schema:ToyStore"},
1137
1191
  "TrackAction": {"@id": "schema:TrackAction"},
@@ -1145,6 +1199,7 @@ http_interactions:
1145
1199
  "TravelAction": {"@id": "schema:TravelAction"},
1146
1200
  "TravelAgency": {"@id": "schema:TravelAgency"},
1147
1201
  "TreatmentIndication": {"@id": "schema:TreatmentIndication"},
1202
+ "Trip": {"@id": "schema:Trip"},
1148
1203
  "TripleBlindedTrial": {"@id": "schema:TripleBlindedTrial"},
1149
1204
  "Tuesday": {"@id": "schema:Tuesday"},
1150
1205
  "TypeAndQuantityNode": {"@id": "schema:TypeAndQuantityNode"},
@@ -1239,6 +1294,7 @@ http_interactions:
1239
1294
  "acquiredFrom": { "@id": "schema:acquiredFrom"},
1240
1295
  "acrissCode": { "@id": "schema:acrissCode"},
1241
1296
  "action": { "@id": "schema:action"},
1297
+ "actionAccessibilityRequirement": { "@id": "schema:actionAccessibilityRequirement"},
1242
1298
  "actionApplication": { "@id": "schema:actionApplication"},
1243
1299
  "actionOption": { "@id": "schema:actionOption"},
1244
1300
  "actionPlatform": { "@id": "schema:actionPlatform", "@type": "@id"},
@@ -1264,7 +1320,7 @@ http_interactions:
1264
1320
  "adverseOutcome": { "@id": "schema:adverseOutcome"},
1265
1321
  "affectedBy": { "@id": "schema:affectedBy"},
1266
1322
  "affiliation": { "@id": "schema:affiliation"},
1267
- "afterMedia": { "@id": "schema:afterMedia"},
1323
+ "afterMedia": { "@id": "schema:afterMedia", "@type": "@id"},
1268
1324
  "agent": { "@id": "schema:agent"},
1269
1325
  "aggregateRating": { "@id": "schema:aggregateRating"},
1270
1326
  "aircraft": { "@id": "schema:aircraft"},
@@ -1286,6 +1342,7 @@ http_interactions:
1286
1342
  "annualPercentageRate": { "@id": "schema:annualPercentageRate"},
1287
1343
  "answerCount": { "@id": "schema:answerCount"},
1288
1344
  "antagonist": { "@id": "schema:antagonist"},
1345
+ "appearance": { "@id": "schema:appearance"},
1289
1346
  "applicableLocation": { "@id": "schema:applicableLocation"},
1290
1347
  "application": { "@id": "schema:application"},
1291
1348
  "applicationCategory": { "@id": "schema:applicationCategory", "@type": "@id"},
@@ -1323,6 +1380,7 @@ http_interactions:
1323
1380
  "audience": { "@id": "schema:audience"},
1324
1381
  "audienceType": { "@id": "schema:audienceType"},
1325
1382
  "audio": { "@id": "schema:audio"},
1383
+ "authenticator": { "@id": "schema:authenticator"},
1326
1384
  "author": { "@id": "schema:author"},
1327
1385
  "availability": { "@id": "schema:availability"},
1328
1386
  "availabilityEnds": { "@id": "schema:availabilityEnds", "@type": "DateTime"},
@@ -1342,11 +1400,12 @@ http_interactions:
1342
1400
  "awards": { "@id": "schema:awards"},
1343
1401
  "awayTeam": { "@id": "schema:awayTeam"},
1344
1402
  "background": { "@id": "schema:background"},
1403
+ "backstory": { "@id": "schema:backstory"},
1345
1404
  "bankAccountType": { "@id": "schema:bankAccountType", "@type": "@id"},
1346
1405
  "baseSalary": { "@id": "schema:baseSalary"},
1347
1406
  "bccRecipient": { "@id": "schema:bccRecipient"},
1348
1407
  "bed": { "@id": "schema:bed"},
1349
- "beforeMedia": { "@id": "schema:beforeMedia"},
1408
+ "beforeMedia": { "@id": "schema:beforeMedia", "@type": "@id"},
1350
1409
  "beneficiaryBank": { "@id": "schema:beneficiaryBank"},
1351
1410
  "benefits": { "@id": "schema:benefits"},
1352
1411
  "benefitsSummaryUrl": { "@id": "schema:benefitsSummaryUrl", "@type": "@id"},
@@ -1468,6 +1527,7 @@ http_interactions:
1468
1527
  "cookingMethod": { "@id": "schema:cookingMethod"},
1469
1528
  "copyrightHolder": { "@id": "schema:copyrightHolder"},
1470
1529
  "copyrightYear": { "@id": "schema:copyrightYear"},
1530
+ "correction": { "@id": "schema:correction", "@type": "@id"},
1471
1531
  "correctionsPolicy": { "@id": "schema:correctionsPolicy", "@type": "@id"},
1472
1532
  "cost": { "@id": "schema:cost"},
1473
1533
  "costCategory": { "@id": "schema:costCategory"},
@@ -1542,6 +1602,7 @@ http_interactions:
1542
1602
  "distinguishingSign": { "@id": "schema:distinguishingSign"},
1543
1603
  "distribution": { "@id": "schema:distribution"},
1544
1604
  "diversityPolicy": { "@id": "schema:diversityPolicy", "@type": "@id"},
1605
+ "diversityStaffingReport": { "@id": "schema:diversityStaffingReport", "@type": "@id"},
1545
1606
  "documentation": { "@id": "schema:documentation", "@type": "@id"},
1546
1607
  "domainIncludes": { "@id": "schema:domainIncludes"},
1547
1608
  "domiciledMortgage": { "@id": "schema:domiciledMortgage"},
@@ -1564,7 +1625,7 @@ http_interactions:
1564
1625
  "duplicateTherapy": { "@id": "schema:duplicateTherapy"},
1565
1626
  "duration": { "@id": "schema:duration"},
1566
1627
  "durationOfWarranty": { "@id": "schema:durationOfWarranty"},
1567
- "duringMedia": { "@id": "schema:duringMedia"},
1628
+ "duringMedia": { "@id": "schema:duringMedia", "@type": "@id"},
1568
1629
  "earlyPrepaymentPenalty": { "@id": "schema:earlyPrepaymentPenalty"},
1569
1630
  "editor": { "@id": "schema:editor"},
1570
1631
  "educationRequirements": { "@id": "schema:educationRequirements"},
@@ -1587,7 +1648,7 @@ http_interactions:
1587
1648
  "employmentType": { "@id": "schema:employmentType"},
1588
1649
  "encodesCreativeWork": { "@id": "schema:encodesCreativeWork"},
1589
1650
  "encoding": { "@id": "schema:encoding"},
1590
- "encodingFormat": { "@id": "schema:encodingFormat"},
1651
+ "encodingFormat": { "@id": "schema:encodingFormat", "@type": "@id"},
1591
1652
  "encodingType": { "@id": "schema:encodingType"},
1592
1653
  "encodings": { "@id": "schema:encodings"},
1593
1654
  "endDate": { "@id": "schema:endDate", "@type": "Date"},
@@ -1617,7 +1678,6 @@ http_interactions:
1617
1678
  "evidenceOrigin": { "@id": "schema:evidenceOrigin"},
1618
1679
  "exampleOfWork": { "@id": "schema:exampleOfWork"},
1619
1680
  "exceptDate": { "@id": "schema:exceptDate", "@type": "Date"},
1620
- "exchangeRate": { "@id": "schema:exchangeRate"},
1621
1681
  "exchangeRateSpread": { "@id": "schema:exchangeRateSpread"},
1622
1682
  "executableLibraryName": { "@id": "schema:executableLibraryName"},
1623
1683
  "exerciseCourse": { "@id": "schema:exerciseCourse"},
@@ -1640,6 +1700,7 @@ http_interactions:
1640
1700
  "fiberContent": { "@id": "schema:fiberContent"},
1641
1701
  "fileFormat": { "@id": "schema:fileFormat", "@type": "@id"},
1642
1702
  "fileSize": { "@id": "schema:fileSize"},
1703
+ "firstAppearance": { "@id": "schema:firstAppearance"},
1643
1704
  "firstPerformance": { "@id": "schema:firstPerformance"},
1644
1705
  "flightDistance": { "@id": "schema:flightDistance"},
1645
1706
  "flightNumber": { "@id": "schema:flightNumber"},
@@ -1703,12 +1764,14 @@ http_interactions:
1703
1764
  "hasBroadcastChannel": { "@id": "schema:hasBroadcastChannel"},
1704
1765
  "hasCategoryCode": { "@id": "schema:hasCategoryCode"},
1705
1766
  "hasCourseInstance": { "@id": "schema:hasCourseInstance"},
1767
+ "hasDefinedTerm": { "@id": "schema:hasDefinedTerm"},
1706
1768
  "hasDeliveryMethod": { "@id": "schema:hasDeliveryMethod"},
1707
1769
  "hasDigitalDocumentPermission": { "@id": "schema:hasDigitalDocumentPermission"},
1708
1770
  "hasMap": { "@id": "schema:hasMap", "@type": "@id"},
1709
1771
  "hasMenu": { "@id": "schema:hasMenu", "@type": "@id"},
1710
1772
  "hasMenuItem": { "@id": "schema:hasMenuItem"},
1711
1773
  "hasMenuSection": { "@id": "schema:hasMenuSection"},
1774
+ "hasOccupation": { "@id": "schema:hasOccupation"},
1712
1775
  "hasOfferCatalog": { "@id": "schema:hasOfferCatalog"},
1713
1776
  "hasPOS": { "@id": "schema:hasPOS"},
1714
1777
  "hasPart": { "@id": "schema:hasPart"},
@@ -1749,6 +1812,7 @@ http_interactions:
1749
1812
  "inAlbum": { "@id": "schema:inAlbum"},
1750
1813
  "inBroadcastLineup": { "@id": "schema:inBroadcastLineup"},
1751
1814
  "inCodeSet": { "@id": "schema:inCodeSet", "@type": "@id"},
1815
+ "inDefinedTermSet": { "@id": "schema:inDefinedTermSet", "@type": "@id"},
1752
1816
  "inLanguage": { "@id": "schema:inLanguage"},
1753
1817
  "inPlaylist": { "@id": "schema:inPlaylist"},
1754
1818
  "inSupportOf": { "@id": "schema:inSupportOf"},
@@ -1759,6 +1823,7 @@ http_interactions:
1759
1823
  "includedInDataCatalog": { "@id": "schema:includedInDataCatalog"},
1760
1824
  "includedInHealthInsurancePlan": { "@id": "schema:includedInHealthInsurancePlan"},
1761
1825
  "includedRiskFactor": { "@id": "schema:includedRiskFactor"},
1826
+ "includesAttraction": { "@id": "schema:includesAttraction"},
1762
1827
  "includesHealthPlanFormulary": { "@id": "schema:includesHealthPlanFormulary"},
1763
1828
  "includesHealthPlanNetwork": { "@id": "schema:includesHealthPlanNetwork"},
1764
1829
  "includesObject": { "@id": "schema:includesObject"},
@@ -1814,12 +1879,15 @@ http_interactions:
1814
1879
  "itemOffered": { "@id": "schema:itemOffered"},
1815
1880
  "itemReviewed": { "@id": "schema:itemReviewed"},
1816
1881
  "itemShipped": { "@id": "schema:itemShipped"},
1882
+ "itinerary": { "@id": "schema:itinerary"},
1817
1883
  "jobBenefits": { "@id": "schema:jobBenefits"},
1818
1884
  "jobLocation": { "@id": "schema:jobLocation"},
1819
1885
  "jobTitle": { "@id": "schema:jobTitle"},
1820
1886
  "keywords": { "@id": "schema:keywords"},
1821
1887
  "knownVehicleDamages": { "@id": "schema:knownVehicleDamages"},
1822
1888
  "knows": { "@id": "schema:knows"},
1889
+ "knowsAbout": { "@id": "schema:knowsAbout", "@type": "@id"},
1890
+ "knowsLanguage": { "@id": "schema:knowsLanguage"},
1823
1891
  "labelDetails": { "@id": "schema:labelDetails", "@type": "@id"},
1824
1892
  "landlord": { "@id": "schema:landlord"},
1825
1893
  "language": { "@id": "schema:language"},
@@ -1828,20 +1896,17 @@ http_interactions:
1828
1896
  "learningResourceType": { "@id": "schema:learningResourceType"},
1829
1897
  "legalName": { "@id": "schema:legalName"},
1830
1898
  "legalStatus": { "@id": "schema:legalStatus"},
1831
- "legislationAppliedBy": { "@id": "schema:legislationAppliedBy"},
1832
1899
  "legislationApplies": { "@id": "schema:legislationApplies"},
1833
- "legislationChangedBy": { "@id": "schema:legislationChangedBy"},
1834
1900
  "legislationChanges": { "@id": "schema:legislationChanges"},
1835
- "legislationConsolidatedBy": { "@id": "schema:legislationConsolidatedBy"},
1836
1901
  "legislationConsolidates": { "@id": "schema:legislationConsolidates"},
1837
1902
  "legislationDate": { "@id": "schema:legislationDate", "@type": "Date"},
1838
1903
  "legislationDateVersion": { "@id": "schema:legislationDateVersion", "@type": "Date"},
1839
- "legislationIdentifier": { "@id": "schema:legislationIdentifier"},
1904
+ "legislationIdentifier": { "@id": "schema:legislationIdentifier", "@type": "@id"},
1905
+ "legislationJurisdiction": { "@id": "schema:legislationJurisdiction"},
1840
1906
  "legislationLegalForce": { "@id": "schema:legislationLegalForce"},
1841
1907
  "legislationLegalValue": { "@id": "schema:legislationLegalValue"},
1842
1908
  "legislationPassedBy": { "@id": "schema:legislationPassedBy"},
1843
1909
  "legislationResponsible": { "@id": "schema:legislationResponsible"},
1844
- "legislationTransposedBy": { "@id": "schema:legislationTransposedBy"},
1845
1910
  "legislationTransposes": { "@id": "schema:legislationTransposes"},
1846
1911
  "legislationType": { "@id": "schema:legislationType"},
1847
1912
  "leiCode": { "@id": "schema:leiCode"},
@@ -1886,6 +1951,7 @@ http_interactions:
1886
1951
  "mealService": { "@id": "schema:mealService"},
1887
1952
  "measurementTechnique": { "@id": "schema:measurementTechnique", "@type": "@id"},
1888
1953
  "mechanismOfAction": { "@id": "schema:mechanismOfAction"},
1954
+ "median": { "@id": "schema:median"},
1889
1955
  "medicalSpecialty": { "@id": "schema:medicalSpecialty"},
1890
1956
  "medicineSystem": { "@id": "schema:medicineSystem"},
1891
1957
  "meetsEmissionStandard": { "@id": "schema:meetsEmissionStandard", "@type": "@id"},
@@ -1926,6 +1992,7 @@ http_interactions:
1926
1992
  "nerveMotor": { "@id": "schema:nerveMotor"},
1927
1993
  "netWorth": { "@id": "schema:netWorth"},
1928
1994
  "nextItem": { "@id": "schema:nextItem"},
1995
+ "noBylinesPolicy": { "@id": "schema:noBylinesPolicy", "@type": "@id"},
1929
1996
  "nonEqual": { "@id": "schema:nonEqual"},
1930
1997
  "nonProprietaryName": { "@id": "schema:nonProprietaryName"},
1931
1998
  "normalRange": { "@id": "schema:normalRange"},
@@ -1950,6 +2017,7 @@ http_interactions:
1950
2017
  "nutrition": { "@id": "schema:nutrition"},
1951
2018
  "object": { "@id": "schema:object"},
1952
2019
  "occupancy": { "@id": "schema:occupancy"},
2020
+ "occupationLocation": { "@id": "schema:occupationLocation"},
1953
2021
  "occupationalCategory": { "@id": "schema:occupationalCategory"},
1954
2022
  "offerCount": { "@id": "schema:offerCount"},
1955
2023
  "offeredBy": { "@id": "schema:offeredBy"},
@@ -1978,6 +2046,7 @@ http_interactions:
1978
2046
  "overview": { "@id": "schema:overview"},
1979
2047
  "ownedFrom": { "@id": "schema:ownedFrom", "@type": "DateTime"},
1980
2048
  "ownedThrough": { "@id": "schema:ownedThrough", "@type": "DateTime"},
2049
+ "ownershipFundingInfo": { "@id": "schema:ownershipFundingInfo", "@type": "@id"},
1981
2050
  "owns": { "@id": "schema:owns"},
1982
2051
  "pageEnd": { "@id": "schema:pageEnd"},
1983
2052
  "pageStart": { "@id": "schema:pageStart"},
@@ -2008,6 +2077,10 @@ http_interactions:
2008
2077
  "paymentStatus": { "@id": "schema:paymentStatus"},
2009
2078
  "paymentUrl": { "@id": "schema:paymentUrl", "@type": "@id"},
2010
2079
  "penciler": { "@id": "schema:penciler"},
2080
+ "percentile10": { "@id": "schema:percentile10"},
2081
+ "percentile25": { "@id": "schema:percentile25"},
2082
+ "percentile75": { "@id": "schema:percentile75"},
2083
+ "percentile90": { "@id": "schema:percentile90"},
2011
2084
  "performTime": { "@id": "schema:performTime"},
2012
2085
  "performer": { "@id": "schema:performer"},
2013
2086
  "performerIn": { "@id": "schema:performerIn"},
@@ -2131,6 +2204,7 @@ http_interactions:
2131
2204
  "releaseNotes": { "@id": "schema:releaseNotes", "@type": "@id"},
2132
2205
  "releaseOf": { "@id": "schema:releaseOf"},
2133
2206
  "releasedEvent": { "@id": "schema:releasedEvent"},
2207
+ "relevantOccupation": { "@id": "schema:relevantOccupation"},
2134
2208
  "relevantSpecialty": { "@id": "schema:relevantSpecialty"},
2135
2209
  "remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity"},
2136
2210
  "renegotiableLoan": { "@id": "schema:renegotiableLoan"},
@@ -2159,6 +2233,7 @@ http_interactions:
2159
2233
  "resultComment": { "@id": "schema:resultComment"},
2160
2234
  "resultReview": { "@id": "schema:resultReview"},
2161
2235
  "review": { "@id": "schema:review"},
2236
+ "reviewAspect": { "@id": "schema:reviewAspect"},
2162
2237
  "reviewBody": { "@id": "schema:reviewBody"},
2163
2238
  "reviewCount": { "@id": "schema:reviewCount"},
2164
2239
  "reviewRating": { "@id": "schema:reviewRating"},
@@ -2183,6 +2258,9 @@ http_interactions:
2183
2258
  "schemaVersion": { "@id": "schema:schemaVersion", "@type": "@id"},
2184
2259
  "screenCount": { "@id": "schema:screenCount"},
2185
2260
  "screenshot": { "@id": "schema:screenshot", "@type": "@id"},
2261
+ "sdDatePublished": { "@id": "schema:sdDatePublished", "@type": "Date"},
2262
+ "sdLicense": { "@id": "schema:sdLicense", "@type": "@id"},
2263
+ "sdPublisher": { "@id": "schema:sdPublisher"},
2186
2264
  "season": { "@id": "schema:season"},
2187
2265
  "seasonNumber": { "@id": "schema:seasonNumber"},
2188
2266
  "seasons": { "@id": "schema:seasons"},
@@ -2252,6 +2330,7 @@ http_interactions:
2252
2330
  "startTime": { "@id": "schema:startTime", "@type": "DateTime"},
2253
2331
  "status": { "@id": "schema:status"},
2254
2332
  "steeringPosition": { "@id": "schema:steeringPosition"},
2333
+ "step": { "@id": "schema:step"},
2255
2334
  "stepValue": { "@id": "schema:stepValue"},
2256
2335
  "steps": { "@id": "schema:steps"},
2257
2336
  "storageRequirements": { "@id": "schema:storageRequirements", "@type": "@id"},
@@ -2271,6 +2350,7 @@ http_interactions:
2271
2350
  "subStageSuffix": { "@id": "schema:subStageSuffix"},
2272
2351
  "subStructure": { "@id": "schema:subStructure"},
2273
2352
  "subTest": { "@id": "schema:subTest"},
2353
+ "subjectOf": { "@id": "schema:subjectOf"},
2274
2354
  "subtitleLanguage": { "@id": "schema:subtitleLanguage"},
2275
2355
  "subtype": { "@id": "schema:subtype"},
2276
2356
  "successorOf": { "@id": "schema:successorOf"},
@@ -2298,6 +2378,7 @@ http_interactions:
2298
2378
  "telephone": { "@id": "schema:telephone"},
2299
2379
  "temporal": { "@id": "schema:temporal", "@type": "DateTime"},
2300
2380
  "temporalCoverage": { "@id": "schema:temporalCoverage", "@type": "@id"},
2381
+ "termCode": { "@id": "schema:termCode"},
2301
2382
  "termsOfService": { "@id": "schema:termsOfService", "@type": "@id"},
2302
2383
  "text": { "@id": "schema:text"},
2303
2384
  "thumbnail": { "@id": "schema:thumbnail"},
@@ -2412,7 +2493,7 @@ http_interactions:
2412
2493
  }
2413
2494
  }
2414
2495
  http_version:
2415
- recorded_at: Mon, 21 May 2018 15:00:50 GMT
2496
+ recorded_at: Thu, 06 Sep 2018 07:23:00 GMT
2416
2497
  - request:
2417
2498
  method: get
2418
2499
  uri: http://schema.org/
@@ -2426,6 +2507,41 @@ http_interactions:
2426
2507
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
2427
2508
  User-Agent:
2428
2509
  - Ruby
2510
+ response:
2511
+ status:
2512
+ code: 301
2513
+ message: Moved Permanently
2514
+ headers:
2515
+ Location:
2516
+ - https://schema.org/
2517
+ X-Cloud-Trace-Context:
2518
+ - 9514ac9248480622796371c89873c495
2519
+ Date:
2520
+ - Thu, 06 Sep 2018 07:23:00 GMT
2521
+ Content-Type:
2522
+ - text/html
2523
+ Server:
2524
+ - Google Frontend
2525
+ Content-Length:
2526
+ - '0'
2527
+ body:
2528
+ encoding: UTF-8
2529
+ string: ''
2530
+ http_version:
2531
+ recorded_at: Thu, 06 Sep 2018 07:23:00 GMT
2532
+ - request:
2533
+ method: get
2534
+ uri: https://schema.org/
2535
+ body:
2536
+ encoding: US-ASCII
2537
+ string: ''
2538
+ headers:
2539
+ Accept:
2540
+ - application/ld+json, application/json
2541
+ Accept-Encoding:
2542
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
2543
+ User-Agent:
2544
+ - Ruby
2429
2545
  response:
2430
2546
  status:
2431
2547
  code: 302
@@ -2436,29 +2552,31 @@ http_interactions:
2436
2552
  Access-Control-Allow-Origin:
2437
2553
  - "*"
2438
2554
  Location:
2439
- - http://schema.org/docs/jsonldcontext.json
2555
+ - https://schema.org/docs/jsonldcontext.json
2440
2556
  Cache-Control:
2441
2557
  - private, max-age=600
2442
2558
  Vary:
2443
2559
  - Accept, Accept-Encoding
2444
2560
  Set-Cookie:
2445
- - GOOGAPPUID=20180402t222137; Path=/
2561
+ - GOOGAPPUID=3-4; Path=/
2446
2562
  X-Cloud-Trace-Context:
2447
- - ef8c75cc27f2604e5b41fb352ba1fe43
2563
+ - 99a2129c1f1f39656a016561c2c3ff49
2448
2564
  Date:
2449
- - Mon, 21 May 2018 15:00:50 GMT
2565
+ - Thu, 06 Sep 2018 07:23:03 GMT
2450
2566
  Server:
2451
2567
  - Google Frontend
2452
2568
  Content-Length:
2453
2569
  - '0'
2570
+ Alt-Svc:
2571
+ - quic=":443"; ma=2592000; v="44,43,39,35"
2454
2572
  body:
2455
2573
  encoding: UTF-8
2456
2574
  string: ''
2457
2575
  http_version:
2458
- recorded_at: Mon, 21 May 2018 15:00:50 GMT
2576
+ recorded_at: Thu, 06 Sep 2018 07:23:04 GMT
2459
2577
  - request:
2460
2578
  method: get
2461
- uri: http://schema.org/docs/jsonldcontext.json
2579
+ uri: https://schema.org/docs/jsonldcontext.json
2462
2580
  body:
2463
2581
  encoding: US-ASCII
2464
2582
  string: ''
@@ -2483,21 +2601,23 @@ http_interactions:
2483
2601
  Content-Type:
2484
2602
  - application/ld+json; charset=utf-8
2485
2603
  Etag:
2486
- - 24751180521150023a2048647386json
2604
+ - 24751180906071440a-2472518481625751334json
2487
2605
  Last-Modified:
2488
- - Mon, 21 May 2018 15:00:23 UTC
2606
+ - Thu, 06 Sep 2018 07:14:40 UTC
2489
2607
  Set-Cookie:
2490
- - GOOGAPPUID=20180402t222137; Path=/
2608
+ - GOOGAPPUID=3-4; Path=/
2491
2609
  X-Cloud-Trace-Context:
2492
- - 5fce0f691651e96d7061588c94b9f603
2610
+ - 8190ab3f3eaf5d010f40c266b495c629
2493
2611
  Date:
2494
- - Mon, 21 May 2018 15:00:50 GMT
2612
+ - Thu, 06 Sep 2018 07:23:04 GMT
2495
2613
  Server:
2496
2614
  - Google Frontend
2497
2615
  Content-Length:
2498
- - '133672'
2616
+ - '136321'
2499
2617
  Expires:
2500
- - Mon, 21 May 2018 15:00:50 GMT
2618
+ - Thu, 06 Sep 2018 07:23:04 GMT
2619
+ Alt-Svc:
2620
+ - quic=":443"; ma=2592000; v="44,43,39,35"
2501
2621
  body:
2502
2622
  encoding: UTF-8
2503
2623
  string: |
@@ -2505,6 +2625,8 @@ http_interactions:
2505
2625
  "@context": {
2506
2626
  "type": "@type",
2507
2627
  "id": "@id",
2628
+ "HTML": { "@id": "rdf:HTML" },
2629
+
2508
2630
  "@vocab": "http://schema.org/",
2509
2631
  "schema": "http://schema.org/",
2510
2632
  "cat": "http://www.w3.org/ns/dcat#",
@@ -2559,6 +2681,7 @@ http_interactions:
2559
2681
  "AccountingService": {"@id": "schema:AccountingService"},
2560
2682
  "AchieveAction": {"@id": "schema:AchieveAction"},
2561
2683
  "Action": {"@id": "schema:Action"},
2684
+ "ActionAccessSpecification": {"@id": "schema:ActionAccessSpecification"},
2562
2685
  "ActionStatusType": {"@id": "schema:ActionStatusType"},
2563
2686
  "ActivateAction": {"@id": "schema:ActivateAction"},
2564
2687
  "ActiveActionStatus": {"@id": "schema:ActiveActionStatus"},
@@ -2597,6 +2720,7 @@ http_interactions:
2597
2720
  "Artery": {"@id": "schema:Artery"},
2598
2721
  "Article": {"@id": "schema:Article"},
2599
2722
  "AskAction": {"@id": "schema:AskAction"},
2723
+ "AskPublicNewsArticle": {"@id": "schema:AskPublicNewsArticle"},
2600
2724
  "AssessAction": {"@id": "schema:AssessAction"},
2601
2725
  "AssignAction": {"@id": "schema:AssignAction"},
2602
2726
  "Atlas": {"@id": "schema:Atlas"},
@@ -2699,6 +2823,7 @@ http_interactions:
2699
2823
  "City": {"@id": "schema:City"},
2700
2824
  "CityHall": {"@id": "schema:CityHall"},
2701
2825
  "CivicStructure": {"@id": "schema:CivicStructure"},
2826
+ "Claim": {"@id": "schema:Claim"},
2702
2827
  "ClaimReview": {"@id": "schema:ClaimReview"},
2703
2828
  "Class": {"@id": "schema:Class"},
2704
2829
  "Clinician": {"@id": "schema:Clinician"},
@@ -2741,6 +2866,7 @@ http_interactions:
2741
2866
  "Conversation": {"@id": "schema:Conversation"},
2742
2867
  "CookAction": {"@id": "schema:CookAction"},
2743
2868
  "Corporation": {"@id": "schema:Corporation"},
2869
+ "CorrectionComment": {"@id": "schema:CorrectionComment"},
2744
2870
  "Country": {"@id": "schema:Country"},
2745
2871
  "Course": {"@id": "schema:Course"},
2746
2872
  "CourseInstance": {"@id": "schema:CourseInstance"},
@@ -2775,7 +2901,9 @@ http_interactions:
2775
2901
  "DaySpa": {"@id": "schema:DaySpa"},
2776
2902
  "DeactivateAction": {"@id": "schema:DeactivateAction"},
2777
2903
  "DefenceEstablishment": {"@id": "schema:DefenceEstablishment"},
2778
- "Definitive": {"@id": "schema:Definitive"},
2904
+ "DefinedTerm": {"@id": "schema:DefinedTerm"},
2905
+ "DefinedTermSet": {"@id": "schema:DefinedTermSet"},
2906
+ "DefinitiveLegalValue": {"@id": "schema:DefinitiveLegalValue"},
2779
2907
  "DeleteAction": {"@id": "schema:DeleteAction"},
2780
2908
  "DeliveryChargeSpecification": {"@id": "schema:DeliveryChargeSpecification"},
2781
2909
  "DeliveryEvent": {"@id": "schema:DeliveryEvent"},
@@ -2844,6 +2972,7 @@ http_interactions:
2844
2972
  "Emergency": {"@id": "schema:Emergency"},
2845
2973
  "EmergencyService": {"@id": "schema:EmergencyService"},
2846
2974
  "EmployeeRole": {"@id": "schema:EmployeeRole"},
2975
+ "EmployerAggregateRating": {"@id": "schema:EmployerAggregateRating"},
2847
2976
  "EmployerReview": {"@id": "schema:EmployerReview"},
2848
2977
  "EmploymentAgency": {"@id": "schema:EmploymentAgency"},
2849
2978
  "Endocrine": {"@id": "schema:Endocrine"},
@@ -2874,6 +3003,7 @@ http_interactions:
2874
3003
  "ExercisePlan": {"@id": "schema:ExercisePlan"},
2875
3004
  "ExhibitionEvent": {"@id": "schema:ExhibitionEvent"},
2876
3005
  "Eye": {"@id": "schema:Eye"},
3006
+ "FAQPage": {"@id": "schema:FAQPage"},
2877
3007
  "FDAcategoryA": {"@id": "schema:FDAcategoryA"},
2878
3008
  "FDAcategoryB": {"@id": "schema:FDAcategoryB"},
2879
3009
  "FDAcategoryC": {"@id": "schema:FDAcategoryC"},
@@ -3061,6 +3191,7 @@ http_interactions:
3061
3191
  "Mass": {"@id": "schema:Mass"},
3062
3192
  "MaximumDoseSchedule": {"@id": "schema:MaximumDoseSchedule"},
3063
3193
  "MediaObject": {"@id": "schema:MediaObject"},
3194
+ "MediaSubscription": {"@id": "schema:MediaSubscription"},
3064
3195
  "MedicalAudience": {"@id": "schema:MedicalAudience"},
3065
3196
  "MedicalBusiness": {"@id": "schema:MedicalBusiness"},
3066
3197
  "MedicalCause": {"@id": "schema:MedicalCause"},
@@ -3118,6 +3249,7 @@ http_interactions:
3118
3249
  "MobilePhoneStore": {"@id": "schema:MobilePhoneStore"},
3119
3250
  "Monday": {"@id": "schema:Monday"},
3120
3251
  "MonetaryAmount": {"@id": "schema:MonetaryAmount"},
3252
+ "MonetaryAmountDistribution": {"@id": "schema:MonetaryAmountDistribution"},
3121
3253
  "MoneyTransfer": {"@id": "schema:MoneyTransfer"},
3122
3254
  "MortgageLoan": {"@id": "schema:MortgageLoan"},
3123
3255
  "Mosque": {"@id": "schema:Mosque"},
@@ -3179,9 +3311,9 @@ http_interactions:
3179
3311
  "Observational": {"@id": "schema:Observational"},
3180
3312
  "Obstetric": {"@id": "schema:Obstetric"},
3181
3313
  "Obstetric": {"@id": "schema:Obstetric"},
3314
+ "Occupation": {"@id": "schema:Occupation"},
3182
3315
  "OccupationalActivity": {"@id": "schema:OccupationalActivity"},
3183
3316
  "OccupationalTherapy": {"@id": "schema:OccupationalTherapy"},
3184
- "OccupationalTherapy": {"@id": "schema:OccupationalTherapy"},
3185
3317
  "OceanBodyOfWater": {"@id": "schema:OceanBodyOfWater"},
3186
3318
  "Offer": {"@id": "schema:Offer"},
3187
3319
  "OfferCatalog": {"@id": "schema:OfferCatalog"},
@@ -3326,6 +3458,7 @@ http_interactions:
3326
3458
  "QAPage": {"@id": "schema:QAPage"},
3327
3459
  "QualitativeValue": {"@id": "schema:QualitativeValue"},
3328
3460
  "QuantitativeValue": {"@id": "schema:QuantitativeValue"},
3461
+ "QuantitativeValueDistribution": {"@id": "schema:QuantitativeValueDistribution"},
3329
3462
  "Quantity": {"@id": "schema:Quantity"},
3330
3463
  "Question": {"@id": "schema:Question"},
3331
3464
  "Quotation": {"@id": "schema:Quotation"},
@@ -3505,7 +3638,9 @@ http_interactions:
3505
3638
  "TireShop": {"@id": "schema:TireShop"},
3506
3639
  "TollFree": {"@id": "schema:TollFree"},
3507
3640
  "TouristAttraction": {"@id": "schema:TouristAttraction"},
3641
+ "TouristDestination": {"@id": "schema:TouristDestination"},
3508
3642
  "TouristInformationCenter": {"@id": "schema:TouristInformationCenter"},
3643
+ "TouristTrip": {"@id": "schema:TouristTrip"},
3509
3644
  "Toxicologic": {"@id": "schema:Toxicologic"},
3510
3645
  "ToyStore": {"@id": "schema:ToyStore"},
3511
3646
  "TrackAction": {"@id": "schema:TrackAction"},
@@ -3519,6 +3654,7 @@ http_interactions:
3519
3654
  "TravelAction": {"@id": "schema:TravelAction"},
3520
3655
  "TravelAgency": {"@id": "schema:TravelAgency"},
3521
3656
  "TreatmentIndication": {"@id": "schema:TreatmentIndication"},
3657
+ "Trip": {"@id": "schema:Trip"},
3522
3658
  "TripleBlindedTrial": {"@id": "schema:TripleBlindedTrial"},
3523
3659
  "Tuesday": {"@id": "schema:Tuesday"},
3524
3660
  "TypeAndQuantityNode": {"@id": "schema:TypeAndQuantityNode"},
@@ -3613,6 +3749,7 @@ http_interactions:
3613
3749
  "acquiredFrom": { "@id": "schema:acquiredFrom"},
3614
3750
  "acrissCode": { "@id": "schema:acrissCode"},
3615
3751
  "action": { "@id": "schema:action"},
3752
+ "actionAccessibilityRequirement": { "@id": "schema:actionAccessibilityRequirement"},
3616
3753
  "actionApplication": { "@id": "schema:actionApplication"},
3617
3754
  "actionOption": { "@id": "schema:actionOption"},
3618
3755
  "actionPlatform": { "@id": "schema:actionPlatform", "@type": "@id"},
@@ -3638,7 +3775,7 @@ http_interactions:
3638
3775
  "adverseOutcome": { "@id": "schema:adverseOutcome"},
3639
3776
  "affectedBy": { "@id": "schema:affectedBy"},
3640
3777
  "affiliation": { "@id": "schema:affiliation"},
3641
- "afterMedia": { "@id": "schema:afterMedia"},
3778
+ "afterMedia": { "@id": "schema:afterMedia", "@type": "@id"},
3642
3779
  "agent": { "@id": "schema:agent"},
3643
3780
  "aggregateRating": { "@id": "schema:aggregateRating"},
3644
3781
  "aircraft": { "@id": "schema:aircraft"},
@@ -3660,6 +3797,7 @@ http_interactions:
3660
3797
  "annualPercentageRate": { "@id": "schema:annualPercentageRate"},
3661
3798
  "answerCount": { "@id": "schema:answerCount"},
3662
3799
  "antagonist": { "@id": "schema:antagonist"},
3800
+ "appearance": { "@id": "schema:appearance"},
3663
3801
  "applicableLocation": { "@id": "schema:applicableLocation"},
3664
3802
  "application": { "@id": "schema:application"},
3665
3803
  "applicationCategory": { "@id": "schema:applicationCategory", "@type": "@id"},
@@ -3697,6 +3835,7 @@ http_interactions:
3697
3835
  "audience": { "@id": "schema:audience"},
3698
3836
  "audienceType": { "@id": "schema:audienceType"},
3699
3837
  "audio": { "@id": "schema:audio"},
3838
+ "authenticator": { "@id": "schema:authenticator"},
3700
3839
  "author": { "@id": "schema:author"},
3701
3840
  "availability": { "@id": "schema:availability"},
3702
3841
  "availabilityEnds": { "@id": "schema:availabilityEnds", "@type": "DateTime"},
@@ -3716,11 +3855,12 @@ http_interactions:
3716
3855
  "awards": { "@id": "schema:awards"},
3717
3856
  "awayTeam": { "@id": "schema:awayTeam"},
3718
3857
  "background": { "@id": "schema:background"},
3858
+ "backstory": { "@id": "schema:backstory"},
3719
3859
  "bankAccountType": { "@id": "schema:bankAccountType", "@type": "@id"},
3720
3860
  "baseSalary": { "@id": "schema:baseSalary"},
3721
3861
  "bccRecipient": { "@id": "schema:bccRecipient"},
3722
3862
  "bed": { "@id": "schema:bed"},
3723
- "beforeMedia": { "@id": "schema:beforeMedia"},
3863
+ "beforeMedia": { "@id": "schema:beforeMedia", "@type": "@id"},
3724
3864
  "beneficiaryBank": { "@id": "schema:beneficiaryBank"},
3725
3865
  "benefits": { "@id": "schema:benefits"},
3726
3866
  "benefitsSummaryUrl": { "@id": "schema:benefitsSummaryUrl", "@type": "@id"},
@@ -3842,6 +3982,7 @@ http_interactions:
3842
3982
  "cookingMethod": { "@id": "schema:cookingMethod"},
3843
3983
  "copyrightHolder": { "@id": "schema:copyrightHolder"},
3844
3984
  "copyrightYear": { "@id": "schema:copyrightYear"},
3985
+ "correction": { "@id": "schema:correction", "@type": "@id"},
3845
3986
  "correctionsPolicy": { "@id": "schema:correctionsPolicy", "@type": "@id"},
3846
3987
  "cost": { "@id": "schema:cost"},
3847
3988
  "costCategory": { "@id": "schema:costCategory"},
@@ -3916,6 +4057,7 @@ http_interactions:
3916
4057
  "distinguishingSign": { "@id": "schema:distinguishingSign"},
3917
4058
  "distribution": { "@id": "schema:distribution"},
3918
4059
  "diversityPolicy": { "@id": "schema:diversityPolicy", "@type": "@id"},
4060
+ "diversityStaffingReport": { "@id": "schema:diversityStaffingReport", "@type": "@id"},
3919
4061
  "documentation": { "@id": "schema:documentation", "@type": "@id"},
3920
4062
  "domainIncludes": { "@id": "schema:domainIncludes"},
3921
4063
  "domiciledMortgage": { "@id": "schema:domiciledMortgage"},
@@ -3938,7 +4080,7 @@ http_interactions:
3938
4080
  "duplicateTherapy": { "@id": "schema:duplicateTherapy"},
3939
4081
  "duration": { "@id": "schema:duration"},
3940
4082
  "durationOfWarranty": { "@id": "schema:durationOfWarranty"},
3941
- "duringMedia": { "@id": "schema:duringMedia"},
4083
+ "duringMedia": { "@id": "schema:duringMedia", "@type": "@id"},
3942
4084
  "earlyPrepaymentPenalty": { "@id": "schema:earlyPrepaymentPenalty"},
3943
4085
  "editor": { "@id": "schema:editor"},
3944
4086
  "educationRequirements": { "@id": "schema:educationRequirements"},
@@ -3961,7 +4103,7 @@ http_interactions:
3961
4103
  "employmentType": { "@id": "schema:employmentType"},
3962
4104
  "encodesCreativeWork": { "@id": "schema:encodesCreativeWork"},
3963
4105
  "encoding": { "@id": "schema:encoding"},
3964
- "encodingFormat": { "@id": "schema:encodingFormat"},
4106
+ "encodingFormat": { "@id": "schema:encodingFormat", "@type": "@id"},
3965
4107
  "encodingType": { "@id": "schema:encodingType"},
3966
4108
  "encodings": { "@id": "schema:encodings"},
3967
4109
  "endDate": { "@id": "schema:endDate", "@type": "Date"},
@@ -3991,7 +4133,6 @@ http_interactions:
3991
4133
  "evidenceOrigin": { "@id": "schema:evidenceOrigin"},
3992
4134
  "exampleOfWork": { "@id": "schema:exampleOfWork"},
3993
4135
  "exceptDate": { "@id": "schema:exceptDate", "@type": "Date"},
3994
- "exchangeRate": { "@id": "schema:exchangeRate"},
3995
4136
  "exchangeRateSpread": { "@id": "schema:exchangeRateSpread"},
3996
4137
  "executableLibraryName": { "@id": "schema:executableLibraryName"},
3997
4138
  "exerciseCourse": { "@id": "schema:exerciseCourse"},
@@ -4014,6 +4155,7 @@ http_interactions:
4014
4155
  "fiberContent": { "@id": "schema:fiberContent"},
4015
4156
  "fileFormat": { "@id": "schema:fileFormat", "@type": "@id"},
4016
4157
  "fileSize": { "@id": "schema:fileSize"},
4158
+ "firstAppearance": { "@id": "schema:firstAppearance"},
4017
4159
  "firstPerformance": { "@id": "schema:firstPerformance"},
4018
4160
  "flightDistance": { "@id": "schema:flightDistance"},
4019
4161
  "flightNumber": { "@id": "schema:flightNumber"},
@@ -4077,12 +4219,14 @@ http_interactions:
4077
4219
  "hasBroadcastChannel": { "@id": "schema:hasBroadcastChannel"},
4078
4220
  "hasCategoryCode": { "@id": "schema:hasCategoryCode"},
4079
4221
  "hasCourseInstance": { "@id": "schema:hasCourseInstance"},
4222
+ "hasDefinedTerm": { "@id": "schema:hasDefinedTerm"},
4080
4223
  "hasDeliveryMethod": { "@id": "schema:hasDeliveryMethod"},
4081
4224
  "hasDigitalDocumentPermission": { "@id": "schema:hasDigitalDocumentPermission"},
4082
4225
  "hasMap": { "@id": "schema:hasMap", "@type": "@id"},
4083
4226
  "hasMenu": { "@id": "schema:hasMenu", "@type": "@id"},
4084
4227
  "hasMenuItem": { "@id": "schema:hasMenuItem"},
4085
4228
  "hasMenuSection": { "@id": "schema:hasMenuSection"},
4229
+ "hasOccupation": { "@id": "schema:hasOccupation"},
4086
4230
  "hasOfferCatalog": { "@id": "schema:hasOfferCatalog"},
4087
4231
  "hasPOS": { "@id": "schema:hasPOS"},
4088
4232
  "hasPart": { "@id": "schema:hasPart"},
@@ -4123,6 +4267,7 @@ http_interactions:
4123
4267
  "inAlbum": { "@id": "schema:inAlbum"},
4124
4268
  "inBroadcastLineup": { "@id": "schema:inBroadcastLineup"},
4125
4269
  "inCodeSet": { "@id": "schema:inCodeSet", "@type": "@id"},
4270
+ "inDefinedTermSet": { "@id": "schema:inDefinedTermSet", "@type": "@id"},
4126
4271
  "inLanguage": { "@id": "schema:inLanguage"},
4127
4272
  "inPlaylist": { "@id": "schema:inPlaylist"},
4128
4273
  "inSupportOf": { "@id": "schema:inSupportOf"},
@@ -4133,6 +4278,7 @@ http_interactions:
4133
4278
  "includedInDataCatalog": { "@id": "schema:includedInDataCatalog"},
4134
4279
  "includedInHealthInsurancePlan": { "@id": "schema:includedInHealthInsurancePlan"},
4135
4280
  "includedRiskFactor": { "@id": "schema:includedRiskFactor"},
4281
+ "includesAttraction": { "@id": "schema:includesAttraction"},
4136
4282
  "includesHealthPlanFormulary": { "@id": "schema:includesHealthPlanFormulary"},
4137
4283
  "includesHealthPlanNetwork": { "@id": "schema:includesHealthPlanNetwork"},
4138
4284
  "includesObject": { "@id": "schema:includesObject"},
@@ -4188,12 +4334,15 @@ http_interactions:
4188
4334
  "itemOffered": { "@id": "schema:itemOffered"},
4189
4335
  "itemReviewed": { "@id": "schema:itemReviewed"},
4190
4336
  "itemShipped": { "@id": "schema:itemShipped"},
4337
+ "itinerary": { "@id": "schema:itinerary"},
4191
4338
  "jobBenefits": { "@id": "schema:jobBenefits"},
4192
4339
  "jobLocation": { "@id": "schema:jobLocation"},
4193
4340
  "jobTitle": { "@id": "schema:jobTitle"},
4194
4341
  "keywords": { "@id": "schema:keywords"},
4195
4342
  "knownVehicleDamages": { "@id": "schema:knownVehicleDamages"},
4196
4343
  "knows": { "@id": "schema:knows"},
4344
+ "knowsAbout": { "@id": "schema:knowsAbout", "@type": "@id"},
4345
+ "knowsLanguage": { "@id": "schema:knowsLanguage"},
4197
4346
  "labelDetails": { "@id": "schema:labelDetails", "@type": "@id"},
4198
4347
  "landlord": { "@id": "schema:landlord"},
4199
4348
  "language": { "@id": "schema:language"},
@@ -4202,20 +4351,17 @@ http_interactions:
4202
4351
  "learningResourceType": { "@id": "schema:learningResourceType"},
4203
4352
  "legalName": { "@id": "schema:legalName"},
4204
4353
  "legalStatus": { "@id": "schema:legalStatus"},
4205
- "legislationAppliedBy": { "@id": "schema:legislationAppliedBy"},
4206
4354
  "legislationApplies": { "@id": "schema:legislationApplies"},
4207
- "legislationChangedBy": { "@id": "schema:legislationChangedBy"},
4208
4355
  "legislationChanges": { "@id": "schema:legislationChanges"},
4209
- "legislationConsolidatedBy": { "@id": "schema:legislationConsolidatedBy"},
4210
4356
  "legislationConsolidates": { "@id": "schema:legislationConsolidates"},
4211
4357
  "legislationDate": { "@id": "schema:legislationDate", "@type": "Date"},
4212
4358
  "legislationDateVersion": { "@id": "schema:legislationDateVersion", "@type": "Date"},
4213
- "legislationIdentifier": { "@id": "schema:legislationIdentifier"},
4359
+ "legislationIdentifier": { "@id": "schema:legislationIdentifier", "@type": "@id"},
4360
+ "legislationJurisdiction": { "@id": "schema:legislationJurisdiction"},
4214
4361
  "legislationLegalForce": { "@id": "schema:legislationLegalForce"},
4215
4362
  "legislationLegalValue": { "@id": "schema:legislationLegalValue"},
4216
4363
  "legislationPassedBy": { "@id": "schema:legislationPassedBy"},
4217
4364
  "legislationResponsible": { "@id": "schema:legislationResponsible"},
4218
- "legislationTransposedBy": { "@id": "schema:legislationTransposedBy"},
4219
4365
  "legislationTransposes": { "@id": "schema:legislationTransposes"},
4220
4366
  "legislationType": { "@id": "schema:legislationType"},
4221
4367
  "leiCode": { "@id": "schema:leiCode"},
@@ -4260,6 +4406,7 @@ http_interactions:
4260
4406
  "mealService": { "@id": "schema:mealService"},
4261
4407
  "measurementTechnique": { "@id": "schema:measurementTechnique", "@type": "@id"},
4262
4408
  "mechanismOfAction": { "@id": "schema:mechanismOfAction"},
4409
+ "median": { "@id": "schema:median"},
4263
4410
  "medicalSpecialty": { "@id": "schema:medicalSpecialty"},
4264
4411
  "medicineSystem": { "@id": "schema:medicineSystem"},
4265
4412
  "meetsEmissionStandard": { "@id": "schema:meetsEmissionStandard", "@type": "@id"},
@@ -4300,6 +4447,7 @@ http_interactions:
4300
4447
  "nerveMotor": { "@id": "schema:nerveMotor"},
4301
4448
  "netWorth": { "@id": "schema:netWorth"},
4302
4449
  "nextItem": { "@id": "schema:nextItem"},
4450
+ "noBylinesPolicy": { "@id": "schema:noBylinesPolicy", "@type": "@id"},
4303
4451
  "nonEqual": { "@id": "schema:nonEqual"},
4304
4452
  "nonProprietaryName": { "@id": "schema:nonProprietaryName"},
4305
4453
  "normalRange": { "@id": "schema:normalRange"},
@@ -4324,6 +4472,7 @@ http_interactions:
4324
4472
  "nutrition": { "@id": "schema:nutrition"},
4325
4473
  "object": { "@id": "schema:object"},
4326
4474
  "occupancy": { "@id": "schema:occupancy"},
4475
+ "occupationLocation": { "@id": "schema:occupationLocation"},
4327
4476
  "occupationalCategory": { "@id": "schema:occupationalCategory"},
4328
4477
  "offerCount": { "@id": "schema:offerCount"},
4329
4478
  "offeredBy": { "@id": "schema:offeredBy"},
@@ -4352,6 +4501,7 @@ http_interactions:
4352
4501
  "overview": { "@id": "schema:overview"},
4353
4502
  "ownedFrom": { "@id": "schema:ownedFrom", "@type": "DateTime"},
4354
4503
  "ownedThrough": { "@id": "schema:ownedThrough", "@type": "DateTime"},
4504
+ "ownershipFundingInfo": { "@id": "schema:ownershipFundingInfo", "@type": "@id"},
4355
4505
  "owns": { "@id": "schema:owns"},
4356
4506
  "pageEnd": { "@id": "schema:pageEnd"},
4357
4507
  "pageStart": { "@id": "schema:pageStart"},
@@ -4382,6 +4532,10 @@ http_interactions:
4382
4532
  "paymentStatus": { "@id": "schema:paymentStatus"},
4383
4533
  "paymentUrl": { "@id": "schema:paymentUrl", "@type": "@id"},
4384
4534
  "penciler": { "@id": "schema:penciler"},
4535
+ "percentile10": { "@id": "schema:percentile10"},
4536
+ "percentile25": { "@id": "schema:percentile25"},
4537
+ "percentile75": { "@id": "schema:percentile75"},
4538
+ "percentile90": { "@id": "schema:percentile90"},
4385
4539
  "performTime": { "@id": "schema:performTime"},
4386
4540
  "performer": { "@id": "schema:performer"},
4387
4541
  "performerIn": { "@id": "schema:performerIn"},
@@ -4505,6 +4659,7 @@ http_interactions:
4505
4659
  "releaseNotes": { "@id": "schema:releaseNotes", "@type": "@id"},
4506
4660
  "releaseOf": { "@id": "schema:releaseOf"},
4507
4661
  "releasedEvent": { "@id": "schema:releasedEvent"},
4662
+ "relevantOccupation": { "@id": "schema:relevantOccupation"},
4508
4663
  "relevantSpecialty": { "@id": "schema:relevantSpecialty"},
4509
4664
  "remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity"},
4510
4665
  "renegotiableLoan": { "@id": "schema:renegotiableLoan"},
@@ -4533,6 +4688,7 @@ http_interactions:
4533
4688
  "resultComment": { "@id": "schema:resultComment"},
4534
4689
  "resultReview": { "@id": "schema:resultReview"},
4535
4690
  "review": { "@id": "schema:review"},
4691
+ "reviewAspect": { "@id": "schema:reviewAspect"},
4536
4692
  "reviewBody": { "@id": "schema:reviewBody"},
4537
4693
  "reviewCount": { "@id": "schema:reviewCount"},
4538
4694
  "reviewRating": { "@id": "schema:reviewRating"},
@@ -4557,6 +4713,9 @@ http_interactions:
4557
4713
  "schemaVersion": { "@id": "schema:schemaVersion", "@type": "@id"},
4558
4714
  "screenCount": { "@id": "schema:screenCount"},
4559
4715
  "screenshot": { "@id": "schema:screenshot", "@type": "@id"},
4716
+ "sdDatePublished": { "@id": "schema:sdDatePublished", "@type": "Date"},
4717
+ "sdLicense": { "@id": "schema:sdLicense", "@type": "@id"},
4718
+ "sdPublisher": { "@id": "schema:sdPublisher"},
4560
4719
  "season": { "@id": "schema:season"},
4561
4720
  "seasonNumber": { "@id": "schema:seasonNumber"},
4562
4721
  "seasons": { "@id": "schema:seasons"},
@@ -4626,6 +4785,7 @@ http_interactions:
4626
4785
  "startTime": { "@id": "schema:startTime", "@type": "DateTime"},
4627
4786
  "status": { "@id": "schema:status"},
4628
4787
  "steeringPosition": { "@id": "schema:steeringPosition"},
4788
+ "step": { "@id": "schema:step"},
4629
4789
  "stepValue": { "@id": "schema:stepValue"},
4630
4790
  "steps": { "@id": "schema:steps"},
4631
4791
  "storageRequirements": { "@id": "schema:storageRequirements", "@type": "@id"},
@@ -4645,6 +4805,7 @@ http_interactions:
4645
4805
  "subStageSuffix": { "@id": "schema:subStageSuffix"},
4646
4806
  "subStructure": { "@id": "schema:subStructure"},
4647
4807
  "subTest": { "@id": "schema:subTest"},
4808
+ "subjectOf": { "@id": "schema:subjectOf"},
4648
4809
  "subtitleLanguage": { "@id": "schema:subtitleLanguage"},
4649
4810
  "subtype": { "@id": "schema:subtype"},
4650
4811
  "successorOf": { "@id": "schema:successorOf"},
@@ -4672,6 +4833,7 @@ http_interactions:
4672
4833
  "telephone": { "@id": "schema:telephone"},
4673
4834
  "temporal": { "@id": "schema:temporal", "@type": "DateTime"},
4674
4835
  "temporalCoverage": { "@id": "schema:temporalCoverage", "@type": "@id"},
4836
+ "termCode": { "@id": "schema:termCode"},
4675
4837
  "termsOfService": { "@id": "schema:termsOfService", "@type": "@id"},
4676
4838
  "text": { "@id": "schema:text"},
4677
4839
  "thumbnail": { "@id": "schema:thumbnail"},
@@ -4786,5 +4948,5 @@ http_interactions:
4786
4948
  }
4787
4949
  }
4788
4950
  http_version:
4789
- recorded_at: Mon, 21 May 2018 15:00:51 GMT
4951
+ recorded_at: Thu, 06 Sep 2018 07:23:04 GMT
4790
4952
  recorded_with: VCR 3.0.3