bolognese 0.9.43 → 0.9.44

Sign up to get free protection for your applications and to get access to all the features.
Files changed (267) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +5 -5
  3. data/lib/bolognese/doi_utils.rb +5 -5
  4. data/lib/bolognese/utils.rb +1 -1
  5. data/lib/bolognese/version.rb +1 -1
  6. data/spec/author_utils_spec.rb +1 -1
  7. data/spec/cli_spec.rb +1 -1
  8. data/spec/doi_utils_spec.rb +9 -9
  9. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/default.yml +2 -2
  10. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/to_bibtex.yml +2 -2
  11. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/to_crossref.yml +2 -2
  12. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/to_datacite.yml +2 -2
  13. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/to_schema_org.yml +2 -2
  14. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/default.yml +11 -13
  15. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_bibtex.yml +12 -12
  16. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_citation.yml +13 -15
  17. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_crossref.yml +12 -10
  18. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_datacite.yml +13 -11
  19. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_schema_org.yml +12 -12
  20. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/default.yml +13 -13
  21. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_bibtex.yml +11 -15
  22. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_citation.yml +15 -19
  23. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite.yml +12 -14
  24. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite_json.yml +12 -12
  25. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_schema_org.yml +11 -13
  26. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/default.yml +18 -18
  27. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_bibtex.yml +17 -17
  28. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_datacite.yml +18 -18
  29. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_schema_org.yml +18 -18
  30. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/author.yml +5 -5
  31. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/no_author.yml +5 -5
  32. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/single_author.yml +5 -5
  33. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/with_organization.yml +5 -5
  34. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_datacite_metadata/change_doi.yml +10 -12
  35. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_datacite_metadata/change_title.yml +10 -12
  36. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/validates_against_schema.yml +5 -5
  37. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/with_data_citation.yml +5 -5
  38. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/doi.yml +4 -4
  39. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/not_a_doi.yml +4 -4
  40. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/sandbox_url.yml +5 -5
  41. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/url.yml +5 -5
  42. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/crossref.yml +14 -12
  43. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/datacite.yml +14 -12
  44. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/medra.yml +12 -12
  45. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_a_valid_prefix.yml +5 -5
  46. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_found.yml +11 -11
  47. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/doi.yml +5 -5
  48. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/doi_with_protocol.yml +5 -5
  49. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/dx_doi_org_url.yml +5 -5
  50. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/force_test_resolver.yml +5 -5
  51. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/https_url.yml +5 -5
  52. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/test_resolver.yml +5 -5
  53. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/test_resolver_http.yml +5 -5
  54. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref.yml +19 -23
  55. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref_doi_not_url.yml +19 -21
  56. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite.yml +19 -21
  57. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite_doi_http.yml +17 -17
  58. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/github.yml +12 -16
  59. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/orcid.yml +12 -16
  60. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/schema_org.yml +13 -15
  61. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/unknown_DOI_registration_agency.yml +18 -22
  62. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/bibtex.yml +15 -11
  63. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/citeproc.yml +11 -13
  64. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/codemeta.yml +12 -14
  65. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crosscite.yml +14 -14
  66. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crossref.yml +14 -14
  67. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite.yml +12 -14
  68. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite_json.yml +11 -11
  69. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/ris.yml +12 -14
  70. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/schema_org.yml +11 -15
  71. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_string/crosscite.yml +13 -15
  72. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/from_schema_org/with_id.yml +5 -5
  73. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/maremma.yml +9 -9
  74. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/no_codemeta_json.yml +7 -7
  75. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/not_found_error.yml +7 -7
  76. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_ORCID_ID.yml +11 -11
  77. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_SICI_DOI.yml +12 -12
  78. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_data_citation.yml +12 -12
  79. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/dataset.yml +13 -11
  80. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/date_in_future.yml +13 -11
  81. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article.yml +12 -12
  82. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/not_found_error.yml +9 -11
  83. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/posted_content.yml +11 -11
  84. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_raw/journal_article.yml +2 -2
  85. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/BlogPosting.yml +14 -14
  86. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_test_system.yml +14 -12
  87. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_not_found.yml +10 -10
  88. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Dataset.yml +11 -13
  89. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding.yml +12 -12
  90. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding_schema_version_4.yml +14 -12
  91. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_only_full_name.yml +13 -13
  92. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_scheme.yml +12 -16
  93. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_wrong_orcid_scheme.yml +12 -14
  94. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/date.yml +14 -14
  95. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/empty_subject.yml +13 -13
  96. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/funding_schema_version_3.yml +15 -15
  97. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/is_identical_to.yml +13 -15
  98. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/keywords_with_attributes.yml +12 -14
  99. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_author_names_in_one_creatorName.yml +14 -14
  100. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_licenses.yml +14 -14
  101. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/date.yml +5 -5
  102. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year-month.yml +5 -5
  103. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year.yml +5 -5
  104. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/date.yml +5 -5
  105. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year-month.yml +5 -5
  106. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year.yml +5 -5
  107. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_ORCID.yml +11 -15
  108. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_jacow_org_scheme.yml +12 -16
  109. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_multiple_name_identifier.yml +11 -15
  110. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_no_ORCID.yml +12 -12
  111. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_familyName.yml +12 -14
  112. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_multiple_names_in_display-order.yml +9 -13
  113. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_Thai.yml +11 -13
  114. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order.yml +10 -14
  115. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order_with_ORCID.yml +11 -15
  116. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_sort-order.yml +12 -16
  117. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/hyper-authorship.yml +12 -12
  118. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/is_organization.yml +5 -5
  119. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_author_names_in_one_field.yml +11 -15
  120. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_name_identifier.yml +8 -10
  121. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_affiliation.yml +9 -13
  122. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_role.yml +8 -10
  123. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting.yml +17 -17
  124. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting_with_new_DOI.yml +19 -19
  125. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/not_found_error.yml +2 -2
  126. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/DOI_RA_not_Crossref_or_DataCite.yml +7 -7
  127. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/unknown_DOI_prefix.yml +6 -6
  128. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_alternate_identifiers/insert.yml +6 -6
  129. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_contributors/none.yml +5 -7
  130. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_creators/insert.yml +5 -7
  131. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_dates/insert.yml +5 -7
  132. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_descriptions/insert.yml +6 -8
  133. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_identifier/doi.yml +8 -6
  134. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_person/creator_only_name.yml +5 -7
  135. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publication_year/insert.yml +6 -8
  136. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publisher/insert.yml +7 -5
  137. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/insert.yml +6 -8
  138. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/related_identifier.yml +5 -7
  139. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_resource_type/insert.yml +6 -8
  140. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_rights_list/insert.yml +5 -7
  141. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_subjects/insert.yml +6 -6
  142. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_titles/insert.yml +6 -6
  143. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_version/insert.yml +6 -8
  144. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_comma.yml +5 -5
  145. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_family_name.yml +5 -5
  146. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_id.yml +5 -5
  147. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_known_given_name.yml +5 -5
  148. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_no_info.yml +5 -5
  149. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_type_organization.yml +5 -5
  150. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/missing_comma.yml +11 -11
  151. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/nil.yml +11 -13
  152. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/overlapping_keys.yml +11 -13
  153. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/valid.yml +11 -11
  154. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/SICI_doi.yml +5 -5
  155. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi.yml +5 -5
  156. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_force_datacite_sandbox.yml +5 -5
  157. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_datacite_sandbox.yml +5 -5
  158. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_url_without_doi_proxy.yml +5 -5
  159. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_too_long.yml +5 -5
  160. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_with_string.yml +5 -5
  161. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_with_protocol.yml +5 -5
  162. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/dx_doi_org_url.yml +5 -5
  163. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/https_url.yml +5 -5
  164. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/not_valid_doi_prefix.yml +4 -4
  165. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/url_with_one_slash.yml +5 -5
  166. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi.yml +5 -5
  167. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi_as_url.yml +5 -5
  168. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/ftp.yml +5 -5
  169. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/invalid_url.yml +5 -5
  170. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/string.yml +5 -5
  171. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url.yml +4 -4
  172. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url_with_utf-8.yml +5 -5
  173. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/doi.yml +5 -5
  174. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/url.yml +4 -4
  175. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/uri.yml +4 -4
  176. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/with_trailing_slash.yml +5 -5
  177. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array.yml +5 -5
  178. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array_of_strings.yml +4 -4
  179. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/first.yml +5 -5
  180. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/hash.yml +5 -5
  181. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/nil.yml +5 -5
  182. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/string.yml +4 -4
  183. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_only_keep_specific_tags.yml +5 -5
  184. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_remove_a_tags.yml +5 -5
  185. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/to_schema_org/with_id.yml +5 -5
  186. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid.yml +5 -5
  187. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_https.yml +5 -5
  188. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_id.yml +5 -5
  189. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_with_spaces.yml +5 -5
  190. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_wrong_id.yml +5 -5
  191. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_www.yml +5 -5
  192. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme.yml +4 -4
  193. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_https.yml +5 -5
  194. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_trailing_slash.yml +4 -4
  195. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_www.yml +4 -4
  196. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi.yml +5 -5
  197. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi_as_url.yml +5 -5
  198. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi_with_protocol.yml +4 -4
  199. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/only_prefix.yml +4 -4
  200. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/DOI.yml +5 -5
  201. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/ISSN.yml +5 -5
  202. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/URL.yml +4 -4
  203. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/string.yml +4 -4
  204. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/BlogPosting.yml +5 -7
  205. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/Dataset.yml +6 -6
  206. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/from_schema_org.yml +17 -17
  207. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/maremma.yml +8 -8
  208. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/text.yml +6 -8
  209. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_data_citation.yml +5 -5
  210. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_pages.yml +4 -4
  211. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Dataset.yml +8 -10
  212. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Journal_article.yml +7 -7
  213. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Journal_article_vancouver_style.yml +6 -6
  214. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting.yml +5 -7
  215. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting_schema_org.yml +17 -17
  216. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/Dataset.yml +5 -5
  217. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/container_title.yml +6 -8
  218. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/journal_article.yml +5 -5
  219. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/maremma.yml +8 -8
  220. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/multiple_abstracts.yml +6 -8
  221. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/software.yml +6 -8
  222. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/with_pages.yml +5 -5
  223. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite.yml +6 -8
  224. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/datacite_database_attributes.yml +6 -8
  225. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/maremma.yml +10 -10
  226. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_ORCID_ID.yml +5 -5
  227. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation.yml +5 -5
  228. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation_schema_org.yml +17 -17
  229. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crossref/from_DataCite.yml +6 -8
  230. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crossref/journal_article.yml +2 -2
  231. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/maremma.yml +8 -8
  232. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_ORCID_ID.yml +5 -5
  233. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation.yml +5 -5
  234. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation_schema_org.yml +17 -17
  235. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Dataset_in_schema_4_0.yml +5 -7
  236. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Text_pass-thru.yml +6 -8
  237. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/maremma.yml +8 -8
  238. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_ORCID_ID.yml +4 -4
  239. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation.yml +5 -5
  240. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation_schema_org.yml +18 -18
  241. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_editor.yml +4 -4
  242. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting.yml +5 -5
  243. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting_schema_org.yml +18 -18
  244. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/Dataset.yml +6 -8
  245. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/alternate_name.yml +6 -8
  246. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/journal_article.yml +4 -4
  247. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/maremma.yml +9 -9
  248. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/with_pages.yml +5 -5
  249. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding.yml +6 -6
  250. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding_OpenAIRE.yml +6 -8
  251. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON.yml +6 -6
  252. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_IsSupplementTo.yml +6 -6
  253. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_isReferencedBy.yml +5 -7
  254. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/journal_article.yml +4 -4
  255. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/maremma_schema_org_JSON.yml +10 -10
  256. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting.yml +198 -32
  257. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting_Citeproc_JSON.yml +192 -26
  258. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting_DataCite_JSON.yml +192 -26
  259. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Crossref_DOI.yml +192 -26
  260. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/DataONE.yml +192 -26
  261. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Dataset.yml +198 -34
  262. data/spec/readers/datacite_reader_spec.rb +2 -2
  263. data/spec/readers/schema_org_reader_spec.rb +1 -1
  264. data/spec/writers/bibtex_writer_spec.rb +2 -2
  265. data/spec/writers/citeproc_writer_spec.rb +2 -2
  266. data/spec/writers/ris_writer_spec.rb +1 -1
  267. metadata +2 -2
