bolognese 0.9.56 → 0.9.58

Sign up to get free protection for your applications and to get access to all the features.
Files changed (318) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -1
  3. data/Gemfile.lock +6 -4
  4. data/README.md +7 -0
  5. data/bolognese.gemspec +1 -0
  6. data/lib/bolognese.rb +1 -0
  7. data/lib/bolognese/metadata.rb +12 -4
  8. data/lib/bolognese/readers/bibtex_reader.rb +4 -1
  9. data/lib/bolognese/readers/crossref_reader.rb +60 -34
  10. data/lib/bolognese/readers/datacite_reader.rb +4 -11
  11. data/lib/bolognese/readers/ris_reader.rb +2 -1
  12. data/lib/bolognese/utils.rb +111 -51
  13. data/lib/bolognese/version.rb +1 -1
  14. data/lib/bolognese/writers/bibtex_writer.rb +1 -1
  15. data/lib/bolognese/writers/citeproc_writer.rb +1 -1
  16. data/lib/bolognese/writers/crosscite_writer.rb +2 -1
  17. data/lib/bolognese/writers/jats_writer.rb +94 -0
  18. data/lib/bolognese/writers/ris_writer.rb +2 -1
  19. data/lib/bolognese/writers/schema_org_writer.rb +2 -1
  20. data/resources/kernel-4/include/datacite-dateType-v4.1.xsd +1 -1
  21. data/resources/kernel-4/include/datacite-relationType-v4.1.xsd +1 -1
  22. data/resources/kernel-4/include/datacite-resourceType-v4.1.xsd +1 -1
  23. data/resources/kernel-4/metadata.xsd +1 -1
  24. data/spec/author_utils_spec.rb +1 -1
  25. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/default.yml +9 -3
  26. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/to_bibtex.yml +9 -3
  27. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/to_crossref.yml +9 -3
  28. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/to_datacite.yml +9 -3
  29. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/to_schema_org.yml +9 -3
  30. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/default.yml +27 -13
  31. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_bibtex.yml +25 -13
  32. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_citation.yml +17 -17
  33. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_crossref.yml +27 -13
  34. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_datacite.yml +26 -12
  35. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_schema_org.yml +27 -13
  36. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/default.yml +15 -52
  37. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_bibtex.yml +16 -51
  38. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_citation.yml +20 -51
  39. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite.yml +16 -49
  40. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite_json.yml +15 -50
  41. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_schema_org.yml +16 -51
  42. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/default.yml +15 -15
  43. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_bibtex.yml +15 -15
  44. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_datacite.yml +14 -14
  45. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_schema_org.yml +16 -16
  46. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/author.yml +19 -7
  47. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/no_author.yml +19 -7
  48. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/single_author.yml +19 -7
  49. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/with_organization.yml +18 -6
  50. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_datacite_metadata/change_doi.yml +26 -63
  51. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_datacite_metadata/change_title.yml +23 -64
  52. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/validates_against_schema.yml +19 -7
  53. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/with_data_citation.yml +19 -7
  54. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/doi.yml +19 -7
  55. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/not_a_doi.yml +19 -7
  56. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/sandbox_url.yml +18 -6
  57. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/url.yml +18 -6
  58. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/crossref.yml +35 -31
  59. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/datacite.yml +36 -30
  60. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/medra.yml +35 -31
  61. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_a_valid_prefix.yml +18 -6
  62. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_found.yml +27 -27
  63. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/doi.yml +19 -7
  64. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/doi_with_protocol.yml +19 -7
  65. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/dx_doi_org_url.yml +19 -7
  66. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/force_test_resolver.yml +19 -7
  67. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/https_url.yml +19 -7
  68. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/test_resolver.yml +19 -7
  69. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/test_resolver_http.yml +18 -6
  70. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/doi.yml +19 -7
  71. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/doi_with_protocol.yml +19 -7
  72. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/dx_doi_org_url.yml +19 -7
  73. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/force_test_resolver.yml +19 -7
  74. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/https_url.yml +19 -7
  75. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/test_resolver.yml +19 -7
  76. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/test_resolver_http.yml +19 -7
  77. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref.yml +39 -86
  78. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref_doi_not_url.yml +36 -89
  79. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite.yml +40 -85
  80. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite_doi_http.yml +36 -89
  81. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/github.yml +19 -62
  82. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/orcid.yml +21 -62
  83. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/schema_org.yml +22 -63
  84. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/unknown_DOI_registration_agency.yml +31 -82
  85. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/bibtex.yml +20 -63
  86. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/citeproc.yml +21 -62
  87. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/codemeta.yml +23 -62
  88. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crosscite.yml +22 -63
  89. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crossref.yml +22 -63
  90. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite.yml +22 -63
  91. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite_json.yml +21 -62
  92. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/ris.yml +24 -63
  93. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/schema_org.yml +23 -62
  94. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_string/crosscite.yml +20 -63
  95. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/from_schema_org/with_id.yml +18 -6
  96. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/maremma.yml +10 -10
  97. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/no_codemeta_json.yml +8 -8
  98. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/not_found_error.yml +8 -8
  99. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_ORCID_ID.yml +34 -30
  100. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_SICI_DOI.yml +33 -29
  101. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_data_citation.yml +35 -31
  102. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/book_chapter.yml +150 -0
  103. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/dataset.yml +34 -30
  104. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/date_in_future.yml +33 -31
  105. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article.yml +33 -31
  106. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/not_found_error.yml +26 -26
  107. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/posted_content.yml +34 -30
  108. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_raw/journal_article.yml +9 -3
  109. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/BlogPosting.yml +23 -64
  110. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/BlogPosting_in_test_system.yml +22 -65
  111. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_test_system.yml +24 -64
  112. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_not_found.yml +24 -29
  113. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Dataset.yml +24 -65
  114. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding.yml +22 -65
  115. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding_schema_version_4.yml +20 -65
  116. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_only_full_name.yml +23 -63
  117. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_scheme.yml +26 -64
  118. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_wrong_orcid_scheme.yml +24 -66
  119. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/date.yml +24 -64
  120. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/empty_subject.yml +24 -65
  121. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/funding_schema_version_3.yml +24 -66
  122. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/is_identical_to.yml +24 -64
  123. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/keywords_with_attributes.yml +28 -64
  124. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/leading_and_trailing_whitespace.yml +26 -64
  125. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_author_names_in_one_creatorName.yml +23 -64
  126. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_licenses.yml +25 -65
  127. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/date.yml +18 -6
  128. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year-month.yml +19 -7
  129. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year.yml +19 -7
  130. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/date.yml +19 -7
  131. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year-month.yml +18 -6
  132. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year.yml +19 -7
  133. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_ORCID.yml +11 -79
  134. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_jacow_org_scheme.yml +13 -79
  135. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_multiple_name_identifier.yml +14 -80
  136. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_no_ORCID.yml +13 -79
  137. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_familyName.yml +11 -79
  138. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_multiple_names_in_display-order.yml +7 -44
  139. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_Thai.yml +12 -80
  140. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order.yml +12 -78
  141. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order_with_ORCID.yml +13 -79
  142. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_sort-order.yml +12 -80
  143. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/hyper-authorship.yml +9 -79
  144. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/is_organization.yml +19 -7
  145. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_author_names_in_one_field.yml +9 -79
  146. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_name_identifier.yml +13 -44
  147. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_affiliation.yml +14 -45
  148. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_role.yml +14 -45
  149. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting.yml +19 -19
  150. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting_with_new_DOI.yml +20 -20
  151. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/not_found_error.yml +2 -2
  152. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/DOI_RA_not_Crossref_or_DataCite.yml +17 -23
  153. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/unknown_DOI_prefix.yml +8 -22
  154. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_alternate_identifiers/insert.yml +6 -41
  155. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_contributors/none.yml +7 -40
  156. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_creators/insert.yml +7 -40
  157. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_dates/insert.yml +7 -40
  158. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_descriptions/insert.yml +7 -40
  159. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_identifier/doi.yml +6 -41
  160. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_person/creator_only_name.yml +5 -40
  161. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publication_year/insert.yml +7 -40
  162. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publisher/insert.yml +6 -41
  163. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/insert.yml +5 -40
  164. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/related_identifier.yml +7 -40
  165. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_resource_type/insert.yml +5 -40
  166. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_rights_list/insert.yml +7 -40
  167. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_subjects/insert.yml +5 -42
  168. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_titles/insert.yml +6 -41
  169. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_version/insert.yml +7 -40
  170. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_comma.yml +19 -7
  171. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_family_name.yml +19 -7
  172. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_id.yml +19 -7
  173. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_known_given_name.yml +19 -7
  174. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_no_info.yml +19 -7
  175. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_type_organization.yml +18 -6
  176. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/missing_comma.yml +19 -62
  177. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/nil.yml +22 -63
  178. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/overlapping_keys.yml +20 -65
  179. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/valid.yml +22 -63
  180. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/SICI_doi.yml +19 -7
  181. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi.yml +18 -6
  182. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_force_datacite_sandbox.yml +19 -7
  183. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_datacite_sandbox.yml +19 -7
  184. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_url_without_doi_proxy.yml +18 -6
  185. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_too_long.yml +19 -7
  186. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_with_string.yml +19 -7
  187. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_with_protocol.yml +19 -7
  188. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/dx_doi_org_url.yml +18 -6
  189. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/https_url.yml +19 -7
  190. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/not_valid_doi_prefix.yml +19 -7
  191. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/url_with_one_slash.yml +19 -7
  192. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi.yml +19 -7
  193. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi_as_url.yml +19 -7
  194. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/ftp.yml +19 -7
  195. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/invalid_url.yml +19 -7
  196. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/sandbox_via_options.yml +19 -7
  197. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/sandbox_via_url.yml +19 -7
  198. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/string.yml +18 -6
  199. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url.yml +18 -6
  200. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url_with_utf-8.yml +19 -7
  201. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/doi.yml +19 -7
  202. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/url.yml +19 -7
  203. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/uri.yml +19 -7
  204. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/with_trailing_slash.yml +19 -7
  205. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array.yml +19 -7
  206. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array_of_strings.yml +19 -7
  207. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/first.yml +19 -7
  208. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/hash.yml +19 -7
  209. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/nil.yml +18 -6
  210. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/string.yml +19 -7
  211. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_only_keep_specific_tags.yml +19 -7
  212. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_remove_a_tags.yml +19 -7
  213. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/to_schema_org/with_id.yml +19 -7
  214. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid.yml +19 -7
  215. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_https.yml +19 -7
  216. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_id.yml +19 -7
  217. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_with_spaces.yml +19 -7
  218. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_wrong_id.yml +19 -7
  219. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_www.yml +19 -7
  220. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme.yml +19 -7
  221. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_https.yml +19 -7
  222. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_trailing_slash.yml +19 -7
  223. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_www.yml +19 -7
  224. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi.yml +19 -7
  225. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi_as_url.yml +19 -7
  226. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi_with_protocol.yml +19 -7
  227. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/only_prefix.yml +19 -7
  228. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/DOI.yml +18 -6
  229. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/ISSN.yml +19 -7
  230. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/URL.yml +19 -7
  231. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/string.yml +19 -7
  232. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/BlogPosting.yml +7 -40
  233. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/Dataset.yml +5 -42
  234. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/from_schema_org.yml +20 -20
  235. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/maremma.yml +11 -11
  236. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/text.yml +5 -40
  237. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_data_citation.yml +19 -7
  238. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_pages.yml +18 -6
  239. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Dataset.yml +8 -43
  240. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Journal_article.yml +10 -10
  241. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Journal_article_vancouver_style.yml +12 -12
  242. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting.yml +4 -39
  243. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting_schema_org.yml +19 -19
  244. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/Dataset.yml +5 -40
  245. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/container_title.yml +5 -40
  246. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/journal_article.yml +19 -7
  247. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/maremma.yml +10 -10
  248. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/multiple_abstracts.yml +5 -40
  249. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/software.yml +5 -40
  250. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/with_pages.yml +18 -6
  251. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite.yml +5 -40
  252. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/datacite_database_attributes.yml +7 -40
  253. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/maremma.yml +8 -8
  254. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_ORCID_ID.yml +18 -6
  255. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation.yml +19 -7
  256. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation_schema_org.yml +19 -19
  257. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crossref/from_DataCite.yml +7 -40
  258. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crossref/journal_article.yml +9 -3
  259. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/maremma.yml +9 -9
  260. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_ORCID_ID.yml +18 -6
  261. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation.yml +19 -7
  262. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation_schema_org.yml +19 -19
  263. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Dataset_in_schema_4_0.yml +7 -40
  264. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Text_pass-thru.yml +5 -40
  265. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/maremma.yml +9 -9
  266. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_ORCID_ID.yml +18 -6
  267. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation.yml +19 -7
  268. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation_schema_org.yml +20 -20
  269. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_editor.yml +18 -6
  270. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/Dataset_in_schema_4_0.yml +38 -0
  271. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/Text_pass-thru.yml +40 -0
  272. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/book_chapter.yml +60 -0
  273. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/maremma.yml +73 -0
  274. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_ORCID_ID.yml +79 -0
  275. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_data_citation.yml +79 -0
  276. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_data_citation_schema_org.yml +121 -0
  277. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_editor.yml +79 -0
  278. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting.yml +5 -40
  279. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting_schema_org.yml +19 -19
  280. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/Dataset.yml +7 -40
  281. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/alternate_name.yml +5 -40
  282. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/journal_article.yml +18 -6
  283. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/maremma.yml +10 -10
  284. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/with_pages.yml +18 -6
  285. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding.yml +5 -40
  286. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding_OpenAIRE.yml +7 -40
  287. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON.yml +7 -40
  288. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_IsSupplementTo.yml +7 -40
  289. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_isReferencedBy.yml +7 -40
  290. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/journal_article.yml +18 -6
  291. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/maremma_schema_org_JSON.yml +11 -11
  292. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting.yml +101 -80
  293. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting_Citeproc_JSON.yml +94 -40
  294. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting_DataCite_JSON.yml +94 -40
  295. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Crossref_DOI.yml +94 -40
  296. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/DataONE.yml +94 -40
  297. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Dataset.yml +99 -80
  298. data/spec/readers/crossref_reader_spec.rb +32 -20
  299. data/spec/readers/datacite_reader_spec.rb +0 -4
  300. data/spec/writers/bibtex_writer_spec.rb +1 -1
  301. data/spec/writers/citation_writer_spec.rb +1 -1
  302. data/spec/writers/crosscite_writer_spec.rb +4 -4
  303. data/spec/writers/datacite_json_writer_spec.rb +3 -3
  304. data/spec/writers/datacite_writer_spec.rb +4 -4
  305. data/spec/writers/jats_writer_spec.rb +173 -0
  306. data/spec/writers/ris_writer_spec.rb +19 -21
  307. data/spec/writers/schema_org_writer_spec.rb +2 -6
  308. metadata +27 -12
  309. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/datacite/default.yml +0 -38
  310. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/datacite/to_bibtex.yml +0 -38
  311. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/datacite/to_datacite.yml +0 -38
  312. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/datacite/to_datacite_invalid.yml +0 -38
  313. data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/datacite/to_schema_org.yml +0 -38
  314. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/BlogPosting_from_string.yml +0 -38
  315. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Schema_4_1_from_string.yml +0 -38
  316. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Schema_4_1_from_string_with_doi_in_options.yml +0 -38
  317. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/missing_creator.yml +0 -38
  318. data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_raw/BlogPosting.yml +0 -38
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://search.datacite.org/api?fl=doi,xml,allocator_symbol,datacentre_symbol,media,minted,updated&q=doi:10.5061/dryad.8515&wt=json
5
+ uri: https://search.datacite.org/api?fl=doi,url,xml,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: ''
@@ -17,59 +17,24 @@ http_interactions:
17
17
  message: OK
