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/BlogPosting.yml
CHANGED
@@ -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.5438/4k3m-nyvg&wt=json
|
5
|
+
uri: https://search.datacite.org/api?fl=doi,url,xml,allocator_symbol,datacentre_symbol,media,minted,updated&q=doi:10.5438/4k3m-nyvg&wt=json
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -17,59 +17,26 @@ 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
|
-
-
|
26
|
+
- Mon, 23 Oct 2017 18:12:17 GMT
|
27
27
|
Server:
|
28
28
|
- openresty/1.11.2.2
|
29
|
+
Content-Length:
|
30
|
+
- '3095'
|
29
31
|
Connection:
|
30
32
|
- keep-alive
|
31
33
|
body:
|
32
34
|
encoding: UTF-8
|
33
|
-
string: '{"responseHeader":{"status":0,"QTime":
|
35
|
+
string: '{"responseHeader":{"status":0,"QTime":5},"response":{"numFound":1,"start":0,"docs":[{"datacentre_symbol":"DATACITE.DATACITE","xml":"PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHJlc291cmNlIHhtbG5zOnhzaT0iaHR0cDovL3d3dy53My5vcmcvMjAwMS9YTUxTY2hlbWEtaW5zdGFuY2UiIHhtbG5zPSJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtNCIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vZGF0YWNpdGUub3JnL3NjaGVtYS9rZXJuZWwtNCBodHRwOi8vc2NoZW1hLmRhdGFjaXRlLm9yZy9tZXRhL2tlcm5lbC00L21ldGFkYXRhLnhzZCI+CiAgPGlkZW50aWZpZXIgaWRlbnRpZmllclR5cGU9IkRPSSI+MTAuNTQzOC80SzNNLU5ZVkc8L2lkZW50aWZpZXI+CiAgPGNyZWF0b3JzPgogICAgPGNyZWF0b3I+CiAgICAgIDxjcmVhdG9yTmFtZT5GZW5uZXIsIE1hcnRpbjwvY3JlYXRvck5hbWU+CiAgICAgIDxnaXZlbk5hbWU+TWFydGluPC9naXZlbk5hbWU+CiAgICAgIDxmYW1pbHlOYW1lPkZlbm5lcjwvZmFtaWx5TmFtZT4KICAgICAgPG5hbWVJZGVudGlmaWVyIHNjaGVtZVVSST0iaHR0cDovL29yY2lkLm9yZy8iIG5hbWVJZGVudGlmaWVyU2NoZW1lPSJPUkNJRCI+MDAwMC0wMDAzLTE0MTktMjQwNTwvbmFtZUlkZW50aWZpZXI+CiAgICA8L2NyZWF0b3I+CiAgPC9jcmVhdG9ycz4KICA8dGl0bGVzPgogICAgPHRpdGxlPkVhdGluZyB5b3VyIG93biBEb2cgRm9vZDwvdGl0bGU+CiAgPC90aXRsZXM+CiAgPHB1Ymxpc2hlcj5EYXRhQ2l0ZTwvcHVibGlzaGVyPgogIDxwdWJsaWNhdGlvblllYXI+MjAxNjwvcHVibGljYXRpb25ZZWFyPgogIDxyZXNvdXJjZVR5cGUgcmVzb3VyY2VUeXBlR2VuZXJhbD0iVGV4dCI+QmxvZ1Bvc3Rpbmc8L3Jlc291cmNlVHlwZT4KICA8YWx0ZXJuYXRlSWRlbnRpZmllcnM+CiAgICA8YWx0ZXJuYXRlSWRlbnRpZmllciBhbHRlcm5hdGVJZGVudGlmaWVyVHlwZT0iTG9jYWwgYWNjZXNzaW9uIG51bWJlciI+TVMtNDktMzYzMi01MDgzPC9hbHRlcm5hdGVJZGVudGlmaWVyPgogIDwvYWx0ZXJuYXRlSWRlbnRpZmllcnM+CiAgPHN1YmplY3RzPgogICAgPHN1YmplY3Q+ZGF0YWNpdGU8L3N1YmplY3Q+CiAgICA8c3ViamVjdD5kb2k8L3N1YmplY3Q+CiAgICA8c3ViamVjdD5tZXRhZGF0YTwvc3ViamVjdD4KICA8L3N1YmplY3RzPgogIDxkYXRlcz4KICAgIDxkYXRlIGRhdGVUeXBlPSJDcmVhdGVkIj4yMDE2LTEyLTIwPC9kYXRlPgogICAgPGRhdGUgZGF0ZVR5cGU9Iklzc3VlZCI+MjAxNi0xMi0yMDwvZGF0ZT4KICAgIDxkYXRlIGRhdGVUeXBlPSJVcGRhdGVkIj4yMDE2LTEyLTIwPC9kYXRlPgogIDwvZGF0ZXM+CiAgPHJlbGF0ZWRJZGVudGlmaWVycz4KICAgIDxyZWxhdGVkSWRlbnRpZmllciByZWxhdGVkSWRlbnRpZmllclR5cGU9IkRPSSIgcmVsYXRpb25UeXBlPSJSZWZlcmVuY2VzIj4xMC41NDM4LzAwMTI8L3JlbGF0ZWRJZGVudGlmaWVyPgogICAgPHJlbGF0ZWRJZGVudGlmaWVyIHJlbGF0ZWRJZGVudGlmaWVyVHlwZT0iRE9JIiByZWxhdGlvblR5cGU9IlJlZmVyZW5jZXMiPjEwLjU0MzgvNTVFNS1UNUMwPC9yZWxhdGVkSWRlbnRpZmllcj4KICAgIDxyZWxhdGVkSWRlbnRpZmllciByZWxhdGVkSWRlbnRpZmllclR5cGU9IkRPSSIgcmVsYXRpb25UeXBlPSJJc1BhcnRPZiI+MTAuNTQzOC8wMDAwLTAwU1M8L3JlbGF0ZWRJZGVudGlmaWVyPgogIDwvcmVsYXRlZElkZW50aWZpZXJzPgogIDx2ZXJzaW9uPjEuMDwvdmVyc2lvbj4KICA8ZGVzY3JpcHRpb25zPgogICAgPGRlc2NyaXB0aW9uIGRlc2NyaXB0aW9uVHlwZT0iQWJzdHJhY3QiPkVhdGluZyB5b3VyIG93biBkb2cgZm9vZCBpcyBhIHNsYW5nIHRlcm0gdG8gZGVzY3JpYmUgdGhhdCBhbiBvcmdhbml6YXRpb24gc2hvdWxkIGl0c2VsZiB1c2UgdGhlIHByb2R1Y3RzIGFuZCBzZXJ2aWNlcyBpdCBwcm92aWRlcy4gRm9yIERhdGFDaXRlIHRoaXMgbWVhbnMgdGhhdCB3ZSBzaG91bGQgdXNlIERPSXMgd2l0aCBhcHByb3ByaWF0ZSBtZXRhZGF0YSBhbmQgc3RyYXRlZ2llcyBmb3IgbG9uZy10ZXJtIHByZXNlcnZhdGlvbiBmb3IuLi48L2Rlc2NyaXB0aW9uPgogIDwvZGVzY3JpcHRpb25zPgo8L3Jlc291cmNlPgo=","allocator_symbol":"DATACITE","minted":"2016-12-19T20:49:21Z","updated":"2017-01-09T13:53:12Z","doi":"10.5438/4K3M-NYVG","media":["application/xml:https://blog.datacite.org/eating-your-own-dog-food/eating-your-own-dog-food.xml"]}]}}
|
34
36
|
|
35
37
|
'
|
36
38
|
http_version:
|
37
|
-
recorded_at:
|
38
|
-
- request:
|
39
|
-
method: head
|
40
|
-
uri: https://doi.org/10.5438/4k3m-nyvg
|
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
|
-
- https://blog.datacite.org/eating-your-own-dog-food/
|
60
|
-
Expires:
|
61
|
-
- Wed, 23 Aug 2017 08:12:45 GMT
|
62
|
-
Content-Type:
|
63
|
-
- text/html;charset=utf-8
|
64
|
-
Content-Length:
|
65
|
-
- '187'
|
66
|
-
Date:
|
67
|
-
- Wed, 23 Aug 2017 08:03:09 GMT
|
68
|
-
body:
|
69
|
-
encoding: UTF-8
|
70
|
-
string: ''
|
71
|
-
http_version:
|
72
|
-
recorded_at: Wed, 23 Aug 2017 08:03:09 GMT
|
39
|
+
recorded_at: Mon, 23 Oct 2017 18:12:16 GMT
|
73
40
|
- request:
|
74
41
|
method: get
|
75
42
|
uri: http://schema.org/
|
@@ -86,7 +53,7 @@ http_interactions:
|
|
86
53
|
response:
|
87
54
|
status:
|
88
55
|
code: 302
|
89
|
-
message:
|
56
|
+
message: Moved Temporarily
|
90
57
|
headers:
|
91
58
|
Content-Type:
|
92
59
|
- text/html; charset=utf-8
|
@@ -99,20 +66,28 @@ http_interactions:
|
|
99
66
|
Vary:
|
100
67
|
- Accept, Accept-Encoding
|
101
68
|
Set-Cookie:
|
102
|
-
- GOOGAPPUID=3-
|
69
|
+
- GOOGAPPUID=3-4pre; Path=/
|
103
70
|
X-Cloud-Trace-Context:
|
104
|
-
-
|
71
|
+
- 4ad6316d68d45dbb76b6a2f305c1432b
|
105
72
|
Date:
|
106
|
-
-
|
73
|
+
- Mon, 23 Oct 2017 18:12:18 GMT
|
107
74
|
Server:
|
108
75
|
- Google Frontend
|
109
76
|
Content-Length:
|
110
77
|
- '0'
|
78
|
+
X-Cache:
|
79
|
+
- MISS from IMP-cache
|
80
|
+
X-Cache-Lookup:
|
81
|
+
- MISS from IMP-cache:3128
|
82
|
+
Via:
|
83
|
+
- 1.0 IMP-cache (squid/3.1.20)
|
84
|
+
Connection:
|
85
|
+
- keep-alive
|
111
86
|
body:
|
112
87
|
encoding: UTF-8
|
113
88
|
string: ''
|
114
89
|
http_version:
|
115
|
-
recorded_at:
|
90
|
+
recorded_at: Mon, 23 Oct 2017 18:12:19 GMT
|
116
91
|
- request:
|
117
92
|
method: get
|
118
93
|
uri: http://schema.org/docs/jsonldcontext.json
|
@@ -140,21 +115,29 @@ http_interactions:
|
|
140
115
|
Content-Type:
|
141
116
|
- application/ld+json; charset=utf-8
|
142
117
|
Etag:
|
143
|
-
-
|
118
|
+
- 24751171023175703a2048647386json
|
144
119
|
Last-Modified:
|
145
|
-
-
|
120
|
+
- Mon, 23 Oct 2017 17:57:03 UTC
|
146
121
|
Set-Cookie:
|
147
|
-
- GOOGAPPUID=3-
|
122
|
+
- GOOGAPPUID=3-4pre; Path=/
|
148
123
|
X-Cloud-Trace-Context:
|
149
|
-
-
|
124
|
+
- 2fb5c2bfadf8e0fd1b7e1580a437bf91
|
150
125
|
Date:
|
151
|
-
-
|
126
|
+
- Mon, 23 Oct 2017 18:12:20 GMT
|
152
127
|
Server:
|
153
128
|
- Google Frontend
|
154
129
|
Content-Length:
|
155
|
-
- '
|
130
|
+
- '134320'
|
156
131
|
Expires:
|
157
|
-
-
|
132
|
+
- Mon, 23 Oct 2017 18:12:20 GMT
|
133
|
+
X-Cache:
|
134
|
+
- MISS from IMP-cache
|
135
|
+
X-Cache-Lookup:
|
136
|
+
- MISS from IMP-cache:3128
|
137
|
+
Via:
|
138
|
+
- 1.0 IMP-cache (squid/3.1.20)
|
139
|
+
Connection:
|
140
|
+
- keep-alive
|
158
141
|
body:
|
159
142
|
encoding: UTF-8
|
160
143
|
string: |
|
@@ -432,7 +415,7 @@ http_interactions:
|
|
432
415
|
"DaySpa": {"@id": "schema:DaySpa"},
|
433
416
|
"DeactivateAction": {"@id": "schema:DeactivateAction"},
|
434
417
|
"DefenceEstablishment": {"@id": "schema:DefenceEstablishment"},
|
435
|
-
"
|
418
|
+
"DefinitiveLegalValue": {"@id": "schema:DefinitiveLegalValue"},
|
436
419
|
"DeleteAction": {"@id": "schema:DeleteAction"},
|
437
420
|
"DeliveryChargeSpecification": {"@id": "schema:DeliveryChargeSpecification"},
|
438
421
|
"DeliveryEvent": {"@id": "schema:DeliveryEvent"},
|
@@ -501,6 +484,7 @@ http_interactions:
|
|
501
484
|
"Emergency": {"@id": "schema:Emergency"},
|
502
485
|
"EmergencyService": {"@id": "schema:EmergencyService"},
|
503
486
|
"EmployeeRole": {"@id": "schema:EmployeeRole"},
|
487
|
+
"EmployerAggregateRating": {"@id": "schema:EmployerAggregateRating"},
|
504
488
|
"EmployerReview": {"@id": "schema:EmployerReview"},
|
505
489
|
"EmploymentAgency": {"@id": "schema:EmploymentAgency"},
|
506
490
|
"Endocrine": {"@id": "schema:Endocrine"},
|
@@ -531,6 +515,7 @@ http_interactions:
|
|
531
515
|
"ExercisePlan": {"@id": "schema:ExercisePlan"},
|
532
516
|
"ExhibitionEvent": {"@id": "schema:ExhibitionEvent"},
|
533
517
|
"Eye": {"@id": "schema:Eye"},
|
518
|
+
"FAQPage": {"@id": "schema:FAQPage"},
|
534
519
|
"FDAcategoryA": {"@id": "schema:FDAcategoryA"},
|
535
520
|
"FDAcategoryB": {"@id": "schema:FDAcategoryB"},
|
536
521
|
"FDAcategoryC": {"@id": "schema:FDAcategoryC"},
|
@@ -775,6 +760,7 @@ http_interactions:
|
|
775
760
|
"MobilePhoneStore": {"@id": "schema:MobilePhoneStore"},
|
776
761
|
"Monday": {"@id": "schema:Monday"},
|
777
762
|
"MonetaryAmount": {"@id": "schema:MonetaryAmount"},
|
763
|
+
"MonetaryAmountDistribution": {"@id": "schema:MonetaryAmountDistribution"},
|
778
764
|
"MoneyTransfer": {"@id": "schema:MoneyTransfer"},
|
779
765
|
"MortgageLoan": {"@id": "schema:MortgageLoan"},
|
780
766
|
"Mosque": {"@id": "schema:Mosque"},
|
@@ -836,6 +822,7 @@ http_interactions:
|
|
836
822
|
"Observational": {"@id": "schema:Observational"},
|
837
823
|
"Obstetric": {"@id": "schema:Obstetric"},
|
838
824
|
"Obstetric": {"@id": "schema:Obstetric"},
|
825
|
+
"Occupation": {"@id": "schema:Occupation"},
|
839
826
|
"OccupationalActivity": {"@id": "schema:OccupationalActivity"},
|
840
827
|
"OccupationalTherapy": {"@id": "schema:OccupationalTherapy"},
|
841
828
|
"OccupationalTherapy": {"@id": "schema:OccupationalTherapy"},
|
@@ -960,7 +947,6 @@ http_interactions:
|
|
960
947
|
"PrimaryCare": {"@id": "schema:PrimaryCare"},
|
961
948
|
"Prion": {"@id": "schema:Prion"},
|
962
949
|
"Product": {"@id": "schema:Product"},
|
963
|
-
"ProductModel": {"@id": "schema:ProductModel"},
|
964
950
|
"ProfessionalService": {"@id": "schema:ProfessionalService"},
|
965
951
|
"ProfilePage": {"@id": "schema:ProfilePage"},
|
966
952
|
"ProgramMembership": {"@id": "schema:ProgramMembership"},
|
@@ -983,6 +969,7 @@ http_interactions:
|
|
983
969
|
"QAPage": {"@id": "schema:QAPage"},
|
984
970
|
"QualitativeValue": {"@id": "schema:QualitativeValue"},
|
985
971
|
"QuantitativeValue": {"@id": "schema:QuantitativeValue"},
|
972
|
+
"QuantitativeValueDistribution": {"@id": "schema:QuantitativeValueDistribution"},
|
986
973
|
"Quantity": {"@id": "schema:Quantity"},
|
987
974
|
"Question": {"@id": "schema:Question"},
|
988
975
|
"Quotation": {"@id": "schema:Quotation"},
|
@@ -1095,7 +1082,6 @@ http_interactions:
|
|
1095
1082
|
"SoftwareApplication": {"@id": "schema:SoftwareApplication"},
|
1096
1083
|
"SoftwareSourceCode": {"@id": "schema:SoftwareSourceCode"},
|
1097
1084
|
"SoldOut": {"@id": "schema:SoldOut"},
|
1098
|
-
"SomeProducts": {"@id": "schema:SomeProducts"},
|
1099
1085
|
"SoundtrackAlbum": {"@id": "schema:SoundtrackAlbum"},
|
1100
1086
|
"SpeakableSpecification": {"@id": "schema:SpeakableSpecification"},
|
1101
1087
|
"Specialty": {"@id": "schema:Specialty"},
|
@@ -1740,6 +1726,7 @@ http_interactions:
|
|
1740
1726
|
"hasMenu": { "@id": "schema:hasMenu", "@type": "@id"},
|
1741
1727
|
"hasMenuItem": { "@id": "schema:hasMenuItem"},
|
1742
1728
|
"hasMenuSection": { "@id": "schema:hasMenuSection"},
|
1729
|
+
"hasOccupation": { "@id": "schema:hasOccupation"},
|
1743
1730
|
"hasOfferCatalog": { "@id": "schema:hasOfferCatalog"},
|
1744
1731
|
"hasPOS": { "@id": "schema:hasPOS"},
|
1745
1732
|
"hasPart": { "@id": "schema:hasPart"},
|
@@ -1859,20 +1846,17 @@ http_interactions:
|
|
1859
1846
|
"learningResourceType": { "@id": "schema:learningResourceType"},
|
1860
1847
|
"legalName": { "@id": "schema:legalName"},
|
1861
1848
|
"legalStatus": { "@id": "schema:legalStatus"},
|
1862
|
-
"legislationAppliedBy": { "@id": "schema:legislationAppliedBy"},
|
1863
1849
|
"legislationApplies": { "@id": "schema:legislationApplies"},
|
1864
|
-
"legislationChangedBy": { "@id": "schema:legislationChangedBy"},
|
1865
1850
|
"legislationChanges": { "@id": "schema:legislationChanges"},
|
1866
|
-
"legislationConsolidatedBy": { "@id": "schema:legislationConsolidatedBy"},
|
1867
1851
|
"legislationConsolidates": { "@id": "schema:legislationConsolidates"},
|
1868
1852
|
"legislationDate": { "@id": "schema:legislationDate", "@type": "Date"},
|
1869
1853
|
"legislationDateVersion": { "@id": "schema:legislationDateVersion", "@type": "Date"},
|
1870
1854
|
"legislationIdentifier": { "@id": "schema:legislationIdentifier"},
|
1855
|
+
"legislationJurisdiction": { "@id": "schema:legislationJurisdiction"},
|
1871
1856
|
"legislationLegalForce": { "@id": "schema:legislationLegalForce"},
|
1872
1857
|
"legislationLegalValue": { "@id": "schema:legislationLegalValue"},
|
1873
1858
|
"legislationPassedBy": { "@id": "schema:legislationPassedBy"},
|
1874
1859
|
"legislationResponsible": { "@id": "schema:legislationResponsible"},
|
1875
|
-
"legislationTransposedBy": { "@id": "schema:legislationTransposedBy"},
|
1876
1860
|
"legislationTransposes": { "@id": "schema:legislationTransposes"},
|
1877
1861
|
"legislationType": { "@id": "schema:legislationType"},
|
1878
1862
|
"leiCode": { "@id": "schema:leiCode"},
|
@@ -1917,6 +1901,7 @@ http_interactions:
|
|
1917
1901
|
"mealService": { "@id": "schema:mealService"},
|
1918
1902
|
"measurementTechnique": { "@id": "schema:measurementTechnique", "@type": "@id"},
|
1919
1903
|
"mechanismOfAction": { "@id": "schema:mechanismOfAction"},
|
1904
|
+
"median": { "@id": "schema:median"},
|
1920
1905
|
"medicalSpecialty": { "@id": "schema:medicalSpecialty"},
|
1921
1906
|
"medicineSystem": { "@id": "schema:medicineSystem"},
|
1922
1907
|
"meetsEmissionStandard": { "@id": "schema:meetsEmissionStandard", "@type": "@id"},
|
@@ -1981,6 +1966,7 @@ http_interactions:
|
|
1981
1966
|
"nutrition": { "@id": "schema:nutrition"},
|
1982
1967
|
"object": { "@id": "schema:object"},
|
1983
1968
|
"occupancy": { "@id": "schema:occupancy"},
|
1969
|
+
"occupationLocation": { "@id": "schema:occupationLocation"},
|
1984
1970
|
"occupationalCategory": { "@id": "schema:occupationalCategory"},
|
1985
1971
|
"offerCount": { "@id": "schema:offerCount"},
|
1986
1972
|
"offeredBy": { "@id": "schema:offeredBy"},
|
@@ -2039,6 +2025,10 @@ http_interactions:
|
|
2039
2025
|
"paymentStatus": { "@id": "schema:paymentStatus"},
|
2040
2026
|
"paymentUrl": { "@id": "schema:paymentUrl", "@type": "@id"},
|
2041
2027
|
"penciler": { "@id": "schema:penciler"},
|
2028
|
+
"percentile10": { "@id": "schema:percentile10"},
|
2029
|
+
"percentile25": { "@id": "schema:percentile25"},
|
2030
|
+
"percentile75": { "@id": "schema:percentile75"},
|
2031
|
+
"percentile90": { "@id": "schema:percentile90"},
|
2042
2032
|
"performTime": { "@id": "schema:performTime"},
|
2043
2033
|
"performer": { "@id": "schema:performer"},
|
2044
2034
|
"performerIn": { "@id": "schema:performerIn"},
|
@@ -2162,6 +2152,7 @@ http_interactions:
|
|
2162
2152
|
"releaseNotes": { "@id": "schema:releaseNotes", "@type": "@id"},
|
2163
2153
|
"releaseOf": { "@id": "schema:releaseOf"},
|
2164
2154
|
"releasedEvent": { "@id": "schema:releasedEvent"},
|
2155
|
+
"relevantOccupation": { "@id": "schema:relevantOccupation"},
|
2165
2156
|
"relevantSpecialty": { "@id": "schema:relevantSpecialty"},
|
2166
2157
|
"remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity"},
|
2167
2158
|
"renegotiableLoan": { "@id": "schema:renegotiableLoan"},
|
@@ -2190,6 +2181,7 @@ http_interactions:
|
|
2190
2181
|
"resultComment": { "@id": "schema:resultComment"},
|
2191
2182
|
"resultReview": { "@id": "schema:resultReview"},
|
2192
2183
|
"review": { "@id": "schema:review"},
|
2184
|
+
"reviewAspect": { "@id": "schema:reviewAspect"},
|
2193
2185
|
"reviewBody": { "@id": "schema:reviewBody"},
|
2194
2186
|
"reviewCount": { "@id": "schema:reviewCount"},
|
2195
2187
|
"reviewRating": { "@id": "schema:reviewRating"},
|
@@ -2283,6 +2275,7 @@ http_interactions:
|
|
2283
2275
|
"startTime": { "@id": "schema:startTime", "@type": "DateTime"},
|
2284
2276
|
"status": { "@id": "schema:status"},
|
2285
2277
|
"steeringPosition": { "@id": "schema:steeringPosition"},
|
2278
|
+
"step": { "@id": "schema:step"},
|
2286
2279
|
"stepValue": { "@id": "schema:stepValue"},
|
2287
2280
|
"steps": { "@id": "schema:steps"},
|
2288
2281
|
"storageRequirements": { "@id": "schema:storageRequirements", "@type": "@id"},
|
@@ -2302,6 +2295,7 @@ http_interactions:
|
|
2302
2295
|
"subStageSuffix": { "@id": "schema:subStageSuffix"},
|
2303
2296
|
"subStructure": { "@id": "schema:subStructure"},
|
2304
2297
|
"subTest": { "@id": "schema:subTest"},
|
2298
|
+
"subjectOf": { "@id": "schema:subjectOf"},
|
2305
2299
|
"subtitleLanguage": { "@id": "schema:subtitleLanguage"},
|
2306
2300
|
"subtype": { "@id": "schema:subtype"},
|
2307
2301
|
"successorOf": { "@id": "schema:successorOf"},
|
@@ -2443,7 +2437,7 @@ http_interactions:
|
|
2443
2437
|
}
|
2444
2438
|
}
|
2445
2439
|
http_version:
|
2446
|
-
recorded_at:
|
2440
|
+
recorded_at: Mon, 23 Oct 2017 18:12:24 GMT
|
2447
2441
|
- request:
|
2448
2442
|
method: get
|
2449
2443
|
uri: http://schema.org/
|
@@ -2460,7 +2454,7 @@ http_interactions:
|
|
2460
2454
|
response:
|
2461
2455
|
status:
|
2462
2456
|
code: 302
|
2463
|
-
message:
|
2457
|
+
message: Moved Temporarily
|
2464
2458
|
headers:
|
2465
2459
|
Content-Type:
|
2466
2460
|
- text/html; charset=utf-8
|
@@ -2473,20 +2467,28 @@ http_interactions:
|
|
2473
2467
|
Vary:
|
2474
2468
|
- Accept, Accept-Encoding
|
2475
2469
|
Set-Cookie:
|
2476
|
-
- GOOGAPPUID=3-
|
2470
|
+
- GOOGAPPUID=3-4pre; Path=/
|
2477
2471
|
X-Cloud-Trace-Context:
|
2478
|
-
-
|
2472
|
+
- 86d9b774965f6d3a5049a509245526d9
|
2479
2473
|
Date:
|
2480
|
-
-
|
2474
|
+
- Mon, 23 Oct 2017 18:12:25 GMT
|
2481
2475
|
Server:
|
2482
2476
|
- Google Frontend
|
2483
2477
|
Content-Length:
|
2484
2478
|
- '0'
|
2479
|
+
X-Cache:
|
2480
|
+
- MISS from IMP-cache
|
2481
|
+
X-Cache-Lookup:
|
2482
|
+
- MISS from IMP-cache:3128
|
2483
|
+
Via:
|
2484
|
+
- 1.0 IMP-cache (squid/3.1.20)
|
2485
|
+
Connection:
|
2486
|
+
- keep-alive
|
2485
2487
|
body:
|
2486
2488
|
encoding: UTF-8
|
2487
2489
|
string: ''
|
2488
2490
|
http_version:
|
2489
|
-
recorded_at:
|
2491
|
+
recorded_at: Mon, 23 Oct 2017 18:12:27 GMT
|
2490
2492
|
- request:
|
2491
2493
|
method: get
|
2492
2494
|
uri: http://schema.org/docs/jsonldcontext.json
|
@@ -2514,21 +2516,29 @@ http_interactions:
|
|
2514
2516
|
Content-Type:
|
2515
2517
|
- application/ld+json; charset=utf-8
|
2516
2518
|
Etag:
|
2517
|
-
-
|
2519
|
+
- 24751171023175703a2048647386json
|
2518
2520
|
Last-Modified:
|
2519
|
-
-
|
2521
|
+
- Mon, 23 Oct 2017 17:57:03 UTC
|
2520
2522
|
Set-Cookie:
|
2521
|
-
- GOOGAPPUID=3-
|
2523
|
+
- GOOGAPPUID=3-4pre; Path=/
|
2522
2524
|
X-Cloud-Trace-Context:
|
2523
|
-
-
|
2525
|
+
- 9aeec3cf0b1d6e9a62092cf18fe3a400
|
2524
2526
|
Date:
|
2525
|
-
-
|
2527
|
+
- Mon, 23 Oct 2017 18:12:28 GMT
|
2526
2528
|
Server:
|
2527
2529
|
- Google Frontend
|
2528
2530
|
Content-Length:
|
2529
|
-
- '
|
2531
|
+
- '134320'
|
2530
2532
|
Expires:
|
2531
|
-
-
|
2533
|
+
- Mon, 23 Oct 2017 18:12:28 GMT
|
2534
|
+
X-Cache:
|
2535
|
+
- MISS from IMP-cache
|
2536
|
+
X-Cache-Lookup:
|
2537
|
+
- MISS from IMP-cache:3128
|
2538
|
+
Via:
|
2539
|
+
- 1.0 IMP-cache (squid/3.1.20)
|
2540
|
+
Connection:
|
2541
|
+
- keep-alive
|
2532
2542
|
body:
|
2533
2543
|
encoding: UTF-8
|
2534
2544
|
string: |
|
@@ -2806,7 +2816,7 @@ http_interactions:
|
|
2806
2816
|
"DaySpa": {"@id": "schema:DaySpa"},
|
2807
2817
|
"DeactivateAction": {"@id": "schema:DeactivateAction"},
|
2808
2818
|
"DefenceEstablishment": {"@id": "schema:DefenceEstablishment"},
|
2809
|
-
"
|
2819
|
+
"DefinitiveLegalValue": {"@id": "schema:DefinitiveLegalValue"},
|
2810
2820
|
"DeleteAction": {"@id": "schema:DeleteAction"},
|
2811
2821
|
"DeliveryChargeSpecification": {"@id": "schema:DeliveryChargeSpecification"},
|
2812
2822
|
"DeliveryEvent": {"@id": "schema:DeliveryEvent"},
|
@@ -2875,6 +2885,7 @@ http_interactions:
|
|
2875
2885
|
"Emergency": {"@id": "schema:Emergency"},
|
2876
2886
|
"EmergencyService": {"@id": "schema:EmergencyService"},
|
2877
2887
|
"EmployeeRole": {"@id": "schema:EmployeeRole"},
|
2888
|
+
"EmployerAggregateRating": {"@id": "schema:EmployerAggregateRating"},
|
2878
2889
|
"EmployerReview": {"@id": "schema:EmployerReview"},
|
2879
2890
|
"EmploymentAgency": {"@id": "schema:EmploymentAgency"},
|
2880
2891
|
"Endocrine": {"@id": "schema:Endocrine"},
|
@@ -2905,6 +2916,7 @@ http_interactions:
|
|
2905
2916
|
"ExercisePlan": {"@id": "schema:ExercisePlan"},
|
2906
2917
|
"ExhibitionEvent": {"@id": "schema:ExhibitionEvent"},
|
2907
2918
|
"Eye": {"@id": "schema:Eye"},
|
2919
|
+
"FAQPage": {"@id": "schema:FAQPage"},
|
2908
2920
|
"FDAcategoryA": {"@id": "schema:FDAcategoryA"},
|
2909
2921
|
"FDAcategoryB": {"@id": "schema:FDAcategoryB"},
|
2910
2922
|
"FDAcategoryC": {"@id": "schema:FDAcategoryC"},
|
@@ -3149,6 +3161,7 @@ http_interactions:
|
|
3149
3161
|
"MobilePhoneStore": {"@id": "schema:MobilePhoneStore"},
|
3150
3162
|
"Monday": {"@id": "schema:Monday"},
|
3151
3163
|
"MonetaryAmount": {"@id": "schema:MonetaryAmount"},
|
3164
|
+
"MonetaryAmountDistribution": {"@id": "schema:MonetaryAmountDistribution"},
|
3152
3165
|
"MoneyTransfer": {"@id": "schema:MoneyTransfer"},
|
3153
3166
|
"MortgageLoan": {"@id": "schema:MortgageLoan"},
|
3154
3167
|
"Mosque": {"@id": "schema:Mosque"},
|
@@ -3210,6 +3223,7 @@ http_interactions:
|
|
3210
3223
|
"Observational": {"@id": "schema:Observational"},
|
3211
3224
|
"Obstetric": {"@id": "schema:Obstetric"},
|
3212
3225
|
"Obstetric": {"@id": "schema:Obstetric"},
|
3226
|
+
"Occupation": {"@id": "schema:Occupation"},
|
3213
3227
|
"OccupationalActivity": {"@id": "schema:OccupationalActivity"},
|
3214
3228
|
"OccupationalTherapy": {"@id": "schema:OccupationalTherapy"},
|
3215
3229
|
"OccupationalTherapy": {"@id": "schema:OccupationalTherapy"},
|
@@ -3334,7 +3348,6 @@ http_interactions:
|
|
3334
3348
|
"PrimaryCare": {"@id": "schema:PrimaryCare"},
|
3335
3349
|
"Prion": {"@id": "schema:Prion"},
|
3336
3350
|
"Product": {"@id": "schema:Product"},
|
3337
|
-
"ProductModel": {"@id": "schema:ProductModel"},
|
3338
3351
|
"ProfessionalService": {"@id": "schema:ProfessionalService"},
|
3339
3352
|
"ProfilePage": {"@id": "schema:ProfilePage"},
|
3340
3353
|
"ProgramMembership": {"@id": "schema:ProgramMembership"},
|
@@ -3357,6 +3370,7 @@ http_interactions:
|
|
3357
3370
|
"QAPage": {"@id": "schema:QAPage"},
|
3358
3371
|
"QualitativeValue": {"@id": "schema:QualitativeValue"},
|
3359
3372
|
"QuantitativeValue": {"@id": "schema:QuantitativeValue"},
|
3373
|
+
"QuantitativeValueDistribution": {"@id": "schema:QuantitativeValueDistribution"},
|
3360
3374
|
"Quantity": {"@id": "schema:Quantity"},
|
3361
3375
|
"Question": {"@id": "schema:Question"},
|
3362
3376
|
"Quotation": {"@id": "schema:Quotation"},
|
@@ -3469,7 +3483,6 @@ http_interactions:
|
|
3469
3483
|
"SoftwareApplication": {"@id": "schema:SoftwareApplication"},
|
3470
3484
|
"SoftwareSourceCode": {"@id": "schema:SoftwareSourceCode"},
|
3471
3485
|
"SoldOut": {"@id": "schema:SoldOut"},
|
3472
|
-
"SomeProducts": {"@id": "schema:SomeProducts"},
|
3473
3486
|
"SoundtrackAlbum": {"@id": "schema:SoundtrackAlbum"},
|
3474
3487
|
"SpeakableSpecification": {"@id": "schema:SpeakableSpecification"},
|
3475
3488
|
"Specialty": {"@id": "schema:Specialty"},
|
@@ -4114,6 +4127,7 @@ http_interactions:
|
|
4114
4127
|
"hasMenu": { "@id": "schema:hasMenu", "@type": "@id"},
|
4115
4128
|
"hasMenuItem": { "@id": "schema:hasMenuItem"},
|
4116
4129
|
"hasMenuSection": { "@id": "schema:hasMenuSection"},
|
4130
|
+
"hasOccupation": { "@id": "schema:hasOccupation"},
|
4117
4131
|
"hasOfferCatalog": { "@id": "schema:hasOfferCatalog"},
|
4118
4132
|
"hasPOS": { "@id": "schema:hasPOS"},
|
4119
4133
|
"hasPart": { "@id": "schema:hasPart"},
|
@@ -4233,20 +4247,17 @@ http_interactions:
|
|
4233
4247
|
"learningResourceType": { "@id": "schema:learningResourceType"},
|
4234
4248
|
"legalName": { "@id": "schema:legalName"},
|
4235
4249
|
"legalStatus": { "@id": "schema:legalStatus"},
|
4236
|
-
"legislationAppliedBy": { "@id": "schema:legislationAppliedBy"},
|
4237
4250
|
"legislationApplies": { "@id": "schema:legislationApplies"},
|
4238
|
-
"legislationChangedBy": { "@id": "schema:legislationChangedBy"},
|
4239
4251
|
"legislationChanges": { "@id": "schema:legislationChanges"},
|
4240
|
-
"legislationConsolidatedBy": { "@id": "schema:legislationConsolidatedBy"},
|
4241
4252
|
"legislationConsolidates": { "@id": "schema:legislationConsolidates"},
|
4242
4253
|
"legislationDate": { "@id": "schema:legislationDate", "@type": "Date"},
|
4243
4254
|
"legislationDateVersion": { "@id": "schema:legislationDateVersion", "@type": "Date"},
|
4244
4255
|
"legislationIdentifier": { "@id": "schema:legislationIdentifier"},
|
4256
|
+
"legislationJurisdiction": { "@id": "schema:legislationJurisdiction"},
|
4245
4257
|
"legislationLegalForce": { "@id": "schema:legislationLegalForce"},
|
4246
4258
|
"legislationLegalValue": { "@id": "schema:legislationLegalValue"},
|
4247
4259
|
"legislationPassedBy": { "@id": "schema:legislationPassedBy"},
|
4248
4260
|
"legislationResponsible": { "@id": "schema:legislationResponsible"},
|
4249
|
-
"legislationTransposedBy": { "@id": "schema:legislationTransposedBy"},
|
4250
4261
|
"legislationTransposes": { "@id": "schema:legislationTransposes"},
|
4251
4262
|
"legislationType": { "@id": "schema:legislationType"},
|
4252
4263
|
"leiCode": { "@id": "schema:leiCode"},
|
@@ -4291,6 +4302,7 @@ http_interactions:
|
|
4291
4302
|
"mealService": { "@id": "schema:mealService"},
|
4292
4303
|
"measurementTechnique": { "@id": "schema:measurementTechnique", "@type": "@id"},
|
4293
4304
|
"mechanismOfAction": { "@id": "schema:mechanismOfAction"},
|
4305
|
+
"median": { "@id": "schema:median"},
|
4294
4306
|
"medicalSpecialty": { "@id": "schema:medicalSpecialty"},
|
4295
4307
|
"medicineSystem": { "@id": "schema:medicineSystem"},
|
4296
4308
|
"meetsEmissionStandard": { "@id": "schema:meetsEmissionStandard", "@type": "@id"},
|
@@ -4355,6 +4367,7 @@ http_interactions:
|
|
4355
4367
|
"nutrition": { "@id": "schema:nutrition"},
|
4356
4368
|
"object": { "@id": "schema:object"},
|
4357
4369
|
"occupancy": { "@id": "schema:occupancy"},
|
4370
|
+
"occupationLocation": { "@id": "schema:occupationLocation"},
|
4358
4371
|
"occupationalCategory": { "@id": "schema:occupationalCategory"},
|
4359
4372
|
"offerCount": { "@id": "schema:offerCount"},
|
4360
4373
|
"offeredBy": { "@id": "schema:offeredBy"},
|
@@ -4413,6 +4426,10 @@ http_interactions:
|
|
4413
4426
|
"paymentStatus": { "@id": "schema:paymentStatus"},
|
4414
4427
|
"paymentUrl": { "@id": "schema:paymentUrl", "@type": "@id"},
|
4415
4428
|
"penciler": { "@id": "schema:penciler"},
|
4429
|
+
"percentile10": { "@id": "schema:percentile10"},
|
4430
|
+
"percentile25": { "@id": "schema:percentile25"},
|
4431
|
+
"percentile75": { "@id": "schema:percentile75"},
|
4432
|
+
"percentile90": { "@id": "schema:percentile90"},
|
4416
4433
|
"performTime": { "@id": "schema:performTime"},
|
4417
4434
|
"performer": { "@id": "schema:performer"},
|
4418
4435
|
"performerIn": { "@id": "schema:performerIn"},
|
@@ -4536,6 +4553,7 @@ http_interactions:
|
|
4536
4553
|
"releaseNotes": { "@id": "schema:releaseNotes", "@type": "@id"},
|
4537
4554
|
"releaseOf": { "@id": "schema:releaseOf"},
|
4538
4555
|
"releasedEvent": { "@id": "schema:releasedEvent"},
|
4556
|
+
"relevantOccupation": { "@id": "schema:relevantOccupation"},
|
4539
4557
|
"relevantSpecialty": { "@id": "schema:relevantSpecialty"},
|
4540
4558
|
"remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity"},
|
4541
4559
|
"renegotiableLoan": { "@id": "schema:renegotiableLoan"},
|
@@ -4564,6 +4582,7 @@ http_interactions:
|
|
4564
4582
|
"resultComment": { "@id": "schema:resultComment"},
|
4565
4583
|
"resultReview": { "@id": "schema:resultReview"},
|
4566
4584
|
"review": { "@id": "schema:review"},
|
4585
|
+
"reviewAspect": { "@id": "schema:reviewAspect"},
|
4567
4586
|
"reviewBody": { "@id": "schema:reviewBody"},
|
4568
4587
|
"reviewCount": { "@id": "schema:reviewCount"},
|
4569
4588
|
"reviewRating": { "@id": "schema:reviewRating"},
|
@@ -4657,6 +4676,7 @@ http_interactions:
|
|
4657
4676
|
"startTime": { "@id": "schema:startTime", "@type": "DateTime"},
|
4658
4677
|
"status": { "@id": "schema:status"},
|
4659
4678
|
"steeringPosition": { "@id": "schema:steeringPosition"},
|
4679
|
+
"step": { "@id": "schema:step"},
|
4660
4680
|
"stepValue": { "@id": "schema:stepValue"},
|
4661
4681
|
"steps": { "@id": "schema:steps"},
|
4662
4682
|
"storageRequirements": { "@id": "schema:storageRequirements", "@type": "@id"},
|
@@ -4676,6 +4696,7 @@ http_interactions:
|
|
4676
4696
|
"subStageSuffix": { "@id": "schema:subStageSuffix"},
|
4677
4697
|
"subStructure": { "@id": "schema:subStructure"},
|
4678
4698
|
"subTest": { "@id": "schema:subTest"},
|
4699
|
+
"subjectOf": { "@id": "schema:subjectOf"},
|
4679
4700
|
"subtitleLanguage": { "@id": "schema:subtitleLanguage"},
|
4680
4701
|
"subtype": { "@id": "schema:subtype"},
|
4681
4702
|
"successorOf": { "@id": "schema:successorOf"},
|
@@ -4817,5 +4838,5 @@ http_interactions:
|
|
4817
4838
|
}
|
4818
4839
|
}
|
4819
4840
|
http_version:
|
4820
|
-
recorded_at:
|
4841
|
+
recorded_at: Mon, 23 Oct 2017 18:12:33 GMT
|
4821
4842
|
recorded_with: VCR 3.0.3
|