@@ -23,20 +23,18 @@ http_interactions:
23
23
  Content-Type:
24
24
  - application/json;charset=UTF-8
25
25
  Date:
26
- - Sat, 05 Aug 2017 13:22:15 GMT
26
+ - Wed, 23 Aug 2017 08:03:24 GMT
27
27
  Server:
28
28
  - openresty/1.11.2.2
29
- Content-Length:
30
- - '4112'
31
29
  Connection:
32
30
  - keep-alive
33
31
  body:
34
32
  encoding: UTF-8
35
- string: '{"responseHeader":{"status":0,"QTime":11},"response":{"numFound":1,"start":0,"docs":[{"datacentre_symbol":"CDL.DRYAD","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","updated":"2017-07-14T01:32:56Z","doi":"10.5061/DRYAD.8515"}]}}
33
+ string: '{"responseHeader":{"status":0,"QTime":0},"response":{"numFound":1,"start":0,"docs":[{"datacentre_symbol":"CDL.DRYAD","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","updated":"2017-07-14T01:32:56Z","doi":"10.5061/DRYAD.8515"}]}}
36
34
 
37
35
  '
38
36
  http_version:
39
- recorded_at: Sat, 05 Aug 2017 13:22:14 GMT
37
+ recorded_at: Wed, 23 Aug 2017 08:03:24 GMT
40
38
  - request:
41
39
  method: head
42
40
  uri: https://doi.org/10.5061/dryad.8515
@@ -60,18 +58,18 @@ http_interactions:
60
58
  Location:
61
59
  - http://datadryad.org/resource/doi:10.5061/dryad.8515
62
60
  Expires:
63
- - Sat, 05 Aug 2017 14:00:35 GMT
61
+ - Wed, 23 Aug 2017 08:12:45 GMT
64
62
  Content-Type:
65
63
  - text/html;charset=utf-8
66
64
  Content-Length:
67
65
  - '189'
68
66
  Date:
69
- - Sat, 05 Aug 2017 13:22:16 GMT
67
+ - Wed, 23 Aug 2017 08:03:24 GMT
70
68
  body:
71
69
  encoding: UTF-8
72
70
  string: ''
73
71
  http_version:
74
- recorded_at: Sat, 05 Aug 2017 13:22:14 GMT
72
+ recorded_at: Wed, 23 Aug 2017 08:03:24 GMT
75
73
  - request:
76
74
  method: get
77
75
  uri: http://schema.org/
@@ -101,11 +99,11 @@ http_interactions:
101
99
  Vary:
102
100
  - Accept, Accept-Encoding
103
101
  Set-Cookie:
104
- - GOOGAPPUID=3-2f; Path=/
102
+ - GOOGAPPUID=3-3b; Path=/
105
103
  X-Cloud-Trace-Context:
106
- - 5bd4630036181614681102d74121274f
104
+ - fc83edf683de1b85a899180fcc84a4fc
107
105
  Date:
108
- - Sat, 05 Aug 2017 13:22:16 GMT
106
+ - Wed, 23 Aug 2017 08:03:24 GMT
109
107
  Server:
110
108
  - Google Frontend
111
109
  Content-Length:
@@ -114,7 +112,7 @@ http_interactions:
114
112
  encoding: UTF-8
115
113
  string: ''
116
114
  http_version:
117
- recorded_at: Sat, 05 Aug 2017 13:22:15 GMT
115
+ recorded_at: Wed, 23 Aug 2017 08:03:24 GMT
118
116
  - request:
119
117
  method: get
120
118
  uri: http://schema.org/docs/jsonldcontext.json
@@ -142,21 +140,21 @@ http_interactions:
142
140
  Content-Type:
143
141
  - application/ld+json; charset=utf-8
144
142
  Etag:
145
- - 24751170805131131a2048647386json
143
+ - 24751170823075941a2048647386json
146
144
  Last-Modified:
147
- - Sat, 05 Aug 2017 13:11:31 UTC
145
+ - Wed, 23 Aug 2017 07:59:41 UTC
148
146
  Set-Cookie:
149
- - GOOGAPPUID=3-2f; Path=/
147
+ - GOOGAPPUID=3-3b; Path=/
150
148
  X-Cloud-Trace-Context:
151
- - 88cae243350db0799c3d0211256bf661
149
+ - bec6ab981950944d3101d1be1ff66266
152
150
  Date:
153
- - Sat, 05 Aug 2017 13:22:16 GMT
151
+ - Wed, 23 Aug 2017 08:03:25 GMT
154
152
  Server:
155
153
  - Google Frontend
156
154
  Content-Length:
157
- - '128366'
155
+ - '133672'
158
156
  Expires:
159
- - Sat, 05 Aug 2017 13:22:16 GMT
157
+ - Wed, 23 Aug 2017 08:03:25 GMT
160
158
  body:
161
159
  encoding: UTF-8
162
160
  string: |
@@ -225,6 +223,7 @@ http_interactions:
225
223
  "AddAction": {"@id": "schema:AddAction"},
226
224
  "AdministrativeArea": {"@id": "schema:AdministrativeArea"},
227
225
  "AdultEntertainment": {"@id": "schema:AdultEntertainment"},
226
+ "AdvertiserContentArticle": {"@id": "schema:AdvertiserContentArticle"},
228
227
  "AerobicActivity": {"@id": "schema:AerobicActivity"},
229
228
  "AggregateOffer": {"@id": "schema:AggregateOffer"},
230
229
  "AggregateRating": {"@id": "schema:AggregateRating"},
@@ -237,6 +236,7 @@ http_interactions:
237
236
  "AllocateAction": {"@id": "schema:AllocateAction"},
238
237
  "AmusementPark": {"@id": "schema:AmusementPark"},
239
238
  "AnaerobicActivity": {"@id": "schema:AnaerobicActivity"},
239
+ "AnalysisNewsArticle": {"@id": "schema:AnalysisNewsArticle"},
240
240
  "AnatomicalStructure": {"@id": "schema:AnatomicalStructure"},
241
241
  "AnatomicalSystem": {"@id": "schema:AnatomicalSystem"},
242
242
  "Anesthesia": {"@id": "schema:Anesthesia"},
@@ -262,6 +262,7 @@ http_interactions:
262
262
  "AudioObject": {"@id": "schema:AudioObject"},
263
263
  "Audiobook": {"@id": "schema:Audiobook"},
264
264
  "AudiobookFormat": {"@id": "schema:AudiobookFormat"},
265
+ "AuthoritativeLegalValue": {"@id": "schema:AuthoritativeLegalValue"},
265
266
  "AuthorizeAction": {"@id": "schema:AuthorizeAction"},
266
267
  "AutoBodyShop": {"@id": "schema:AutoBodyShop"},
267
268
  "AutoDealer": {"@id": "schema:AutoDealer"},
@@ -272,6 +273,7 @@ http_interactions:
272
273
  "AutomatedTeller": {"@id": "schema:AutomatedTeller"},
273
274
  "AutomotiveBusiness": {"@id": "schema:AutomotiveBusiness"},
274
275
  "Ayurvedic": {"@id": "schema:Ayurvedic"},
276
+ "BackgroundNewsArticle": {"@id": "schema:BackgroundNewsArticle"},
275
277
  "Bacteria": {"@id": "schema:Bacteria"},
276
278
  "Bakery": {"@id": "schema:Bakery"},
277
279
  "Balance": {"@id": "schema:Balance"},
@@ -407,7 +409,9 @@ http_interactions:
407
409
  "CreativeWorkSeries": {"@id": "schema:CreativeWorkSeries"},
408
410
  "CreditCard": {"@id": "schema:CreditCard"},
409
411
  "Crematorium": {"@id": "schema:Crematorium"},
412
+ "CriticReview": {"@id": "schema:CriticReview"},
410
413
  "CrossSectional": {"@id": "schema:CrossSectional"},
414
+ "CssSelectorType": {"@id": "schema:CssSelectorType"},
411
415
  "CurrencyConversionService": {"@id": "schema:CurrencyConversionService"},
412
416
  "DDxElement": {"@id": "schema:DDxElement"},
413
417
  "DJMixAlbum": {"@id": "schema:DJMixAlbum"},
@@ -428,6 +432,7 @@ http_interactions:
428
432
  "DaySpa": {"@id": "schema:DaySpa"},
429
433
  "DeactivateAction": {"@id": "schema:DeactivateAction"},
430
434
  "DefenceEstablishment": {"@id": "schema:DefenceEstablishment"},
435
+ "Definitive": {"@id": "schema:Definitive"},
431
436
  "DeleteAction": {"@id": "schema:DeleteAction"},
432
437
  "DeliveryChargeSpecification": {"@id": "schema:DeliveryChargeSpecification"},