18
18
  headers:
19
19
  Access-Control-Allow-Methods:
20
- - GET, POST, OPTIONS
20
+ - GET, POST, PATCH, PUT, DELETE, OPTIONS
21
21
  Access-Control-Allow-Origin:
22
22
  - "*"
23
23
  Content-Type:
24
24
  - application/json;charset=UTF-8
25
25
  Date:
26
- - Wed, 23 Aug 2017 08:03:24 GMT
26
+ - Mon, 23 Oct 2017 18:11:08 GMT
27
27
  Server:
28
28
  - openresty/1.11.2.2
29
29
  Connection:
30
30
  - keep-alive
31
31
  body:
32
32
  encoding: UTF-8
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"}]}}
33
+ string: '{"responseHeader":{"status":0,"QTime":2},"response":{"numFound":1,"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","updated":"2017-09-02T07:32:23Z","doi":"10.5061/DRYAD.8515"}]}}
34
34
 
35
35
  '
36
36
  http_version:
37
- recorded_at: Wed, 23 Aug 2017 08:03:24 GMT
38
- - request:
39
- method: head
40
- uri: https://doi.org/10.5061/dryad.8515
41
- body:
42
- encoding: US-ASCII
43
- string: ''
44
- headers:
45
- User-Agent:
46
- - Maremma - https://github.com/datacite/maremma
47
- Accept:
48
- - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
49
- response:
50
- status:
51
- code: 303
52
- message: See Other
53
- headers:
54
- Server:
55
- - Apache-Coyote/1.1
56
- Vary:
57
- - Accept
58
- Location:
59
- - http://datadryad.org/resource/doi:10.5061/dryad.8515
60
- Expires:
61
- - Wed, 23 Aug 2017 08:12:45 GMT
62
- Content-Type:
63
- - text/html;charset=utf-8
64
- Content-Length:
65
- - '189'
66
- Date:
67
- - Wed, 23 Aug 2017 08:03:24 GMT
68
- body:
69
- encoding: UTF-8
70
- string: ''
71
- http_version:
72
- recorded_at: Wed, 23 Aug 2017 08:03:24 GMT
37
+ recorded_at: Mon, 23 Oct 2017 18:11:08 GMT
73
38
  - request:
