bolognese 0.9.43 → 0.9.44
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -5
- data/lib/bolognese/doi_utils.rb +5 -5
- data/lib/bolognese/utils.rb +1 -1
- data/lib/bolognese/version.rb +1 -1
- data/spec/author_utils_spec.rb +1 -1
- data/spec/cli_spec.rb +1 -1
- data/spec/doi_utils_spec.rb +9 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/default.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/to_bibtex.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/to_crossref.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/to_datacite.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_file/crossref/to_schema_org.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/default.yml +11 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_bibtex.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_citation.yml +13 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_crossref.yml +12 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_datacite.yml +13 -11
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_schema_org.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/default.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_bibtex.yml +11 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_citation.yml +15 -19
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite.yml +12 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite_json.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_schema_org.yml +11 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/default.yml +18 -18
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_bibtex.yml +17 -17
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_datacite.yml +18 -18
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_schema_org.yml +18 -18
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/author.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/no_author.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/single_author.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/with_organization.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_datacite_metadata/change_doi.yml +10 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_datacite_metadata/change_title.yml +10 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/validates_against_schema.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/with_data_citation.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/doi.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/not_a_doi.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/sandbox_url.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/url.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/crossref.yml +14 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/datacite.yml +14 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/medra.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_a_valid_prefix.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_found.yml +11 -11
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/doi.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/doi_with_protocol.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/dx_doi_org_url.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/force_test_resolver.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/https_url.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/test_resolver.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/test_resolver_http.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref.yml +19 -23
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref_doi_not_url.yml +19 -21
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite.yml +19 -21
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite_doi_http.yml +17 -17
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/github.yml +12 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/orcid.yml +12 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/schema_org.yml +13 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/unknown_DOI_registration_agency.yml +18 -22
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/bibtex.yml +15 -11
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/citeproc.yml +11 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/codemeta.yml +12 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crosscite.yml +14 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crossref.yml +14 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite.yml +12 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite_json.yml +11 -11
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/ris.yml +12 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/schema_org.yml +11 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_string/crosscite.yml +13 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/from_schema_org/with_id.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/maremma.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/no_codemeta_json.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/not_found_error.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_ORCID_ID.yml +11 -11
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_SICI_DOI.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_data_citation.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/dataset.yml +13 -11
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/date_in_future.yml +13 -11
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/not_found_error.yml +9 -11
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/posted_content.yml +11 -11
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_raw/journal_article.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/BlogPosting.yml +14 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_test_system.yml +14 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_not_found.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Dataset.yml +11 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding_schema_version_4.yml +14 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_only_full_name.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_scheme.yml +12 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_wrong_orcid_scheme.yml +12 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/date.yml +14 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/empty_subject.yml +13 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/funding_schema_version_3.yml +15 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/is_identical_to.yml +13 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/keywords_with_attributes.yml +12 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_author_names_in_one_creatorName.yml +14 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_licenses.yml +14 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/date.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year-month.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/date.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year-month.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_ORCID.yml +11 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_jacow_org_scheme.yml +12 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_multiple_name_identifier.yml +11 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_name_identifiers/has_no_ORCID.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_familyName.yml +12 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_multiple_names_in_display-order.yml +9 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_Thai.yml +11 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order.yml +10 -14
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order_with_ORCID.yml +11 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_sort-order.yml +12 -16
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/hyper-authorship.yml +12 -12
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/is_organization.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_author_names_in_one_field.yml +11 -15
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_name_identifier.yml +8 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_affiliation.yml +9 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_role.yml +8 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting.yml +17 -17
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting_with_new_DOI.yml +19 -19
- 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 +7 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/unknown_DOI_prefix.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_alternate_identifiers/insert.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_contributors/none.yml +5 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_creators/insert.yml +5 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_dates/insert.yml +5 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_descriptions/insert.yml +6 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_identifier/doi.yml +8 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_person/creator_only_name.yml +5 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publication_year/insert.yml +6 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publisher/insert.yml +7 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/insert.yml +6 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/related_identifier.yml +5 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_resource_type/insert.yml +6 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_rights_list/insert.yml +5 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_subjects/insert.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_titles/insert.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_version/insert.yml +6 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_comma.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_family_name.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_id.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_known_given_name.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_no_info.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_type_organization.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/missing_comma.yml +11 -11
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/nil.yml +11 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/overlapping_keys.yml +11 -13
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/valid.yml +11 -11
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/SICI_doi.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_force_datacite_sandbox.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_datacite_sandbox.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_url_without_doi_proxy.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_too_long.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_with_string.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_with_protocol.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/dx_doi_org_url.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/https_url.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/not_valid_doi_prefix.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/url_with_one_slash.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi_as_url.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/ftp.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/invalid_url.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/string.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url_with_utf-8.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/doi.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/url.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/uri.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/with_trailing_slash.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array_of_strings.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/first.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/hash.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/nil.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/string.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_only_keep_specific_tags.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_remove_a_tags.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/to_schema_org/with_id.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_https.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_id.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_with_spaces.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_wrong_id.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_www.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_https.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_trailing_slash.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_www.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi_as_url.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi_with_protocol.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/only_prefix.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/DOI.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/ISSN.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/URL.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/string.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/BlogPosting.yml +5 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/Dataset.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/from_schema_org.yml +17 -17
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/maremma.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/text.yml +6 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_data_citation.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_pages.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Dataset.yml +8 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Journal_article.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Journal_article_vancouver_style.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting.yml +5 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting_schema_org.yml +17 -17
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/Dataset.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/container_title.yml +6 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/journal_article.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/maremma.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/multiple_abstracts.yml +6 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/software.yml +6 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/with_pages.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite.yml +6 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/datacite_database_attributes.yml +6 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/maremma.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_ORCID_ID.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation_schema_org.yml +17 -17
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crossref/from_DataCite.yml +6 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crossref/journal_article.yml +2 -2
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/maremma.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_ORCID_ID.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation_schema_org.yml +17 -17
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Dataset_in_schema_4_0.yml +5 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Text_pass-thru.yml +6 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/maremma.yml +8 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_ORCID_ID.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation_schema_org.yml +18 -18
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_editor.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting_schema_org.yml +18 -18
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/Dataset.yml +6 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/alternate_name.yml +6 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/journal_article.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/maremma.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/with_pages.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding_OpenAIRE.yml +6 -8
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_IsSupplementTo.yml +6 -6
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_isReferencedBy.yml +5 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/journal_article.yml +4 -4
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/maremma_schema_org_JSON.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting.yml +198 -32
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting_Citeproc_JSON.yml +192 -26
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting_DataCite_JSON.yml +192 -26
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Crossref_DOI.yml +192 -26
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/DataONE.yml +192 -26
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Dataset.yml +198 -34
- data/spec/readers/datacite_reader_spec.rb +2 -2
- data/spec/readers/schema_org_reader_spec.rb +1 -1
- data/spec/writers/bibtex_writer_spec.rb +2 -2
- data/spec/writers/citeproc_writer_spec.rb +2 -2
- data/spec/writers/ris_writer_spec.rb +1 -1
- metadata +2 -2
@@ -35,39 +35,39 @@ http_interactions:
|
|
35
35
|
X-Geo-Block-List:
|
36
36
|
- ''
|
37
37
|
X-Github-Request-Id:
|
38
|
-
-
|
38
|
+
- C262:22E36:1ED50D:20C759:599D3673
|
39
39
|
Content-Length:
|
40
40
|
- '1260'
|
41
41
|
Accept-Ranges:
|
42
42
|
- bytes
|
43
43
|
Date:
|
44
|
-
-
|
44
|
+
- Wed, 23 Aug 2017 08:04:02 GMT
|
45
45
|
Via:
|
46
46
|
- 1.1 varnish
|
47
47
|
Connection:
|
48
48
|
- keep-alive
|
49
49
|
X-Served-By:
|
50
|
-
- cache-
|
50
|
+
- cache-hhn1537-HHN
|
51
51
|
X-Cache:
|
52
|
-
-
|
52
|
+
- HIT
|
53
53
|
X-Cache-Hits:
|
54
|
-
- '
|
54
|
+
- '1'
|
55
55
|
X-Timer:
|
56
|
-
-
|
56
|
+
- S1503475443.947683,VS0,VE1
|
57
57
|
Vary:
|
58
58
|
- Authorization,Accept-Encoding
|
59
59
|
Access-Control-Allow-Origin:
|
60
60
|
- "*"
|
61
61
|
X-Fastly-Request-Id:
|
62
|
-
-
|
62
|
+
- 777a408c2863a699b461ca7630e78144558081a3
|
63
63
|
Expires:
|
64
|
-
-
|
64
|
+
- Wed, 23 Aug 2017 08:09:02 GMT
|
65
65
|
Source-Age:
|
66
|
-
- '
|
66
|
+
- '127'
|
67
67
|
body:
|
68
68
|
encoding: ASCII-8BIT
|
69
69
|
string: !binary |-
|
70
70
|
ewoJIkBjb250ZXh0IjogImh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9jb2RlbWV0YS9jb2RlbWV0YS9tYXN0ZXIvY29kZW1ldGEuanNvbmxkIiwKCSJAdHlwZSI6ICJTb2Z0d2FyZVNvdXJjZUNvZGUiLAoJIkBpZCI6ICJodHRwczovL2RvaS5vcmcvMTAuNTQzOC9RRUcwLTNHTTMiLAoJImFnZW50cyI6IHsKCQkiQGlkIjogImh0dHA6Ly9vcmNpZC5vcmcvMDAwMC0wMDAzLTAwNzctNDczOCIsCgkJIkB0eXBlIjogInBlcnNvbiIsCgkJIm5hbWUiOiAiTWFydGluIEZlbm5lciIsCgkJImFmZmlsaWF0aW9uIjogIkRhdGFDaXRlIiwKCQkibXVzdEJlQ2l0ZWQiOiB0cnVlLAoJCSJpc01haW50YWluZXIiOiB0cnVlLAoJCSJpc1JpZ2h0c0hvbGRlciI6IHRydWUKCX0sCgkiaWRlbnRpZmllciI6ICJodHRwczovL2RvaS5vcmcvMTAuNTQzOC9RRUcwLTNHTTMiLAoJImNvZGVSZXBvc2l0b3J5IjogImh0dHBzOi8vZ2l0aHViLmNvbS9kYXRhY2l0ZS9tYXJlbW1hIiwKCSJjb250cm9sbGVkVGVtIjogInNvZnR3YXJlIiwKCSJkYXRlQ3JlYXRlZCI6ICIyMDE1LTExLTI4IiwKCSJkYXRlUHVibGlzaGVkIjogIjIwMTctMDItMjQiLAoJImRhdGVNb2RpZmllZCI6ICIyMDE3LTAyLTI0IiwKCSJkZXNjcmlwdGlvbiI6ICJSdWJ5IHV0aWxpdHkgbGlicmFyeSBmb3IgbmV0d29yayByZXF1ZXN0cy4gQmFzZWQgb24gRmFyYWRheSBhbmQgRXhjb24sIHByb3ZpZGVzIGEgd3JhcHBlciBmb3IgWE1ML0pTT04gcGFyc2luZyBhbmQgZXJyb3IgaGFuZGxpbmcuIEFsbCBzdWNjZXNzZnVsIHJlc3BvbnNlcyBhcmUgcmV0dXJuZWQgYXMgaGFzaCB3aXRoIGtleSBkYXRhLCBhbGwgZXJyb3JzIGluIGEgSlNPTkFQSS1mcmllbmRseSBoYXNoIHdpdGgga2V5IGVycm9ycy4iLAoJImlzQXV0b21hdGVkQnVpbGQiOiB0cnVlLAoJImxpY2Vuc2VJZCI6ICJNSVQiLAoJInB1Ymxpc2hlciI6ICJEYXRhQ2l0ZSIsCgkidGFncyI6IFsKCQkiZmFyYWRheSIsCgkJImV4Y29uIiwKCQkibmV0L2h0dHAiCgldLAoJInRpdGxlIjogIk1hcmVtbWE6IGEgUnVieSBsaWJyYXJ5IGZvciBzaW1wbGlmaWVkIG5ldHdvcmsgY2FsbHMiLAoJInByb2dyYW1taW5nTGFuZ3VhZ2UiOiB7CgkJIm5hbWUiOiAiUnVieSIsCgkJInZlcnNpb24iOiAi4omlIDIuMy4zIiwKCQkiVVJMIjogImh0dHBzOi8vd3d3LnJ1YnktbGFuZy5vcmciCgl9LAoJInJlYWRtZSI6ICJodHRwczovL2dpdGh1Yi5jb20vZGF0YWNpdGUvbWFyZW1tYS9ibG9iL21hc3Rlci9SRUFETUUubWQiCn0K
|
71
71
|
http_version:
|
72
|
-
recorded_at:
|
72
|
+
recorded_at: Wed, 23 Aug 2017 08:04:02 GMT
|
73
73
|
recorded_with: VCR 3.0.3
|
data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/BlogPosting.yml
CHANGED
@@ -23,18 +23,18 @@ http_interactions:
|
|
23
23
|
Content-Type:
|
24
24
|
- application/json;charset=UTF-8
|
25
25
|
Date:
|
26
|
-
-
|
26
|
+
- Wed, 23 Aug 2017 08:03:09 GMT
|
27
27
|
Server:
|
28
28
|
- openresty/1.11.2.2
|
29
29
|
Connection:
|
30
30
|
- keep-alive
|
31
31
|
body:
|
32
32
|
encoding: UTF-8
|
33
|
-
string: '{"responseHeader":{"status":0,"QTime":
|
33
|
+
string: '{"responseHeader":{"status":0,"QTime":0},"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
34
|
|
35
35
|
'
|
36
36
|
http_version:
|
37
|
-
recorded_at:
|
37
|
+
recorded_at: Wed, 23 Aug 2017 08:03:09 GMT
|
38
38
|
- request:
|
39
39
|
method: head
|
40
40
|
uri: https://doi.org/10.5438/4k3m-nyvg
|
@@ -58,18 +58,18 @@ http_interactions:
|
|
58
58
|
Location:
|
59
59
|
- https://blog.datacite.org/eating-your-own-dog-food/
|
60
60
|
Expires:
|
61
|
-
-
|
61
|
+
- Wed, 23 Aug 2017 08:12:45 GMT
|
62
62
|
Content-Type:
|
63
63
|
- text/html;charset=utf-8
|
64
64
|
Content-Length:
|
65
65
|
- '187'
|
66
66
|
Date:
|
67
|
-
-
|
67
|
+
- Wed, 23 Aug 2017 08:03:09 GMT
|
68
68
|
body:
|
69
69
|
encoding: UTF-8
|
70
70
|
string: ''
|
71
71
|
http_version:
|
72
|
-
recorded_at:
|
72
|
+
recorded_at: Wed, 23 Aug 2017 08:03:09 GMT
|
73
73
|
- request:
|
74
74
|
method: get
|
75
75
|
uri: http://schema.org/
|
@@ -99,11 +99,11 @@ http_interactions:
|
|
99
99
|
Vary:
|
100
100
|
- Accept, Accept-Encoding
|
101
101
|
Set-Cookie:
|
102
|
-
- GOOGAPPUID=3-
|
102
|
+
- GOOGAPPUID=3-3b; Path=/
|
103
103
|
X-Cloud-Trace-Context:
|
104
|
-
-
|
104
|
+
- 22925c3d47ca87b57e535b9a0ecb8e2b
|
105
105
|
Date:
|
106
|
-
-
|
106
|
+
- Wed, 23 Aug 2017 08:03:09 GMT
|
107
107
|
Server:
|
108
108
|
- Google Frontend
|
109
109
|
Content-Length:
|
@@ -112,7 +112,7 @@ http_interactions:
|
|
112
112
|
encoding: UTF-8
|
113
113
|
string: ''
|
114
114
|
http_version:
|
115
|
-
recorded_at:
|
115
|
+
recorded_at: Wed, 23 Aug 2017 08:03:10 GMT
|
116
116
|
- request:
|
117
117
|
method: get
|
118
118
|
uri: http://schema.org/docs/jsonldcontext.json
|
@@ -140,21 +140,21 @@ http_interactions:
|
|
140
140
|
Content-Type:
|
141
141
|
- application/ld+json; charset=utf-8
|
142
142
|
Etag:
|
143
|
-
-
|
143
|
+
- 24751170823075941a2048647386json
|
144
144
|
Last-Modified:
|
145
|
-
-
|
145
|
+
- Wed, 23 Aug 2017 07:59:41 UTC
|
146
146
|
Set-Cookie:
|
147
|
-
- GOOGAPPUID=3-
|
147
|
+
- GOOGAPPUID=3-3b; Path=/
|
148
148
|
X-Cloud-Trace-Context:
|
149
|
-
-
|
149
|
+
- 2e24d8be23ed7fe0718268eb2940d20d
|
150
150
|
Date:
|
151
|
-
-
|
151
|
+
- Wed, 23 Aug 2017 08:03:10 GMT
|
152
152
|
Server:
|
153
153
|
- Google Frontend
|
154
154
|
Content-Length:
|
155
|
-
- '
|
155
|
+
- '133672'
|
156
156
|
Expires:
|
157
|
-
-
|
157
|
+
- Wed, 23 Aug 2017 08:03:10 GMT
|
158
158
|
body:
|
159
159
|
encoding: UTF-8
|
160
160
|
string: |
|
@@ -223,6 +223,7 @@ http_interactions:
|
|
223
223
|
"AddAction": {"@id": "schema:AddAction"},
|
224
224
|
"AdministrativeArea": {"@id": "schema:AdministrativeArea"},
|
225
225
|
"AdultEntertainment": {"@id": "schema:AdultEntertainment"},
|
226
|
+
"AdvertiserContentArticle": {"@id": "schema:AdvertiserContentArticle"},
|
226
227
|
"AerobicActivity": {"@id": "schema:AerobicActivity"},
|
227
228
|
"AggregateOffer": {"@id": "schema:AggregateOffer"},
|
228
229
|
"AggregateRating": {"@id": "schema:AggregateRating"},
|
@@ -235,6 +236,7 @@ http_interactions:
|
|
235
236
|
"AllocateAction": {"@id": "schema:AllocateAction"},
|
236
237
|
"AmusementPark": {"@id": "schema:AmusementPark"},
|
237
238
|
"AnaerobicActivity": {"@id": "schema:AnaerobicActivity"},
|
239
|
+
"AnalysisNewsArticle": {"@id": "schema:AnalysisNewsArticle"},
|
238
240
|
"AnatomicalStructure": {"@id": "schema:AnatomicalStructure"},
|
239
241
|
"AnatomicalSystem": {"@id": "schema:AnatomicalSystem"},
|
240
242
|
"Anesthesia": {"@id": "schema:Anesthesia"},
|
@@ -260,6 +262,7 @@ http_interactions:
|
|
260
262
|
"AudioObject": {"@id": "schema:AudioObject"},
|
261
263
|
"Audiobook": {"@id": "schema:Audiobook"},
|
262
264
|
"AudiobookFormat": {"@id": "schema:AudiobookFormat"},
|
265
|
+
"AuthoritativeLegalValue": {"@id": "schema:AuthoritativeLegalValue"},
|
263
266
|
"AuthorizeAction": {"@id": "schema:AuthorizeAction"},
|
264
267
|
"AutoBodyShop": {"@id": "schema:AutoBodyShop"},
|
265
268
|
"AutoDealer": {"@id": "schema:AutoDealer"},
|
@@ -270,6 +273,7 @@ http_interactions:
|
|
270
273
|
"AutomatedTeller": {"@id": "schema:AutomatedTeller"},
|
271
274
|
"AutomotiveBusiness": {"@id": "schema:AutomotiveBusiness"},
|
272
275
|
"Ayurvedic": {"@id": "schema:Ayurvedic"},
|
276
|
+
"BackgroundNewsArticle": {"@id": "schema:BackgroundNewsArticle"},
|
273
277
|
"Bacteria": {"@id": "schema:Bacteria"},
|
274
278
|
"Bakery": {"@id": "schema:Bakery"},
|
275
279
|
"Balance": {"@id": "schema:Balance"},
|
@@ -405,7 +409,9 @@ http_interactions:
|
|
405
409
|
"CreativeWorkSeries": {"@id": "schema:CreativeWorkSeries"},
|
406
410
|
"CreditCard": {"@id": "schema:CreditCard"},
|
407
411
|
"Crematorium": {"@id": "schema:Crematorium"},
|
412
|
+
"CriticReview": {"@id": "schema:CriticReview"},
|
408
413
|
"CrossSectional": {"@id": "schema:CrossSectional"},
|
414
|
+
"CssSelectorType": {"@id": "schema:CssSelectorType"},
|
409
415
|
"CurrencyConversionService": {"@id": "schema:CurrencyConversionService"},
|
410
416
|
"DDxElement": {"@id": "schema:DDxElement"},
|
411
417
|
"DJMixAlbum": {"@id": "schema:DJMixAlbum"},
|
@@ -426,6 +432,7 @@ http_interactions:
|
|
426
432
|
"DaySpa": {"@id": "schema:DaySpa"},
|
427
433
|
"DeactivateAction": {"@id": "schema:DeactivateAction"},
|
428
434
|
"DefenceEstablishment": {"@id": "schema:DefenceEstablishment"},
|
435
|
+
"Definitive": {"@id": "schema:Definitive"},
|
429
436
|
"DeleteAction": {"@id": "schema:DeleteAction"},
|
430
437
|
"DeliveryChargeSpecification": {"@id": "schema:DeliveryChargeSpecification"},
|
431
438
|
"DeliveryEvent": {"@id": "schema:DeliveryEvent"},
|
@@ -494,6 +501,7 @@ http_interactions:
|
|
494
501
|
"Emergency": {"@id": "schema:Emergency"},
|
495
502
|
"EmergencyService": {"@id": "schema:EmergencyService"},
|
496
503
|
"EmployeeRole": {"@id": "schema:EmployeeRole"},
|
504
|
+
"EmployerReview": {"@id": "schema:EmployerReview"},
|
497
505
|
"EmploymentAgency": {"@id": "schema:EmploymentAgency"},
|
498
506
|
"Endocrine": {"@id": "schema:Endocrine"},
|
499
507
|
"EndorseAction": {"@id": "schema:EndorseAction"},
|
@@ -612,11 +620,20 @@ http_interactions:
|
|
612
620
|
"HotelRoom": {"@id": "schema:HotelRoom"},
|
613
621
|
"House": {"@id": "schema:House"},
|
614
622
|
"HousePainter": {"@id": "schema:HousePainter"},
|
623
|
+
"HowTo": {"@id": "schema:HowTo"},
|
624
|
+
"HowToDirection": {"@id": "schema:HowToDirection"},
|
625
|
+
"HowToItem": {"@id": "schema:HowToItem"},
|
626
|
+
"HowToSection": {"@id": "schema:HowToSection"},
|
627
|
+
"HowToStep": {"@id": "schema:HowToStep"},
|
628
|
+
"HowToSupply": {"@id": "schema:HowToSupply"},
|
629
|
+
"HowToTip": {"@id": "schema:HowToTip"},
|
630
|
+
"HowToTool": {"@id": "schema:HowToTool"},
|
615
631
|
"IceCreamShop": {"@id": "schema:IceCreamShop"},
|
616
632
|
"IgnoreAction": {"@id": "schema:IgnoreAction"},
|
617
633
|
"ImageGallery": {"@id": "schema:ImageGallery"},
|
618
634
|
"ImageObject": {"@id": "schema:ImageObject"},
|
619
635
|
"ImagingTest": {"@id": "schema:ImagingTest"},
|
636
|
+
"InForce": {"@id": "schema:InForce"},
|
620
637
|
"InStock": {"@id": "schema:InStock"},
|
621
638
|
"InStoreOnly": {"@id": "schema:InStoreOnly"},
|
622
639
|
"IndividualProduct": {"@id": "schema:IndividualProduct"},
|
@@ -657,7 +674,11 @@ http_interactions:
|
|
657
674
|
"LaserDiscFormat": {"@id": "schema:LaserDiscFormat"},
|
658
675
|
"LeaveAction": {"@id": "schema:LeaveAction"},
|
659
676
|
"LeftHandDriving": {"@id": "schema:LeftHandDriving"},
|
677
|
+
"LegalForceStatus": {"@id": "schema:LegalForceStatus"},
|
660
678
|
"LegalService": {"@id": "schema:LegalService"},
|
679
|
+
"LegalValueLevel": {"@id": "schema:LegalValueLevel"},
|
680
|
+
"Legislation": {"@id": "schema:Legislation"},
|
681
|
+
"LegislationObject": {"@id": "schema:LegislationObject"},
|
661
682
|
"LegislativeBuilding": {"@id": "schema:LegislativeBuilding"},
|
662
683
|
"LeisureTimeActivity": {"@id": "schema:LeisureTimeActivity"},
|
663
684
|
"LendAction": {"@id": "schema:LendAction"},
|
@@ -669,6 +690,7 @@ http_interactions:
|
|
669
690
|
"LimitedAvailability": {"@id": "schema:LimitedAvailability"},
|
670
691
|
"LinkRole": {"@id": "schema:LinkRole"},
|
671
692
|
"LiquorStore": {"@id": "schema:LiquorStore"},
|
693
|
+
"ListItem": {"@id": "schema:ListItem"},
|
672
694
|
"ListenAction": {"@id": "schema:ListenAction"},
|
673
695
|
"LiteraryEvent": {"@id": "schema:LiteraryEvent"},
|
674
696
|
"LiveAlbum": {"@id": "schema:LiveAlbum"},
|
@@ -795,11 +817,14 @@ http_interactions:
|
|
795
817
|
"Nerve": {"@id": "schema:Nerve"},
|
796
818
|
"Neuro": {"@id": "schema:Neuro"},
|
797
819
|
"Neurologic": {"@id": "schema:Neurologic"},
|
820
|
+
"NewCondition": {"@id": "schema:NewCondition"},
|
798
821
|
"NewsArticle": {"@id": "schema:NewsArticle"},
|
822
|
+
"NewsMediaOrganization": {"@id": "schema:NewsMediaOrganization"},
|
799
823
|
"Newspaper": {"@id": "schema:Newspaper"},
|
800
824
|
"NightClub": {"@id": "schema:NightClub"},
|
801
825
|
"NoninvasiveProcedure": {"@id": "schema:NoninvasiveProcedure"},
|
802
826
|
"Nose": {"@id": "schema:Nose"},
|
827
|
+
"NotInForce": {"@id": "schema:NotInForce"},
|
803
828
|
"NotYetRecruiting": {"@id": "schema:NotYetRecruiting"},
|
804
829
|
"Notary": {"@id": "schema:Notary"},
|
805
830
|
"NoteDigitalDocument": {"@id": "schema:NoteDigitalDocument"},
|
@@ -819,6 +844,7 @@ http_interactions:
|
|
819
844
|
"OfferCatalog": {"@id": "schema:OfferCatalog"},
|
820
845
|
"OfferItemCondition": {"@id": "schema:OfferItemCondition"},
|
821
846
|
"OfficeEquipmentStore": {"@id": "schema:OfficeEquipmentStore"},
|
847
|
+
"OfficialLegalValue": {"@id": "schema:OfficialLegalValue"},
|
822
848
|
"OfflinePermanently": {"@id": "schema:OfflinePermanently"},
|
823
849
|
"OfflineTemporarily": {"@id": "schema:OfflineTemporarily"},
|
824
850
|
"OnDemandEvent": {"@id": "schema:OnDemandEvent"},
|
@@ -830,6 +856,7 @@ http_interactions:
|
|
830
856
|
"OnlineOnly": {"@id": "schema:OnlineOnly"},
|
831
857
|
"OpenTrial": {"@id": "schema:OpenTrial"},
|
832
858
|
"OpeningHoursSpecification": {"@id": "schema:OpeningHoursSpecification"},
|
859
|
+
"OpinionNewsArticle": {"@id": "schema:OpinionNewsArticle"},
|
833
860
|
"Optician": {"@id": "schema:Optician"},
|
834
861
|
"Optometric": {"@id": "schema:Optometric"},
|
835
862
|
"Optometric": {"@id": "schema:Optometric"},
|
@@ -865,6 +892,7 @@ http_interactions:
|
|
865
892
|
"Park": {"@id": "schema:Park"},
|
866
893
|
"ParkingFacility": {"@id": "schema:ParkingFacility"},
|
867
894
|
"ParkingMap": {"@id": "schema:ParkingMap"},
|
895
|
+
"PartiallyInForce": {"@id": "schema:PartiallyInForce"},
|
868
896
|
"Pathology": {"@id": "schema:Pathology"},
|
869
897
|
"PathologyTest": {"@id": "schema:PathologyTest"},
|
870
898
|
"Patient": {"@id": "schema:Patient"},
|
@@ -947,6 +975,7 @@ http_interactions:
|
|
947
975
|
"PublicHealth": {"@id": "schema:PublicHealth"},
|
948
976
|
"PublicHolidays": {"@id": "schema:PublicHolidays"},
|
949
977
|
"PublicSwimmingPool": {"@id": "schema:PublicSwimmingPool"},
|
978
|
+
"PublicToilet": {"@id": "schema:PublicToilet"},
|
950
979
|
"PublicationEvent": {"@id": "schema:PublicationEvent"},
|
951
980
|
"PublicationIssue": {"@id": "schema:PublicationIssue"},
|
952
981
|
"PublicationVolume": {"@id": "schema:PublicationVolume"},
|
@@ -993,6 +1022,7 @@ http_interactions:
|
|
993
1022
|
"ReplaceAction": {"@id": "schema:ReplaceAction"},
|
994
1023
|
"ReplyAction": {"@id": "schema:ReplyAction"},
|
995
1024
|
"Report": {"@id": "schema:Report"},
|
1025
|
+
"ReportageNewsArticle": {"@id": "schema:ReportageNewsArticle"},
|
996
1026
|
"ReportedDoseSchedule": {"@id": "schema:ReportedDoseSchedule"},
|
997
1027
|
"Reservation": {"@id": "schema:Reservation"},
|
998
1028
|
"ReservationCancelled": {"@id": "schema:ReservationCancelled"},
|
@@ -1016,6 +1046,7 @@ http_interactions:
|
|
1016
1046
|
"ReturnAction": {"@id": "schema:ReturnAction"},
|
1017
1047
|
"Review": {"@id": "schema:Review"},
|
1018
1048
|
"ReviewAction": {"@id": "schema:ReviewAction"},
|
1049
|
+
"ReviewNewsArticle": {"@id": "schema:ReviewNewsArticle"},
|
1019
1050
|
"Rheumatologic": {"@id": "schema:Rheumatologic"},
|
1020
1051
|
"RightHandDriving": {"@id": "schema:RightHandDriving"},
|
1021
1052
|
"RiverBodyOfWater": {"@id": "schema:RiverBodyOfWater"},
|
@@ -1028,7 +1059,9 @@ http_interactions:
|
|
1028
1059
|
"RsvpResponseType": {"@id": "schema:RsvpResponseType"},
|
1029
1060
|
"RsvpResponseYes": {"@id": "schema:RsvpResponseYes"},
|
1030
1061
|
"SaleEvent": {"@id": "schema:SaleEvent"},
|
1062
|
+
"SatiricalArticle": {"@id": "schema:SatiricalArticle"},
|
1031
1063
|
"Saturday": {"@id": "schema:Saturday"},
|
1064
|
+
"Schedule": {"@id": "schema:Schedule"},
|
1032
1065
|
"ScheduleAction": {"@id": "schema:ScheduleAction"},
|
1033
1066
|
"ScholarlyArticle": {"@id": "schema:ScholarlyArticle"},
|
1034
1067
|
"School": {"@id": "schema:School"},
|
@@ -1150,6 +1183,7 @@ http_interactions:
|
|
1150
1183
|
"Ultrasound": {"@id": "schema:Ultrasound"},
|
1151
1184
|
"UnRegisterAction": {"@id": "schema:UnRegisterAction"},
|
1152
1185
|
"UnitPriceSpecification": {"@id": "schema:UnitPriceSpecification"},
|
1186
|
+
"UnofficialLegalValue": {"@id": "schema:UnofficialLegalValue"},
|
1153
1187
|
"UpdateAction": {"@id": "schema:UpdateAction"},
|
1154
1188
|
"Urologic": {"@id": "schema:Urologic"},
|
1155
1189
|
"UseAction": {"@id": "schema:UseAction"},
|
@@ -1163,6 +1197,7 @@ http_interactions:
|
|
1163
1197
|
"UserPageVisits": {"@id": "schema:UserPageVisits"},
|
1164
1198
|
"UserPlays": {"@id": "schema:UserPlays"},
|
1165
1199
|
"UserPlusOnes": {"@id": "schema:UserPlusOnes"},
|
1200
|
+
"UserReview": {"@id": "schema:UserReview"},
|
1166
1201
|
"UserTweets": {"@id": "schema:UserTweets"},
|
1167
1202
|
"VeganDiet": {"@id": "schema:VeganDiet"},
|
1168
1203
|
"VegetarianDiet": {"@id": "schema:VegetarianDiet"},
|
@@ -1209,6 +1244,7 @@ http_interactions:
|
|
1209
1244
|
"WorkersUnion": {"@id": "schema:WorkersUnion"},
|
1210
1245
|
"WriteAction": {"@id": "schema:WriteAction"},
|
1211
1246
|
"WritePermission": {"@id": "schema:WritePermission"},
|
1247
|
+
"XPathType": {"@id": "schema:XPathType"},
|
1212
1248
|
"XRay": {"@id": "schema:XRay"},
|
1213
1249
|
"ZoneBoardingPolicy": {"@id": "schema:ZoneBoardingPolicy"},
|
1214
1250
|
"Zoo": {"@id": "schema:Zoo"},
|
@@ -1238,6 +1274,7 @@ http_interactions:
|
|
1238
1274
|
"actionOption": { "@id": "schema:actionOption"},
|
1239
1275
|
"actionPlatform": { "@id": "schema:actionPlatform", "@type": "@id"},
|
1240
1276
|
"actionStatus": { "@id": "schema:actionStatus"},
|
1277
|
+
"actionableFeedbackPolicy": { "@id": "schema:actionableFeedbackPolicy", "@type": "@id"},
|
1241
1278
|
"activeIngredient": { "@id": "schema:activeIngredient"},
|
1242
1279
|
"activityDuration": { "@id": "schema:activityDuration"},
|
1243
1280
|
"activityFrequency": { "@id": "schema:activityFrequency"},
|
@@ -1258,6 +1295,7 @@ http_interactions:
|
|
1258
1295
|
"adverseOutcome": { "@id": "schema:adverseOutcome"},
|
1259
1296
|
"affectedBy": { "@id": "schema:affectedBy"},
|
1260
1297
|
"affiliation": { "@id": "schema:affiliation"},
|
1298
|
+
"afterMedia": { "@id": "schema:afterMedia"},
|
1261
1299
|
"agent": { "@id": "schema:agent"},
|
1262
1300
|
"aggregateRating": { "@id": "schema:aggregateRating"},
|
1263
1301
|
"aircraft": { "@id": "schema:aircraft"},
|
@@ -1337,7 +1375,9 @@ http_interactions:
|
|
1337
1375
|
"background": { "@id": "schema:background"},
|
1338
1376
|
"bankAccountType": { "@id": "schema:bankAccountType", "@type": "@id"},
|
1339
1377
|
"baseSalary": { "@id": "schema:baseSalary"},
|
1378
|
+
"bccRecipient": { "@id": "schema:bccRecipient"},
|
1340
1379
|
"bed": { "@id": "schema:bed"},
|
1380
|
+
"beforeMedia": { "@id": "schema:beforeMedia"},
|
1341
1381
|
"beneficiaryBank": { "@id": "schema:beneficiaryBank"},
|
1342
1382
|
"benefits": { "@id": "schema:benefits"},
|
1343
1383
|
"benefitsSummaryUrl": { "@id": "schema:benefitsSummaryUrl", "@type": "@id"},
|
@@ -1384,6 +1424,9 @@ http_interactions:
|
|
1384
1424
|
"businessFunction": { "@id": "schema:businessFunction"},
|
1385
1425
|
"buyer": { "@id": "schema:buyer"},
|
1386
1426
|
"byArtist": { "@id": "schema:byArtist"},
|
1427
|
+
"byDay": { "@id": "schema:byDay"},
|
1428
|
+
"byMonth": { "@id": "schema:byMonth"},
|
1429
|
+
"byMonthDay": { "@id": "schema:byMonthDay"},
|
1387
1430
|
"calories": { "@id": "schema:calories"},
|
1388
1431
|
"candidate": { "@id": "schema:candidate"},
|
1389
1432
|
"caption": { "@id": "schema:caption"},
|
@@ -1397,6 +1440,7 @@ http_interactions:
|
|
1397
1440
|
"category": { "@id": "schema:category"},
|
1398
1441
|
"cause": { "@id": "schema:cause"},
|
1399
1442
|
"causeOf": { "@id": "schema:causeOf"},
|
1443
|
+
"ccRecipient": { "@id": "schema:ccRecipient"},
|
1400
1444
|
"character": { "@id": "schema:character"},
|
1401
1445
|
"characterAttribute": { "@id": "schema:characterAttribute"},
|
1402
1446
|
"characterName": { "@id": "schema:characterName"},
|
@@ -1455,6 +1499,7 @@ http_interactions:
|
|
1455
1499
|
"cookingMethod": { "@id": "schema:cookingMethod"},
|
1456
1500
|
"copyrightHolder": { "@id": "schema:copyrightHolder"},
|
1457
1501
|
"copyrightYear": { "@id": "schema:copyrightYear"},
|
1502
|
+
"correctionsPolicy": { "@id": "schema:correctionsPolicy", "@type": "@id"},
|
1458
1503
|
"cost": { "@id": "schema:cost"},
|
1459
1504
|
"costCategory": { "@id": "schema:costCategory"},
|
1460
1505
|
"costCurrency": { "@id": "schema:costCurrency"},
|
@@ -1527,6 +1572,7 @@ http_interactions:
|
|
1527
1572
|
"distance": { "@id": "schema:distance"},
|
1528
1573
|
"distinguishingSign": { "@id": "schema:distinguishingSign"},
|
1529
1574
|
"distribution": { "@id": "schema:distribution"},
|
1575
|
+
"diversityPolicy": { "@id": "schema:diversityPolicy", "@type": "@id"},
|
1530
1576
|
"documentation": { "@id": "schema:documentation", "@type": "@id"},
|
1531
1577
|
"domainIncludes": { "@id": "schema:domainIncludes"},
|
1532
1578
|
"domiciledMortgage": { "@id": "schema:domiciledMortgage"},
|
@@ -1549,6 +1595,7 @@ http_interactions:
|
|
1549
1595
|
"duplicateTherapy": { "@id": "schema:duplicateTherapy"},
|
1550
1596
|
"duration": { "@id": "schema:duration"},
|
1551
1597
|
"durationOfWarranty": { "@id": "schema:durationOfWarranty"},
|
1598
|
+
"duringMedia": { "@id": "schema:duringMedia"},
|
1552
1599
|
"earlyPrepaymentPenalty": { "@id": "schema:earlyPrepaymentPenalty"},
|
1553
1600
|
"editor": { "@id": "schema:editor"},
|
1554
1601
|
"educationRequirements": { "@id": "schema:educationRequirements"},
|
@@ -1588,14 +1635,19 @@ http_interactions:
|
|
1588
1635
|
"episodes": { "@id": "schema:episodes"},
|
1589
1636
|
"equal": { "@id": "schema:equal"},
|
1590
1637
|
"error": { "@id": "schema:error"},
|
1638
|
+
"estimatedCost": { "@id": "schema:estimatedCost"},
|
1591
1639
|
"estimatedFlightDuration": { "@id": "schema:estimatedFlightDuration"},
|
1640
|
+
"estimatedSalary": { "@id": "schema:estimatedSalary"},
|
1592
1641
|
"estimatesRiskOf": { "@id": "schema:estimatesRiskOf"},
|
1642
|
+
"ethicsPolicy": { "@id": "schema:ethicsPolicy", "@type": "@id"},
|
1593
1643
|
"event": { "@id": "schema:event"},
|
1644
|
+
"eventSchedule": { "@id": "schema:eventSchedule"},
|
1594
1645
|
"eventStatus": { "@id": "schema:eventStatus"},
|
1595
1646
|
"events": { "@id": "schema:events"},
|
1596
1647
|
"evidenceLevel": { "@id": "schema:evidenceLevel"},
|
1597
1648
|
"evidenceOrigin": { "@id": "schema:evidenceOrigin"},
|
1598
1649
|
"exampleOfWork": { "@id": "schema:exampleOfWork"},
|
1650
|
+
"exceptDate": { "@id": "schema:exceptDate", "@type": "Date"},
|
1599
1651
|
"exchangeRate": { "@id": "schema:exchangeRate"},
|
1600
1652
|
"exchangeRateSpread": { "@id": "schema:exchangeRateSpread"},
|
1601
1653
|
"executableLibraryName": { "@id": "schema:executableLibraryName"},
|
@@ -1807,6 +1859,22 @@ http_interactions:
|
|
1807
1859
|
"learningResourceType": { "@id": "schema:learningResourceType"},
|
1808
1860
|
"legalName": { "@id": "schema:legalName"},
|
1809
1861
|
"legalStatus": { "@id": "schema:legalStatus"},
|
1862
|
+
"legislationAppliedBy": { "@id": "schema:legislationAppliedBy"},
|
1863
|
+
"legislationApplies": { "@id": "schema:legislationApplies"},
|
1864
|
+
"legislationChangedBy": { "@id": "schema:legislationChangedBy"},
|
1865
|
+
"legislationChanges": { "@id": "schema:legislationChanges"},
|
1866
|
+
"legislationConsolidatedBy": { "@id": "schema:legislationConsolidatedBy"},
|
1867
|
+
"legislationConsolidates": { "@id": "schema:legislationConsolidates"},
|
1868
|
+
"legislationDate": { "@id": "schema:legislationDate", "@type": "Date"},
|
1869
|
+
"legislationDateVersion": { "@id": "schema:legislationDateVersion", "@type": "Date"},
|
1870
|
+
"legislationIdentifier": { "@id": "schema:legislationIdentifier"},
|
1871
|
+
"legislationLegalForce": { "@id": "schema:legislationLegalForce"},
|
1872
|
+
"legislationLegalValue": { "@id": "schema:legislationLegalValue"},
|
1873
|
+
"legislationPassedBy": { "@id": "schema:legislationPassedBy"},
|
1874
|
+
"legislationResponsible": { "@id": "schema:legislationResponsible"},
|
1875
|
+
"legislationTransposedBy": { "@id": "schema:legislationTransposedBy"},
|
1876
|
+
"legislationTransposes": { "@id": "schema:legislationTransposes"},
|
1877
|
+
"legislationType": { "@id": "schema:legislationType"},
|
1810
1878
|
"leiCode": { "@id": "schema:leiCode"},
|
1811
1879
|
"lender": { "@id": "schema:lender"},
|
1812
1880
|
"lesser": { "@id": "schema:lesser"},
|
@@ -1840,6 +1908,7 @@ http_interactions:
|
|
1840
1908
|
"map": { "@id": "schema:map", "@type": "@id"},
|
1841
1909
|
"mapType": { "@id": "schema:mapType"},
|
1842
1910
|
"maps": { "@id": "schema:maps", "@type": "@id"},
|
1911
|
+
"masthead": { "@id": "schema:masthead", "@type": "@id"},
|
1843
1912
|
"material": { "@id": "schema:material", "@type": "@id"},
|
1844
1913
|
"maxPrice": { "@id": "schema:maxPrice"},
|
1845
1914
|
"maxValue": { "@id": "schema:maxValue"},
|
@@ -1865,6 +1934,7 @@ http_interactions:
|
|
1865
1934
|
"minPrice": { "@id": "schema:minPrice"},
|
1866
1935
|
"minValue": { "@id": "schema:minValue"},
|
1867
1936
|
"minimumPaymentDue": { "@id": "schema:minimumPaymentDue"},
|
1937
|
+
"missionCoveragePrioritiesPolicy": { "@id": "schema:missionCoveragePrioritiesPolicy", "@type": "@id"},
|
1868
1938
|
"model": { "@id": "schema:model"},
|
1869
1939
|
"modelDate": { "@id": "schema:modelDate", "@type": "Date"},
|
1870
1940
|
"modifiedTime": { "@id": "schema:modifiedTime", "@type": "DateTime"},
|
@@ -1969,6 +2039,7 @@ http_interactions:
|
|
1969
2039
|
"paymentStatus": { "@id": "schema:paymentStatus"},
|
1970
2040
|
"paymentUrl": { "@id": "schema:paymentUrl", "@type": "@id"},
|
1971
2041
|
"penciler": { "@id": "schema:penciler"},
|
2042
|
+
"performTime": { "@id": "schema:performTime"},
|
1972
2043
|
"performer": { "@id": "schema:performer"},
|
1973
2044
|
"performerIn": { "@id": "schema:performerIn"},
|
1974
2045
|
"performers": { "@id": "schema:performers"},
|
@@ -2040,6 +2111,7 @@ http_interactions:
|
|
2040
2111
|
"providerMobility": { "@id": "schema:providerMobility"},
|
2041
2112
|
"providesBroadcastService": { "@id": "schema:providesBroadcastService"},
|
2042
2113
|
"providesService": { "@id": "schema:providesService"},
|
2114
|
+
"publicAccess": { "@id": "schema:publicAccess"},
|
2043
2115
|
"publication": { "@id": "schema:publication"},
|
2044
2116
|
"publicationType": { "@id": "schema:publicationType"},
|
2045
2117
|
"publishedBy": { "@id": "schema:publishedBy"},
|
@@ -2093,6 +2165,8 @@ http_interactions:
|
|
2093
2165
|
"relevantSpecialty": { "@id": "schema:relevantSpecialty"},
|
2094
2166
|
"remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity"},
|
2095
2167
|
"renegotiableLoan": { "@id": "schema:renegotiableLoan"},
|
2168
|
+
"repeatCount": { "@id": "schema:repeatCount"},
|
2169
|
+
"repeatFrequency": { "@id": "schema:repeatFrequency"},
|
2096
2170
|
"repetitions": { "@id": "schema:repetitions"},
|
2097
2171
|
"replacee": { "@id": "schema:replacee"},
|
2098
2172
|
"replacer": { "@id": "schema:replacer"},
|
@@ -2103,6 +2177,7 @@ http_interactions:
|
|
2103
2177
|
"requiredGender": { "@id": "schema:requiredGender"},
|
2104
2178
|
"requiredMaxAge": { "@id": "schema:requiredMaxAge"},
|
2105
2179
|
"requiredMinAge": { "@id": "schema:requiredMinAge"},
|
2180
|
+
"requiredQuantity": { "@id": "schema:requiredQuantity"},
|
2106
2181
|
"requirements": { "@id": "schema:requirements", "@type": "@id"},
|
2107
2182
|
"requiresSubscription": { "@id": "schema:requiresSubscription"},
|
2108
2183
|
"reservationFor": { "@id": "schema:reservationFor"},
|
@@ -2209,6 +2284,7 @@ http_interactions:
|
|
2209
2284
|
"status": { "@id": "schema:status"},
|
2210
2285
|
"steeringPosition": { "@id": "schema:steeringPosition"},
|
2211
2286
|
"stepValue": { "@id": "schema:stepValue"},
|
2287
|
+
"steps": { "@id": "schema:steps"},
|
2212
2288
|
"storageRequirements": { "@id": "schema:storageRequirements", "@type": "@id"},
|
2213
2289
|
"streetAddress": { "@id": "schema:streetAddress"},
|
2214
2290
|
"strengthUnit": { "@id": "schema:strengthUnit"},
|
@@ -2237,6 +2313,7 @@ http_interactions:
|
|
2237
2313
|
"suitableForDiet": { "@id": "schema:suitableForDiet"},
|
2238
2314
|
"superEvent": { "@id": "schema:superEvent"},
|
2239
2315
|
"supersededBy": { "@id": "schema:supersededBy"},
|
2316
|
+
"supply": { "@id": "schema:supply"},
|
2240
2317
|
"supplyTo": { "@id": "schema:supplyTo"},
|
2241
2318
|
"supportingData": { "@id": "schema:supportingData"},
|
2242
2319
|
"surface": { "@id": "schema:surface", "@type": "@id"},
|
@@ -2264,11 +2341,14 @@ http_interactions:
|
|
2264
2341
|
"tissueSample": { "@id": "schema:tissueSample"},
|
2265
2342
|
"title": { "@id": "schema:title"},
|
2266
2343
|
"toLocation": { "@id": "schema:toLocation"},
|
2344
|
+
"toRecipient": { "@id": "schema:toRecipient"},
|
2267
2345
|
"tongueWeight": { "@id": "schema:tongueWeight"},
|
2346
|
+
"tool": { "@id": "schema:tool"},
|
2268
2347
|
"torque": { "@id": "schema:torque"},
|
2269
2348
|
"totalPaymentDue": { "@id": "schema:totalPaymentDue"},
|
2270
2349
|
"totalPrice": { "@id": "schema:totalPrice"},
|
2271
2350
|
"totalTime": { "@id": "schema:totalTime"},
|
2351
|
+
"touristType": { "@id": "schema:touristType"},
|
2272
2352
|
"track": { "@id": "schema:track"},
|
2273
2353
|
"trackingNumber": { "@id": "schema:trackingNumber"},
|
2274
2354
|
"trackingUrl": { "@id": "schema:trackingUrl", "@type": "@id"},
|
@@ -2291,6 +2371,7 @@ http_interactions:
|
|
2291
2371
|
"underName": { "@id": "schema:underName"},
|
2292
2372
|
"unitCode": { "@id": "schema:unitCode", "@type": "@id"},
|
2293
2373
|
"unitText": { "@id": "schema:unitText"},
|
2374
|
+
"unnamedSourcesPolicy": { "@id": "schema:unnamedSourcesPolicy", "@type": "@id"},
|
2294
2375
|
"unsaturatedFatContent": { "@id": "schema:unsaturatedFatContent"},
|
2295
2376
|
"uploadDate": { "@id": "schema:uploadDate", "@type": "Date"},
|
2296
2377
|
"upvoteCount": { "@id": "schema:upvoteCount"},
|
@@ -2327,6 +2408,7 @@ http_interactions:
|
|
2327
2408
|
"vehicleSpecialUsage": { "@id": "schema:vehicleSpecialUsage"},
|
2328
2409
|
"vehicleTransmission": { "@id": "schema:vehicleTransmission", "@type": "@id"},
|
2329
2410
|
"vendor": { "@id": "schema:vendor"},
|
2411
|
+
"verificationFactCheckingPolicy": { "@id": "schema:verificationFactCheckingPolicy", "@type": "@id"},
|
2330
2412
|
"version": { "@id": "schema:version"},
|
2331
2413
|
"video": { "@id": "schema:video"},
|
2332
2414
|
"videoFormat": { "@id": "schema:videoFormat"},
|
@@ -2356,11 +2438,12 @@ http_interactions:
|
|
2356
2438
|
"worstRating": { "@id": "schema:worstRating"},
|
2357
2439
|
"xpath": { "@id": "schema:xpath"},
|
2358
2440
|
"yearlyRevenue": { "@id": "schema:yearlyRevenue"},
|
2359
|
-
"yearsInOperation": { "@id": "schema:yearsInOperation"}
|
2441
|
+
"yearsInOperation": { "@id": "schema:yearsInOperation"},
|
2442
|
+
"yield": { "@id": "schema:yield"}
|
2360
2443
|
}
|
2361
2444
|
}
|
2362
2445
|
http_version:
|
2363
|
-
recorded_at:
|
2446
|
+
recorded_at: Wed, 23 Aug 2017 08:03:10 GMT
|
2364
2447
|
- request:
|
2365
2448
|
method: get
|
2366
2449
|
uri: http://schema.org/
|
@@ -2390,11 +2473,11 @@ http_interactions:
|
|
2390
2473
|
Vary:
|
2391
2474
|
- Accept, Accept-Encoding
|
2392
2475
|
Set-Cookie:
|
2393
|
-
- GOOGAPPUID=3-
|
2476
|
+
- GOOGAPPUID=3-3b; Path=/
|
2394
2477
|
X-Cloud-Trace-Context:
|
2395
|
-
-
|
2478
|
+
- cc5f03e5d3508eef79a42e8baae9d9d0
|
2396
2479
|
Date:
|
2397
|
-
-
|
2480
|
+
- Wed, 23 Aug 2017 08:03:11 GMT
|
2398
2481
|
Server:
|
2399
2482
|
- Google Frontend
|
2400
2483
|
Content-Length:
|
@@ -2403,7 +2486,7 @@ http_interactions:
|
|
2403
2486
|
encoding: UTF-8
|
2404
2487
|
string: ''
|
2405
2488
|
http_version:
|
2406
|
-
recorded_at:
|
2489
|
+
recorded_at: Wed, 23 Aug 2017 08:03:11 GMT
|
2407
2490
|
- request:
|
2408
2491
|
method: get
|
2409
2492
|
uri: http://schema.org/docs/jsonldcontext.json
|
@@ -2431,21 +2514,21 @@ http_interactions:
|
|
2431
2514
|
Content-Type:
|
2432
2515
|
- application/ld+json; charset=utf-8
|
2433
2516
|
Etag:
|
2434
|
-
-
|
2517
|
+
- 24751170823075941a2048647386json
|
2435
2518
|
Last-Modified:
|
2436
|
-
-
|
2519
|
+
- Wed, 23 Aug 2017 07:59:41 UTC
|
2437
2520
|
Set-Cookie:
|
2438
|
-
- GOOGAPPUID=3-
|
2521
|
+
- GOOGAPPUID=3-3b; Path=/
|
2439
2522
|
X-Cloud-Trace-Context:
|
2440
|
-
-
|
2523
|
+
- d4da79c497debd89c390f1f73aa0658c
|
2441
2524
|
Date:
|
2442
|
-
-
|
2525
|
+
- Wed, 23 Aug 2017 08:03:11 GMT
|
2443
2526
|
Server:
|
2444
2527
|
- Google Frontend
|
2445
2528
|
Content-Length:
|
2446
|
-
- '
|
2529
|
+
- '133672'
|
2447
2530
|
Expires:
|
2448
|
-
-
|
2531
|
+
- Wed, 23 Aug 2017 08:03:11 GMT
|
2449
2532
|
body:
|
2450
2533
|
encoding: UTF-8
|
2451
2534
|
string: |
|
@@ -2514,6 +2597,7 @@ http_interactions:
|
|
2514
2597
|
"AddAction": {"@id": "schema:AddAction"},
|
2515
2598
|
"AdministrativeArea": {"@id": "schema:AdministrativeArea"},
|
2516
2599
|
"AdultEntertainment": {"@id": "schema:AdultEntertainment"},
|
2600
|
+
"AdvertiserContentArticle": {"@id": "schema:AdvertiserContentArticle"},
|
2517
2601
|
"AerobicActivity": {"@id": "schema:AerobicActivity"},
|
2518
2602
|
"AggregateOffer": {"@id": "schema:AggregateOffer"},
|
2519
2603
|
"AggregateRating": {"@id": "schema:AggregateRating"},
|
@@ -2526,6 +2610,7 @@ http_interactions:
|
|
2526
2610
|
"AllocateAction": {"@id": "schema:AllocateAction"},
|
2527
2611
|
"AmusementPark": {"@id": "schema:AmusementPark"},
|
2528
2612
|
"AnaerobicActivity": {"@id": "schema:AnaerobicActivity"},
|
2613
|
+
"AnalysisNewsArticle": {"@id": "schema:AnalysisNewsArticle"},
|
2529
2614
|
"AnatomicalStructure": {"@id": "schema:AnatomicalStructure"},
|
2530
2615
|
"AnatomicalSystem": {"@id": "schema:AnatomicalSystem"},
|
2531
2616
|
"Anesthesia": {"@id": "schema:Anesthesia"},
|
@@ -2551,6 +2636,7 @@ http_interactions:
|
|
2551
2636
|
"AudioObject": {"@id": "schema:AudioObject"},
|
2552
2637
|
"Audiobook": {"@id": "schema:Audiobook"},
|
2553
2638
|
"AudiobookFormat": {"@id": "schema:AudiobookFormat"},
|
2639
|
+
"AuthoritativeLegalValue": {"@id": "schema:AuthoritativeLegalValue"},
|
2554
2640
|
"AuthorizeAction": {"@id": "schema:AuthorizeAction"},
|
2555
2641
|
"AutoBodyShop": {"@id": "schema:AutoBodyShop"},
|
2556
2642
|
"AutoDealer": {"@id": "schema:AutoDealer"},
|
@@ -2561,6 +2647,7 @@ http_interactions:
|
|
2561
2647
|
"AutomatedTeller": {"@id": "schema:AutomatedTeller"},
|
2562
2648
|
"AutomotiveBusiness": {"@id": "schema:AutomotiveBusiness"},
|
2563
2649
|
"Ayurvedic": {"@id": "schema:Ayurvedic"},
|
2650
|
+
"BackgroundNewsArticle": {"@id": "schema:BackgroundNewsArticle"},
|
2564
2651
|
"Bacteria": {"@id": "schema:Bacteria"},
|
2565
2652
|
"Bakery": {"@id": "schema:Bakery"},
|
2566
2653
|
"Balance": {"@id": "schema:Balance"},
|
@@ -2696,7 +2783,9 @@ http_interactions:
|
|
2696
2783
|
"CreativeWorkSeries": {"@id": "schema:CreativeWorkSeries"},
|
2697
2784
|
"CreditCard": {"@id": "schema:CreditCard"},
|
2698
2785
|
"Crematorium": {"@id": "schema:Crematorium"},
|
2786
|
+
"CriticReview": {"@id": "schema:CriticReview"},
|
2699
2787
|
"CrossSectional": {"@id": "schema:CrossSectional"},
|
2788
|
+
"CssSelectorType": {"@id": "schema:CssSelectorType"},
|
2700
2789
|
"CurrencyConversionService": {"@id": "schema:CurrencyConversionService"},
|
2701
2790
|
"DDxElement": {"@id": "schema:DDxElement"},
|
2702
2791
|
"DJMixAlbum": {"@id": "schema:DJMixAlbum"},
|
@@ -2717,6 +2806,7 @@ http_interactions:
|
|
2717
2806
|
"DaySpa": {"@id": "schema:DaySpa"},
|
2718
2807
|
"DeactivateAction": {"@id": "schema:DeactivateAction"},
|
2719
2808
|
"DefenceEstablishment": {"@id": "schema:DefenceEstablishment"},
|
2809
|
+
"Definitive": {"@id": "schema:Definitive"},
|
2720
2810
|
"DeleteAction": {"@id": "schema:DeleteAction"},
|
2721
2811
|
"DeliveryChargeSpecification": {"@id": "schema:DeliveryChargeSpecification"},
|
2722
2812
|
"DeliveryEvent": {"@id": "schema:DeliveryEvent"},
|
@@ -2785,6 +2875,7 @@ http_interactions:
|
|
2785
2875
|
"Emergency": {"@id": "schema:Emergency"},
|
2786
2876
|
"EmergencyService": {"@id": "schema:EmergencyService"},
|
2787
2877
|
"EmployeeRole": {"@id": "schema:EmployeeRole"},
|
2878
|
+
"EmployerReview": {"@id": "schema:EmployerReview"},
|
2788
2879
|
"EmploymentAgency": {"@id": "schema:EmploymentAgency"},
|
2789
2880
|
"Endocrine": {"@id": "schema:Endocrine"},
|
2790
2881
|
"EndorseAction": {"@id": "schema:EndorseAction"},
|
@@ -2903,11 +2994,20 @@ http_interactions:
|
|
2903
2994
|
"HotelRoom": {"@id": "schema:HotelRoom"},
|
2904
2995
|
"House": {"@id": "schema:House"},
|
2905
2996
|
"HousePainter": {"@id": "schema:HousePainter"},
|
2997
|
+
"HowTo": {"@id": "schema:HowTo"},
|
2998
|
+
"HowToDirection": {"@id": "schema:HowToDirection"},
|
2999
|
+
"HowToItem": {"@id": "schema:HowToItem"},
|
3000
|
+
"HowToSection": {"@id": "schema:HowToSection"},
|
3001
|
+
"HowToStep": {"@id": "schema:HowToStep"},
|
3002
|
+
"HowToSupply": {"@id": "schema:HowToSupply"},
|
3003
|
+
"HowToTip": {"@id": "schema:HowToTip"},
|
3004
|
+
"HowToTool": {"@id": "schema:HowToTool"},
|
2906
3005
|
"IceCreamShop": {"@id": "schema:IceCreamShop"},
|
2907
3006
|
"IgnoreAction": {"@id": "schema:IgnoreAction"},
|
2908
3007
|
"ImageGallery": {"@id": "schema:ImageGallery"},
|
2909
3008
|
"ImageObject": {"@id": "schema:ImageObject"},
|
2910
3009
|
"ImagingTest": {"@id": "schema:ImagingTest"},
|
3010
|
+
"InForce": {"@id": "schema:InForce"},
|
2911
3011
|
"InStock": {"@id": "schema:InStock"},
|
2912
3012
|
"InStoreOnly": {"@id": "schema:InStoreOnly"},
|
2913
3013
|
"IndividualProduct": {"@id": "schema:IndividualProduct"},
|
@@ -2948,7 +3048,11 @@ http_interactions:
|
|
2948
3048
|
"LaserDiscFormat": {"@id": "schema:LaserDiscFormat"},
|
2949
3049
|
"LeaveAction": {"@id": "schema:LeaveAction"},
|
2950
3050
|
"LeftHandDriving": {"@id": "schema:LeftHandDriving"},
|
3051
|
+
"LegalForceStatus": {"@id": "schema:LegalForceStatus"},
|
2951
3052
|
"LegalService": {"@id": "schema:LegalService"},
|
3053
|
+
"LegalValueLevel": {"@id": "schema:LegalValueLevel"},
|
3054
|
+
"Legislation": {"@id": "schema:Legislation"},
|
3055
|
+
"LegislationObject": {"@id": "schema:LegislationObject"},
|
2952
3056
|
"LegislativeBuilding": {"@id": "schema:LegislativeBuilding"},
|
2953
3057
|
"LeisureTimeActivity": {"@id": "schema:LeisureTimeActivity"},
|
2954
3058
|
"LendAction": {"@id": "schema:LendAction"},
|
@@ -2960,6 +3064,7 @@ http_interactions:
|
|
2960
3064
|
"LimitedAvailability": {"@id": "schema:LimitedAvailability"},
|
2961
3065
|
"LinkRole": {"@id": "schema:LinkRole"},
|
2962
3066
|
"LiquorStore": {"@id": "schema:LiquorStore"},
|
3067
|
+
"ListItem": {"@id": "schema:ListItem"},
|
2963
3068
|
"ListenAction": {"@id": "schema:ListenAction"},
|
2964
3069
|
"LiteraryEvent": {"@id": "schema:LiteraryEvent"},
|
2965
3070
|
"LiveAlbum": {"@id": "schema:LiveAlbum"},
|
@@ -3086,11 +3191,14 @@ http_interactions:
|
|
3086
3191
|
"Nerve": {"@id": "schema:Nerve"},
|
3087
3192
|
"Neuro": {"@id": "schema:Neuro"},
|
3088
3193
|
"Neurologic": {"@id": "schema:Neurologic"},
|
3194
|
+
"NewCondition": {"@id": "schema:NewCondition"},
|
3089
3195
|
"NewsArticle": {"@id": "schema:NewsArticle"},
|
3196
|
+
"NewsMediaOrganization": {"@id": "schema:NewsMediaOrganization"},
|
3090
3197
|
"Newspaper": {"@id": "schema:Newspaper"},
|
3091
3198
|
"NightClub": {"@id": "schema:NightClub"},
|
3092
3199
|
"NoninvasiveProcedure": {"@id": "schema:NoninvasiveProcedure"},
|
3093
3200
|
"Nose": {"@id": "schema:Nose"},
|
3201
|
+
"NotInForce": {"@id": "schema:NotInForce"},
|
3094
3202
|
"NotYetRecruiting": {"@id": "schema:NotYetRecruiting"},
|
3095
3203
|
"Notary": {"@id": "schema:Notary"},
|
3096
3204
|
"NoteDigitalDocument": {"@id": "schema:NoteDigitalDocument"},
|
@@ -3110,6 +3218,7 @@ http_interactions:
|
|
3110
3218
|
"OfferCatalog": {"@id": "schema:OfferCatalog"},
|
3111
3219
|
"OfferItemCondition": {"@id": "schema:OfferItemCondition"},
|
3112
3220
|
"OfficeEquipmentStore": {"@id": "schema:OfficeEquipmentStore"},
|
3221
|
+
"OfficialLegalValue": {"@id": "schema:OfficialLegalValue"},
|
3113
3222
|
"OfflinePermanently": {"@id": "schema:OfflinePermanently"},
|
3114
3223
|
"OfflineTemporarily": {"@id": "schema:OfflineTemporarily"},
|
3115
3224
|
"OnDemandEvent": {"@id": "schema:OnDemandEvent"},
|
@@ -3121,6 +3230,7 @@ http_interactions:
|
|
3121
3230
|
"OnlineOnly": {"@id": "schema:OnlineOnly"},
|
3122
3231
|
"OpenTrial": {"@id": "schema:OpenTrial"},
|
3123
3232
|
"OpeningHoursSpecification": {"@id": "schema:OpeningHoursSpecification"},
|
3233
|
+
"OpinionNewsArticle": {"@id": "schema:OpinionNewsArticle"},
|
3124
3234
|
"Optician": {"@id": "schema:Optician"},
|
3125
3235
|
"Optometric": {"@id": "schema:Optometric"},
|
3126
3236
|
"Optometric": {"@id": "schema:Optometric"},
|
@@ -3156,6 +3266,7 @@ http_interactions:
|
|
3156
3266
|
"Park": {"@id": "schema:Park"},
|
3157
3267
|
"ParkingFacility": {"@id": "schema:ParkingFacility"},
|
3158
3268
|
"ParkingMap": {"@id": "schema:ParkingMap"},
|
3269
|
+
"PartiallyInForce": {"@id": "schema:PartiallyInForce"},
|
3159
3270
|
"Pathology": {"@id": "schema:Pathology"},
|
3160
3271
|
"PathologyTest": {"@id": "schema:PathologyTest"},
|
3161
3272
|
"Patient": {"@id": "schema:Patient"},
|
@@ -3238,6 +3349,7 @@ http_interactions:
|
|
3238
3349
|
"PublicHealth": {"@id": "schema:PublicHealth"},
|
3239
3350
|
"PublicHolidays": {"@id": "schema:PublicHolidays"},
|
3240
3351
|
"PublicSwimmingPool": {"@id": "schema:PublicSwimmingPool"},
|
3352
|
+
"PublicToilet": {"@id": "schema:PublicToilet"},
|
3241
3353
|
"PublicationEvent": {"@id": "schema:PublicationEvent"},
|
3242
3354
|
"PublicationIssue": {"@id": "schema:PublicationIssue"},
|
3243
3355
|
"PublicationVolume": {"@id": "schema:PublicationVolume"},
|
@@ -3284,6 +3396,7 @@ http_interactions:
|
|
3284
3396
|
"ReplaceAction": {"@id": "schema:ReplaceAction"},
|
3285
3397
|
"ReplyAction": {"@id": "schema:ReplyAction"},
|
3286
3398
|
"Report": {"@id": "schema:Report"},
|
3399
|
+
"ReportageNewsArticle": {"@id": "schema:ReportageNewsArticle"},
|
3287
3400
|
"ReportedDoseSchedule": {"@id": "schema:ReportedDoseSchedule"},
|
3288
3401
|
"Reservation": {"@id": "schema:Reservation"},
|
3289
3402
|
"ReservationCancelled": {"@id": "schema:ReservationCancelled"},
|
@@ -3307,6 +3420,7 @@ http_interactions:
|
|
3307
3420
|
"ReturnAction": {"@id": "schema:ReturnAction"},
|
3308
3421
|
"Review": {"@id": "schema:Review"},
|
3309
3422
|
"ReviewAction": {"@id": "schema:ReviewAction"},
|
3423
|
+
"ReviewNewsArticle": {"@id": "schema:ReviewNewsArticle"},
|
3310
3424
|
"Rheumatologic": {"@id": "schema:Rheumatologic"},
|
3311
3425
|
"RightHandDriving": {"@id": "schema:RightHandDriving"},
|
3312
3426
|
"RiverBodyOfWater": {"@id": "schema:RiverBodyOfWater"},
|
@@ -3319,7 +3433,9 @@ http_interactions:
|
|
3319
3433
|
"RsvpResponseType": {"@id": "schema:RsvpResponseType"},
|
3320
3434
|
"RsvpResponseYes": {"@id": "schema:RsvpResponseYes"},
|
3321
3435
|
"SaleEvent": {"@id": "schema:SaleEvent"},
|
3436
|
+
"SatiricalArticle": {"@id": "schema:SatiricalArticle"},
|
3322
3437
|
"Saturday": {"@id": "schema:Saturday"},
|
3438
|
+
"Schedule": {"@id": "schema:Schedule"},
|
3323
3439
|
"ScheduleAction": {"@id": "schema:ScheduleAction"},
|
3324
3440
|
"ScholarlyArticle": {"@id": "schema:ScholarlyArticle"},
|
3325
3441
|
"School": {"@id": "schema:School"},
|
@@ -3441,6 +3557,7 @@ http_interactions:
|
|
3441
3557
|
"Ultrasound": {"@id": "schema:Ultrasound"},
|
3442
3558
|
"UnRegisterAction": {"@id": "schema:UnRegisterAction"},
|
3443
3559
|
"UnitPriceSpecification": {"@id": "schema:UnitPriceSpecification"},
|
3560
|
+
"UnofficialLegalValue": {"@id": "schema:UnofficialLegalValue"},
|
3444
3561
|
"UpdateAction": {"@id": "schema:UpdateAction"},
|
3445
3562
|
"Urologic": {"@id": "schema:Urologic"},
|
3446
3563
|
"UseAction": {"@id": "schema:UseAction"},
|
@@ -3454,6 +3571,7 @@ http_interactions:
|
|
3454
3571
|
"UserPageVisits": {"@id": "schema:UserPageVisits"},
|
3455
3572
|
"UserPlays": {"@id": "schema:UserPlays"},
|
3456
3573
|
"UserPlusOnes": {"@id": "schema:UserPlusOnes"},
|
3574
|
+
"UserReview": {"@id": "schema:UserReview"},
|
3457
3575
|
"UserTweets": {"@id": "schema:UserTweets"},
|
3458
3576
|
"VeganDiet": {"@id": "schema:VeganDiet"},
|
3459
3577
|
"VegetarianDiet": {"@id": "schema:VegetarianDiet"},
|
@@ -3500,6 +3618,7 @@ http_interactions:
|
|
3500
3618
|
"WorkersUnion": {"@id": "schema:WorkersUnion"},
|
3501
3619
|
"WriteAction": {"@id": "schema:WriteAction"},
|
3502
3620
|
"WritePermission": {"@id": "schema:WritePermission"},
|
3621
|
+
"XPathType": {"@id": "schema:XPathType"},
|
3503
3622
|
"XRay": {"@id": "schema:XRay"},
|
3504
3623
|
"ZoneBoardingPolicy": {"@id": "schema:ZoneBoardingPolicy"},
|
3505
3624
|
"Zoo": {"@id": "schema:Zoo"},
|
@@ -3529,6 +3648,7 @@ http_interactions:
|
|
3529
3648
|
"actionOption": { "@id": "schema:actionOption"},
|
3530
3649
|
"actionPlatform": { "@id": "schema:actionPlatform", "@type": "@id"},
|
3531
3650
|
"actionStatus": { "@id": "schema:actionStatus"},
|
3651
|
+
"actionableFeedbackPolicy": { "@id": "schema:actionableFeedbackPolicy", "@type": "@id"},
|
3532
3652
|
"activeIngredient": { "@id": "schema:activeIngredient"},
|
3533
3653
|
"activityDuration": { "@id": "schema:activityDuration"},
|
3534
3654
|
"activityFrequency": { "@id": "schema:activityFrequency"},
|
@@ -3549,6 +3669,7 @@ http_interactions:
|
|
3549
3669
|
"adverseOutcome": { "@id": "schema:adverseOutcome"},
|
3550
3670
|
"affectedBy": { "@id": "schema:affectedBy"},
|
3551
3671
|
"affiliation": { "@id": "schema:affiliation"},
|
3672
|
+
"afterMedia": { "@id": "schema:afterMedia"},
|
3552
3673
|
"agent": { "@id": "schema:agent"},
|
3553
3674
|
"aggregateRating": { "@id": "schema:aggregateRating"},
|
3554
3675
|
"aircraft": { "@id": "schema:aircraft"},
|
@@ -3628,7 +3749,9 @@ http_interactions:
|
|
3628
3749
|
"background": { "@id": "schema:background"},
|
3629
3750
|
"bankAccountType": { "@id": "schema:bankAccountType", "@type": "@id"},
|
3630
3751
|
"baseSalary": { "@id": "schema:baseSalary"},
|
3752
|
+
"bccRecipient": { "@id": "schema:bccRecipient"},
|
3631
3753
|
"bed": { "@id": "schema:bed"},
|
3754
|
+
"beforeMedia": { "@id": "schema:beforeMedia"},
|
3632
3755
|
"beneficiaryBank": { "@id": "schema:beneficiaryBank"},
|
3633
3756
|
"benefits": { "@id": "schema:benefits"},
|
3634
3757
|
"benefitsSummaryUrl": { "@id": "schema:benefitsSummaryUrl", "@type": "@id"},
|
@@ -3675,6 +3798,9 @@ http_interactions:
|
|
3675
3798
|
"businessFunction": { "@id": "schema:businessFunction"},
|
3676
3799
|
"buyer": { "@id": "schema:buyer"},
|
3677
3800
|
"byArtist": { "@id": "schema:byArtist"},
|
3801
|
+
"byDay": { "@id": "schema:byDay"},
|
3802
|
+
"byMonth": { "@id": "schema:byMonth"},
|
3803
|
+
"byMonthDay": { "@id": "schema:byMonthDay"},
|
3678
3804
|
"calories": { "@id": "schema:calories"},
|
3679
3805
|
"candidate": { "@id": "schema:candidate"},
|
3680
3806
|
"caption": { "@id": "schema:caption"},
|
@@ -3688,6 +3814,7 @@ http_interactions:
|
|
3688
3814
|
"category": { "@id": "schema:category"},
|
3689
3815
|
"cause": { "@id": "schema:cause"},
|
3690
3816
|
"causeOf": { "@id": "schema:causeOf"},
|
3817
|
+
"ccRecipient": { "@id": "schema:ccRecipient"},
|
3691
3818
|
"character": { "@id": "schema:character"},
|
3692
3819
|
"characterAttribute": { "@id": "schema:characterAttribute"},
|
3693
3820
|
"characterName": { "@id": "schema:characterName"},
|
@@ -3746,6 +3873,7 @@ http_interactions:
|
|
3746
3873
|
"cookingMethod": { "@id": "schema:cookingMethod"},
|
3747
3874
|
"copyrightHolder": { "@id": "schema:copyrightHolder"},
|
3748
3875
|
"copyrightYear": { "@id": "schema:copyrightYear"},
|
3876
|
+
"correctionsPolicy": { "@id": "schema:correctionsPolicy", "@type": "@id"},
|
3749
3877
|
"cost": { "@id": "schema:cost"},
|
3750
3878
|
"costCategory": { "@id": "schema:costCategory"},
|
3751
3879
|
"costCurrency": { "@id": "schema:costCurrency"},
|
@@ -3818,6 +3946,7 @@ http_interactions:
|
|
3818
3946
|
"distance": { "@id": "schema:distance"},
|
3819
3947
|
"distinguishingSign": { "@id": "schema:distinguishingSign"},
|
3820
3948
|
"distribution": { "@id": "schema:distribution"},
|
3949
|
+
"diversityPolicy": { "@id": "schema:diversityPolicy", "@type": "@id"},
|
3821
3950
|
"documentation": { "@id": "schema:documentation", "@type": "@id"},
|
3822
3951
|
"domainIncludes": { "@id": "schema:domainIncludes"},
|
3823
3952
|
"domiciledMortgage": { "@id": "schema:domiciledMortgage"},
|
@@ -3840,6 +3969,7 @@ http_interactions:
|
|
3840
3969
|
"duplicateTherapy": { "@id": "schema:duplicateTherapy"},
|
3841
3970
|
"duration": { "@id": "schema:duration"},
|
3842
3971
|
"durationOfWarranty": { "@id": "schema:durationOfWarranty"},
|
3972
|
+
"duringMedia": { "@id": "schema:duringMedia"},
|
3843
3973
|
"earlyPrepaymentPenalty": { "@id": "schema:earlyPrepaymentPenalty"},
|
3844
3974
|
"editor": { "@id": "schema:editor"},
|
3845
3975
|
"educationRequirements": { "@id": "schema:educationRequirements"},
|
@@ -3879,14 +4009,19 @@ http_interactions:
|
|
3879
4009
|
"episodes": { "@id": "schema:episodes"},
|
3880
4010
|
"equal": { "@id": "schema:equal"},
|
3881
4011
|
"error": { "@id": "schema:error"},
|
4012
|
+
"estimatedCost": { "@id": "schema:estimatedCost"},
|
3882
4013
|
"estimatedFlightDuration": { "@id": "schema:estimatedFlightDuration"},
|
4014
|
+
"estimatedSalary": { "@id": "schema:estimatedSalary"},
|
3883
4015
|
"estimatesRiskOf": { "@id": "schema:estimatesRiskOf"},
|
4016
|
+
"ethicsPolicy": { "@id": "schema:ethicsPolicy", "@type": "@id"},
|
3884
4017
|
"event": { "@id": "schema:event"},
|
4018
|
+
"eventSchedule": { "@id": "schema:eventSchedule"},
|
3885
4019
|
"eventStatus": { "@id": "schema:eventStatus"},
|
3886
4020
|
"events": { "@id": "schema:events"},
|
3887
4021
|
"evidenceLevel": { "@id": "schema:evidenceLevel"},
|
3888
4022
|
"evidenceOrigin": { "@id": "schema:evidenceOrigin"},
|
3889
4023
|
"exampleOfWork": { "@id": "schema:exampleOfWork"},
|
4024
|
+
"exceptDate": { "@id": "schema:exceptDate", "@type": "Date"},
|
3890
4025
|
"exchangeRate": { "@id": "schema:exchangeRate"},
|
3891
4026
|
"exchangeRateSpread": { "@id": "schema:exchangeRateSpread"},
|
3892
4027
|
"executableLibraryName": { "@id": "schema:executableLibraryName"},
|
@@ -4098,6 +4233,22 @@ http_interactions:
|
|
4098
4233
|
"learningResourceType": { "@id": "schema:learningResourceType"},
|
4099
4234
|
"legalName": { "@id": "schema:legalName"},
|
4100
4235
|
"legalStatus": { "@id": "schema:legalStatus"},
|
4236
|
+
"legislationAppliedBy": { "@id": "schema:legislationAppliedBy"},
|
4237
|
+
"legislationApplies": { "@id": "schema:legislationApplies"},
|
4238
|
+
"legislationChangedBy": { "@id": "schema:legislationChangedBy"},
|
4239
|
+
"legislationChanges": { "@id": "schema:legislationChanges"},
|
4240
|
+
"legislationConsolidatedBy": { "@id": "schema:legislationConsolidatedBy"},
|
4241
|
+
"legislationConsolidates": { "@id": "schema:legislationConsolidates"},
|
4242
|
+
"legislationDate": { "@id": "schema:legislationDate", "@type": "Date"},
|
4243
|
+
"legislationDateVersion": { "@id": "schema:legislationDateVersion", "@type": "Date"},
|
4244
|
+
"legislationIdentifier": { "@id": "schema:legislationIdentifier"},
|
4245
|
+
"legislationLegalForce": { "@id": "schema:legislationLegalForce"},
|
4246
|
+
"legislationLegalValue": { "@id": "schema:legislationLegalValue"},
|
4247
|
+
"legislationPassedBy": { "@id": "schema:legislationPassedBy"},
|
4248
|
+
"legislationResponsible": { "@id": "schema:legislationResponsible"},
|
4249
|
+
"legislationTransposedBy": { "@id": "schema:legislationTransposedBy"},
|
4250
|
+
"legislationTransposes": { "@id": "schema:legislationTransposes"},
|
4251
|
+
"legislationType": { "@id": "schema:legislationType"},
|
4101
4252
|
"leiCode": { "@id": "schema:leiCode"},
|
4102
4253
|
"lender": { "@id": "schema:lender"},
|
4103
4254
|
"lesser": { "@id": "schema:lesser"},
|
@@ -4131,6 +4282,7 @@ http_interactions:
|
|
4131
4282
|
"map": { "@id": "schema:map", "@type": "@id"},
|
4132
4283
|
"mapType": { "@id": "schema:mapType"},
|
4133
4284
|
"maps": { "@id": "schema:maps", "@type": "@id"},
|
4285
|
+
"masthead": { "@id": "schema:masthead", "@type": "@id"},
|
4134
4286
|
"material": { "@id": "schema:material", "@type": "@id"},
|
4135
4287
|
"maxPrice": { "@id": "schema:maxPrice"},
|
4136
4288
|
"maxValue": { "@id": "schema:maxValue"},
|
@@ -4156,6 +4308,7 @@ http_interactions:
|
|
4156
4308
|
"minPrice": { "@id": "schema:minPrice"},
|
4157
4309
|
"minValue": { "@id": "schema:minValue"},
|
4158
4310
|
"minimumPaymentDue": { "@id": "schema:minimumPaymentDue"},
|
4311
|
+
"missionCoveragePrioritiesPolicy": { "@id": "schema:missionCoveragePrioritiesPolicy", "@type": "@id"},
|
4159
4312
|
"model": { "@id": "schema:model"},
|
4160
4313
|
"modelDate": { "@id": "schema:modelDate", "@type": "Date"},
|
4161
4314
|
"modifiedTime": { "@id": "schema:modifiedTime", "@type": "DateTime"},
|
@@ -4260,6 +4413,7 @@ http_interactions:
|
|
4260
4413
|
"paymentStatus": { "@id": "schema:paymentStatus"},
|
4261
4414
|
"paymentUrl": { "@id": "schema:paymentUrl", "@type": "@id"},
|
4262
4415
|
"penciler": { "@id": "schema:penciler"},
|
4416
|
+
"performTime": { "@id": "schema:performTime"},
|
4263
4417
|
"performer": { "@id": "schema:performer"},
|
4264
4418
|
"performerIn": { "@id": "schema:performerIn"},
|
4265
4419
|
"performers": { "@id": "schema:performers"},
|
@@ -4331,6 +4485,7 @@ http_interactions:
|
|
4331
4485
|
"providerMobility": { "@id": "schema:providerMobility"},
|
4332
4486
|
"providesBroadcastService": { "@id": "schema:providesBroadcastService"},
|
4333
4487
|
"providesService": { "@id": "schema:providesService"},
|
4488
|
+
"publicAccess": { "@id": "schema:publicAccess"},
|
4334
4489
|
"publication": { "@id": "schema:publication"},
|
4335
4490
|
"publicationType": { "@id": "schema:publicationType"},
|
4336
4491
|
"publishedBy": { "@id": "schema:publishedBy"},
|
@@ -4384,6 +4539,8 @@ http_interactions:
|
|
4384
4539
|
"relevantSpecialty": { "@id": "schema:relevantSpecialty"},
|
4385
4540
|
"remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity"},
|
4386
4541
|
"renegotiableLoan": { "@id": "schema:renegotiableLoan"},
|
4542
|
+
"repeatCount": { "@id": "schema:repeatCount"},
|
4543
|
+
"repeatFrequency": { "@id": "schema:repeatFrequency"},
|
4387
4544
|
"repetitions": { "@id": "schema:repetitions"},
|
4388
4545
|
"replacee": { "@id": "schema:replacee"},
|
4389
4546
|
"replacer": { "@id": "schema:replacer"},
|
@@ -4394,6 +4551,7 @@ http_interactions:
|
|
4394
4551
|
"requiredGender": { "@id": "schema:requiredGender"},
|
4395
4552
|
"requiredMaxAge": { "@id": "schema:requiredMaxAge"},
|
4396
4553
|
"requiredMinAge": { "@id": "schema:requiredMinAge"},
|
4554
|
+
"requiredQuantity": { "@id": "schema:requiredQuantity"},
|
4397
4555
|
"requirements": { "@id": "schema:requirements", "@type": "@id"},
|
4398
4556
|
"requiresSubscription": { "@id": "schema:requiresSubscription"},
|
4399
4557
|
"reservationFor": { "@id": "schema:reservationFor"},
|
@@ -4500,6 +4658,7 @@ http_interactions:
|
|
4500
4658
|
"status": { "@id": "schema:status"},
|
4501
4659
|
"steeringPosition": { "@id": "schema:steeringPosition"},
|
4502
4660
|
"stepValue": { "@id": "schema:stepValue"},
|
4661
|
+
"steps": { "@id": "schema:steps"},
|
4503
4662
|
"storageRequirements": { "@id": "schema:storageRequirements", "@type": "@id"},
|
4504
4663
|
"streetAddress": { "@id": "schema:streetAddress"},
|
4505
4664
|
"strengthUnit": { "@id": "schema:strengthUnit"},
|
@@ -4528,6 +4687,7 @@ http_interactions:
|
|
4528
4687
|
"suitableForDiet": { "@id": "schema:suitableForDiet"},
|
4529
4688
|
"superEvent": { "@id": "schema:superEvent"},
|
4530
4689
|
"supersededBy": { "@id": "schema:supersededBy"},
|
4690
|
+
"supply": { "@id": "schema:supply"},
|
4531
4691
|
"supplyTo": { "@id": "schema:supplyTo"},
|
4532
4692
|
"supportingData": { "@id": "schema:supportingData"},
|
4533
4693
|
"surface": { "@id": "schema:surface", "@type": "@id"},
|
@@ -4555,11 +4715,14 @@ http_interactions:
|
|
4555
4715
|
"tissueSample": { "@id": "schema:tissueSample"},
|
4556
4716
|
"title": { "@id": "schema:title"},
|
4557
4717
|
"toLocation": { "@id": "schema:toLocation"},
|
4718
|
+
"toRecipient": { "@id": "schema:toRecipient"},
|
4558
4719
|
"tongueWeight": { "@id": "schema:tongueWeight"},
|
4720
|
+
"tool": { "@id": "schema:tool"},
|
4559
4721
|
"torque": { "@id": "schema:torque"},
|
4560
4722
|
"totalPaymentDue": { "@id": "schema:totalPaymentDue"},
|
4561
4723
|
"totalPrice": { "@id": "schema:totalPrice"},
|
4562
4724
|
"totalTime": { "@id": "schema:totalTime"},
|
4725
|
+
"touristType": { "@id": "schema:touristType"},
|
4563
4726
|
"track": { "@id": "schema:track"},
|
4564
4727
|
"trackingNumber": { "@id": "schema:trackingNumber"},
|
4565
4728
|
"trackingUrl": { "@id": "schema:trackingUrl", "@type": "@id"},
|
@@ -4582,6 +4745,7 @@ http_interactions:
|
|
4582
4745
|
"underName": { "@id": "schema:underName"},
|
4583
4746
|
"unitCode": { "@id": "schema:unitCode", "@type": "@id"},
|
4584
4747
|
"unitText": { "@id": "schema:unitText"},
|
4748
|
+
"unnamedSourcesPolicy": { "@id": "schema:unnamedSourcesPolicy", "@type": "@id"},
|
4585
4749
|
"unsaturatedFatContent": { "@id": "schema:unsaturatedFatContent"},
|
4586
4750
|
"uploadDate": { "@id": "schema:uploadDate", "@type": "Date"},
|
4587
4751
|
"upvoteCount": { "@id": "schema:upvoteCount"},
|
@@ -4618,6 +4782,7 @@ http_interactions:
|
|
4618
4782
|
"vehicleSpecialUsage": { "@id": "schema:vehicleSpecialUsage"},
|
4619
4783
|
"vehicleTransmission": { "@id": "schema:vehicleTransmission", "@type": "@id"},
|
4620
4784
|
"vendor": { "@id": "schema:vendor"},
|
4785
|
+
"verificationFactCheckingPolicy": { "@id": "schema:verificationFactCheckingPolicy", "@type": "@id"},
|
4621
4786
|
"version": { "@id": "schema:version"},
|
4622
4787
|
"video": { "@id": "schema:video"},
|
4623
4788
|
"videoFormat": { "@id": "schema:videoFormat"},
|
@@ -4647,9 +4812,10 @@ http_interactions:
|
|
4647
4812
|
"worstRating": { "@id": "schema:worstRating"},
|
4648
4813
|
"xpath": { "@id": "schema:xpath"},
|
4649
4814
|
"yearlyRevenue": { "@id": "schema:yearlyRevenue"},
|
4650
|
-
"yearsInOperation": { "@id": "schema:yearsInOperation"}
|
4815
|
+
"yearsInOperation": { "@id": "schema:yearsInOperation"},
|
4816
|
+
"yield": { "@id": "schema:yield"}
|
4651
4817
|
}
|
4652
4818
|
}
|
4653
4819
|
http_version:
|
4654
|
-
recorded_at:
|
4820
|
+
recorded_at: Wed, 23 Aug 2017 08:03:11 GMT
|
4655
4821
|
recorded_with: VCR 3.0.3
|