433
438
  "DeliveryEvent": {"@id": "schema:DeliveryEvent"},
@@ -496,6 +501,7 @@ http_interactions:
496
501
  "Emergency": {"@id": "schema:Emergency"},
497
502
  "EmergencyService": {"@id": "schema:EmergencyService"},
498
503
  "EmployeeRole": {"@id": "schema:EmployeeRole"},
504
+ "EmployerReview": {"@id": "schema:EmployerReview"},
499
505
  "EmploymentAgency": {"@id": "schema:EmploymentAgency"},
500
506
  "Endocrine": {"@id": "schema:Endocrine"},
501
507
  "EndorseAction": {"@id": "schema:EndorseAction"},
@@ -614,11 +620,20 @@ http_interactions:
614
620
  "HotelRoom": {"@id": "schema:HotelRoom"},
615
621
  "House": {"@id": "schema:House"},
616
622
  "HousePainter": {"@id": "schema:HousePainter"},
623
+ "HowTo": {"@id": "schema:HowTo"},
624
+ "HowToDirection": {"@id": "schema:HowToDirection"},
625
+ "HowToItem": {"@id": "schema:HowToItem"},
626
+ "HowToSection": {"@id": "schema:HowToSection"},
627
+ "HowToStep": {"@id": "schema:HowToStep"},
628
+ "HowToSupply": {"@id": "schema:HowToSupply"},
629
+ "HowToTip": {"@id": "schema:HowToTip"},
630
+ "HowToTool": {"@id": "schema:HowToTool"},
617
631
  "IceCreamShop": {"@id": "schema:IceCreamShop"},
618
632
  "IgnoreAction": {"@id": "schema:IgnoreAction"},
619
633
  "ImageGallery": {"@id": "schema:ImageGallery"},
620
634
  "ImageObject": {"@id": "schema:ImageObject"},
621
635
  "ImagingTest": {"@id": "schema:ImagingTest"},
636
+ "InForce": {"@id": "schema:InForce"},
622
637
  "InStock": {"@id": "schema:InStock"},
623
638
  "InStoreOnly": {"@id": "schema:InStoreOnly"},
624
639
  "IndividualProduct": {"@id": "schema:IndividualProduct"},
@@ -659,7 +674,11 @@ http_interactions:
659
674
  "LaserDiscFormat": {"@id": "schema:LaserDiscFormat"},
660
675
  "LeaveAction": {"@id": "schema:LeaveAction"},
661
676
  "LeftHandDriving": {"@id": "schema:LeftHandDriving"},
677
+ "LegalForceStatus": {"@id": "schema:LegalForceStatus"},
662
678
  "LegalService": {"@id": "schema:LegalService"},
679
+ "LegalValueLevel": {"@id": "schema:LegalValueLevel"},
680
+ "Legislation": {"@id": "schema:Legislation"},
681
+ "LegislationObject": {"@id": "schema:LegislationObject"},
663
682
  "LegislativeBuilding": {"@id": "schema:LegislativeBuilding"},
664
683
  "LeisureTimeActivity": {"@id": "schema:LeisureTimeActivity"},
665
684
  "LendAction": {"@id": "schema:LendAction"},
@@ -671,6 +690,7 @@ http_interactions:
671
690
  "LimitedAvailability": {"@id": "schema:LimitedAvailability"},
672
691
  "LinkRole": {"@id": "schema:LinkRole"},
673
692
  "LiquorStore": {"@id": "schema:LiquorStore"},
693
+ "ListItem": {"@id": "schema:ListItem"},
674
694
  "ListenAction": {"@id": "schema:ListenAction"},
675
695
  "LiteraryEvent": {"@id": "schema:LiteraryEvent"},
676
696
  "LiveAlbum": {"@id": "schema:LiveAlbum"},
@@ -797,11 +817,14 @@ http_interactions:
797
817
  "Nerve": {"@id": "schema:Nerve"},
798
818
  "Neuro": {"@id": "schema:Neuro"},
799
819
  "Neurologic": {"@id": "schema:Neurologic"},
820
+ "NewCondition": {"@id": "schema:NewCondition"},
800
821
  "NewsArticle": {"@id": "schema:NewsArticle"},
822
+ "NewsMediaOrganization": {"@id": "schema:NewsMediaOrganization"},
801
823
  "Newspaper": {"@id": "schema:Newspaper"},
802
824
  "NightClub": {"@id": "schema:NightClub"},
803
825
  "NoninvasiveProcedure": {"@id": "schema:NoninvasiveProcedure"},
804
826
  "Nose": {"@id": "schema:Nose"},
827
+ "NotInForce": {"@id": "schema:NotInForce"},
805
828
  "NotYetRecruiting": {"@id": "schema:NotYetRecruiting"},
806
829
  "Notary": {"@id": "schema:Notary"},
807
830
  "NoteDigitalDocument": {"@id": "schema:NoteDigitalDocument"},
@@ -821,6 +844,7 @@ http_interactions:
821
844
  "OfferCatalog": {"@id": "schema:OfferCatalog"},
822
845
  "OfferItemCondition": {"@id": "schema:OfferItemCondition"},
823
846
  "OfficeEquipmentStore": {"@id": "schema:OfficeEquipmentStore"},
847
+ "OfficialLegalValue": {"@id": "schema:OfficialLegalValue"},
824
848
  "OfflinePermanently": {"@id": "schema:OfflinePermanently"},
825
849
  "OfflineTemporarily": {"@id": "schema:OfflineTemporarily"},
826
850
  "OnDemandEvent": {"@id": "schema:OnDemandEvent"},
@@ -832,6 +856,7 @@ http_interactions:
832
856
  "OnlineOnly": {"@id": "schema:OnlineOnly"},
833
857
  "OpenTrial": {"@id": "schema:OpenTrial"},
834
858
  "OpeningHoursSpecification": {"@id": "schema:OpeningHoursSpecification"},
859
+ "OpinionNewsArticle": {"@id": "schema:OpinionNewsArticle"},
835
860
  "Optician": {"@id": "schema:Optician"},
836
861
  "Optometric": {"@id": "schema:Optometric"},
837
862
  "Optometric": {"@id": "schema:Optometric"},
@@ -867,6 +892,7 @@ http_interactions:
867
892
  "Park": {"@id": "schema:Park"},
868
893
  "ParkingFacility": {"@id": "schema:ParkingFacility"},
869
894
  "ParkingMap": {"@id": "schema:ParkingMap"},
895
+ "PartiallyInForce": {"@id": "schema:PartiallyInForce"},
870
896
  "Pathology": {"@id": "schema:Pathology"},
871
897
  "PathologyTest": {"@id": "schema:PathologyTest"},
872
898
  "Patient": {"@id": "schema:Patient"},
@@ -949,6 +975,7 @@ http_interactions:
949
975
  "PublicHealth": {"@id": "schema:PublicHealth"},
950
976
  "PublicHolidays": {"@id": "schema:PublicHolidays"},
951
977
  "PublicSwimmingPool": {"@id": "schema:PublicSwimmingPool"},
978
+ "PublicToilet": {"@id": "schema:PublicToilet"},
952
979
  "PublicationEvent": {"@id": "schema:PublicationEvent"},
953
980
  "PublicationIssue": {"@id": "schema:PublicationIssue"},
954
981
  "PublicationVolume": {"@id": "schema:PublicationVolume"},
@@ -995,6 +1022,7 @@ http_interactions:
995
1022
  "ReplaceAction": {"@id": "schema:ReplaceAction"},
996
1023
  "ReplyAction": {"@id": "schema:ReplyAction"},
997
1024
  "Report": {"@id": "schema:Report"},
1025
+ "ReportageNewsArticle": {"@id": "schema:ReportageNewsArticle"},
998
1026
  "ReportedDoseSchedule": {"@id": "schema:ReportedDoseSchedule"},
999
1027
  "Reservation": {"@id": "schema:Reservation"},
1000
1028
  "ReservationCancelled": {"@id": "schema:ReservationCancelled"},
@@ -1018,6 +1046,7 @@ http_interactions:
1018
1046
  "ReturnAction": {"@id": "schema:ReturnAction"},
1019
1047
  "Review": {"@id": "schema:Review"},
1020
1048
  "ReviewAction": {"@id": "schema:ReviewAction"},
1049
+ "ReviewNewsArticle": {"@id": "schema:ReviewNewsArticle"},
1021
1050
  "Rheumatologic": {"@id": "schema:Rheumatologic"},
1022
1051
  "RightHandDriving": {"@id": "schema:RightHandDriving"},
1023
1052
  "RiverBodyOfWater": {"@id": "schema:RiverBodyOfWater"},
@@ -1030,7 +1059,9 @@ http_interactions:
1030
1059
  "RsvpResponseType": {"@id": "schema:RsvpResponseType"},
1031
1060
  "RsvpResponseYes": {"@id": "schema:RsvpResponseYes"},
1032
1061
  "SaleEvent": {"@id": "schema:SaleEvent"},
1062
+ "SatiricalArticle": {"@id": "schema:SatiricalArticle"},
1033
1063
  "Saturday": {"@id": "schema:Saturday"},
1064
+ "Schedule": {"@id": "schema:Schedule"},
1034
1065
  "ScheduleAction": {"@id": "schema:ScheduleAction"},
1035
1066
  "ScholarlyArticle": {"@id": "schema:ScholarlyArticle"},
1036
1067
  "School": {"@id": "schema:School"},
@@ -1152,6 +1183,7 @@ http_interactions:
1152
1183
  "Ultrasound": {"@id": "schema:Ultrasound"},
1153
1184
  "UnRegisterAction": {"@id": "schema:UnRegisterAction"},
1154
1185
  "UnitPriceSpecification": {"@id": "schema:UnitPriceSpecification"},
1186
+ "UnofficialLegalValue": {"@id": "schema:UnofficialLegalValue"},
1155
1187
  "UpdateAction": {"@id": "schema:UpdateAction"},
1156
1188
  "Urologic": {"@id": "schema:Urologic"},
1157
1189
  "UseAction": {"@id": "schema:UseAction"},
@@ -1165,6 +1197,7 @@ http_interactions:
1165
1197
  "UserPageVisits": {"@id": "schema:UserPageVisits"},
1166
1198
  "UserPlays": {"@id": "schema:UserPlays"},
1167
1199
  "UserPlusOnes": {"@id": "schema:UserPlusOnes"},
1200
+ "UserReview": {"@id": "schema:UserReview"},
1168
1201
  "UserTweets": {"@id": "schema:UserTweets"},