74
39
  method: get
75
40
  uri: http://schema.org/
@@ -86,7 +51,7 @@ http_interactions:
86
51
  response:
87
52
  status:
88
53
  code: 302
89
- message: Found
54
+ message: Moved Temporarily
90
55
  headers:
91
56
  Content-Type:
92
57
  - text/html; charset=utf-8
@@ -99,20 +64,28 @@ http_interactions:
99
64
  Vary:
100
65
  - Accept, Accept-Encoding
101
66
  Set-Cookie:
102
- - GOOGAPPUID=3-3b; Path=/
67
+ - GOOGAPPUID=3-4pre; Path=/
103
68
  X-Cloud-Trace-Context:
104
- - fc83edf683de1b85a899180fcc84a4fc
69
+ - 59df3ed96e615dc9886df5d9b066d7e5
105
70
  Date:
106
- - Wed, 23 Aug 2017 08:03:24 GMT
71
+ - Mon, 23 Oct 2017 18:11:17 GMT
107
72
  Server:
108
73
  - Google Frontend
109
74
  Content-Length:
110
75
  - '0'
76
+ X-Cache:
77
+ - MISS from IMP-cache
78
+ X-Cache-Lookup:
79
+ - MISS from IMP-cache:3128
80
+ Via:
81
+ - 1.0 IMP-cache (squid/3.1.20)
82
+ Connection:
83
+ - keep-alive
111
84
  body:
