bolognese 0.9.56 → 0.9.58
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/Gemfile.lock +6 -4
- data/README.md +7 -0
- data/bolognese.gemspec +1 -0
- data/lib/bolognese.rb +1 -0
- data/lib/bolognese/metadata.rb +12 -4
- data/lib/bolognese/readers/bibtex_reader.rb +4 -1
- data/lib/bolognese/readers/crossref_reader.rb +60 -34
- data/lib/bolognese/readers/datacite_reader.rb +4 -11
- data/lib/bolognese/readers/ris_reader.rb +2 -1
- data/lib/bolognese/utils.rb +111 -51
- data/lib/bolognese/version.rb +1 -1
- data/lib/bolognese/writers/bibtex_writer.rb +1 -1
- data/lib/bolognese/writers/citeproc_writer.rb +1 -1
- data/lib/bolognese/writers/crosscite_writer.rb +2 -1
- data/lib/bolognese/writers/jats_writer.rb +94 -0
- data/lib/bolognese/writers/ris_writer.rb +2 -1
- data/lib/bolognese/writers/schema_org_writer.rb +2 -1
- data/resources/kernel-4/include/datacite-dateType-v4.1.xsd +1 -1
- data/resources/kernel-4/include/datacite-relationType-v4.1.xsd +1 -1
- data/resources/kernel-4/include/datacite-resourceType-v4.1.xsd +1 -1
- data/resources/kernel-4/metadata.xsd +1 -1
- data/spec/author_utils_spec.rb +1 -1
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/default.yml +9 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/to_bibtex.yml +9 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/to_crossref.yml +9 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/to_datacite.yml +9 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/to_schema_org.yml +9 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/default.yml +27 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_bibtex.yml +25 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_citation.yml +17 -17
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_crossref.yml +27 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_datacite.yml +26 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_schema_org.yml +27 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/default.yml +15 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_bibtex.yml +16 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_citation.yml +20 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite.yml +16 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite_json.yml +15 -50
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_schema_org.yml +16 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/default.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_bibtex.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_datacite.yml +14 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_schema_org.yml +16 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/author.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/no_author.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/single_author.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/with_organization.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_datacite_metadata/change_doi.yml +26 -63
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_datacite_metadata/change_title.yml +23 -64
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/validates_against_schema.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/with_data_citation.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/doi.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/not_a_doi.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/sandbox_url.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/url.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/crossref.yml +35 -31
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/datacite.yml +36 -30
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/medra.yml +35 -31
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_a_valid_prefix.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_found.yml +27 -27
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/doi.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/doi_with_protocol.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/dx_doi_org_url.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/force_test_resolver.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/https_url.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/test_resolver.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/test_resolver_http.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/doi.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/doi_with_protocol.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/dx_doi_org_url.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/force_test_resolver.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/https_url.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/test_resolver.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_search/test_resolver_http.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref.yml +39 -86
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref_doi_not_url.yml +36 -89
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite.yml +40 -85
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite_doi_http.yml +36 -89
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/github.yml +19 -62
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/orcid.yml +21 -62
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/schema_org.yml +22 -63
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/unknown_DOI_registration_agency.yml +31 -82
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/bibtex.yml +20 -63
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/citeproc.yml +21 -62
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/codemeta.yml +23 -62
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crosscite.yml +22 -63
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crossref.yml +22 -63
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite.yml +22 -63
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite_json.yml +21 -62
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/ris.yml +24 -63
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/schema_org.yml +23 -62
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_string/crosscite.yml +20 -63
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/from_schema_org/with_id.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/maremma.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/no_codemeta_json.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/not_found_error.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_ORCID_ID.yml +34 -30
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_SICI_DOI.yml +33 -29
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_data_citation.yml +35 -31
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/book_chapter.yml +150 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/dataset.yml +34 -30
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/date_in_future.yml +33 -31
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article.yml +33 -31
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/not_found_error.yml +26 -26
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/posted_content.yml +34 -30
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_raw/journal_article.yml +9 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/BlogPosting.yml +23 -64
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/BlogPosting_in_test_system.yml +22 -65
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_test_system.yml +24 -64
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_not_found.yml +24 -29
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Dataset.yml +24 -65
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding.yml +22 -65
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding_schema_version_4.yml +20 -65
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_only_full_name.yml +23 -63
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_scheme.yml +26 -64
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_wrong_orcid_scheme.yml +24 -66
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/date.yml +24 -64
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/empty_subject.yml +24 -65
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/funding_schema_version_3.yml +24 -66
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/is_identical_to.yml +24 -64
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/keywords_with_attributes.yml +28 -64
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/leading_and_trailing_whitespace.yml +26 -64
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_author_names_in_one_creatorName.yml +23 -64
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_licenses.yml +25 -65
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/date.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year-month.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/date.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year-month.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_ORCID.yml +11 -79
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_jacow_org_scheme.yml +13 -79
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_multiple_name_identifier.yml +14 -80
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_no_ORCID.yml +13 -79
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_familyName.yml +11 -79
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_multiple_names_in_display-order.yml +7 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_Thai.yml +12 -80
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order.yml +12 -78
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order_with_ORCID.yml +13 -79
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_sort-order.yml +12 -80
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/hyper-authorship.yml +9 -79
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/is_organization.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_author_names_in_one_field.yml +9 -79
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_name_identifier.yml +13 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_affiliation.yml +14 -45
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_role.yml +14 -45
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting.yml +19 -19
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting_with_new_DOI.yml +20 -20
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/not_found_error.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/DOI_RA_not_Crossref_or_DataCite.yml +17 -23
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/unknown_DOI_prefix.yml +8 -22
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_alternate_identifiers/insert.yml +6 -41
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_contributors/none.yml +7 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_creators/insert.yml +7 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_dates/insert.yml +7 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_descriptions/insert.yml +7 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_identifier/doi.yml +6 -41
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_person/creator_only_name.yml +5 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publication_year/insert.yml +7 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publisher/insert.yml +6 -41
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/insert.yml +5 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/related_identifier.yml +7 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_resource_type/insert.yml +5 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_rights_list/insert.yml +7 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_subjects/insert.yml +5 -42
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_titles/insert.yml +6 -41
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_version/insert.yml +7 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_comma.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_family_name.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_id.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_known_given_name.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_no_info.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_type_organization.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/missing_comma.yml +19 -62
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/nil.yml +22 -63
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/overlapping_keys.yml +20 -65
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/valid.yml +22 -63
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/SICI_doi.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_force_datacite_sandbox.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_datacite_sandbox.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_url_without_doi_proxy.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_too_long.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_with_string.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_with_protocol.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/dx_doi_org_url.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/https_url.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/not_valid_doi_prefix.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/url_with_one_slash.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi_as_url.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/ftp.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/invalid_url.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/sandbox_via_options.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/sandbox_via_url.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/string.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url_with_utf-8.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/doi.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/url.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/uri.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/with_trailing_slash.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array_of_strings.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/first.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/hash.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/nil.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/string.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_only_keep_specific_tags.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_remove_a_tags.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/to_schema_org/with_id.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_https.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_id.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_with_spaces.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_wrong_id.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_www.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_https.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_trailing_slash.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_www.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi_as_url.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi_with_protocol.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/only_prefix.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/DOI.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/ISSN.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/URL.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/string.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/BlogPosting.yml +7 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/Dataset.yml +5 -42
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/from_schema_org.yml +20 -20
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/maremma.yml +11 -11
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/text.yml +5 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_data_citation.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_pages.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Dataset.yml +8 -43
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Journal_article.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Journal_article_vancouver_style.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting.yml +4 -39
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting_schema_org.yml +19 -19
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/Dataset.yml +5 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/container_title.yml +5 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/journal_article.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/maremma.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/multiple_abstracts.yml +5 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/software.yml +5 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/with_pages.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite.yml +5 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/datacite_database_attributes.yml +7 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/maremma.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_ORCID_ID.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation_schema_org.yml +19 -19
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crossref/from_DataCite.yml +7 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crossref/journal_article.yml +9 -3
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/maremma.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_ORCID_ID.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation_schema_org.yml +19 -19
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Dataset_in_schema_4_0.yml +7 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Text_pass-thru.yml +5 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/maremma.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_ORCID_ID.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation.yml +19 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation_schema_org.yml +20 -20
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_editor.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/Dataset_in_schema_4_0.yml +38 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/Text_pass-thru.yml +40 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/book_chapter.yml +60 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/maremma.yml +73 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_ORCID_ID.yml +79 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_data_citation.yml +79 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_data_citation_schema_org.yml +121 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_editor.yml +79 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting.yml +5 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting_schema_org.yml +19 -19
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/Dataset.yml +7 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/alternate_name.yml +5 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/journal_article.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/maremma.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/with_pages.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding.yml +5 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding_OpenAIRE.yml +7 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON.yml +7 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_IsSupplementTo.yml +7 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_isReferencedBy.yml +7 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/journal_article.yml +18 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/maremma_schema_org_JSON.yml +11 -11
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting.yml +101 -80
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting_Citeproc_JSON.yml +94 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting_DataCite_JSON.yml +94 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Crossref_DOI.yml +94 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/DataONE.yml +94 -40
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Dataset.yml +99 -80
- data/spec/readers/crossref_reader_spec.rb +32 -20
- data/spec/readers/datacite_reader_spec.rb +0 -4
- data/spec/writers/bibtex_writer_spec.rb +1 -1
- data/spec/writers/citation_writer_spec.rb +1 -1
- data/spec/writers/crosscite_writer_spec.rb +4 -4
- data/spec/writers/datacite_json_writer_spec.rb +3 -3
- data/spec/writers/datacite_writer_spec.rb +4 -4
- data/spec/writers/jats_writer_spec.rb +173 -0
- data/spec/writers/ris_writer_spec.rb +19 -21
- data/spec/writers/schema_org_writer_spec.rb +2 -6
- metadata +27 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/datacite/default.yml +0 -38
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/datacite/to_bibtex.yml +0 -38
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/datacite/to_datacite.yml +0 -38
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/datacite/to_datacite_invalid.yml +0 -38
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/datacite/to_schema_org.yml +0 -38
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/BlogPosting_from_string.yml +0 -38
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Schema_4_1_from_string.yml +0 -38
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Schema_4_1_from_string_with_doi_in_options.yml +0 -38
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/missing_creator.yml +0 -38
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_raw/BlogPosting.yml +0 -38
data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Crossref_DOI.yml
CHANGED
@@ -16,7 +16,7 @@ http_interactions:
|
|
16
16
|
response:
|
17
17
|
status:
|
18
18
|
code: 302
|
19
|
-
message:
|
19
|
+
message: Moved Temporarily
|
20
20
|
headers:
|
21
21
|
Content-Type:
|
22
22
|
- text/html; charset=utf-8
|
@@ -29,20 +29,28 @@ http_interactions:
|
|
29
29
|
Vary:
|
30
30
|
- Accept, Accept-Encoding
|
31
31
|
Set-Cookie:
|
32
|
-
- GOOGAPPUID=3-
|
32
|
+
- GOOGAPPUID=3-4pre; Path=/
|
33
33
|
X-Cloud-Trace-Context:
|
34
|
-
-
|
34
|
+
- d2cc91d827f3adfcd7816a2a99c2bc43
|
35
35
|
Date:
|
36
|
-
-
|
36
|
+
- Mon, 23 Oct 2017 18:11:55 GMT
|
37
37
|
Server:
|
38
38
|
- Google Frontend
|
39
39
|
Content-Length:
|
40
40
|
- '0'
|
41
|
+
X-Cache:
|
42
|
+
- MISS from IMP-cache
|
43
|
+
X-Cache-Lookup:
|
44
|
+
- MISS from IMP-cache:3128
|
45
|
+
Via:
|
46
|
+
- 1.0 IMP-cache (squid/3.1.20)
|
47
|
+
Connection:
|
48
|
+
- keep-alive
|
41
49
|
body:
|
42
50
|
encoding: UTF-8
|
43
51
|
string: ''
|
44
52
|
http_version:
|
45
|
-
recorded_at:
|
53
|
+
recorded_at: Mon, 23 Oct 2017 18:11:54 GMT
|
46
54
|
- request:
|
47
55
|
method: get
|
48
56
|
uri: http://schema.org/docs/jsonldcontext.json
|
@@ -70,21 +78,29 @@ http_interactions:
|
|
70
78
|
Content-Type:
|
71
79
|
- application/ld+json; charset=utf-8
|
72
80
|
Etag:
|
73
|
-
-
|
81
|
+
- 24751171023175703a2048647386json
|
74
82
|
Last-Modified:
|
75
|
-
-
|
83
|
+
- Mon, 23 Oct 2017 17:57:03 UTC
|
76
84
|
Set-Cookie:
|
77
|
-
- GOOGAPPUID=3-
|
85
|
+
- GOOGAPPUID=3-4pre; Path=/
|
78
86
|
X-Cloud-Trace-Context:
|
79
|
-
-
|
87
|
+
- 46555c38be7d24bd109f68ffa323c3c4
|
80
88
|
Date:
|
81
|
-
-
|
89
|
+
- Mon, 23 Oct 2017 18:11:55 GMT
|
82
90
|
Server:
|
83
91
|
- Google Frontend
|
84
92
|
Content-Length:
|
85
|
-
- '
|
93
|
+
- '134320'
|
86
94
|
Expires:
|
87
|
-
-
|
95
|
+
- Mon, 23 Oct 2017 18:11:55 GMT
|
96
|
+
X-Cache:
|
97
|
+
- MISS from IMP-cache
|
98
|
+
X-Cache-Lookup:
|
99
|
+
- MISS from IMP-cache:3128
|
100
|
+
Via:
|
101
|
+
- 1.0 IMP-cache (squid/3.1.20)
|
102
|
+
Connection:
|
103
|
+
- keep-alive
|
88
104
|
body:
|
89
105
|
encoding: UTF-8
|
90
106
|
string: |
|
@@ -362,7 +378,7 @@ http_interactions:
|
|
362
378
|
"DaySpa": {"@id": "schema:DaySpa"},
|
363
379
|
"DeactivateAction": {"@id": "schema:DeactivateAction"},
|
364
380
|
"DefenceEstablishment": {"@id": "schema:DefenceEstablishment"},
|
365
|
-
"
|
381
|
+
"DefinitiveLegalValue": {"@id": "schema:DefinitiveLegalValue"},
|
366
382
|
"DeleteAction": {"@id": "schema:DeleteAction"},
|
367
383
|
"DeliveryChargeSpecification": {"@id": "schema:DeliveryChargeSpecification"},
|
368
384
|
"DeliveryEvent": {"@id": "schema:DeliveryEvent"},
|
@@ -431,6 +447,7 @@ http_interactions:
|
|
431
447
|
"Emergency": {"@id": "schema:Emergency"},
|
432
448
|
"EmergencyService": {"@id": "schema:EmergencyService"},
|
433
449
|
"EmployeeRole": {"@id": "schema:EmployeeRole"},
|
450
|
+
"EmployerAggregateRating": {"@id": "schema:EmployerAggregateRating"},
|
434
451
|
"EmployerReview": {"@id": "schema:EmployerReview"},
|
435
452
|
"EmploymentAgency": {"@id": "schema:EmploymentAgency"},
|
436
453
|
"Endocrine": {"@id": "schema:Endocrine"},
|
@@ -461,6 +478,7 @@ http_interactions:
|
|
461
478
|
"ExercisePlan": {"@id": "schema:ExercisePlan"},
|
462
479
|
"ExhibitionEvent": {"@id": "schema:ExhibitionEvent"},
|
463
480
|
"Eye": {"@id": "schema:Eye"},
|
481
|
+
"FAQPage": {"@id": "schema:FAQPage"},
|
464
482
|
"FDAcategoryA": {"@id": "schema:FDAcategoryA"},
|
465
483
|
"FDAcategoryB": {"@id": "schema:FDAcategoryB"},
|
466
484
|
"FDAcategoryC": {"@id": "schema:FDAcategoryC"},
|
@@ -705,6 +723,7 @@ http_interactions:
|
|
705
723
|
"MobilePhoneStore": {"@id": "schema:MobilePhoneStore"},
|
706
724
|
"Monday": {"@id": "schema:Monday"},
|
707
725
|
"MonetaryAmount": {"@id": "schema:MonetaryAmount"},
|
726
|
+
"MonetaryAmountDistribution": {"@id": "schema:MonetaryAmountDistribution"},
|
708
727
|
"MoneyTransfer": {"@id": "schema:MoneyTransfer"},
|
709
728
|
"MortgageLoan": {"@id": "schema:MortgageLoan"},
|
710
729
|
"Mosque": {"@id": "schema:Mosque"},
|
@@ -766,6 +785,7 @@ http_interactions:
|
|
766
785
|
"Observational": {"@id": "schema:Observational"},
|
767
786
|
"Obstetric": {"@id": "schema:Obstetric"},
|
768
787
|
"Obstetric": {"@id": "schema:Obstetric"},
|
788
|
+
"Occupation": {"@id": "schema:Occupation"},
|
769
789
|
"OccupationalActivity": {"@id": "schema:OccupationalActivity"},
|
770
790
|
"OccupationalTherapy": {"@id": "schema:OccupationalTherapy"},
|
771
791
|
"OccupationalTherapy": {"@id": "schema:OccupationalTherapy"},
|
@@ -890,7 +910,6 @@ http_interactions:
|
|
890
910
|
"PrimaryCare": {"@id": "schema:PrimaryCare"},
|
891
911
|
"Prion": {"@id": "schema:Prion"},
|
892
912
|
"Product": {"@id": "schema:Product"},
|
893
|
-
"ProductModel": {"@id": "schema:ProductModel"},
|
894
913
|
"ProfessionalService": {"@id": "schema:ProfessionalService"},
|
895
914
|
"ProfilePage": {"@id": "schema:ProfilePage"},
|
896
915
|
"ProgramMembership": {"@id": "schema:ProgramMembership"},
|
@@ -913,6 +932,7 @@ http_interactions:
|
|
913
932
|
"QAPage": {"@id": "schema:QAPage"},
|
914
933
|
"QualitativeValue": {"@id": "schema:QualitativeValue"},
|
915
934
|
"QuantitativeValue": {"@id": "schema:QuantitativeValue"},
|
935
|
+
"QuantitativeValueDistribution": {"@id": "schema:QuantitativeValueDistribution"},
|
916
936
|
"Quantity": {"@id": "schema:Quantity"},
|
917
937
|
"Question": {"@id": "schema:Question"},
|
918
938
|
"Quotation": {"@id": "schema:Quotation"},
|
@@ -1025,7 +1045,6 @@ http_interactions:
|
|
1025
1045
|
"SoftwareApplication": {"@id": "schema:SoftwareApplication"},
|
1026
1046
|
"SoftwareSourceCode": {"@id": "schema:SoftwareSourceCode"},
|
1027
1047
|
"SoldOut": {"@id": "schema:SoldOut"},
|
1028
|
-
"SomeProducts": {"@id": "schema:SomeProducts"},
|
1029
1048
|
"SoundtrackAlbum": {"@id": "schema:SoundtrackAlbum"},
|
1030
1049
|
"SpeakableSpecification": {"@id": "schema:SpeakableSpecification"},
|
1031
1050
|
"Specialty": {"@id": "schema:Specialty"},
|
@@ -1670,6 +1689,7 @@ http_interactions:
|
|
1670
1689
|
"hasMenu": { "@id": "schema:hasMenu", "@type": "@id"},
|
1671
1690
|
"hasMenuItem": { "@id": "schema:hasMenuItem"},
|
1672
1691
|
"hasMenuSection": { "@id": "schema:hasMenuSection"},
|
1692
|
+
"hasOccupation": { "@id": "schema:hasOccupation"},
|
1673
1693
|
"hasOfferCatalog": { "@id": "schema:hasOfferCatalog"},
|
1674
1694
|
"hasPOS": { "@id": "schema:hasPOS"},
|
1675
1695
|
"hasPart": { "@id": "schema:hasPart"},
|
@@ -1789,20 +1809,17 @@ http_interactions:
|
|
1789
1809
|
"learningResourceType": { "@id": "schema:learningResourceType"},
|
1790
1810
|
"legalName": { "@id": "schema:legalName"},
|
1791
1811
|
"legalStatus": { "@id": "schema:legalStatus"},
|
1792
|
-
"legislationAppliedBy": { "@id": "schema:legislationAppliedBy"},
|
1793
1812
|
"legislationApplies": { "@id": "schema:legislationApplies"},
|
1794
|
-
"legislationChangedBy": { "@id": "schema:legislationChangedBy"},
|
1795
1813
|
"legislationChanges": { "@id": "schema:legislationChanges"},
|
1796
|
-
"legislationConsolidatedBy": { "@id": "schema:legislationConsolidatedBy"},
|
1797
1814
|
"legislationConsolidates": { "@id": "schema:legislationConsolidates"},
|
1798
1815
|
"legislationDate": { "@id": "schema:legislationDate", "@type": "Date"},
|
1799
1816
|
"legislationDateVersion": { "@id": "schema:legislationDateVersion", "@type": "Date"},
|
1800
1817
|
"legislationIdentifier": { "@id": "schema:legislationIdentifier"},
|
1818
|
+
"legislationJurisdiction": { "@id": "schema:legislationJurisdiction"},
|
1801
1819
|
"legislationLegalForce": { "@id": "schema:legislationLegalForce"},
|
1802
1820
|
"legislationLegalValue": { "@id": "schema:legislationLegalValue"},
|
1803
1821
|
"legislationPassedBy": { "@id": "schema:legislationPassedBy"},
|
1804
1822
|
"legislationResponsible": { "@id": "schema:legislationResponsible"},
|
1805
|
-
"legislationTransposedBy": { "@id": "schema:legislationTransposedBy"},
|
1806
1823
|
"legislationTransposes": { "@id": "schema:legislationTransposes"},
|
1807
1824
|
"legislationType": { "@id": "schema:legislationType"},
|
1808
1825
|
"leiCode": { "@id": "schema:leiCode"},
|
@@ -1847,6 +1864,7 @@ http_interactions:
|
|
1847
1864
|
"mealService": { "@id": "schema:mealService"},
|
1848
1865
|
"measurementTechnique": { "@id": "schema:measurementTechnique", "@type": "@id"},
|
1849
1866
|
"mechanismOfAction": { "@id": "schema:mechanismOfAction"},
|
1867
|
+
"median": { "@id": "schema:median"},
|
1850
1868
|
"medicalSpecialty": { "@id": "schema:medicalSpecialty"},
|
1851
1869
|
"medicineSystem": { "@id": "schema:medicineSystem"},
|
1852
1870
|
"meetsEmissionStandard": { "@id": "schema:meetsEmissionStandard", "@type": "@id"},
|
@@ -1911,6 +1929,7 @@ http_interactions:
|
|
1911
1929
|
"nutrition": { "@id": "schema:nutrition"},
|
1912
1930
|
"object": { "@id": "schema:object"},
|
1913
1931
|
"occupancy": { "@id": "schema:occupancy"},
|
1932
|
+
"occupationLocation": { "@id": "schema:occupationLocation"},
|
1914
1933
|
"occupationalCategory": { "@id": "schema:occupationalCategory"},
|
1915
1934
|
"offerCount": { "@id": "schema:offerCount"},
|
1916
1935
|
"offeredBy": { "@id": "schema:offeredBy"},
|
@@ -1969,6 +1988,10 @@ http_interactions:
|
|
1969
1988
|
"paymentStatus": { "@id": "schema:paymentStatus"},
|
1970
1989
|
"paymentUrl": { "@id": "schema:paymentUrl", "@type": "@id"},
|
1971
1990
|
"penciler": { "@id": "schema:penciler"},
|
1991
|
+
"percentile10": { "@id": "schema:percentile10"},
|
1992
|
+
"percentile25": { "@id": "schema:percentile25"},
|
1993
|
+
"percentile75": { "@id": "schema:percentile75"},
|
1994
|
+
"percentile90": { "@id": "schema:percentile90"},
|
1972
1995
|
"performTime": { "@id": "schema:performTime"},
|
1973
1996
|
"performer": { "@id": "schema:performer"},
|
1974
1997
|
"performerIn": { "@id": "schema:performerIn"},
|
@@ -2092,6 +2115,7 @@ http_interactions:
|
|
2092
2115
|
"releaseNotes": { "@id": "schema:releaseNotes", "@type": "@id"},
|
2093
2116
|
"releaseOf": { "@id": "schema:releaseOf"},
|
2094
2117
|
"releasedEvent": { "@id": "schema:releasedEvent"},
|
2118
|
+
"relevantOccupation": { "@id": "schema:relevantOccupation"},
|
2095
2119
|
"relevantSpecialty": { "@id": "schema:relevantSpecialty"},
|
2096
2120
|
"remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity"},
|
2097
2121
|
"renegotiableLoan": { "@id": "schema:renegotiableLoan"},
|
@@ -2120,6 +2144,7 @@ http_interactions:
|
|
2120
2144
|
"resultComment": { "@id": "schema:resultComment"},
|
2121
2145
|
"resultReview": { "@id": "schema:resultReview"},
|
2122
2146
|
"review": { "@id": "schema:review"},
|
2147
|
+
"reviewAspect": { "@id": "schema:reviewAspect"},
|
2123
2148
|
"reviewBody": { "@id": "schema:reviewBody"},
|
2124
2149
|
"reviewCount": { "@id": "schema:reviewCount"},
|
2125
2150
|
"reviewRating": { "@id": "schema:reviewRating"},
|
@@ -2213,6 +2238,7 @@ http_interactions:
|
|
2213
2238
|
"startTime": { "@id": "schema:startTime", "@type": "DateTime"},
|
2214
2239
|
"status": { "@id": "schema:status"},
|
2215
2240
|
"steeringPosition": { "@id": "schema:steeringPosition"},
|
2241
|
+
"step": { "@id": "schema:step"},
|
2216
2242
|
"stepValue": { "@id": "schema:stepValue"},
|
2217
2243
|
"steps": { "@id": "schema:steps"},
|
2218
2244
|
"storageRequirements": { "@id": "schema:storageRequirements", "@type": "@id"},
|
@@ -2232,6 +2258,7 @@ http_interactions:
|
|
2232
2258
|
"subStageSuffix": { "@id": "schema:subStageSuffix"},
|
2233
2259
|
"subStructure": { "@id": "schema:subStructure"},
|
2234
2260
|
"subTest": { "@id": "schema:subTest"},
|
2261
|
+
"subjectOf": { "@id": "schema:subjectOf"},
|
2235
2262
|
"subtitleLanguage": { "@id": "schema:subtitleLanguage"},
|
2236
2263
|
"subtype": { "@id": "schema:subtype"},
|
2237
2264
|
"successorOf": { "@id": "schema:successorOf"},
|
@@ -2373,7 +2400,7 @@ http_interactions:
|
|
2373
2400
|
}
|
2374
2401
|
}
|
2375
2402
|
http_version:
|
2376
|
-
recorded_at:
|
2403
|
+
recorded_at: Mon, 23 Oct 2017 18:11:58 GMT
|
2377
2404
|
- request:
|
2378
2405
|
method: get
|
2379
2406
|
uri: http://schema.org/
|
@@ -2390,7 +2417,7 @@ http_interactions:
|
|
2390
2417
|
response:
|
2391
2418
|
status:
|
2392
2419
|
code: 302
|
2393
|
-
message:
|
2420
|
+
message: Moved Temporarily
|
2394
2421
|
headers:
|
2395
2422
|
Content-Type:
|
2396
2423
|
- text/html; charset=utf-8
|
@@ -2403,20 +2430,28 @@ http_interactions:
|
|
2403
2430
|
Vary:
|
2404
2431
|
- Accept, Accept-Encoding
|
2405
2432
|
Set-Cookie:
|
2406
|
-
- GOOGAPPUID=3-
|
2433
|
+
- GOOGAPPUID=3-4pre; Path=/
|
2407
2434
|
X-Cloud-Trace-Context:
|
2408
|
-
-
|
2435
|
+
- 230d2438e50261d1a0156b75a98ebe53
|
2409
2436
|
Date:
|
2410
|
-
-
|
2437
|
+
- Mon, 23 Oct 2017 18:11:59 GMT
|
2411
2438
|
Server:
|
2412
2439
|
- Google Frontend
|
2413
2440
|
Content-Length:
|
2414
2441
|
- '0'
|
2442
|
+
X-Cache:
|
2443
|
+
- MISS from IMP-cache
|
2444
|
+
X-Cache-Lookup:
|
2445
|
+
- MISS from IMP-cache:3128
|
2446
|
+
Via:
|
2447
|
+
- 1.0 IMP-cache (squid/3.1.20)
|
2448
|
+
Connection:
|
2449
|
+
- keep-alive
|
2415
2450
|
body:
|
2416
2451
|
encoding: UTF-8
|
2417
2452
|
string: ''
|
2418
2453
|
http_version:
|
2419
|
-
recorded_at:
|
2454
|
+
recorded_at: Mon, 23 Oct 2017 18:11:59 GMT
|
2420
2455
|
- request:
|
2421
2456
|
method: get
|
2422
2457
|
uri: http://schema.org/docs/jsonldcontext.json
|
@@ -2444,21 +2479,29 @@ http_interactions:
|
|
2444
2479
|
Content-Type:
|
2445
2480
|
- application/ld+json; charset=utf-8
|
2446
2481
|
Etag:
|
2447
|
-
-
|
2482
|
+
- 24751171023175703a2048647386json
|
2448
2483
|
Last-Modified:
|
2449
|
-
-
|
2484
|
+
- Mon, 23 Oct 2017 17:57:03 UTC
|
2450
2485
|
Set-Cookie:
|
2451
|
-
- GOOGAPPUID=3-
|
2486
|
+
- GOOGAPPUID=3-4pre; Path=/
|
2452
2487
|
X-Cloud-Trace-Context:
|
2453
|
-
-
|
2488
|
+
- 4fbd2d7875201c85b30a7664e57faa28
|
2454
2489
|
Date:
|
2455
|
-
-
|
2490
|
+
- Mon, 23 Oct 2017 18:12:00 GMT
|
2456
2491
|
Server:
|
2457
2492
|
- Google Frontend
|
2458
2493
|
Content-Length:
|
2459
|
-
- '
|
2494
|
+
- '134320'
|
2460
2495
|
Expires:
|
2461
|
-
-
|
2496
|
+
- Mon, 23 Oct 2017 18:12:00 GMT
|
2497
|
+
X-Cache:
|
2498
|
+
- MISS from IMP-cache
|
2499
|
+
X-Cache-Lookup:
|
2500
|
+
- MISS from IMP-cache:3128
|
2501
|
+
Via:
|
2502
|
+
- 1.0 IMP-cache (squid/3.1.20)
|
2503
|
+
Connection:
|
2504
|
+
- keep-alive
|
2462
2505
|
body:
|
2463
2506
|
encoding: UTF-8
|
2464
2507
|
string: |
|
@@ -2736,7 +2779,7 @@ http_interactions:
|
|
2736
2779
|
"DaySpa": {"@id": "schema:DaySpa"},
|
2737
2780
|
"DeactivateAction": {"@id": "schema:DeactivateAction"},
|
2738
2781
|
"DefenceEstablishment": {"@id": "schema:DefenceEstablishment"},
|
2739
|
-
"
|
2782
|
+
"DefinitiveLegalValue": {"@id": "schema:DefinitiveLegalValue"},
|
2740
2783
|
"DeleteAction": {"@id": "schema:DeleteAction"},
|
2741
2784
|
"DeliveryChargeSpecification": {"@id": "schema:DeliveryChargeSpecification"},
|
2742
2785
|
"DeliveryEvent": {"@id": "schema:DeliveryEvent"},
|
@@ -2805,6 +2848,7 @@ http_interactions:
|
|
2805
2848
|
"Emergency": {"@id": "schema:Emergency"},
|
2806
2849
|
"EmergencyService": {"@id": "schema:EmergencyService"},
|
2807
2850
|
"EmployeeRole": {"@id": "schema:EmployeeRole"},
|
2851
|
+
"EmployerAggregateRating": {"@id": "schema:EmployerAggregateRating"},
|
2808
2852
|
"EmployerReview": {"@id": "schema:EmployerReview"},
|
2809
2853
|
"EmploymentAgency": {"@id": "schema:EmploymentAgency"},
|
2810
2854
|
"Endocrine": {"@id": "schema:Endocrine"},
|
@@ -2835,6 +2879,7 @@ http_interactions:
|
|
2835
2879
|
"ExercisePlan": {"@id": "schema:ExercisePlan"},
|
2836
2880
|
"ExhibitionEvent": {"@id": "schema:ExhibitionEvent"},
|
2837
2881
|
"Eye": {"@id": "schema:Eye"},
|
2882
|
+
"FAQPage": {"@id": "schema:FAQPage"},
|
2838
2883
|
"FDAcategoryA": {"@id": "schema:FDAcategoryA"},
|
2839
2884
|
"FDAcategoryB": {"@id": "schema:FDAcategoryB"},
|
2840
2885
|
"FDAcategoryC": {"@id": "schema:FDAcategoryC"},
|
@@ -3079,6 +3124,7 @@ http_interactions:
|
|
3079
3124
|
"MobilePhoneStore": {"@id": "schema:MobilePhoneStore"},
|
3080
3125
|
"Monday": {"@id": "schema:Monday"},
|
3081
3126
|
"MonetaryAmount": {"@id": "schema:MonetaryAmount"},
|
3127
|
+
"MonetaryAmountDistribution": {"@id": "schema:MonetaryAmountDistribution"},
|
3082
3128
|
"MoneyTransfer": {"@id": "schema:MoneyTransfer"},
|
3083
3129
|
"MortgageLoan": {"@id": "schema:MortgageLoan"},
|
3084
3130
|
"Mosque": {"@id": "schema:Mosque"},
|
@@ -3140,6 +3186,7 @@ http_interactions:
|
|
3140
3186
|
"Observational": {"@id": "schema:Observational"},
|
3141
3187
|
"Obstetric": {"@id": "schema:Obstetric"},
|
3142
3188
|
"Obstetric": {"@id": "schema:Obstetric"},
|
3189
|
+
"Occupation": {"@id": "schema:Occupation"},
|
3143
3190
|
"OccupationalActivity": {"@id": "schema:OccupationalActivity"},
|
3144
3191
|
"OccupationalTherapy": {"@id": "schema:OccupationalTherapy"},
|
3145
3192
|
"OccupationalTherapy": {"@id": "schema:OccupationalTherapy"},
|
@@ -3264,7 +3311,6 @@ http_interactions:
|
|
3264
3311
|
"PrimaryCare": {"@id": "schema:PrimaryCare"},
|
3265
3312
|
"Prion": {"@id": "schema:Prion"},
|
3266
3313
|
"Product": {"@id": "schema:Product"},
|
3267
|
-
"ProductModel": {"@id": "schema:ProductModel"},
|
3268
3314
|
"ProfessionalService": {"@id": "schema:ProfessionalService"},
|
3269
3315
|
"ProfilePage": {"@id": "schema:ProfilePage"},
|
3270
3316
|
"ProgramMembership": {"@id": "schema:ProgramMembership"},
|
@@ -3287,6 +3333,7 @@ http_interactions:
|
|
3287
3333
|
"QAPage": {"@id": "schema:QAPage"},
|
3288
3334
|
"QualitativeValue": {"@id": "schema:QualitativeValue"},
|
3289
3335
|
"QuantitativeValue": {"@id": "schema:QuantitativeValue"},
|
3336
|
+
"QuantitativeValueDistribution": {"@id": "schema:QuantitativeValueDistribution"},
|
3290
3337
|
"Quantity": {"@id": "schema:Quantity"},
|
3291
3338
|
"Question": {"@id": "schema:Question"},
|
3292
3339
|
"Quotation": {"@id": "schema:Quotation"},
|
@@ -3399,7 +3446,6 @@ http_interactions:
|
|
3399
3446
|
"SoftwareApplication": {"@id": "schema:SoftwareApplication"},
|
3400
3447
|
"SoftwareSourceCode": {"@id": "schema:SoftwareSourceCode"},
|
3401
3448
|
"SoldOut": {"@id": "schema:SoldOut"},
|
3402
|
-
"SomeProducts": {"@id": "schema:SomeProducts"},
|
3403
3449
|
"SoundtrackAlbum": {"@id": "schema:SoundtrackAlbum"},
|
3404
3450
|
"SpeakableSpecification": {"@id": "schema:SpeakableSpecification"},
|
3405
3451
|
"Specialty": {"@id": "schema:Specialty"},
|
@@ -4044,6 +4090,7 @@ http_interactions:
|
|
4044
4090
|
"hasMenu": { "@id": "schema:hasMenu", "@type": "@id"},
|
4045
4091
|
"hasMenuItem": { "@id": "schema:hasMenuItem"},
|
4046
4092
|
"hasMenuSection": { "@id": "schema:hasMenuSection"},
|
4093
|
+
"hasOccupation": { "@id": "schema:hasOccupation"},
|
4047
4094
|
"hasOfferCatalog": { "@id": "schema:hasOfferCatalog"},
|
4048
4095
|
"hasPOS": { "@id": "schema:hasPOS"},
|
4049
4096
|
"hasPart": { "@id": "schema:hasPart"},
|
@@ -4163,20 +4210,17 @@ http_interactions:
|
|
4163
4210
|
"learningResourceType": { "@id": "schema:learningResourceType"},
|
4164
4211
|
"legalName": { "@id": "schema:legalName"},
|
4165
4212
|
"legalStatus": { "@id": "schema:legalStatus"},
|
4166
|
-
"legislationAppliedBy": { "@id": "schema:legislationAppliedBy"},
|
4167
4213
|
"legislationApplies": { "@id": "schema:legislationApplies"},
|
4168
|
-
"legislationChangedBy": { "@id": "schema:legislationChangedBy"},
|
4169
4214
|
"legislationChanges": { "@id": "schema:legislationChanges"},
|
4170
|
-
"legislationConsolidatedBy": { "@id": "schema:legislationConsolidatedBy"},
|
4171
4215
|
"legislationConsolidates": { "@id": "schema:legislationConsolidates"},
|
4172
4216
|
"legislationDate": { "@id": "schema:legislationDate", "@type": "Date"},
|
4173
4217
|
"legislationDateVersion": { "@id": "schema:legislationDateVersion", "@type": "Date"},
|
4174
4218
|
"legislationIdentifier": { "@id": "schema:legislationIdentifier"},
|
4219
|
+
"legislationJurisdiction": { "@id": "schema:legislationJurisdiction"},
|
4175
4220
|
"legislationLegalForce": { "@id": "schema:legislationLegalForce"},
|
4176
4221
|
"legislationLegalValue": { "@id": "schema:legislationLegalValue"},
|
4177
4222
|
"legislationPassedBy": { "@id": "schema:legislationPassedBy"},
|
4178
4223
|
"legislationResponsible": { "@id": "schema:legislationResponsible"},
|
4179
|
-
"legislationTransposedBy": { "@id": "schema:legislationTransposedBy"},
|
4180
4224
|
"legislationTransposes": { "@id": "schema:legislationTransposes"},
|
4181
4225
|
"legislationType": { "@id": "schema:legislationType"},
|
4182
4226
|
"leiCode": { "@id": "schema:leiCode"},
|
@@ -4221,6 +4265,7 @@ http_interactions:
|
|
4221
4265
|
"mealService": { "@id": "schema:mealService"},
|
4222
4266
|
"measurementTechnique": { "@id": "schema:measurementTechnique", "@type": "@id"},
|
4223
4267
|
"mechanismOfAction": { "@id": "schema:mechanismOfAction"},
|
4268
|
+
"median": { "@id": "schema:median"},
|
4224
4269
|
"medicalSpecialty": { "@id": "schema:medicalSpecialty"},
|
4225
4270
|
"medicineSystem": { "@id": "schema:medicineSystem"},
|
4226
4271
|
"meetsEmissionStandard": { "@id": "schema:meetsEmissionStandard", "@type": "@id"},
|
@@ -4285,6 +4330,7 @@ http_interactions:
|
|
4285
4330
|
"nutrition": { "@id": "schema:nutrition"},
|
4286
4331
|
"object": { "@id": "schema:object"},
|
4287
4332
|
"occupancy": { "@id": "schema:occupancy"},
|
4333
|
+
"occupationLocation": { "@id": "schema:occupationLocation"},
|
4288
4334
|
"occupationalCategory": { "@id": "schema:occupationalCategory"},
|
4289
4335
|
"offerCount": { "@id": "schema:offerCount"},
|
4290
4336
|
"offeredBy": { "@id": "schema:offeredBy"},
|
@@ -4343,6 +4389,10 @@ http_interactions:
|
|
4343
4389
|
"paymentStatus": { "@id": "schema:paymentStatus"},
|
4344
4390
|
"paymentUrl": { "@id": "schema:paymentUrl", "@type": "@id"},
|
4345
4391
|
"penciler": { "@id": "schema:penciler"},
|
4392
|
+
"percentile10": { "@id": "schema:percentile10"},
|
4393
|
+
"percentile25": { "@id": "schema:percentile25"},
|
4394
|
+
"percentile75": { "@id": "schema:percentile75"},
|
4395
|
+
"percentile90": { "@id": "schema:percentile90"},
|
4346
4396
|
"performTime": { "@id": "schema:performTime"},
|
4347
4397
|
"performer": { "@id": "schema:performer"},
|
4348
4398
|
"performerIn": { "@id": "schema:performerIn"},
|
@@ -4466,6 +4516,7 @@ http_interactions:
|
|
4466
4516
|
"releaseNotes": { "@id": "schema:releaseNotes", "@type": "@id"},
|
4467
4517
|
"releaseOf": { "@id": "schema:releaseOf"},
|
4468
4518
|
"releasedEvent": { "@id": "schema:releasedEvent"},
|
4519
|
+
"relevantOccupation": { "@id": "schema:relevantOccupation"},
|
4469
4520
|
"relevantSpecialty": { "@id": "schema:relevantSpecialty"},
|
4470
4521
|
"remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity"},
|
4471
4522
|
"renegotiableLoan": { "@id": "schema:renegotiableLoan"},
|
@@ -4494,6 +4545,7 @@ http_interactions:
|
|
4494
4545
|
"resultComment": { "@id": "schema:resultComment"},
|
4495
4546
|
"resultReview": { "@id": "schema:resultReview"},
|
4496
4547
|
"review": { "@id": "schema:review"},
|
4548
|
+
"reviewAspect": { "@id": "schema:reviewAspect"},
|
4497
4549
|
"reviewBody": { "@id": "schema:reviewBody"},
|
4498
4550
|
"reviewCount": { "@id": "schema:reviewCount"},
|
4499
4551
|
"reviewRating": { "@id": "schema:reviewRating"},
|
@@ -4587,6 +4639,7 @@ http_interactions:
|
|
4587
4639
|
"startTime": { "@id": "schema:startTime", "@type": "DateTime"},
|
4588
4640
|
"status": { "@id": "schema:status"},
|
4589
4641
|
"steeringPosition": { "@id": "schema:steeringPosition"},
|
4642
|
+
"step": { "@id": "schema:step"},
|
4590
4643
|
"stepValue": { "@id": "schema:stepValue"},
|
4591
4644
|
"steps": { "@id": "schema:steps"},
|
4592
4645
|
"storageRequirements": { "@id": "schema:storageRequirements", "@type": "@id"},
|
@@ -4606,6 +4659,7 @@ http_interactions:
|
|
4606
4659
|
"subStageSuffix": { "@id": "schema:subStageSuffix"},
|
4607
4660
|
"subStructure": { "@id": "schema:subStructure"},
|
4608
4661
|
"subTest": { "@id": "schema:subTest"},
|
4662
|
+
"subjectOf": { "@id": "schema:subjectOf"},
|
4609
4663
|
"subtitleLanguage": { "@id": "schema:subtitleLanguage"},
|
4610
4664
|
"subtype": { "@id": "schema:subtype"},
|
4611
4665
|
"successorOf": { "@id": "schema:successorOf"},
|
@@ -4747,5 +4801,5 @@ http_interactions:
|
|
4747
4801
|
}
|
4748
4802
|
}
|
4749
4803
|
http_version:
|
4750
|
-
recorded_at:
|
4804
|
+
recorded_at: Mon, 23 Oct 2017 18:12:03 GMT
|
4751
4805
|
recorded_with: VCR 3.0.3
|