1169
1202
  "VeganDiet": {"@id": "schema:VeganDiet"},
1170
1203
  "VegetarianDiet": {"@id": "schema:VegetarianDiet"},
@@ -1211,6 +1244,7 @@ http_interactions:
1211
1244
  "WorkersUnion": {"@id": "schema:WorkersUnion"},
1212
1245
  "WriteAction": {"@id": "schema:WriteAction"},
1213
1246
  "WritePermission": {"@id": "schema:WritePermission"},
1247
+ "XPathType": {"@id": "schema:XPathType"},
1214
1248
  "XRay": {"@id": "schema:XRay"},
1215
1249
  "ZoneBoardingPolicy": {"@id": "schema:ZoneBoardingPolicy"},
1216
1250
  "Zoo": {"@id": "schema:Zoo"},
@@ -1240,6 +1274,7 @@ http_interactions:
1240
1274
  "actionOption": { "@id": "schema:actionOption"},
1241
1275
  "actionPlatform": { "@id": "schema:actionPlatform", "@type": "@id"},
1242
1276
  "actionStatus": { "@id": "schema:actionStatus"},
1277
+ "actionableFeedbackPolicy": { "@id": "schema:actionableFeedbackPolicy", "@type": "@id"},
1243
1278
  "activeIngredient": { "@id": "schema:activeIngredient"},
1244
1279
  "activityDuration": { "@id": "schema:activityDuration"},
1245
1280
  "activityFrequency": { "@id": "schema:activityFrequency"},
@@ -1260,6 +1295,7 @@ http_interactions:
1260
1295
  "adverseOutcome": { "@id": "schema:adverseOutcome"},
1261
1296
  "affectedBy": { "@id": "schema:affectedBy"},
1262
1297
  "affiliation": { "@id": "schema:affiliation"},
1298
+ "afterMedia": { "@id": "schema:afterMedia"},
1263
1299
  "agent": { "@id": "schema:agent"},
1264
1300
  "aggregateRating": { "@id": "schema:aggregateRating"},
1265
1301
  "aircraft": { "@id": "schema:aircraft"},
@@ -1339,7 +1375,9 @@ http_interactions:
1339
1375
  "background": { "@id": "schema:background"},
1340
1376
  "bankAccountType": { "@id": "schema:bankAccountType", "@type": "@id"},
1341
1377
  "baseSalary": { "@id": "schema:baseSalary"},
1378
+ "bccRecipient": { "@id": "schema:bccRecipient"},
1342
1379
  "bed": { "@id": "schema:bed"},
1380
+ "beforeMedia": { "@id": "schema:beforeMedia"},
1343
1381
  "beneficiaryBank": { "@id": "schema:beneficiaryBank"},
1344
1382
  "benefits": { "@id": "schema:benefits"},
1345
1383
  "benefitsSummaryUrl": { "@id": "schema:benefitsSummaryUrl", "@type": "@id"},
@@ -1386,6 +1424,9 @@ http_interactions:
1386
1424
  "businessFunction": { "@id": "schema:businessFunction"},
1387
1425
  "buyer": { "@id": "schema:buyer"},
1388
1426
  "byArtist": { "@id": "schema:byArtist"},
1427
+ "byDay": { "@id": "schema:byDay"},
1428
+ "byMonth": { "@id": "schema:byMonth"},
1429
+ "byMonthDay": { "@id": "schema:byMonthDay"},
1389
1430
  "calories": { "@id": "schema:calories"},
1390
1431
  "candidate": { "@id": "schema:candidate"},
1391
1432
  "caption": { "@id": "schema:caption"},
@@ -1399,6 +1440,7 @@ http_interactions:
1399
1440
  "category": { "@id": "schema:category"},
1400
1441
  "cause": { "@id": "schema:cause"},
1401
1442
  "causeOf": { "@id": "schema:causeOf"},
1443
+ "ccRecipient": { "@id": "schema:ccRecipient"},
1402
1444
  "character": { "@id": "schema:character"},
1403
1445
  "characterAttribute": { "@id": "schema:characterAttribute"},
1404
1446
  "characterName": { "@id": "schema:characterName"},
@@ -1457,6 +1499,7 @@ http_interactions:
1457
1499
  "cookingMethod": { "@id": "schema:cookingMethod"},
1458
1500
  "copyrightHolder": { "@id": "schema:copyrightHolder"},
1459
1501
  "copyrightYear": { "@id": "schema:copyrightYear"},
1502
+ "correctionsPolicy": { "@id": "schema:correctionsPolicy", "@type": "@id"},
1460
1503
  "cost": { "@id": "schema:cost"},
1461
1504
  "costCategory": { "@id": "schema:costCategory"},
1462
1505
  "costCurrency": { "@id": "schema:costCurrency"},
@@ -1529,6 +1572,7 @@ http_interactions:
1529
1572
  "distance": { "@id": "schema:distance"},
1530
1573
  "distinguishingSign": { "@id": "schema:distinguishingSign"},
1531
1574
  "distribution": { "@id": "schema:distribution"},
1575
+ "diversityPolicy": { "@id": "schema:diversityPolicy", "@type": "@id"},
1532
1576
  "documentation": { "@id": "schema:documentation", "@type": "@id"},
1533
1577
  "domainIncludes": { "@id": "schema:domainIncludes"},
1534
1578
  "domiciledMortgage": { "@id": "schema:domiciledMortgage"},
@@ -1551,6 +1595,7 @@ http_interactions:
1551
1595
  "duplicateTherapy": { "@id": "schema:duplicateTherapy"},
1552
1596
  "duration": { "@id": "schema:duration"},
1553
1597
  "durationOfWarranty": { "@id": "schema:durationOfWarranty"},
1598
+ "duringMedia": { "@id": "schema:duringMedia"},
1554
1599
  "earlyPrepaymentPenalty": { "@id": "schema:earlyPrepaymentPenalty"},
1555
1600
  "editor": { "@id": "schema:editor"},
1556
1601
  "educationRequirements": { "@id": "schema:educationRequirements"},
@@ -1590,14 +1635,19 @@ http_interactions:
1590
1635
  "episodes": { "@id": "schema:episodes"},
1591
1636
  "equal": { "@id": "schema:equal"},
1592
1637
  "error": { "@id": "schema:error"},
1638
+ "estimatedCost": { "@id": "schema:estimatedCost"},
1593
1639
  "estimatedFlightDuration": { "@id": "schema:estimatedFlightDuration"},
1640
+ "estimatedSalary": { "@id": "schema:estimatedSalary"},
1594
1641
  "estimatesRiskOf": { "@id": "schema:estimatesRiskOf"},
1642
+ "ethicsPolicy": { "@id": "schema:ethicsPolicy", "@type": "@id"},
1595
1643
  "event": { "@id": "schema:event"},
1644
+ "eventSchedule": { "@id": "schema:eventSchedule"},
1596
1645
  "eventStatus": { "@id": "schema:eventStatus"},
1597
1646
  "events": { "@id": "schema:events"},
1598
1647
  "evidenceLevel": { "@id": "schema:evidenceLevel"},
1599
1648
  "evidenceOrigin": { "@id": "schema:evidenceOrigin"},
1600
1649
  "exampleOfWork": { "@id": "schema:exampleOfWork"},
1650
+ "exceptDate": { "@id": "schema:exceptDate", "@type": "Date"},
1601
1651
  "exchangeRate": { "@id": "schema:exchangeRate"},
1602
1652
  "exchangeRateSpread": { "@id": "schema:exchangeRateSpread"},
1603
1653
  "executableLibraryName": { "@id": "schema:executableLibraryName"},
@@ -1809,6 +1859,22 @@ http_interactions:
1809
1859
  "learningResourceType": { "@id": "schema:learningResourceType"},
1810
1860
  "legalName": { "@id": "schema:legalName"},
1811
1861
  "legalStatus": { "@id": "schema:legalStatus"},
1862
+ "legislationAppliedBy": { "@id": "schema:legislationAppliedBy"},
1863
+ "legislationApplies": { "@id": "schema:legislationApplies"},
1864
+ "legislationChangedBy": { "@id": "schema:legislationChangedBy"},
1865
+ "legislationChanges": { "@id": "schema:legislationChanges"},
1866
+ "legislationConsolidatedBy": { "@id": "schema:legislationConsolidatedBy"},
1867
+ "legislationConsolidates": { "@id": "schema:legislationConsolidates"},
1868
+ "legislationDate": { "@id": "schema:legislationDate", "@type": "Date"},
1869
+ "legislationDateVersion": { "@id": "schema:legislationDateVersion", "@type": "Date"},
1870
+ "legislationIdentifier": { "@id": "schema:legislationIdentifier"},
1871
+ "legislationLegalForce": { "@id": "schema:legislationLegalForce"},
1872
+ "legislationLegalValue": { "@id": "schema:legislationLegalValue"},
1873
+ "legislationPassedBy": { "@id": "schema:legislationPassedBy"},
1874
+ "legislationResponsible": { "@id": "schema:legislationResponsible"},
1875
+ "legislationTransposedBy": { "@id": "schema:legislationTransposedBy"},
1876
+ "legislationTransposes": { "@id": "schema:legislationTransposes"},
1877
+ "legislationType": { "@id": "schema:legislationType"},
1812
1878
  "leiCode": { "@id": "schema:leiCode"},
1813
1879
  "lender": { "@id": "schema:lender"},
1814
1880
  "lesser": { "@id": "schema:lesser"},
@@ -1842,6 +1908,7 @@ http_interactions:
1842
1908
  "map": { "@id": "schema:map", "@type": "@id"},
1843
1909
  "mapType": { "@id": "schema:mapType"},
1844
1910
  "maps": { "@id": "schema:maps", "@type": "@id"},
1911
+ "masthead": { "@id": "schema:masthead", "@type": "@id"},
1845
1912
  "material": { "@id": "schema:material", "@type": "@id"},
1846
1913
  "maxPrice": { "@id": "schema:maxPrice"},
1847
1914
  "maxValue": { "@id": "schema:maxValue"},
@@ -1867,6 +1934,7 @@ http_interactions:
1867
1934
  "minPrice": { "@id": "schema:minPrice"},
1868
1935
  "minValue": { "@id": "schema:minValue"},
1869
1936
  "minimumPaymentDue": { "@id": "schema:minimumPaymentDue"},
1937
+ "missionCoveragePrioritiesPolicy": { "@id": "schema:missionCoveragePrioritiesPolicy", "@type": "@id"},
1870
1938
  "model": { "@id": "schema:model"},
1871
1939
  "modelDate": { "@id": "schema:modelDate", "@type": "Date"},