112
85
  encoding: UTF-8
113
86
  string: ''
114
87
  http_version:
115
- recorded_at: Wed, 23 Aug 2017 08:03:24 GMT
88
+ recorded_at: Mon, 23 Oct 2017 18:11:17 GMT
116
89
  - request:
117
90
  method: get
118
91
  uri: http://schema.org/docs/jsonldcontext.json
@@ -140,21 +113,29 @@ http_interactions:
140
113
  Content-Type:
141
114
  - application/ld+json; charset=utf-8
142
115
  Etag:
143
- - 24751170823075941a2048647386json
116
+ - 24751171023175703a2048647386json
144
117
  Last-Modified:
145
- - Wed, 23 Aug 2017 07:59:41 UTC
118
+ - Mon, 23 Oct 2017 17:57:03 UTC
146
119
  Set-Cookie:
147
- - GOOGAPPUID=3-3b; Path=/
120
+ - GOOGAPPUID=3-4pre; Path=/
148
121
  X-Cloud-Trace-Context:
149
- - bec6ab981950944d3101d1be1ff66266
122
+ - 8a726faab3eec64c63ec17be66a37178
150
123
  Date:
151
- - Wed, 23 Aug 2017 08:03:25 GMT
124
+ - Mon, 23 Oct 2017 18:11:18 GMT
152
125
  Server:
153
126
  - Google Frontend
154
127
  Content-Length:
155
- - '133672'
128
+ - '134320'
156
129
  Expires:
157
- - Wed, 23 Aug 2017 08:03:25 GMT
130
+ - Mon, 23 Oct 2017 18:11:18 GMT
131
+ X-Cache:
132
+ - MISS from IMP-cache
133
+ X-Cache-Lookup:
134
+ - MISS from IMP-cache:3128
135
+ Via:
136
+ - 1.0 IMP-cache (squid/3.1.20)
137
+ Connection:
138
+ - keep-alive
158
139
  body:
159
140
  encoding: UTF-8
160
141
  string: |
@@ -432,7 +413,7 @@ http_interactions:
432
413
  "DaySpa": {"@id": "schema:DaySpa"},
433
414
  "DeactivateAction": {"@id": "schema:DeactivateAction"},
434
415
  "DefenceEstablishment": {"@id": "schema:DefenceEstablishment"},
435
- "Definitive": {"@id": "schema:Definitive"},
416
+ "DefinitiveLegalValue": {"@id": "schema:DefinitiveLegalValue"},
436
417
  "DeleteAction": {"@id": "schema:DeleteAction"},
437
418
  "DeliveryChargeSpecification": {"@id": "schema:DeliveryChargeSpecification"},
438
419
  "DeliveryEvent": {"@id": "schema:DeliveryEvent"},
@@ -501,6 +482,7 @@ http_interactions:
501
482
  "Emergency": {"@id": "schema:Emergency"},
502
483
  "EmergencyService": {"@id": "schema:EmergencyService"},
503
484
  "EmployeeRole": {"@id": "schema:EmployeeRole"},
485
+ "EmployerAggregateRating": {"@id": "schema:EmployerAggregateRating"},
504
486
  "EmployerReview": {"@id": "schema:EmployerReview"},
505
487
  "EmploymentAgency": {"@id": "schema:EmploymentAgency"},
506
488
  "Endocrine": {"@id": "schema:Endocrine"},
@@ -531,6 +513,7 @@ http_interactions:
531
513
  "ExercisePlan": {"@id": "schema:ExercisePlan"},
532
514
  "ExhibitionEvent": {"@id": "schema:ExhibitionEvent"},
533
515
  "Eye": {"@id": "schema:Eye"},
516
+ "FAQPage": {"@id": "schema:FAQPage"},
534
517
  "FDAcategoryA": {"@id": "schema:FDAcategoryA"},
535
518
  "FDAcategoryB": {"@id": "schema:FDAcategoryB"},
536
519
  "FDAcategoryC": {"@id": "schema:FDAcategoryC"},
@@ -775,6 +758,7 @@ http_interactions:
775
758
  "MobilePhoneStore": {"@id": "schema:MobilePhoneStore"},
776
759
  "Monday": {"@id": "schema:Monday"},
777
760
  "MonetaryAmount": {"@id": "schema:MonetaryAmount"},
761
+ "MonetaryAmountDistribution": {"@id": "schema:MonetaryAmountDistribution"},
778
762
  "MoneyTransfer": {"@id": "schema:MoneyTransfer"},
779
763
  "MortgageLoan": {"@id": "schema:MortgageLoan"},
780
764
  "Mosque": {"@id": "schema:Mosque"},
@@ -836,6 +820,7 @@ http_interactions:
836
820
  "Observational": {"@id": "schema:Observational"},
837
821
  "Obstetric": {"@id": "schema:Obstetric"},
838
822
  "Obstetric": {"@id": "schema:Obstetric"},
823
+ "Occupation": {"@id": "schema:Occupation"},
839
824
  "OccupationalActivity": {"@id": "schema:OccupationalActivity"},
840
825
  "OccupationalTherapy": {"@id": "schema:OccupationalTherapy"},
841
826
  "OccupationalTherapy": {"@id": "schema:OccupationalTherapy"},
@@ -960,7 +945,6 @@ http_interactions:
960
945
  "PrimaryCare": {"@id": "schema:PrimaryCare"},
961
946
  "Prion": {"@id": "schema:Prion"},
962
947
  "Product": {"@id": "schema:Product"},
963
- "ProductModel": {"@id": "schema:ProductModel"},
964
948
  "ProfessionalService": {"@id": "schema:ProfessionalService"},
965
949
  "ProfilePage": {"@id": "schema:ProfilePage"},
966
950
  "ProgramMembership": {"@id": "schema:ProgramMembership"},
@@ -983,6 +967,7 @@ http_interactions:
983
967
  "QAPage": {"@id": "schema:QAPage"},
984
968
  "QualitativeValue": {"@id": "schema:QualitativeValue"},
985
969
  "QuantitativeValue": {"@id": "schema:QuantitativeValue"},
970
+ "QuantitativeValueDistribution": {"@id": "schema:QuantitativeValueDistribution"},
986
971
  "Quantity": {"@id": "schema:Quantity"},
987
972
  "Question": {"@id": "schema:Question"},
988
973
  "Quotation": {"@id": "schema:Quotation"},
@@ -1095,7 +1080,6 @@ http_interactions:
1095
1080
  "SoftwareApplication": {"@id": "schema:SoftwareApplication"},
1096
1081
  "SoftwareSourceCode": {"@id": "schema:SoftwareSourceCode"},
1097
1082
  "SoldOut": {"@id": "schema:SoldOut"},
1098
- "SomeProducts": {"@id": "schema:SomeProducts"},
1099
1083
  "SoundtrackAlbum": {"@id": "schema:SoundtrackAlbum"},
1100
1084
  "SpeakableSpecification": {"@id": "schema:SpeakableSpecification"},
1101
1085
  "Specialty": {"@id": "schema:Specialty"},
@@ -1740,6 +1724,7 @@ http_interactions:
1740
1724
  "hasMenu": { "@id": "schema:hasMenu", "@type": "@id"},
1741
1725
  "hasMenuItem": { "@id": "schema:hasMenuItem"},
1742
1726
  "hasMenuSection": { "@id": "schema:hasMenuSection"},
1727
+ "hasOccupation": { "@id": "schema:hasOccupation"},
1743
1728
  "hasOfferCatalog": { "@id": "schema:hasOfferCatalog"},
1744
1729
  "hasPOS": { "@id": "schema:hasPOS"},
1745
1730
  "hasPart": { "@id": "schema:hasPart"},
@@ -1859,20 +1844,17 @@ http_interactions:
1859
1844
  "learningResourceType": { "@id": "schema:learningResourceType"},
1860
1845
  "legalName": { "@id": "schema:legalName"},
1861
1846
  "legalStatus": { "@id": "schema:legalStatus"},
1862
- "legislationAppliedBy": { "@id": "schema:legislationAppliedBy"},
1863
1847
  "legislationApplies": { "@id": "schema:legislationApplies"},
1864
- "legislationChangedBy": { "@id": "schema:legislationChangedBy"},
1865
1848
  "legislationChanges": { "@id": "schema:legislationChanges"},
1866
- "legislationConsolidatedBy": { "@id": "schema:legislationConsolidatedBy"},
1867
1849
  "legislationConsolidates": { "@id": "schema:legislationConsolidates"},
1868
1850
  "legislationDate": { "@id": "schema:legislationDate", "@type": "Date"},
1869
1851
  "legislationDateVersion": { "@id": "schema:legislationDateVersion", "@type": "Date"},
1870
1852
  "legislationIdentifier": { "@id": "schema:legislationIdentifier"},
1853
+ "legislationJurisdiction": { "@id": "schema:legislationJurisdiction"},
1871
1854
  "legislationLegalForce": { "@id": "schema:legislationLegalForce"},
1872
1855
  "legislationLegalValue": { "@id": "schema:legislationLegalValue"},
1873
1856
  "legislationPassedBy": { "@id": "schema:legislationPassedBy"},
1874
1857
  "legislationResponsible": { "@id": "schema:legislationResponsible"},
1875
- "legislationTransposedBy": { "@id": "schema:legislationTransposedBy"},
1876
1858
  "legislationTransposes": { "@id": "schema:legislationTransposes"},
1877
1859
  "legislationType": { "@id": "schema:legislationType"},
1878
1860
  "leiCode": { "@id": "schema:leiCode"},
@@ -1917,6 +1899,7 @@ http_interactions:
1917
1899
  "mealService": { "@id": "schema:mealService"},
1918
1900
  "measurementTechnique": { "@id": "schema:measurementTechnique", "@type": "@id"},
1919
1901
  "mechanismOfAction": { "@id": "schema:mechanismOfAction"},
1902
+ "median": { "@id": "schema:median"},
1920
1903
  "medicalSpecialty": { "@id": "schema:medicalSpecialty"},
1921
1904
  "medicineSystem": { "@id": "schema:medicineSystem"},
1922
1905
  "meetsEmissionStandard": { "@id": "schema:meetsEmissionStandard", "@type": "@id"},
@@ -1981,6 +1964,7 @@ http_interactions:
1981
1964
  "nutrition": { "@id": "schema:nutrition"},
1982
1965
  "object": { "@id": "schema:object"},
1983
1966
  "occupancy": { "@id": "schema:occupancy"},
1967
+ "occupationLocation": { "@id": "schema:occupationLocation"},
1984
1968
  "occupationalCategory": { "@id": "schema:occupationalCategory"},
1985
1969
  "offerCount": { "@id": "schema:offerCount"},
1986
1970
  "offeredBy": { "@id": "schema:offeredBy"},
@@ -2039,6 +2023,10 @@ http_interactions:
2039
2023
  "paymentStatus": { "@id": "schema:paymentStatus"},
2040
2024
  "paymentUrl": { "@id": "schema:paymentUrl", "@type": "@id"},
2041
2025
  "penciler": { "@id": "schema:penciler"},
2026
+ "percentile10": { "@id": "schema:percentile10"},
2027
+ "percentile25": { "@id": "schema:percentile25"},
2028
+ "percentile75": { "@id": "schema:percentile75"},
2029
+ "percentile90": { "@id": "schema:percentile90"},
2042
2030
  "performTime": { "@id": "schema:performTime"},
2043
2031
  "performer": { "@id": "schema:performer"},
2044
2032
  "performerIn": { "@id": "schema:performerIn"},
@@ -2162,6 +2150,7 @@ http_interactions:
2162
2150
  "releaseNotes": { "@id": "schema:releaseNotes", "@type": "@id"},