1872
1940
  "modifiedTime": { "@id": "schema:modifiedTime", "@type": "DateTime"},
@@ -1971,6 +2039,7 @@ http_interactions:
1971
2039
  "paymentStatus": { "@id": "schema:paymentStatus"},
1972
2040
  "paymentUrl": { "@id": "schema:paymentUrl", "@type": "@id"},
1973
2041
  "penciler": { "@id": "schema:penciler"},
2042
+ "performTime": { "@id": "schema:performTime"},
1974
2043
  "performer": { "@id": "schema:performer"},
1975
2044
  "performerIn": { "@id": "schema:performerIn"},
1976
2045
  "performers": { "@id": "schema:performers"},
@@ -2042,6 +2111,7 @@ http_interactions:
2042
2111
  "providerMobility": { "@id": "schema:providerMobility"},
2043
2112
  "providesBroadcastService": { "@id": "schema:providesBroadcastService"},
2044
2113
  "providesService": { "@id": "schema:providesService"},
2114
+ "publicAccess": { "@id": "schema:publicAccess"},
2045
2115
  "publication": { "@id": "schema:publication"},
2046
2116
  "publicationType": { "@id": "schema:publicationType"},
2047
2117
  "publishedBy": { "@id": "schema:publishedBy"},
@@ -2095,6 +2165,8 @@ http_interactions:
2095
2165
  "relevantSpecialty": { "@id": "schema:relevantSpecialty"},
2096
2166
  "remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity"},
2097
2167
  "renegotiableLoan": { "@id": "schema:renegotiableLoan"},
2168
+ "repeatCount": { "@id": "schema:repeatCount"},
2169
+ "repeatFrequency": { "@id": "schema:repeatFrequency"},
2098
2170
  "repetitions": { "@id": "schema:repetitions"},
2099
2171
  "replacee": { "@id": "schema:replacee"},
2100
2172
  "replacer": { "@id": "schema:replacer"},
@@ -2105,6 +2177,7 @@ http_interactions:
2105
2177
  "requiredGender": { "@id": "schema:requiredGender"},
2106
2178
  "requiredMaxAge": { "@id": "schema:requiredMaxAge"},
2107
2179
  "requiredMinAge": { "@id": "schema:requiredMinAge"},
2180
+ "requiredQuantity": { "@id": "schema:requiredQuantity"},
2108
2181
  "requirements": { "@id": "schema:requirements", "@type": "@id"},
2109
2182
  "requiresSubscription": { "@id": "schema:requiresSubscription"},
2110
2183
  "reservationFor": { "@id": "schema:reservationFor"},
@@ -2211,6 +2284,7 @@ http_interactions:
2211
2284
  "status": { "@id": "schema:status"},
2212
2285
  "steeringPosition": { "@id": "schema:steeringPosition"},
2213
2286
  "stepValue": { "@id": "schema:stepValue"},
2287
+ "steps": { "@id": "schema:steps"},
2214
2288
  "storageRequirements": { "@id": "schema:storageRequirements", "@type": "@id"},
2215
2289
  "streetAddress": { "@id": "schema:streetAddress"},
2216
2290
  "strengthUnit": { "@id": "schema:strengthUnit"},
@@ -2239,6 +2313,7 @@ http_interactions:
2239
2313
  "suitableForDiet": { "@id": "schema:suitableForDiet"},
2240
2314
  "superEvent": { "@id": "schema:superEvent"},
2241
2315
  "supersededBy": { "@id": "schema:supersededBy"},
2316
+ "supply": { "@id": "schema:supply"},
2242
2317
  "supplyTo": { "@id": "schema:supplyTo"},
2243
2318
  "supportingData": { "@id": "schema:supportingData"},
2244
2319
  "surface": { "@id": "schema:surface", "@type": "@id"},
@@ -2266,11 +2341,14 @@ http_interactions:
2266
2341
  "tissueSample": { "@id": "schema:tissueSample"},
2267
2342
  "title": { "@id": "schema:title"},
2268
2343
  "toLocation": { "@id": "schema:toLocation"},
2344
+ "toRecipient": { "@id": "schema:toRecipient"},
2269
2345
  "tongueWeight": { "@id": "schema:tongueWeight"},
2346
+ "tool": { "@id": "schema:tool"},
2270
2347
  "torque": { "@id": "schema:torque"},
2271
2348
  "totalPaymentDue": { "@id": "schema:totalPaymentDue"},
2272
2349
  "totalPrice": { "@id": "schema:totalPrice"},
2273
2350
  "totalTime": { "@id": "schema:totalTime"},
2351
+ "touristType": { "@id": "schema:touristType"},
2274
2352
  "track": { "@id": "schema:track"},
2275
2353
  "trackingNumber": { "@id": "schema:trackingNumber"},
2276
2354
  "trackingUrl": { "@id": "schema:trackingUrl", "@type": "@id"},
@@ -2293,6 +2371,7 @@ http_interactions:
2293
2371
  "underName": { "@id": "schema:underName"},
2294
2372
  "unitCode": { "@id": "schema:unitCode", "@type": "@id"},
2295
2373
  "unitText": { "@id": "schema:unitText"},
2374
+ "unnamedSourcesPolicy": { "@id": "schema:unnamedSourcesPolicy", "@type": "@id"},
2296
2375
  "unsaturatedFatContent": { "@id": "schema:unsaturatedFatContent"},
2297
2376
  "uploadDate": { "@id": "schema:uploadDate", "@type": "Date"},
2298
2377
  "upvoteCount": { "@id": "schema:upvoteCount"},
@@ -2329,6 +2408,7 @@ http_interactions:
2329
2408
  "vehicleSpecialUsage": { "@id": "schema:vehicleSpecialUsage"},
2330
2409
  "vehicleTransmission": { "@id": "schema:vehicleTransmission", "@type": "@id"},
2331
2410
  "vendor": { "@id": "schema:vendor"},
2411
+ "verificationFactCheckingPolicy": { "@id": "schema:verificationFactCheckingPolicy", "@type": "@id"},
2332
2412
  "version": { "@id": "schema:version"},
2333
2413
  "video": { "@id": "schema:video"},
2334
2414
  "videoFormat": { "@id": "schema:videoFormat"},
@@ -2358,11 +2438,12 @@ http_interactions:
2358
2438
  "worstRating": { "@id": "schema:worstRating"},
2359
2439
  "xpath": { "@id": "schema:xpath"},
2360
2440
  "yearlyRevenue": { "@id": "schema:yearlyRevenue"},
2361
- "yearsInOperation": { "@id": "schema:yearsInOperation"}
2441
+ "yearsInOperation": { "@id": "schema:yearsInOperation"},
2442
+ "yield": { "@id": "schema:yield"}
2362
2443
  }
2363
2444
  }
2364
2445
  http_version:
2365
- recorded_at: Sat, 05 Aug 2017 13:22:15 GMT
2446
+ recorded_at: Wed, 23 Aug 2017 08:03:25 GMT
2366
2447
  - request:
2367
2448
  method: get
2368
2449
  uri: http://schema.org/
@@ -2392,11 +2473,11 @@ http_interactions:
2392
2473
  Vary:
2393
2474
  - Accept, Accept-Encoding
2394
2475
  Set-Cookie:
2395
- - GOOGAPPUID=3-2f; Path=/
2476
+ - GOOGAPPUID=3-3b; Path=/
2396
2477
  X-Cloud-Trace-Context:
2397
- - a5868762c1bbe3187dbf5aa26af3b572
2478
+ - 9c839297358e1d6858160960be0575b8
2398
2479
  Date:
2399
- - Sat, 05 Aug 2017 13:22:20 GMT
2480
+ - Wed, 23 Aug 2017 08:03:25 GMT
2400
2481
  Server:
2401
2482
  - Google Frontend
2402
2483
  Content-Length:
@@ -2405,7 +2486,7 @@ http_interactions:
2405
2486
  encoding: UTF-8
2406
2487
  string: ''
2407
2488
  http_version:
2408
- recorded_at: Sat, 05 Aug 2017 13:22:19 GMT
2489
+ recorded_at: Wed, 23 Aug 2017 08:03:25 GMT
2409
2490
  - request:
2410
2491
  method: get
2411
2492
  uri: http://schema.org/docs/jsonldcontext.json
@@ -2433,21 +2514,21 @@ http_interactions:
2433
2514
  Content-Type:
2434
2515
  - application/ld+json; charset=utf-8
2435
2516
  Etag:
2436
- - 24751170805131131a2048647386json
2517
+ - 24751170823075941a2048647386json
2437
2518
  Last-Modified:
2438
- - Sat, 05 Aug 2017 13:11:31 UTC
2519
+ - Wed, 23 Aug 2017 07:59:41 UTC
2439
2520
  Set-Cookie:
2440
- - GOOGAPPUID=3-2f; Path=/
2521
+ - GOOGAPPUID=3-3b; Path=/
2441
2522
  X-Cloud-Trace-Context:
2442
- - 2e64d3fa32630fc97e6c1eeb68951085
2523
+ - 445580350f9e2c8c44e4de358223ccee
2443
2524
  Date:
2444
- - Sat, 05 Aug 2017 13:22:21 GMT
2525
+ - Wed, 23 Aug 2017 08:03:25 GMT
2445
2526
  Server:
2446
2527
  - Google Frontend
2447
2528
  Content-Length:
2448
- - '128366'
2529
+ - '133672'
2449
2530
  Expires:
2450
- - Sat, 05 Aug 2017 13:22:21 GMT
2531
+ - Wed, 23 Aug 2017 08:03:25 GMT
2451
2532
  body:
2452
2533
  encoding: UTF-8
2453
2534
  string: |
@@ -2516,6 +2597,7 @@ http_interactions:
2516
2597
  "AddAction": {"@id": "schema:AddAction"},
2517
2598
  "AdministrativeArea": {"@id": "schema:AdministrativeArea"},
2518
2599
  "AdultEntertainment": {"@id": "schema:AdultEntertainment"},
2600
+ "AdvertiserContentArticle": {"@id": "schema:AdvertiserContentArticle"},
2519
2601
  "AerobicActivity": {"@id": "schema:AerobicActivity"},
2520
2602
  "AggregateOffer": {"@id": "schema:AggregateOffer"},
2521
2603
  "AggregateRating": {"@id": "schema:AggregateRating"},
@@ -2528,6 +2610,7 @@ http_interactions:
2528
2610
  "AllocateAction": {"@id": "schema:AllocateAction"},
2529
2611
  "AmusementPark": {"@id": "schema:AmusementPark"},