2163
2151
  "releaseOf": { "@id": "schema:releaseOf"},
2164
2152
  "releasedEvent": { "@id": "schema:releasedEvent"},
2153
+ "relevantOccupation": { "@id": "schema:relevantOccupation"},
2165
2154
  "relevantSpecialty": { "@id": "schema:relevantSpecialty"},
2166
2155
  "remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity"},
2167
2156
  "renegotiableLoan": { "@id": "schema:renegotiableLoan"},
@@ -2190,6 +2179,7 @@ http_interactions:
2190
2179
  "resultComment": { "@id": "schema:resultComment"},
2191
2180
  "resultReview": { "@id": "schema:resultReview"},
2192
2181
  "review": { "@id": "schema:review"},
2182
+ "reviewAspect": { "@id": "schema:reviewAspect"},
2193
2183
  "reviewBody": { "@id": "schema:reviewBody"},
2194
2184
  "reviewCount": { "@id": "schema:reviewCount"},
2195
2185
  "reviewRating": { "@id": "schema:reviewRating"},
@@ -2283,6 +2273,7 @@ http_interactions:
2283
2273
  "startTime": { "@id": "schema:startTime", "@type": "DateTime"},
2284
2274
  "status": { "@id": "schema:status"},
2285
2275
  "steeringPosition": { "@id": "schema:steeringPosition"},
2276
+ "step": { "@id": "schema:step"},
2286
2277
  "stepValue": { "@id": "schema:stepValue"},
2287
2278
  "steps": { "@id": "schema:steps"},
2288
2279
  "storageRequirements": { "@id": "schema:storageRequirements", "@type": "@id"},
@@ -2302,6 +2293,7 @@ http_interactions:
2302
2293
  "subStageSuffix": { "@id": "schema:subStageSuffix"},
2303
2294
  "subStructure": { "@id": "schema:subStructure"},
2304
2295
  "subTest": { "@id": "schema:subTest"},
2296
+ "subjectOf": { "@id": "schema:subjectOf"},
2305
2297
  "subtitleLanguage": { "@id": "schema:subtitleLanguage"},
2306
2298
  "subtype": { "@id": "schema:subtype"},
2307
2299
  "successorOf": { "@id": "schema:successorOf"},
@@ -2443,7 +2435,7 @@ http_interactions:
2443
2435
  }
2444
2436
  }
2445
2437
  http_version:
2446
- recorded_at: Wed, 23 Aug 2017 08:03:25 GMT
2438
+ recorded_at: Mon, 23 Oct 2017 18:11:19 GMT
2447
2439
  - request:
2448
2440
  method: get
2449
2441
  uri: http://schema.org/
@@ -2460,7 +2452,7 @@ http_interactions:
2460
2452
  response:
2461
2453
  status:
2462
2454
  code: 302
2463
- message: Found
2455
+ message: Moved Temporarily
2464
2456
  headers:
2465
2457
  Content-Type:
2466
2458
  - text/html; charset=utf-8
@@ -2473,20 +2465,28 @@ http_interactions:
2473
2465
  Vary:
2474
2466
  - Accept, Accept-Encoding
2475
2467
  Set-Cookie:
2476
- - GOOGAPPUID=3-3b; Path=/
2468
+ - GOOGAPPUID=3-4pre; Path=/
2477
2469
  X-Cloud-Trace-Context:
2478
- - 9c839297358e1d6858160960be0575b8
2470
+ - d81567ef430641cb76af97e07d49513d
2479
2471
  Date:
2480
- - Wed, 23 Aug 2017 08:03:25 GMT
2472
+ - Mon, 23 Oct 2017 18:11:20 GMT
2481
2473
  Server:
2482
2474
  - Google Frontend
2483
2475
  Content-Length:
2484
2476
  - '0'
2477
+ X-Cache:
2478
+ - MISS from IMP-cache
2479
+ X-Cache-Lookup:
2480
+ - MISS from IMP-cache:3128
2481
+ Via:
2482
+ - 1.0 IMP-cache (squid/3.1.20)
2483
+ Connection:
2484
+ - keep-alive
2485
2485
  body:
2486
2486
  encoding: UTF-8
2487
2487
  string: ''
2488
2488
  http_version:
2489
- recorded_at: Wed, 23 Aug 2017 08:03:25 GMT
2489
+ recorded_at: Mon, 23 Oct 2017 18:11:20 GMT
2490
2490
  - request:
2491
2491
  method: get
2492
2492
  uri: http://schema.org/docs/jsonldcontext.json
@@ -2514,21 +2514,29 @@ http_interactions:
2514
2514
  Content-Type:
2515
2515
  - application/ld+json; charset=utf-8
2516
2516
  Etag:
2517
- - 24751170823075941a2048647386json
2517
+ - 24751171023175703a2048647386json
2518
2518
  Last-Modified:
2519
- - Wed, 23 Aug 2017 07:59:41 UTC
2519
+ - Mon, 23 Oct 2017 17:57:03 UTC
2520
2520
  Set-Cookie:
2521
- - GOOGAPPUID=3-3b; Path=/
2521
+ - GOOGAPPUID=3-4pre; Path=/
2522
2522
  X-Cloud-Trace-Context:
2523
- - 445580350f9e2c8c44e4de358223ccee
2523
+ - 62025ecddc41db73da229c0d169061c7;o=1
2524
2524
  Date:
2525
- - Wed, 23 Aug 2017 08:03:25 GMT
2525
+ - Mon, 23 Oct 2017 18:11:21 GMT
2526
2526
  Server:
2527
2527
  - Google Frontend
2528
2528
  Content-Length:
2529
- - '133672'
2529
+ - '134320'
2530
2530
  Expires:
2531
- - Wed, 23 Aug 2017 08:03:25 GMT
2531
+ - Mon, 23 Oct 2017 18:11:21 GMT
2532
+ X-Cache:
2533
+ - MISS from IMP-cache
2534
+ X-Cache-Lookup:
2535
+ - MISS from IMP-cache:3128
2536
+ Via:
2537
+ - 1.0 IMP-cache (squid/3.1.20)
2538
+ Connection:
2539
+ - keep-alive
2532
2540
  body:
2533
2541
  encoding: UTF-8
2534
2542
  string: |
@@ -2806,7 +2814,7 @@ http_interactions:
2806
2814
  "DaySpa": {"@id": "schema:DaySpa"},
2807
2815
  "DeactivateAction": {"@id": "schema:DeactivateAction"},
2808
2816
  "DefenceEstablishment": {"@id": "schema:DefenceEstablishment"},
2809
- "Definitive": {"@id": "schema:Definitive"},
2817
+ "DefinitiveLegalValue": {"@id": "schema:DefinitiveLegalValue"},
2810
2818
  "DeleteAction": {"@id": "schema:DeleteAction"},
2811
2819
  "DeliveryChargeSpecification": {"@id": "schema:DeliveryChargeSpecification"},
2812
2820
  "DeliveryEvent": {"@id": "schema:DeliveryEvent"},
@@ -2875,6 +2883,7 @@ http_interactions:
2875
2883
  "Emergency": {"@id": "schema:Emergency"},
2876
2884
  "EmergencyService": {"@id": "schema:EmergencyService"},
2877
2885
  "EmployeeRole": {"@id": "schema:EmployeeRole"},
2886
+ "EmployerAggregateRating": {"@id": "schema:EmployerAggregateRating"},
2878
2887
  "EmployerReview": {"@id": "schema:EmployerReview"},
2879
2888
  "EmploymentAgency": {"@id": "schema:EmploymentAgency"},
2880
2889
  "Endocrine": {"@id": "schema:Endocrine"},
@@ -2905,6 +2914,7 @@ http_interactions:
2905
2914
  "ExercisePlan": {"@id": "schema:ExercisePlan"},
2906
2915
  "ExhibitionEvent": {"@id": "schema:ExhibitionEvent"},
2907
2916
  "Eye": {"@id": "schema:Eye"},
2917
+ "FAQPage": {"@id": "schema:FAQPage"},
2908
2918
  "FDAcategoryA": {"@id": "schema:FDAcategoryA"},
2909
2919
  "FDAcategoryB": {"@id": "schema:FDAcategoryB"},
2910
2920
  "FDAcategoryC": {"@id": "schema:FDAcategoryC"},
@@ -3149,6 +3159,7 @@ http_interactions:
3149
3159
  "MobilePhoneStore": {"@id": "schema:MobilePhoneStore"},
3150
3160
  "Monday": {"@id": "schema:Monday"},
3151
3161
  "MonetaryAmount": {"@id": "schema:MonetaryAmount"},
3162
+ "MonetaryAmountDistribution": {"@id": "schema:MonetaryAmountDistribution"},
3152
3163
  "MoneyTransfer": {"@id": "schema:MoneyTransfer"},
3153
3164
  "MortgageLoan": {"@id": "schema:MortgageLoan"},
3154
3165
  "Mosque": {"@id": "schema:Mosque"},
@@ -3210,6 +3221,7 @@ http_interactions:
3210
3221
  "Observational": {"@id": "schema:Observational"},
3211
3222
  "Obstetric": {"@id": "schema:Obstetric"},
3212
3223
  "Obstetric": {"@id": "schema:Obstetric"},
3224
+ "Occupation": {"@id": "schema:Occupation"},
3213
3225
  "OccupationalActivity": {"@id": "schema:OccupationalActivity"},
3214
3226
  "OccupationalTherapy": {"@id": "schema:OccupationalTherapy"},
3215
3227
  "OccupationalTherapy": {"@id": "schema:OccupationalTherapy"},
@@ -3334,7 +3346,6 @@ http_interactions:
3334
3346
  "PrimaryCare": {"@id": "schema:PrimaryCare"},
3335
3347
  "Prion": {"@id": "schema:Prion"},
3336
3348
  "Product": {"@id": "schema:Product"},
3337
- "ProductModel": {"@id": "schema:ProductModel"},
3338
3349
  "ProfessionalService": {"@id": "schema:ProfessionalService"},
3339
3350
  "ProfilePage": {"@id": "schema:ProfilePage"},
3340
3351
  "ProgramMembership": {"@id": "schema:ProgramMembership"},
@@ -3357,6 +3368,7 @@ http_interactions:
3357
3368
  "QAPage": {"@id": "schema:QAPage"},
3358
3369
  "QualitativeValue": {"@id": "schema:QualitativeValue"},
3359
3370
  "QuantitativeValue": {"@id": "schema:QuantitativeValue"},
3371
+ "QuantitativeValueDistribution": {"@id": "schema:QuantitativeValueDistribution"},
3360
3372
  "Quantity": {"@id": "schema:Quantity"},
3361
3373
  "Question": {"@id": "schema:Question"},
3362
3374
  "Quotation": {"@id": "schema:Quotation"},
@@ -3469,7 +3481,6 @@ http_interactions:
3469
3481
  "SoftwareApplication": {"@id": "schema:SoftwareApplication"},
3470
3482
  "SoftwareSourceCode": {"@id": "schema:SoftwareSourceCode"},
3471
3483
  "SoldOut": {"@id": "schema:SoldOut"},
3472
- "SomeProducts": {"@id": "schema:SomeProducts"},
3473
3484
  "SoundtrackAlbum": {"@id": "schema:SoundtrackAlbum"},
3474
3485
  "SpeakableSpecification": {"@id": "schema:SpeakableSpecification"},
3475
3486
  "Specialty": {"@id": "schema:Specialty"},
@@ -4114,6 +4125,7 @@ http_interactions:
4114
4125
  "hasMenu": { "@id": "schema:hasMenu", "@type": "@id"},
4115
4126
  "hasMenuItem": { "@id": "schema:hasMenuItem"},
4116
4127
  "hasMenuSection": { "@id": "schema:hasMenuSection"},
4128
+ "hasOccupation": { "@id": "schema:hasOccupation"},
4117
4129
  "hasOfferCatalog": { "@id": "schema:hasOfferCatalog"},
4118
4130
  "hasPOS": { "@id": "schema:hasPOS"},
4119
4131
  "hasPart": { "@id": "schema:hasPart"},
@@ -4233,20 +4245,17 @@ http_interactions:
4233
4245
  "learningResourceType": { "@id": "schema:learningResourceType"},
4234
4246
  "legalName": { "@id": "schema:legalName"},
4235
4247
  "legalStatus": { "@id": "schema:legalStatus"},
4236
- "legislationAppliedBy": { "@id": "schema:legislationAppliedBy"},
4237
4248
  "legislationApplies": { "@id": "schema:legislationApplies"},