2530
2612
  "AnaerobicActivity": {"@id": "schema:AnaerobicActivity"},
2613
+ "AnalysisNewsArticle": {"@id": "schema:AnalysisNewsArticle"},
2531
2614
  "AnatomicalStructure": {"@id": "schema:AnatomicalStructure"},
2532
2615
  "AnatomicalSystem": {"@id": "schema:AnatomicalSystem"},
2533
2616
  "Anesthesia": {"@id": "schema:Anesthesia"},
@@ -2553,6 +2636,7 @@ http_interactions:
2553
2636
  "AudioObject": {"@id": "schema:AudioObject"},
2554
2637
  "Audiobook": {"@id": "schema:Audiobook"},
2555
2638
  "AudiobookFormat": {"@id": "schema:AudiobookFormat"},
2639
+ "AuthoritativeLegalValue": {"@id": "schema:AuthoritativeLegalValue"},
2556
2640
  "AuthorizeAction": {"@id": "schema:AuthorizeAction"},
2557
2641
  "AutoBodyShop": {"@id": "schema:AutoBodyShop"},
2558
2642
  "AutoDealer": {"@id": "schema:AutoDealer"},
@@ -2563,6 +2647,7 @@ http_interactions:
2563
2647
  "AutomatedTeller": {"@id": "schema:AutomatedTeller"},
2564
2648
  "AutomotiveBusiness": {"@id": "schema:AutomotiveBusiness"},
2565
2649
  "Ayurvedic": {"@id": "schema:Ayurvedic"},
2650
+ "BackgroundNewsArticle": {"@id": "schema:BackgroundNewsArticle"},
2566
2651
  "Bacteria": {"@id": "schema:Bacteria"},
2567
2652
  "Bakery": {"@id": "schema:Bakery"},
2568
2653
  "Balance": {"@id": "schema:Balance"},
@@ -2698,7 +2783,9 @@ http_interactions:
2698
2783
  "CreativeWorkSeries": {"@id": "schema:CreativeWorkSeries"},
2699
2784
  "CreditCard": {"@id": "schema:CreditCard"},
2700
2785
  "Crematorium": {"@id": "schema:Crematorium"},
2786
+ "CriticReview": {"@id": "schema:CriticReview"},
2701
2787
  "CrossSectional": {"@id": "schema:CrossSectional"},
2788
+ "CssSelectorType": {"@id": "schema:CssSelectorType"},
2702
2789
  "CurrencyConversionService": {"@id": "schema:CurrencyConversionService"},
2703
2790
  "DDxElement": {"@id": "schema:DDxElement"},
2704
2791
  "DJMixAlbum": {"@id": "schema:DJMixAlbum"},
@@ -2719,6 +2806,7 @@ http_interactions:
2719
2806
  "DaySpa": {"@id": "schema:DaySpa"},
2720
2807
  "DeactivateAction": {"@id": "schema:DeactivateAction"},
2721
2808
  "DefenceEstablishment": {"@id": "schema:DefenceEstablishment"},
2809
+ "Definitive": {"@id": "schema:Definitive"},
2722
2810
  "DeleteAction": {"@id": "schema:DeleteAction"},
2723
2811
  "DeliveryChargeSpecification": {"@id": "schema:DeliveryChargeSpecification"},
2724
2812
  "DeliveryEvent": {"@id": "schema:DeliveryEvent"},
@@ -2787,6 +2875,7 @@ http_interactions:
2787
2875
  "Emergency": {"@id": "schema:Emergency"},
2788
2876
  "EmergencyService": {"@id": "schema:EmergencyService"},
2789
2877
  "EmployeeRole": {"@id": "schema:EmployeeRole"},
2878
+ "EmployerReview": {"@id": "schema:EmployerReview"},
2790
2879
  "EmploymentAgency": {"@id": "schema:EmploymentAgency"},
2791
2880
  "Endocrine": {"@id": "schema:Endocrine"},
2792
2881
  "EndorseAction": {"@id": "schema:EndorseAction"},
@@ -2905,11 +2994,20 @@ http_interactions:
2905
2994
  "HotelRoom": {"@id": "schema:HotelRoom"},
2906
2995
  "House": {"@id": "schema:House"},
2907
2996
  "HousePainter": {"@id": "schema:HousePainter"},
2997
+ "HowTo": {"@id": "schema:HowTo"},
2998
+ "HowToDirection": {"@id": "schema:HowToDirection"},
2999
+ "HowToItem": {"@id": "schema:HowToItem"},
3000
+ "HowToSection": {"@id": "schema:HowToSection"},
3001
+ "HowToStep": {"@id": "schema:HowToStep"},
3002
+ "HowToSupply": {"@id": "schema:HowToSupply"},
3003
+ "HowToTip": {"@id": "schema:HowToTip"},
3004
+ "HowToTool": {"@id": "schema:HowToTool"},
2908
3005
  "IceCreamShop": {"@id": "schema:IceCreamShop"},
2909
3006
  "IgnoreAction": {"@id": "schema:IgnoreAction"},
2910
3007
  "ImageGallery": {"@id": "schema:ImageGallery"},
2911
3008
  "ImageObject": {"@id": "schema:ImageObject"},
2912
3009
  "ImagingTest": {"@id": "schema:ImagingTest"},
3010
+ "InForce": {"@id": "schema:InForce"},
2913
3011
  "InStock": {"@id": "schema:InStock"},
2914
3012
  "InStoreOnly": {"@id": "schema:InStoreOnly"},
2915
3013
  "IndividualProduct": {"@id": "schema:IndividualProduct"},
@@ -2950,7 +3048,11 @@ http_interactions:
2950
3048
  "LaserDiscFormat": {"@id": "schema:LaserDiscFormat"},
2951
3049
  "LeaveAction": {"@id": "schema:LeaveAction"},
2952
3050
  "LeftHandDriving": {"@id": "schema:LeftHandDriving"},
3051
+ "LegalForceStatus": {"@id": "schema:LegalForceStatus"},
2953
3052
  "LegalService": {"@id": "schema:LegalService"},
3053
+ "LegalValueLevel": {"@id": "schema:LegalValueLevel"},
3054
+ "Legislation": {"@id": "schema:Legislation"},
3055
+ "LegislationObject": {"@id": "schema:LegislationObject"},
2954
3056
  "LegislativeBuilding": {"@id": "schema:LegislativeBuilding"},
2955
3057
  "LeisureTimeActivity": {"@id": "schema:LeisureTimeActivity"},
2956
3058
  "LendAction": {"@id": "schema:LendAction"},
@@ -2962,6 +3064,7 @@ http_interactions:
2962
3064
  "LimitedAvailability": {"@id": "schema:LimitedAvailability"},
2963
3065
  "LinkRole": {"@id": "schema:LinkRole"},
2964
3066
  "LiquorStore": {"@id": "schema:LiquorStore"},
3067
+ "ListItem": {"@id": "schema:ListItem"},
2965
3068
  "ListenAction": {"@id": "schema:ListenAction"},
2966
3069
  "LiteraryEvent": {"@id": "schema:LiteraryEvent"},
2967
3070
  "LiveAlbum": {"@id": "schema:LiveAlbum"},
@@ -3088,11 +3191,14 @@ http_interactions:
3088
3191
  "Nerve": {"@id": "schema:Nerve"},
3089
3192
  "Neuro": {"@id": "schema:Neuro"},
3090
3193
  "Neurologic": {"@id": "schema:Neurologic"},
3194
+ "NewCondition": {"@id": "schema:NewCondition"},
3091
3195
  "NewsArticle": {"@id": "schema:NewsArticle"},
3196
+ "NewsMediaOrganization": {"@id": "schema:NewsMediaOrganization"},
3092
3197
  "Newspaper": {"@id": "schema:Newspaper"},
3093
3198
  "NightClub": {"@id": "schema:NightClub"},
3094
3199
  "NoninvasiveProcedure": {"@id": "schema:NoninvasiveProcedure"},
3095
3200
  "Nose": {"@id": "schema:Nose"},
3201
+ "NotInForce": {"@id": "schema:NotInForce"},
3096
3202
  "NotYetRecruiting": {"@id": "schema:NotYetRecruiting"},
3097
3203
  "Notary": {"@id": "schema:Notary"},
3098
3204
  "NoteDigitalDocument": {"@id": "schema:NoteDigitalDocument"},
@@ -3112,6 +3218,7 @@ http_interactions:
3112
3218
  "OfferCatalog": {"@id": "schema:OfferCatalog"},
3113
3219
  "OfferItemCondition": {"@id": "schema:OfferItemCondition"},
3114
3220
  "OfficeEquipmentStore": {"@id": "schema:OfficeEquipmentStore"},
3221
+ "OfficialLegalValue": {"@id": "schema:OfficialLegalValue"},
3115
3222
  "OfflinePermanently": {"@id": "schema:OfflinePermanently"},
3116
3223
  "OfflineTemporarily": {"@id": "schema:OfflineTemporarily"},
3117
3224
  "OnDemandEvent": {"@id": "schema:OnDemandEvent"},
@@ -3123,6 +3230,7 @@ http_interactions:
3123
3230
  "OnlineOnly": {"@id": "schema:OnlineOnly"},
3124
3231
  "OpenTrial": {"@id": "schema:OpenTrial"},
3125
3232
  "OpeningHoursSpecification": {"@id": "schema:OpeningHoursSpecification"},
3233
+ "OpinionNewsArticle": {"@id": "schema:OpinionNewsArticle"},
3126
3234
  "Optician": {"@id": "schema:Optician"},
3127
3235
  "Optometric": {"@id": "schema:Optometric"},
3128
3236
  "Optometric": {"@id": "schema:Optometric"},
@@ -3158,6 +3266,7 @@ http_interactions:
3158
3266
  "Park": {"@id": "schema:Park"},
3159
3267
  "ParkingFacility": {"@id": "schema:ParkingFacility"},
3160
3268
  "ParkingMap": {"@id": "schema:ParkingMap"},
3269
+ "PartiallyInForce": {"@id": "schema:PartiallyInForce"},
3161
3270
  "Pathology": {"@id": "schema:Pathology"},
3162
3271
  "PathologyTest": {"@id": "schema:PathologyTest"},
3163
3272
  "Patient": {"@id": "schema:Patient"},
@@ -3240,6 +3349,7 @@ http_interactions:
3240
3349
  "PublicHealth": {"@id": "schema:PublicHealth"},
3241
3350
  "PublicHolidays": {"@id": "schema:PublicHolidays"},
3242
3351
  "PublicSwimmingPool": {"@id": "schema:PublicSwimmingPool"},