4238
- "legislationChangedBy": { "@id": "schema:legislationChangedBy"},
4239
4249
  "legislationChanges": { "@id": "schema:legislationChanges"},
4240
- "legislationConsolidatedBy": { "@id": "schema:legislationConsolidatedBy"},
4241
4250
  "legislationConsolidates": { "@id": "schema:legislationConsolidates"},
4242
4251
  "legislationDate": { "@id": "schema:legislationDate", "@type": "Date"},
4243
4252
  "legislationDateVersion": { "@id": "schema:legislationDateVersion", "@type": "Date"},
4244
4253
  "legislationIdentifier": { "@id": "schema:legislationIdentifier"},
4254
+ "legislationJurisdiction": { "@id": "schema:legislationJurisdiction"},
4245
4255
  "legislationLegalForce": { "@id": "schema:legislationLegalForce"},
4246
4256
  "legislationLegalValue": { "@id": "schema:legislationLegalValue"},
4247
4257
  "legislationPassedBy": { "@id": "schema:legislationPassedBy"},
4248
4258
  "legislationResponsible": { "@id": "schema:legislationResponsible"},
4249
- "legislationTransposedBy": { "@id": "schema:legislationTransposedBy"},
4250
4259
  "legislationTransposes": { "@id": "schema:legislationTransposes"},
4251
4260
  "legislationType": { "@id": "schema:legislationType"},
4252
4261
  "leiCode": { "@id": "schema:leiCode"},
@@ -4291,6 +4300,7 @@ http_interactions:
4291
4300
  "mealService": { "@id": "schema:mealService"},
4292
4301
  "measurementTechnique": { "@id": "schema:measurementTechnique", "@type": "@id"},
4293
4302
  "mechanismOfAction": { "@id": "schema:mechanismOfAction"},
4303
+ "median": { "@id": "schema:median"},
4294
4304
  "medicalSpecialty": { "@id": "schema:medicalSpecialty"},
4295
4305
  "medicineSystem": { "@id": "schema:medicineSystem"},
4296
4306
  "meetsEmissionStandard": { "@id": "schema:meetsEmissionStandard", "@type": "@id"},
@@ -4355,6 +4365,7 @@ http_interactions:
4355
4365
  "nutrition": { "@id": "schema:nutrition"},
4356
4366
  "object": { "@id": "schema:object"},
4357
4367
  "occupancy": { "@id": "schema:occupancy"},
4368
+ "occupationLocation": { "@id": "schema:occupationLocation"},
4358
4369
  "occupationalCategory": { "@id": "schema:occupationalCategory"},
4359
4370
  "offerCount": { "@id": "schema:offerCount"},
4360
4371
  "offeredBy": { "@id": "schema:offeredBy"},
@@ -4413,6 +4424,10 @@ http_interactions:
4413
4424
  "paymentStatus": { "@id": "schema:paymentStatus"},
4414
4425
  "paymentUrl": { "@id": "schema:paymentUrl", "@type": "@id"},
4415
4426
  "penciler": { "@id": "schema:penciler"},
4427
+ "percentile10": { "@id": "schema:percentile10"},
4428
+ "percentile25": { "@id": "schema:percentile25"},
4429
+ "percentile75": { "@id": "schema:percentile75"},
4430
+ "percentile90": { "@id": "schema:percentile90"},
4416
4431
  "performTime": { "@id": "schema:performTime"},
4417
4432
  "performer": { "@id": "schema:performer"},
4418
4433
  "performerIn": { "@id": "schema:performerIn"},
@@ -4536,6 +4551,7 @@ http_interactions:
4536
4551
  "releaseNotes": { "@id": "schema:releaseNotes", "@type": "@id"},
4537
4552
  "releaseOf": { "@id": "schema:releaseOf"},
4538
4553
  "releasedEvent": { "@id": "schema:releasedEvent"},
4554
+ "relevantOccupation": { "@id": "schema:relevantOccupation"},
4539
4555
  "relevantSpecialty": { "@id": "schema:relevantSpecialty"},
4540
4556
  "remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity"},
4541
4557
  "renegotiableLoan": { "@id": "schema:renegotiableLoan"},
@@ -4564,6 +4580,7 @@ http_interactions:
4564
4580
  "resultComment": { "@id": "schema:resultComment"},
4565
4581
  "resultReview": { "@id": "schema:resultReview"},
4566
4582
  "review": { "@id": "schema:review"},
4583
+ "reviewAspect": { "@id": "schema:reviewAspect"},
4567
4584
  "reviewBody": { "@id": "schema:reviewBody"},
4568
4585
  "reviewCount": { "@id": "schema:reviewCount"},
4569
4586
  "reviewRating": { "@id": "schema:reviewRating"},
@@ -4657,6 +4674,7 @@ http_interactions:
4657
4674
  "startTime": { "@id": "schema:startTime", "@type": "DateTime"},
4658
4675
  "status": { "@id": "schema:status"},
4659
4676
  "steeringPosition": { "@id": "schema:steeringPosition"},
4677
+ "step": { "@id": "schema:step"},
4660
4678
  "stepValue": { "@id": "schema:stepValue"},
4661
4679
  "steps": { "@id": "schema:steps"},
4662
4680
  "storageRequirements": { "@id": "schema:storageRequirements", "@type": "@id"},
@@ -4676,6 +4694,7 @@ http_interactions:
4676
4694
  "subStageSuffix": { "@id": "schema:subStageSuffix"},
4677
4695
  "subStructure": { "@id": "schema:subStructure"},
4678
4696
  "subTest": { "@id": "schema:subTest"},
4697
+ "subjectOf": { "@id": "schema:subjectOf"},
4679
4698
  "subtitleLanguage": { "@id": "schema:subtitleLanguage"},
4680
4699
  "subtype": { "@id": "schema:subtype"},
4681
4700
  "successorOf": { "@id": "schema:successorOf"},
@@ -4817,5 +4836,5 @@ http_interactions:
4817
4836
  }
4818
4837
  }
4819
4838
  http_version:
4820
- recorded_at: Wed, 23 Aug 2017 08:03:26 GMT
4839
+ recorded_at: Mon, 23 Oct 2017 18:11:22 GMT
4821
4840
  recorded_with: VCR 3.0.3