3352
+ "PublicToilet": {"@id": "schema:PublicToilet"},
3243
3353
  "PublicationEvent": {"@id": "schema:PublicationEvent"},
3244
3354
  "PublicationIssue": {"@id": "schema:PublicationIssue"},
3245
3355
  "PublicationVolume": {"@id": "schema:PublicationVolume"},
@@ -3286,6 +3396,7 @@ http_interactions:
3286
3396
  "ReplaceAction": {"@id": "schema:ReplaceAction"},
3287
3397
  "ReplyAction": {"@id": "schema:ReplyAction"},
3288
3398
  "Report": {"@id": "schema:Report"},
3399
+ "ReportageNewsArticle": {"@id": "schema:ReportageNewsArticle"},
3289
3400
  "ReportedDoseSchedule": {"@id": "schema:ReportedDoseSchedule"},
3290
3401
  "Reservation": {"@id": "schema:Reservation"},
3291
3402
  "ReservationCancelled": {"@id": "schema:ReservationCancelled"},
@@ -3309,6 +3420,7 @@ http_interactions:
3309
3420
  "ReturnAction": {"@id": "schema:ReturnAction"},
3310
3421
  "Review": {"@id": "schema:Review"},
3311
3422
  "ReviewAction": {"@id": "schema:ReviewAction"},
3423
+ "ReviewNewsArticle": {"@id": "schema:ReviewNewsArticle"},
3312
3424
  "Rheumatologic": {"@id": "schema:Rheumatologic"},
3313
3425
  "RightHandDriving": {"@id": "schema:RightHandDriving"},
3314
3426
  "RiverBodyOfWater": {"@id": "schema:RiverBodyOfWater"},
@@ -3321,7 +3433,9 @@ http_interactions:
3321
3433
  "RsvpResponseType": {"@id": "schema:RsvpResponseType"},
3322
3434
  "RsvpResponseYes": {"@id": "schema:RsvpResponseYes"},
3323
3435
  "SaleEvent": {"@id": "schema:SaleEvent"},
3436
+ "SatiricalArticle": {"@id": "schema:SatiricalArticle"},
3324
3437
  "Saturday": {"@id": "schema:Saturday"},
3438
+ "Schedule": {"@id": "schema:Schedule"},
3325
3439
  "ScheduleAction": {"@id": "schema:ScheduleAction"},
3326
3440
  "ScholarlyArticle": {"@id": "schema:ScholarlyArticle"},
3327
3441
  "School": {"@id": "schema:School"},
@@ -3443,6 +3557,7 @@ http_interactions:
3443
3557
  "Ultrasound": {"@id": "schema:Ultrasound"},
3444
3558
  "UnRegisterAction": {"@id": "schema:UnRegisterAction"},
3445
3559
  "UnitPriceSpecification": {"@id": "schema:UnitPriceSpecification"},
3560
+ "UnofficialLegalValue": {"@id": "schema:UnofficialLegalValue"},
3446
3561
  "UpdateAction": {"@id": "schema:UpdateAction"},
3447
3562
  "Urologic": {"@id": "schema:Urologic"},
3448
3563
  "UseAction": {"@id": "schema:UseAction"},
@@ -3456,6 +3571,7 @@ http_interactions:
3456
3571
  "UserPageVisits": {"@id": "schema:UserPageVisits"},
3457
3572
  "UserPlays": {"@id": "schema:UserPlays"},
3458
3573
  "UserPlusOnes": {"@id": "schema:UserPlusOnes"},
3574
+ "UserReview": {"@id": "schema:UserReview"},
3459
3575
  "UserTweets": {"@id": "schema:UserTweets"},
3460
3576
  "VeganDiet": {"@id": "schema:VeganDiet"},
3461
3577
  "VegetarianDiet": {"@id": "schema:VegetarianDiet"},
@@ -3502,6 +3618,7 @@ http_interactions:
3502
3618
  "WorkersUnion": {"@id": "schema:WorkersUnion"},
3503
3619
  "WriteAction": {"@id": "schema:WriteAction"},
3504
3620
  "WritePermission": {"@id": "schema:WritePermission"},
3621
+ "XPathType": {"@id": "schema:XPathType"},
3505
3622
  "XRay": {"@id": "schema:XRay"},
3506
3623
  "ZoneBoardingPolicy": {"@id": "schema:ZoneBoardingPolicy"},
3507
3624
  "Zoo": {"@id": "schema:Zoo"},
@@ -3531,6 +3648,7 @@ http_interactions:
3531
3648
  "actionOption": { "@id": "schema:actionOption"},
3532
3649
  "actionPlatform": { "@id": "schema:actionPlatform", "@type": "@id"},
3533
3650
  "actionStatus": { "@id": "schema:actionStatus"},
3651
+ "actionableFeedbackPolicy": { "@id": "schema:actionableFeedbackPolicy", "@type": "@id"},
3534
3652
  "activeIngredient": { "@id": "schema:activeIngredient"},
3535
3653
  "activityDuration": { "@id": "schema:activityDuration"},
3536
3654
  "activityFrequency": { "@id": "schema:activityFrequency"},
@@ -3551,6 +3669,7 @@ http_interactions:
3551
3669
  "adverseOutcome": { "@id": "schema:adverseOutcome"},
3552
3670
  "affectedBy": { "@id": "schema:affectedBy"},
3553
3671
  "affiliation": { "@id": "schema:affiliation"},
3672
+ "afterMedia": { "@id": "schema:afterMedia"},
3554
3673
  "agent": { "@id": "schema:agent"},
3555
3674
  "aggregateRating": { "@id": "schema:aggregateRating"},
3556
3675
  "aircraft": { "@id": "schema:aircraft"},
@@ -3630,7 +3749,9 @@ http_interactions:
3630
3749
  "background": { "@id": "schema:background"},
3631
3750
  "bankAccountType": { "@id": "schema:bankAccountType", "@type": "@id"},
3632
3751
  "baseSalary": { "@id": "schema:baseSalary"},
3752
+ "bccRecipient": { "@id": "schema:bccRecipient"},
3633
3753
  "bed": { "@id": "schema:bed"},
3754
+ "beforeMedia": { "@id": "schema:beforeMedia"},
3634
3755
  "beneficiaryBank": { "@id": "schema:beneficiaryBank"},
3635
3756
  "benefits": { "@id": "schema:benefits"},
3636
3757
  "benefitsSummaryUrl": { "@id": "schema:benefitsSummaryUrl", "@type": "@id"},
@@ -3677,6 +3798,9 @@ http_interactions:
3677
3798
  "businessFunction": { "@id": "schema:businessFunction"},
3678
3799
  "buyer": { "@id": "schema:buyer"},
3679
3800
  "byArtist": { "@id": "schema:byArtist"},
3801
+ "byDay": { "@id": "schema:byDay"},
3802
+ "byMonth": { "@id": "schema:byMonth"},
3803
+ "byMonthDay": { "@id": "schema:byMonthDay"},
3680
3804
  "calories": { "@id": "schema:calories"},
3681
3805
  "candidate": { "@id": "schema:candidate"},
3682
3806
  "caption": { "@id": "schema:caption"},
@@ -3690,6 +3814,7 @@ http_interactions:
3690
3814
  "category": { "@id": "schema:category"},
3691
3815
  "cause": { "@id": "schema:cause"},
3692
3816
  "causeOf": { "@id": "schema:causeOf"},
3817
+ "ccRecipient": { "@id": "schema:ccRecipient"},
3693
3818
  "character": { "@id": "schema:character"},
3694
3819
  "characterAttribute": { "@id": "schema:characterAttribute"},
3695
3820
  "characterName": { "@id": "schema:characterName"},
@@ -3748,6 +3873,7 @@ http_interactions:
3748
3873
  "cookingMethod": { "@id": "schema:cookingMethod"},
3749
3874
  "copyrightHolder": { "@id": "schema:copyrightHolder"},
3750
3875
  "copyrightYear": { "@id": "schema:copyrightYear"},
3876
+ "correctionsPolicy": { "@id": "schema:correctionsPolicy", "@type": "@id"},
3751
3877
  "cost": { "@id": "schema:cost"},
3752
3878
  "costCategory": { "@id": "schema:costCategory"},
3753
3879
  "costCurrency": { "@id": "schema:costCurrency"},
@@ -3820,6 +3946,7 @@ http_interactions:
3820
3946
  "distance": { "@id": "schema:distance"},
3821
3947
  "distinguishingSign": { "@id": "schema:distinguishingSign"},
3822
3948
  "distribution": { "@id": "schema:distribution"},
3949
+ "diversityPolicy": { "@id": "schema:diversityPolicy", "@type": "@id"},
3823
3950
  "documentation": { "@id": "schema:documentation", "@type": "@id"},
3824
3951
  "domainIncludes": { "@id": "schema:domainIncludes"},
3825
3952
  "domiciledMortgage": { "@id": "schema:domiciledMortgage"},
@@ -3842,6 +3969,7 @@ http_interactions:
3842
3969
  "duplicateTherapy": { "@id": "schema:duplicateTherapy"},
3843
3970
  "duration": { "@id": "schema:duration"},
3844
3971
  "durationOfWarranty": { "@id": "schema:durationOfWarranty"},
3972
+ "duringMedia": { "@id": "schema:duringMedia"},
3845
3973
  "earlyPrepaymentPenalty": { "@id": "schema:earlyPrepaymentPenalty"},
3846
3974
  "editor": { "@id": "schema:editor"},
3847
3975
  "educationRequirements": { "@id": "schema:educationRequirements"},
@@ -3881,14 +4009,19 @@ http_interactions:
3881
4009
  "episodes": { "@id": "schema:episodes"},
3882
4010
  "equal": { "@id": "schema:equal"},
3883
4011
  "error": { "@id": "schema:error"},
4012
+ "estimatedCost": { "@id": "schema:estimatedCost"},
3884
4013
  "estimatedFlightDuration": { "@id": "schema:estimatedFlightDuration"},
4014
+ "estimatedSalary": { "@id": "schema:estimatedSalary"},
3885
4015
  "estimatesRiskOf": { "@id": "schema:estimatesRiskOf"},
4016
+ "ethicsPolicy": { "@id": "schema:ethicsPolicy", "@type": "@id"},
3886
4017
  "event": { "@id": "schema:event"},
4018
+ "eventSchedule": { "@id": "schema:eventSchedule"},
3887
4019
  "eventStatus": { "@id": "schema:eventStatus"},
3888
4020
  "events": { "@id": "schema:events"},
3889
4021
  "evidenceLevel": { "@id": "schema:evidenceLevel"},
3890
4022
  "evidenceOrigin": { "@id": "schema:evidenceOrigin"},
3891
4023
  "exampleOfWork": { "@id": "schema:exampleOfWork"},
4024
+ "exceptDate": { "@id": "schema:exceptDate", "@type": "Date"},
3892
4025
  "exchangeRate": { "@id": "schema:exchangeRate"},
3893
4026
  "exchangeRateSpread": { "@id": "schema:exchangeRateSpread"},
3894
4027
  "executableLibraryName": { "@id": "schema:executableLibraryName"},
@@ -4100,6 +4233,22 @@ http_interactions:
4100
4233
  "learningResourceType": { "@id": "schema:learningResourceType"},
4101
4234
  "legalName": { "@id": "schema:legalName"},
4102
4235
  "legalStatus": { "@id": "schema:legalStatus"},
4236
+ "legislationAppliedBy": { "@id": "schema:legislationAppliedBy"},
4237
+ "legislationApplies": { "@id": "schema:legislationApplies"},
4238
+ "legislationChangedBy": { "@id": "schema:legislationChangedBy"},
4239
+ "legislationChanges": { "@id": "schema:legislationChanges"},
4240
+ "legislationConsolidatedBy": { "@id": "schema:legislationConsolidatedBy"},
4241
+ "legislationConsolidates": { "@id": "schema:legislationConsolidates"},
4242
+ "legislationDate": { "@id": "schema:legislationDate", "@type": "Date"},
4243
+ "legislationDateVersion": { "@id": "schema:legislationDateVersion", "@type": "Date"},
4244
+ "legislationIdentifier": { "@id": "schema:legislationIdentifier"},
4245
+ "legislationLegalForce": { "@id": "schema:legislationLegalForce"},
4246
+ "legislationLegalValue": { "@id": "schema:legislationLegalValue"},
4247
+ "legislationPassedBy": { "@id": "schema:legislationPassedBy"},
4248
+ "legislationResponsible": { "@id": "schema:legislationResponsible"},
4249
+ "legislationTransposedBy": { "@id": "schema:legislationTransposedBy"},
4250
+ "legislationTransposes": { "@id": "schema:legislationTransposes"},
4251
+ "legislationType": { "@id": "schema:legislationType"},
4103
4252
  "leiCode": { "@id": "schema:leiCode"},
4104
4253
  "lender": { "@id": "schema:lender"},
4105
4254
  "lesser": { "@id": "schema:lesser"},
@@ -4133,6 +4282,7 @@ http_interactions:
4133
4282
  "map": { "@id": "schema:map", "@type": "@id"},
4134
4283
  "mapType": { "@id": "schema:mapType"},
4135
4284
  "maps": { "@id": "schema:maps", "@type": "@id"},
4285
+ "masthead": { "@id": "schema:masthead", "@type": "@id"},
4136
4286
  "material": { "@id": "schema:material", "@type": "@id"},
4137
4287
  "maxPrice": { "@id": "schema:maxPrice"},
4138
4288
  "maxValue": { "@id": "schema:maxValue"},
@@ -4158,6 +4308,7 @@ http_interactions:
4158
4308
  "minPrice": { "@id": "schema:minPrice"},
4159
4309
  "minValue": { "@id": "schema:minValue"},
4160
4310
  "minimumPaymentDue": { "@id": "schema:minimumPaymentDue"},
4311
+ "missionCoveragePrioritiesPolicy": { "@id": "schema:missionCoveragePrioritiesPolicy", "@type": "@id"},
4161
4312
  "model": { "@id": "schema:model"},
4162
4313
  "modelDate": { "@id": "schema:modelDate", "@type": "Date"},
4163
4314
  "modifiedTime": { "@id": "schema:modifiedTime", "@type": "DateTime"},
@@ -4262,6 +4413,7 @@ http_interactions:
4262
4413
  "paymentStatus": { "@id": "schema:paymentStatus"},
4263
4414
  "paymentUrl": { "@id": "schema:paymentUrl", "@type": "@id"},
4264
4415
  "penciler": { "@id": "schema:penciler"},
4416
+ "performTime": { "@id": "schema:performTime"},
4265
4417
  "performer": { "@id": "schema:performer"},
4266
4418
  "performerIn": { "@id": "schema:performerIn"},
4267
4419
  "performers": { "@id": "schema:performers"},
@@ -4333,6 +4485,7 @@ http_interactions:
4333
4485
  "providerMobility": { "@id": "schema:providerMobility"},
4334
4486
  "providesBroadcastService": { "@id": "schema:providesBroadcastService"},
4335
4487
  "providesService": { "@id": "schema:providesService"},
4488
+ "publicAccess": { "@id": "schema:publicAccess"},
4336
4489
  "publication": { "@id": "schema:publication"},
4337
4490
  "publicationType": { "@id": "schema:publicationType"},
4338
4491
  "publishedBy": { "@id": "schema:publishedBy"},
@@ -4386,6 +4539,8 @@ http_interactions:
4386
4539
  "relevantSpecialty": { "@id": "schema:relevantSpecialty"},
4387
4540
  "remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity"},
4388
4541
  "renegotiableLoan": { "@id": "schema:renegotiableLoan"},
4542
+ "repeatCount": { "@id": "schema:repeatCount"},
4543
+ "repeatFrequency": { "@id": "schema:repeatFrequency"},
4389
4544
  "repetitions": { "@id": "schema:repetitions"},
4390
4545
  "replacee": { "@id": "schema:replacee"},
4391
4546
  "replacer": { "@id": "schema:replacer"},
@@ -4396,6 +4551,7 @@ http_interactions:
4396
4551
  "requiredGender": { "@id": "schema:requiredGender"},
4397
4552
  "requiredMaxAge": { "@id": "schema:requiredMaxAge"},
4398
4553
  "requiredMinAge": { "@id": "schema:requiredMinAge"},
4554
+ "requiredQuantity": { "@id": "schema:requiredQuantity"},
4399
4555
  "requirements": { "@id": "schema:requirements", "@type": "@id"},
4400
4556
  "requiresSubscription": { "@id": "schema:requiresSubscription"},
4401
4557
  "reservationFor": { "@id": "schema:reservationFor"},
@@ -4502,6 +4658,7 @@ http_interactions:
4502
4658
  "status": { "@id": "schema:status"},
4503
4659
  "steeringPosition": { "@id": "schema:steeringPosition"},
4504
4660
  "stepValue": { "@id": "schema:stepValue"},
4661
+ "steps": { "@id": "schema:steps"},
4505
4662
  "storageRequirements": { "@id": "schema:storageRequirements", "@type": "@id"},
4506
4663
  "streetAddress": { "@id": "schema:streetAddress"},
4507
4664
  "strengthUnit": { "@id": "schema:strengthUnit"},
@@ -4530,6 +4687,7 @@ http_interactions:
4530
4687
  "suitableForDiet": { "@id": "schema:suitableForDiet"},
4531
4688
  "superEvent": { "@id": "schema:superEvent"},
4532
4689
  "supersededBy": { "@id": "schema:supersededBy"},
4690
+ "supply": { "@id": "schema:supply"},
4533
4691
  "supplyTo": { "@id": "schema:supplyTo"},
4534
4692
  "supportingData": { "@id": "schema:supportingData"},
4535
4693
  "surface": { "@id": "schema:surface", "@type": "@id"},
@@ -4557,11 +4715,14 @@ http_interactions:
4557
4715
  "tissueSample": { "@id": "schema:tissueSample"},
4558
4716
  "title": { "@id": "schema:title"},
4559
4717
  "toLocation": { "@id": "schema:toLocation"},
4718
+ "toRecipient": { "@id": "schema:toRecipient"},
4560
4719
  "tongueWeight": { "@id": "schema:tongueWeight"},
4720
+ "tool": { "@id": "schema:tool"},
4561
4721
  "torque": { "@id": "schema:torque"},
4562
4722
  "totalPaymentDue": { "@id": "schema:totalPaymentDue"},
4563
4723
  "totalPrice": { "@id": "schema:totalPrice"},
4564
4724
  "totalTime": { "@id": "schema:totalTime"},
4725
+ "touristType": { "@id": "schema:touristType"},
4565
4726
  "track": { "@id": "schema:track"},
4566
4727
  "trackingNumber": { "@id": "schema:trackingNumber"},
4567
4728
  "trackingUrl": { "@id": "schema:trackingUrl", "@type": "@id"},
@@ -4584,6 +4745,7 @@ http_interactions:
4584
4745
  "underName": { "@id": "schema:underName"},
4585
4746
  "unitCode": { "@id": "schema:unitCode", "@type": "@id"},
4586
4747
  "unitText": { "@id": "schema:unitText"},
4748
+ "unnamedSourcesPolicy": { "@id": "schema:unnamedSourcesPolicy", "@type": "@id"},
4587
4749
  "unsaturatedFatContent": { "@id": "schema:unsaturatedFatContent"},
4588
4750
  "uploadDate": { "@id": "schema:uploadDate", "@type": "Date"},
4589
4751
  "upvoteCount": { "@id": "schema:upvoteCount"},
@@ -4620,6 +4782,7 @@ http_interactions:
4620
4782
  "vehicleSpecialUsage": { "@id": "schema:vehicleSpecialUsage"},
4621
4783
  "vehicleTransmission": { "@id": "schema:vehicleTransmission", "@type": "@id"},
4622
4784
  "vendor": { "@id": "schema:vendor"},
4785
+ "verificationFactCheckingPolicy": { "@id": "schema:verificationFactCheckingPolicy", "@type": "@id"},
4623
4786
  "version": { "@id": "schema:version"},
4624
4787
  "video": { "@id": "schema:video"},
4625
4788
  "videoFormat": { "@id": "schema:videoFormat"},
@@ -4649,9 +4812,10 @@ http_interactions:
4649
4812
  "worstRating": { "@id": "schema:worstRating"},
4650
4813
  "xpath": { "@id": "schema:xpath"},
4651
4814
  "yearlyRevenue": { "@id": "schema:yearlyRevenue"},
4652
- "yearsInOperation": { "@id": "schema:yearsInOperation"}
4815
+ "yearsInOperation": { "@id": "schema:yearsInOperation"},
4816
+ "yield": { "@id": "schema:yield"}
4653
4817
  }
4654
4818
  }
4655
4819
  http_version:
4656
- recorded_at: Sat, 05 Aug 2017 13:22:21 GMT
4820
+ recorded_at: Wed, 23 Aug 2017 08:03:26 GMT
4657
4821
  recorded_with: VCR 3.0.3