bolognese 1.3.1 → 2.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/build.yml +9 -0
- data/.github/workflows/changelog.yml +36 -0
- data/.github/workflows/ci.yml +22 -0
- data/.github/workflows/pull-request.yml +9 -0
- data/.github/workflows/release.yml +32 -0
- data/.gitignore +3 -0
- data/.rubocop.yml +658 -0
- data/CHANGELOG.md +1864 -0
- data/Gemfile.lock +163 -129
- data/README.md +3 -2
- data/bolognese.gemspec +22 -20
- data/lib/bolognese/author_utils.rb +49 -25
- data/lib/bolognese/cli.rb +6 -4
- data/lib/bolognese/datacite_utils.rb +143 -17
- data/lib/bolognese/doi_utils.rb +14 -9
- data/lib/bolognese/metadata.rb +27 -19
- data/lib/bolognese/metadata_utils.rb +25 -6
- data/lib/bolognese/readers/bibtex_reader.rb +29 -34
- data/lib/bolognese/readers/citeproc_reader.rb +27 -35
- data/lib/bolognese/readers/codemeta_reader.rb +12 -13
- data/lib/bolognese/readers/crosscite_reader.rb +4 -1
- data/lib/bolognese/readers/crossref_reader.rb +163 -67
- data/lib/bolognese/readers/datacite_json_reader.rb +4 -1
- data/lib/bolognese/readers/datacite_reader.rb +150 -38
- data/lib/bolognese/readers/npm_reader.rb +115 -0
- data/lib/bolognese/readers/ris_reader.rb +10 -14
- data/lib/bolognese/readers/schema_org_reader.rb +58 -25
- data/lib/bolognese/utils.rb +502 -63
- data/lib/bolognese/version.rb +1 -1
- data/lib/bolognese/writers/bibtex_writer.rb +4 -3
- data/lib/bolognese/writers/codemeta_writer.rb +6 -5
- data/lib/bolognese/writers/csv_writer.rb +1 -1
- data/lib/bolognese/writers/datacite_json_writer.rb +3 -1
- data/lib/bolognese/writers/jats_writer.rb +9 -4
- data/lib/bolognese/writers/ris_writer.rb +2 -2
- data/lib/bolognese/writers/schema_org_writer.rb +11 -7
- data/lib/bolognese.rb +2 -1
- data/package.json +12 -0
- data/resources/kernel-4/include/datacite-contributorType-v4.xsd +24 -22
- data/resources/kernel-4/include/datacite-dateType-v4.xsd +14 -12
- data/resources/kernel-4/include/datacite-descriptionType-v4.xsd +6 -6
- data/resources/kernel-4/include/datacite-funderIdentifierType-v4.xsd +5 -5
- data/resources/kernel-4/include/datacite-nameType-v4.xsd +2 -2
- data/resources/kernel-4/include/datacite-numberType-v4.xsd +12 -0
- data/resources/kernel-4/include/datacite-relatedIdentifierType-v4.xsd +24 -21
- data/resources/kernel-4/include/datacite-relationType-v4.xsd +43 -35
- data/resources/kernel-4/include/datacite-resourceType-v4.xsd +38 -17
- data/resources/kernel-4/include/datacite-titleType-v4.xsd +5 -5
- data/resources/kernel-4/metadata.xsd +349 -146
- data/resources/kernel-4.3/metadata.xsd +39 -8
- data/resources/kernel-4.4/include/datacite-contributorType-v4.xsd +35 -0
- data/resources/kernel-4.4/include/datacite-dateType-v4.xsd +25 -0
- data/resources/kernel-4.4/include/datacite-descriptionType-v4.xsd +19 -0
- data/resources/kernel-4.4/include/datacite-funderIdentifierType-v4.xsd +16 -0
- data/resources/kernel-4.4/include/datacite-nameType-v4.xsd +10 -0
- data/resources/kernel-4.4/include/datacite-numberType-v4.xsd +12 -0
- data/resources/kernel-4.4/include/datacite-relatedIdentifierType-v4.xsd +34 -0
- data/resources/kernel-4.4/include/datacite-relationType-v4.xsd +51 -0
- data/resources/kernel-4.4/include/datacite-resourceType-v4.xsd +43 -0
- data/resources/kernel-4.4/include/datacite-titleType-v4.xsd +14 -0
- data/resources/kernel-4.4/include/xml.xsd +286 -0
- data/resources/kernel-4.4/metadata.xsd +707 -0
- data/resources/kernel-4.5/include/datacite-contributorType-v4.xsd +35 -0
- data/resources/kernel-4.5/include/datacite-dateType-v4.xsd +25 -0
- data/resources/kernel-4.5/include/datacite-descriptionType-v4.xsd +19 -0
- data/resources/kernel-4.5/include/datacite-funderIdentifierType-v4.xsd +16 -0
- data/resources/kernel-4.5/include/datacite-nameType-v4.xsd +10 -0
- data/resources/kernel-4.5/include/datacite-numberType-v4.xsd +12 -0
- data/resources/kernel-4.5/include/datacite-relatedIdentifierType-v4.xsd +34 -0
- data/resources/kernel-4.5/include/datacite-relationType-v4.xsd +53 -0
- data/resources/kernel-4.5/include/datacite-resourceType-v4.xsd +45 -0
- data/resources/kernel-4.5/include/datacite-titleType-v4.xsd +14 -0
- data/resources/kernel-4.5/include/xml.xsd +286 -0
- data/resources/kernel-4.5/metadata.xsd +711 -0
- data/resources/kernel-4.6/include/datacite-contributorType-v4.xsd +37 -0
- data/resources/kernel-4.6/include/datacite-dateType-v4.xsd +27 -0
- data/resources/kernel-4.6/include/datacite-descriptionType-v4.xsd +19 -0
- data/resources/kernel-4.6/include/datacite-funderIdentifierType-v4.xsd +16 -0
- data/resources/kernel-4.6/include/datacite-nameType-v4.xsd +10 -0
- data/resources/kernel-4.6/include/datacite-numberType-v4.xsd +12 -0
- data/resources/kernel-4.6/include/datacite-relatedIdentifierType-v4.xsd +37 -0
- data/resources/kernel-4.6/include/datacite-relationType-v4.xsd +57 -0
- data/resources/kernel-4.6/include/datacite-resourceType-v4.xsd +49 -0
- data/resources/kernel-4.6/include/datacite-titleType-v4.xsd +14 -0
- data/resources/kernel-4.6/include/xml.xsd +286 -0
- data/resources/kernel-4.6/metadata.xsd +712 -0
- data/resources/oecd/dfg-mappings.json +1866 -0
- data/resources/oecd/for-mappings.json +1101 -0
- data/resources/oecd/fos-mappings.json +198 -0
- data/resources/schema_org/jsonldcontext.json +1069 -232
- data/resources/spdx/licenses.json +5297 -0
- metadata +160 -510
- data/.travis.yml +0 -33
- data/spec/array_spec.rb +0 -22
- data/spec/author_utils_spec.rb +0 -188
- data/spec/cli_spec.rb +0 -219
- data/spec/datacite_utils_spec.rb +0 -148
- data/spec/doi_utils_spec.rb +0 -302
- data/spec/find_from_format_spec.rb +0 -98
- data/spec/fixtures/aida.json +0 -82
- data/spec/fixtures/citeproc-no-author.json +0 -26
- data/spec/fixtures/citeproc-no-categories.json +0 -21
- data/spec/fixtures/citeproc.json +0 -30
- data/spec/fixtures/codemeta.json +0 -86
- data/spec/fixtures/codemeta_v2.json +0 -86
- data/spec/fixtures/crosscite.json +0 -63
- data/spec/fixtures/crossref.bib +0 -14
- data/spec/fixtures/crossref.ris +0 -15
- data/spec/fixtures/crossref.xml +0 -606
- data/spec/fixtures/datacite-example-affiliation.xml +0 -114
- data/spec/fixtures/datacite-example-complicated-v3.0.xml +0 -48
- data/spec/fixtures/datacite-example-complicated-v4.0.xml +0 -54
- data/spec/fixtures/datacite-example-complicated-v4.1.xml +0 -57
- data/spec/fixtures/datacite-example-geolocation-2.xml +0 -141
- data/spec/fixtures/datacite-example-geolocation.xml +0 -66
- data/spec/fixtures/datacite-example-polygon-v4.1.xml +0 -163
- data/spec/fixtures/datacite-geolocation-empty.xml +0 -159
- data/spec/fixtures/datacite-metadata-sample-complicated-v2.2.xml +0 -52
- data/spec/fixtures/datacite-multiple-language.xml +0 -38
- data/spec/fixtures/datacite-multiple-rights.xml +0 -59
- data/spec/fixtures/datacite-seriesinformation.xml +0 -41
- data/spec/fixtures/datacite-xml-lang.xml +0 -51
- data/spec/fixtures/datacite.json +0 -83
- data/spec/fixtures/datacite.xml +0 -40
- data/spec/fixtures/datacite_dataset.xml +0 -58
- data/spec/fixtures/datacite_malformed_creator.xml +0 -52
- data/spec/fixtures/datacite_missing_creator.xml +0 -33
- data/spec/fixtures/datacite_schema_3.xml +0 -58
- data/spec/fixtures/datacite_software.json +0 -21
- data/spec/fixtures/datacite_software_missing_comma.json +0 -18
- data/spec/fixtures/datacite_software_overlapping_keys.json +0 -18
- data/spec/fixtures/funding_reference.xml +0 -53
- data/spec/fixtures/gtex.xml +0 -71
- data/spec/fixtures/maremma/codemeta.json +0 -36
- data/spec/fixtures/nist.xml +0 -35
- data/spec/fixtures/ns0.xml +0 -2
- data/spec/fixtures/pure.bib +0 -14
- data/spec/fixtures/pure.ris +0 -15
- data/spec/fixtures/ris_bug.ris +0 -9
- data/spec/fixtures/schema_4.0.xml +0 -140
- data/spec/fixtures/schema_org.json +0 -44
- data/spec/fixtures/schema_org_geolocation.json +0 -82
- data/spec/fixtures/schema_org_geoshape.json +0 -550
- data/spec/fixtures/schema_org_gtex.json +0 -76
- data/spec/fixtures/schema_org_list.json +0 -12628
- data/spec/fixtures/schema_org_tdl_iodp_invalid_authors.json +0 -25
- data/spec/fixtures/schema_org_topmed.json +0 -54
- data/spec/fixtures/schema_org_type_as_array.json +0 -41
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/default.yml +0 -95
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_bibtex.yml +0 -95
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_citation.yml +0 -95
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_crossref.yml +0 -95
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_datacite.yml +0 -95
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_jats.yml +0 -95
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_schema_org.yml +0 -95
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/default.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_bibtex.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_citation.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite_json.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_jats.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_schema_org.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/default.yml +0 -111
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_bibtex.yml +0 -111
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_datacite.yml +0 -111
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_schema_org.yml +0 -111
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/crossref.yml +0 -47
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/datacite.yml +0 -47
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/jalc.yml +0 -47
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/kisti.yml +0 -47
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/medra.yml +0 -47
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/find_from_format_by_id/op.yml +0 -47
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/author.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/no_author.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/single_author.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/authors_as_string/with_organization.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_datacite_metadata/change_state.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_datacite_metadata/change_title.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_description.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_license.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_license_name.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_license_url.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/change_state.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/validates_against_schema.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/change_metadata_as_datacite_xml/with_data_citation.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/doi.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/doi_with_protocol.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/dx_doi_org_url.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/force_test_resolver.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/https_url.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/test_resolver.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_api_url/test_resolver_http.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/doi.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/doi_with_special_characters.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/not_a_doi.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/sandbox_url.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_from_url/url.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/crossref.yml +0 -88
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/datacite.yml +0 -88
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/jalc.yml +0 -88
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/kisti.yml +0 -88
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/medra.yml +0 -88
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_a_valid_prefix.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/not_found.yml +0 -88
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_registration_agency/op.yml +0 -88
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/doi.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/doi_with_protocol.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/dx_doi_org_url.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/force_test_resolver.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/https_url.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/test_resolver.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/doi_resolver/test_resolver_http.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref.yml +0 -143
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref_doi_not_url.yml +0 -143
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite.yml +0 -143
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite_doi_http.yml +0 -143
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/github.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/orcid.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/schema_org.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/unknown_DOI_registration_agency.yml +0 -143
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/bibtex.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/citeproc.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/codemeta.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crosscite.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/crossref.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/datacite_json.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/ris.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_file/schema_org.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_from_string/crosscite.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/from_schema_org/with_id.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/maremma.yml +0 -73
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_codemeta_metadata/metadata_reports.yml +0 -94
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_ORCID_ID.yml +0 -92
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_SICI_DOI.yml +0 -91
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/DOI_with_data_citation.yml +0 -95
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/JaLC.yml +0 -126
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/KISTI.yml +0 -147
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/OP.yml +0 -89
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/another_book.yml +0 -127
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/another_book_chapter.yml +0 -89
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/book.yml +0 -88
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/book_chapter.yml +0 -159
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/component.yml +0 -109
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/dataset.yml +0 -119
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/dataset_usda.yml +0 -129
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/date_in_future.yml +0 -90
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/error_unknown.yml +0 -88
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/jj.yml +0 -87
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article.yml +0 -89
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article_original_language_title.yml +0 -87
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article_with.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_article_with_funding.yml +0 -89
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/journal_issue.yml +0 -116
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/mEDRA.yml +0 -125
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/markup.yml +0 -92
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/missing_creator.yml +0 -89
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/multiple_t.yml +0 -47
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/multiple_titles.yml +0 -87
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/not_found_error.yml +0 -86
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/posted_content.yml +0 -88
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/vor_with_url.yml +0 -91
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/yet_another_book.yml +0 -87
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_crossref_metadata/yet_another_book_chapter.yml +0 -88
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/BlogPosting.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_test_system.yml +0 -100
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_test_system_schema_3.yml +0 -95
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_in_with_related_id_system.yml +0 -110
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/DOI_not_found.yml +0 -89
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Dataset.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding_empty_awardTitle.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Funding_schema_version_4.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/Referee_report_in_test_system.yml +0 -97
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_only_full_name.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_scheme.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/author_with_wrong_orcid_scheme.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/content_url.yml +0 -101
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/date.yml +0 -106
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/dissertation.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/doi_with_sign.yml +0 -97
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/empty_subject.yml +0 -95
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/funding_schema_version_3.yml +0 -119
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/is_identical_to.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/keywords_with_attributes.yml +0 -108
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/leading_and_trailing_whitespace.yml +0 -121
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_author_names_in_one_creatorsName.yml +0 -102
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/multiple_licenses.yml +0 -119
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/series-information.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/subject_scheme.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_datacite_metadata/xs_string_attributes.yml +0 -93
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date/publication_date.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/date.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year-month.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_date_parts/year.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_parts/date.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_parts/year-month.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_from_parts/year.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/date.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year-month.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_date_parts/year.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_familyName.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_Thai.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_display-order_with_ORCID.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/has_name_in_sort-order.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/hyper-authorship.yml +0 -1222
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/is_organization.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_author_names_in_one_field.yml +0 -58
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/multiple_name_identifier.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_affiliation.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_affiliation_and_country.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/name_with_role.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_one_author/only_familyName_and_givenName.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting.yml +0 -111
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/BlogPosting_with_new_DOI.yml +0 -111
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/harvard_dataverse.yml +0 -37
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/harvard_dataverse_via_identifiers_org.yml +0 -156
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/ornl.yml +0 -704
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/pangaea.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_schema_org_metadata/zenodo.yml +0 -580
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_series_information/only_title.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_series_information/title_and_pages.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_series_information/title_volume_and_pages.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/get_series_information/title_volume_issue_and_pages.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/github/github_as_codemeta_url.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/github/github_from_url.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/github/github_from_url_file.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/DOI_RA_not_Crossref_or_DataCite.yml +0 -47
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/handle_input/unknown_DOI_prefix.yml +0 -47
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_alternate_identifiers/insert.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_contributors/none.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_creators/insert.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_descriptions/insert.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_identifier/doi.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_person/creator_only_name.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publication_year/insert.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_publisher/insert.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/insert.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_related_identifiers/related_identifier.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_resource_type/insert.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_rights_list/insert.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_subjects/insert.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_titles/insert.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/insert_version/insert.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_comma.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_family_name.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_id.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_known_given_name.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_no_info.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_orcid_id.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/is_personal_name_/has_type_organization.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/missing_comma.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/nil.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/overlapping_keys.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/jsonlint/valid.yml +0 -99
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/SICI_doi.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_force_datacite_sandbox.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_datacite_sandbox.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_from_url_without_doi_proxy.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_too_long.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_prefix_with_string.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/doi_with_protocol.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/dx_doi_org_url.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/https_url.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/not_valid_doi_prefix.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_doi/url_with_one_slash.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/doi_as_url.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/ftp.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/invalid_url.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/sandbox_via_options.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/sandbox_via_url.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/string.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_id/url_with_utf-8.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/doi.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_ids/url.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_issn/from_array.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_issn/from_empty_array.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_issn/from_hash.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_issn/from_string.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/uri.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/normalize_url/with_trailing_slash.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/array_of_strings.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/first.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/hash.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/nil.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/parse_attributes/string.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_only_keep_specific_tags.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/sanitize/should_remove_a_tags.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/to_schema_org/with_id.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/to_schema_org_identifiers/with_identifiers.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_doi/doi.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/funder_doi.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/funder_doi_without_prefix.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_funder_doi/non-funder_doi.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_https.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_id.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_with_spaces.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_wrong_id.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid/validate_orcid_www.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_https.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_trailing_slash.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_orcid_scheme/validate_orcid_scheme_www.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi_as_url.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/doi_with_protocol.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_prefix/only_prefix.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/DOI.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/ISSN.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/URL.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/validate_url/string.yml +0 -44
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/BlogPosting.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/Dataset.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/authors_with_affiliations.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/climate_data.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/from_schema_org.yml +0 -111
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/keywords_subject_scheme.yml +0 -119
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/maremma.yml +0 -73
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/text.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_data_citation.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_bibtex/with_pages.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Dataset.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Journal_article.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citation/Missing_author.yml +0 -45
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/BlogPosting_schema_org.yml +0 -109
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/Dataset.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/container_title.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/journal_article.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/keywords_subject_scheme.yml +0 -119
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/maremma.yml +0 -73
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/missing_creator.yml +0 -45
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/multiple_abstracts.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/software.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/with_first_page.yml +0 -46
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/with_only_first_page.yml +0 -46
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_citeproc/with_pages.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite.yml +0 -54
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_codemeta/SoftwareSourceCode_DataCite_check_codemeta_v2.yml +0 -54
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/datacite_database_attributes.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/maremma.yml +0 -73
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_ORCID_ID.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crosscite/with_data_citation_schema_org.yml +0 -111
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_crossref/from_DataCite.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/climate_data.yml +0 -52
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/maremma.yml +0 -73
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/text.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/with_data_citation.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_csv/with_pages.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/maremma.yml +0 -73
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_ORCID_ID.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_json/with_data_citation_schema_org.yml +0 -111
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/DOI_not_found.yml +0 -45
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Dataset_in_schema_4_0.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Text_pass-thru.yml +0 -81
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/Text_pass-thru_with_doi_in_options.yml +0 -81
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/maremma.yml +0 -73
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_ORCID_ID.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_data_citation_schema_org.yml +0 -111
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_datacite_xml/with_editor.yml +0 -45
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/Dataset_in_schema_4_0.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/Text_pass-thru.yml +0 -81
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/book_chapter.yml +0 -84
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/maremma.yml +0 -73
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_ORCID_ID.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_data_citation.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_data_citation_schema_org.yml +0 -111
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_jats_xml/with_editor.yml +0 -45
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting.yml +0 -55
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/BlogPosting_schema_org.yml +0 -111
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/Dataset.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/alternate_name.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/journal_article.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/keywords_with_subject_scheme.yml +0 -119
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/maremma.yml +0 -73
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_ris/with_pages.yml +0 -48
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Funding_OpenAIRE.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON.yml +0 -75
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_IsSupplementTo.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/Schema_org_JSON_isReferencedBy.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/alternate_identifiers.yml +0 -57
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/data_catalog.yml +0 -62
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/geo_location_box.yml +0 -98
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/journal_article.yml +0 -51
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/maremma_schema_org_JSON.yml +0 -73
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/series_information.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/subject_scheme.yml +0 -49
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_schema_org/subject_scheme_multiple_keywords.yml +0 -119
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/write_metadata_as_turtle/Dataset.yml +0 -49
- data/spec/fixtures/vivli.xml +0 -1
- data/spec/metadata_spec.rb +0 -165
- data/spec/readers/bibtex_reader_spec.rb +0 -59
- data/spec/readers/citeproc_reader_spec.rb +0 -61
- data/spec/readers/codemeta_reader_spec.rb +0 -117
- data/spec/readers/crosscite_reader_spec.rb +0 -41
- data/spec/readers/crossref_reader_spec.rb +0 -509
- data/spec/readers/datacite_json_reader_spec.rb +0 -61
- data/spec/readers/datacite_reader_spec.rb +0 -1041
- data/spec/readers/ris_reader_spec.rb +0 -73
- data/spec/readers/schema_org_reader_spec.rb +0 -325
- data/spec/spec_helper.rb +0 -94
- data/spec/utils_spec.rb +0 -417
- data/spec/writers/bibtex_writer_spec.rb +0 -163
- data/spec/writers/citation_writer_spec.rb +0 -35
- data/spec/writers/citeproc_writer_spec.rb +0 -223
- data/spec/writers/codemeta_writer_spec.rb +0 -46
- data/spec/writers/crosscite_writer_spec.rb +0 -118
- data/spec/writers/crossref_writer_spec.rb +0 -21
- data/spec/writers/csv_writer_spec.rb +0 -93
- data/spec/writers/datacite_json_writer_spec.rb +0 -86
- data/spec/writers/datacite_writer_spec.rb +0 -366
- data/spec/writers/jats_writer_spec.rb +0 -179
- data/spec/writers/rdf_xml_writer_spec.rb +0 -100
- data/spec/writers/ris_writer_spec.rb +0 -203
- data/spec/writers/schema_org_writer_spec.rb +0 -322
- data/spec/writers/turtle_writer_spec.rb +0 -84
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.2/metadata.xsd">
|
|
3
|
-
<identifier identifierType="DOI">10.5072/example-full</identifier>
|
|
4
|
-
<creators>
|
|
5
|
-
<creator>
|
|
6
|
-
<creatorName nameType="Personal">Miller, Elizabeth</creatorName>
|
|
7
|
-
<givenName>Elizabeth</givenName>
|
|
8
|
-
<familyName>Miller</familyName>
|
|
9
|
-
<nameIdentifier schemeURI="http://orcid.org/" nameIdentifierScheme="ORCID">0000-0001-5000-0007</nameIdentifier>
|
|
10
|
-
<affiliation affiliationIdentifier="https://ror.org/04wxnsj81" affiliationIdentifierScheme="ROR">DataCite</affiliation>
|
|
11
|
-
</creator>
|
|
12
|
-
<creator>
|
|
13
|
-
<creatorName nameType="Personal">Carberry, Josiah</creatorName>
|
|
14
|
-
<givenName>Josiah</givenName>
|
|
15
|
-
<familyName>Carberry</familyName>
|
|
16
|
-
<nameIdentifier schemeURI="http://orcid.org/" nameIdentifierScheme="ORCID">0000-0002-1825-0097</nameIdentifier>
|
|
17
|
-
<affiliation affiliationIdentifier="https://ror.org/05gq02987" affiliationIdentifierScheme="ROR">Brown University</affiliation>
|
|
18
|
-
<affiliation affiliationIdentifier="grid.268117.b" affiliationIdentifierScheme="GRID" schemeURI="https://grid.ac/institutes/">Wesleyan University</affiliation>
|
|
19
|
-
</creator>
|
|
20
|
-
<creator>
|
|
21
|
-
<creatorName nameType="Organizational">The Psychoceramics Study Group</creatorName>
|
|
22
|
-
<affiliation affiliationIdentifier="https://ror.org/05gq02987" affiliationIdentifierScheme="ROR">Brown University</affiliation>
|
|
23
|
-
</creator>
|
|
24
|
-
</creators>
|
|
25
|
-
<titles>
|
|
26
|
-
<title xml:lang="en-US">Full DataCite XML Example</title>
|
|
27
|
-
<title xml:lang="en-US" titleType="Subtitle">Demonstration of DataCite Properties.</title>
|
|
28
|
-
</titles>
|
|
29
|
-
<publisher xml:lang="en">DataCite</publisher>
|
|
30
|
-
<publicationYear>2014</publicationYear>
|
|
31
|
-
<subjects>
|
|
32
|
-
<subject xml:lang="en-US" schemeURI="http://dewey.info/" subjectScheme="dewey">000 computer science</subject>
|
|
33
|
-
</subjects>
|
|
34
|
-
<contributors>
|
|
35
|
-
<contributor contributorType="ProjectLeader">
|
|
36
|
-
<contributorName>Starr, Joan</contributorName>
|
|
37
|
-
<givenName>Joan</givenName>
|
|
38
|
-
<familyName>Starr</familyName>
|
|
39
|
-
<nameIdentifier schemeURI="http://orcid.org/" nameIdentifierScheme="ORCID">0000-0002-7285-027X</nameIdentifier>
|
|
40
|
-
<affiliation affiliationIdentifier="https://ror.org/03yrm5c26" affiliationIdentifierScheme="ROR">California Digital Library</affiliation>
|
|
41
|
-
</contributor>
|
|
42
|
-
</contributors>
|
|
43
|
-
<dates>
|
|
44
|
-
<date dateType="Updated" dateInformation="Updated with 4.2 properties">2017-09-13</date>
|
|
45
|
-
</dates>
|
|
46
|
-
<language>en-US</language>
|
|
47
|
-
<resourceType resourceTypeGeneral="Software">XML</resourceType>
|
|
48
|
-
<alternateIdentifiers>
|
|
49
|
-
<alternateIdentifier alternateIdentifierType="URL">https://schema.datacite.org/meta/kernel-4.2/example/datacite-example-full-v4.2.xml</alternateIdentifier>
|
|
50
|
-
</alternateIdentifiers>
|
|
51
|
-
<relatedIdentifiers>
|
|
52
|
-
<relatedIdentifier relatedIdentifierType="URL" relationType="HasMetadata" relatedMetadataScheme="citeproc+json" schemeURI="https://github.com/citation-style-language/schema/raw/master/csl-data.json">https://data.datacite.org/application/citeproc+json/10.5072/example-full</relatedIdentifier>
|
|
53
|
-
<relatedIdentifier relatedIdentifierType="arXiv" relationType="IsReviewedBy" resourceTypeGeneral="Text">arXiv:0706.0001</relatedIdentifier>
|
|
54
|
-
</relatedIdentifiers>
|
|
55
|
-
<sizes>
|
|
56
|
-
<size>4 kB</size>
|
|
57
|
-
</sizes>
|
|
58
|
-
<formats>
|
|
59
|
-
<format>application/xml</format>
|
|
60
|
-
</formats>
|
|
61
|
-
<version>4.2</version>
|
|
62
|
-
<rightsList>
|
|
63
|
-
<rights xml:lang="en-US" schemeURI="https://spdx.org/licenses/" rightsIdentifierScheme="SPDX" rightsIdentifier="CC0 1.0" rightsURI="http://creativecommons.org/publicdomain/zero/1.0/"/> </rightsList>
|
|
64
|
-
<descriptions>
|
|
65
|
-
<description xml:lang="en-US" descriptionType="Abstract">
|
|
66
|
-
XML example of all DataCite Metadata Schema v4.2 properties.
|
|
67
|
-
</description>
|
|
68
|
-
</descriptions>
|
|
69
|
-
<geoLocations>
|
|
70
|
-
<geoLocation>
|
|
71
|
-
<geoLocationPlace>Atlantic Ocean</geoLocationPlace>
|
|
72
|
-
<geoLocationPoint>
|
|
73
|
-
<pointLongitude>-67.302</pointLongitude>
|
|
74
|
-
<pointLatitude>31.233</pointLatitude>
|
|
75
|
-
</geoLocationPoint>
|
|
76
|
-
<geoLocationBox>
|
|
77
|
-
<westBoundLongitude>-71.032</westBoundLongitude>
|
|
78
|
-
<eastBoundLongitude>-68.211</eastBoundLongitude>
|
|
79
|
-
<southBoundLatitude>41.090</southBoundLatitude>
|
|
80
|
-
<northBoundLatitude>42.893</northBoundLatitude>
|
|
81
|
-
</geoLocationBox>
|
|
82
|
-
<geoLocationPolygon>
|
|
83
|
-
<polygonPoint>
|
|
84
|
-
<pointLatitude>41.991</pointLatitude>
|
|
85
|
-
<pointLongitude>-71.032</pointLongitude>
|
|
86
|
-
</polygonPoint>
|
|
87
|
-
<polygonPoint>
|
|
88
|
-
<pointLatitude>42.893</pointLatitude>
|
|
89
|
-
<pointLongitude>-69.622</pointLongitude>
|
|
90
|
-
</polygonPoint>
|
|
91
|
-
<polygonPoint>
|
|
92
|
-
<pointLatitude>41.991</pointLatitude>
|
|
93
|
-
<pointLongitude>-68.211</pointLongitude>
|
|
94
|
-
</polygonPoint>
|
|
95
|
-
<polygonPoint>
|
|
96
|
-
<pointLatitude>41.090</pointLatitude>
|
|
97
|
-
<pointLongitude>-69.622</pointLongitude>
|
|
98
|
-
</polygonPoint>
|
|
99
|
-
<polygonPoint>
|
|
100
|
-
<pointLatitude>41.991</pointLatitude>
|
|
101
|
-
<pointLongitude>-71.032</pointLongitude>
|
|
102
|
-
</polygonPoint>
|
|
103
|
-
</geoLocationPolygon>
|
|
104
|
-
</geoLocation>
|
|
105
|
-
</geoLocations>
|
|
106
|
-
<fundingReferences>
|
|
107
|
-
<fundingReference>
|
|
108
|
-
<funderName>National Science Foundation</funderName>
|
|
109
|
-
<funderIdentifier funderIdentifierType="Crossref Funder ID" schemeURI="https://doi.org/">https://doi.org/10.13039/100000001</funderIdentifier>
|
|
110
|
-
<awardNumber>CBET-106</awardNumber>
|
|
111
|
-
<awardTitle>Full DataCite XML Example</awardTitle>
|
|
112
|
-
</fundingReference>
|
|
113
|
-
</fundingReferences>
|
|
114
|
-
</resource>
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<resource xsi:schemaLocation="http://datacite.org/schema/kernel-3.0 http://schema.datacite.org/meta/kernel-3.0/metadata.xsd" xmlns="http://datacite.org/schema/kernel-3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
3
|
-
<identifier identifierType="DOI">10.5072/testpub</identifier>
|
|
4
|
-
<creators>
|
|
5
|
-
<creator>
|
|
6
|
-
<creatorName>Smith, John</creatorName>
|
|
7
|
-
</creator>
|
|
8
|
-
<creator>
|
|
9
|
-
<creatorName>つまらないものですが</creatorName>
|
|
10
|
-
<nameIdentifier nameIdentifierScheme="ISNI" schemeURI="http://isni.org/isni/">0000000134596520</nameIdentifier>
|
|
11
|
-
</creator>
|
|
12
|
-
</creators>
|
|
13
|
-
<titles>
|
|
14
|
-
<title>Właściwości rzutowań podprzestrzeniowych</title>
|
|
15
|
-
<title titleType="TranslatedTitle">Translation of Polish titles</title>
|
|
16
|
-
</titles>
|
|
17
|
-
<publisher>Springer</publisher>
|
|
18
|
-
<publicationYear>2010</publicationYear>
|
|
19
|
-
<subjects>
|
|
20
|
-
<subject subjectScheme="DDC">830 German & related literatures</subject>
|
|
21
|
-
<subject>Polish Literature</subject>
|
|
22
|
-
</subjects>
|
|
23
|
-
<contributors>
|
|
24
|
-
<contributor contributorType="DataCollector">
|
|
25
|
-
<contributorName>Doe, John</contributorName>
|
|
26
|
-
<nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0001-5393-1421</nameIdentifier>
|
|
27
|
-
</contributor>
|
|
28
|
-
</contributors>
|
|
29
|
-
<language>GER</language>
|
|
30
|
-
<resourceType resourceTypeGeneral="Text">Monograph</resourceType>
|
|
31
|
-
<alternateIdentifiers>
|
|
32
|
-
<alternateIdentifier alternateIdentifierType="ISBN">937-0-4523-12357-6</alternateIdentifier>
|
|
33
|
-
</alternateIdentifiers>
|
|
34
|
-
<relatedIdentifiers>
|
|
35
|
-
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsPartOf">10.5272/oldertestpub</relatedIdentifier>
|
|
36
|
-
</relatedIdentifiers>
|
|
37
|
-
<sizes>
|
|
38
|
-
<size>256 pages</size>
|
|
39
|
-
</sizes>
|
|
40
|
-
<formats>
|
|
41
|
-
<format>pdf</format>
|
|
42
|
-
</formats>
|
|
43
|
-
<version>2</version>
|
|
44
|
-
<rightsList> <rights rightsURI="http://creativecommons.org/licenses/by-nd/2.0/">Creative Commons Attribution-NoDerivs 2.0 Generic</rights></rightsList>
|
|
45
|
-
<descriptions>
|
|
46
|
-
<description descriptionType="Abstract">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</description>
|
|
47
|
-
</descriptions>
|
|
48
|
-
</resource>
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4.0" xsi:schemaLocation="http://datacite.org/schema/kernel-4.0 http://schema.datacite.org/meta/kernel-4.0/metadata.xsd">
|
|
3
|
-
<identifier identifierType="DOI">10.5072/testpub</identifier>
|
|
4
|
-
<creators>
|
|
5
|
-
<creator>
|
|
6
|
-
<creatorName>Smith, John</creatorName>
|
|
7
|
-
</creator>
|
|
8
|
-
<creator>
|
|
9
|
-
<creatorName>つまらないものですが</creatorName>
|
|
10
|
-
<nameIdentifier nameIdentifierScheme="ISNI" schemeURI="http://isni.org/isni/">0000000134596520</nameIdentifier>
|
|
11
|
-
</creator>
|
|
12
|
-
</creators>
|
|
13
|
-
<titles>
|
|
14
|
-
<title>Właściwości rzutowań podprzestrzeniowych</title>
|
|
15
|
-
<title titleType="TranslatedTitle">Translation of Polish titles</title>
|
|
16
|
-
</titles>
|
|
17
|
-
<publisher>Springer</publisher>
|
|
18
|
-
<publicationYear>2010</publicationYear>
|
|
19
|
-
<subjects>
|
|
20
|
-
<subject subjectScheme="DDC">830 German & related literatures</subject>
|
|
21
|
-
<subject>Polish Literature</subject>
|
|
22
|
-
</subjects>
|
|
23
|
-
<contributors>
|
|
24
|
-
<contributor contributorType="DataCollector">
|
|
25
|
-
<contributorName>Doe, John</contributorName>
|
|
26
|
-
<nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0001-5393-1421</nameIdentifier>
|
|
27
|
-
</contributor>
|
|
28
|
-
</contributors>
|
|
29
|
-
<language>GER</language>
|
|
30
|
-
<resourceType resourceTypeGeneral="Text">Monograph</resourceType>
|
|
31
|
-
<alternateIdentifiers>
|
|
32
|
-
<alternateIdentifier alternateIdentifierType="ISBN">937-0-4523-12357-6</alternateIdentifier>
|
|
33
|
-
</alternateIdentifiers>
|
|
34
|
-
<relatedIdentifiers>
|
|
35
|
-
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsPartOf">10.5272/oldertestpub</relatedIdentifier>
|
|
36
|
-
</relatedIdentifiers>
|
|
37
|
-
<sizes>
|
|
38
|
-
<size>256 pages</size>
|
|
39
|
-
</sizes>
|
|
40
|
-
<formats>
|
|
41
|
-
<format>pdf</format>
|
|
42
|
-
</formats>
|
|
43
|
-
<version>2</version>
|
|
44
|
-
<rightsList>
|
|
45
|
-
<rights rightsURI="http://creativecommons.org/licenses/by-nd/2.0/">Creative Commons Attribution-NoDerivs 2.0 Generic</rights>
|
|
46
|
-
</rightsList>
|
|
47
|
-
<descriptions>
|
|
48
|
-
<description descriptionType="Abstract">
|
|
49
|
-
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea
|
|
50
|
-
takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores
|
|
51
|
-
et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
|
|
52
|
-
</description>
|
|
53
|
-
</descriptions>
|
|
54
|
-
</resource>
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4/metadata.xsd">
|
|
3
|
-
<identifier identifierType="DOI">10.5072/testpub</identifier>
|
|
4
|
-
<creators>
|
|
5
|
-
<creator>
|
|
6
|
-
<creatorName nameType="Personal">Smith, John</creatorName>
|
|
7
|
-
</creator>
|
|
8
|
-
<creator>
|
|
9
|
-
<creatorName>つまらないものですが</creatorName>
|
|
10
|
-
<nameIdentifier nameIdentifierScheme="ISNI" schemeURI="http://isni.org/isni/">0000000134596520</nameIdentifier>
|
|
11
|
-
</creator>
|
|
12
|
-
</creators>
|
|
13
|
-
<titles>
|
|
14
|
-
<title>Właściwości rzutowań podprzestrzeniowych</title>
|
|
15
|
-
<title titleType="TranslatedTitle">Translation of Polish titles</title>
|
|
16
|
-
</titles>
|
|
17
|
-
<publisher>Springer</publisher>
|
|
18
|
-
<publicationYear>2010</publicationYear>
|
|
19
|
-
<subjects>
|
|
20
|
-
<subject subjectScheme="DDC">830 German & related literatures</subject>
|
|
21
|
-
<subject>Polish Literature</subject>
|
|
22
|
-
</subjects>
|
|
23
|
-
<dates>
|
|
24
|
-
<date dateType="Other" dateInformation="Correction">2012-12-13</date>
|
|
25
|
-
</dates>
|
|
26
|
-
<contributors>
|
|
27
|
-
<contributor contributorType="DataCollector">
|
|
28
|
-
<contributorName>Doe, John</contributorName>
|
|
29
|
-
<nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0001-5393-1421</nameIdentifier>
|
|
30
|
-
</contributor>
|
|
31
|
-
</contributors>
|
|
32
|
-
<language>GER</language>
|
|
33
|
-
<resourceType resourceTypeGeneral="Text">Monograph</resourceType>
|
|
34
|
-
<alternateIdentifiers>
|
|
35
|
-
<alternateIdentifier alternateIdentifierType="ISBN">937-0-4523-12357-6</alternateIdentifier>
|
|
36
|
-
</alternateIdentifiers>
|
|
37
|
-
<relatedIdentifiers>
|
|
38
|
-
<relatedIdentifier resourceTypeGeneral="Text" relatedIdentifierType="DOI" relationType="IsPartOf">10.5272/oldertestpub</relatedIdentifier>
|
|
39
|
-
</relatedIdentifiers>
|
|
40
|
-
<sizes>
|
|
41
|
-
<size>256 pages</size>
|
|
42
|
-
</sizes>
|
|
43
|
-
<formats>
|
|
44
|
-
<format>pdf</format>
|
|
45
|
-
</formats>
|
|
46
|
-
<version>2</version>
|
|
47
|
-
<rightsList>
|
|
48
|
-
<rights xml:lang="eng" rightsURI="http://creativecommons.org/licenses/by-nd/2.0/">Creative Commons Attribution-NoDerivs 2.0 Generic</rights>
|
|
49
|
-
</rightsList>
|
|
50
|
-
<descriptions>
|
|
51
|
-
<description descriptionType="Abstract">
|
|
52
|
-
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea
|
|
53
|
-
takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores
|
|
54
|
-
et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
|
|
55
|
-
</description>
|
|
56
|
-
</descriptions>
|
|
57
|
-
</resource>
|
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0"?>
|
|
2
|
-
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4/metadata.xsd">
|
|
3
|
-
<identifier identifierType="DOI">10.6071/Z7WC73</identifier>
|
|
4
|
-
<creators>
|
|
5
|
-
<creator>
|
|
6
|
-
<creatorName>Bales, Roger</creatorName>
|
|
7
|
-
<affiliation>UC Merced</affiliation>
|
|
8
|
-
<affiliation>NSF</affiliation>
|
|
9
|
-
</creator>
|
|
10
|
-
<creator>
|
|
11
|
-
<creatorName>Meadows, Matt</creatorName>
|
|
12
|
-
<affiliation>UC Merced</affiliation>
|
|
13
|
-
</creator>
|
|
14
|
-
<creator>
|
|
15
|
-
<creatorName>Stacy, Erin</creatorName>
|
|
16
|
-
<nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0002-8862-1404</nameIdentifier>
|
|
17
|
-
<affiliation>UC Merced</affiliation>
|
|
18
|
-
</creator>
|
|
19
|
-
<creator>
|
|
20
|
-
<creatorName>Conklin, Martha</creatorName>
|
|
21
|
-
<nameIdentifier nameIdentifierScheme="ORCID" schemeURI="http://orcid.org/">0000-0002-9627-2427</nameIdentifier>
|
|
22
|
-
<affiliation>UC Merced</affiliation>
|
|
23
|
-
</creator>
|
|
24
|
-
<creator>
|
|
25
|
-
<creatorName>Meng, Xiande</creatorName>
|
|
26
|
-
<affiliation>UC Merced</affiliation>
|
|
27
|
-
</creator>
|
|
28
|
-
<creator>
|
|
29
|
-
<creatorName>Southern Sierra Critical Zone Observatory, SSCZO</creatorName>
|
|
30
|
-
<affiliation>NSF</affiliation>
|
|
31
|
-
</creator>
|
|
32
|
-
</creators>
|
|
33
|
-
<titles>
|
|
34
|
-
<title>
|
|
35
|
-
Southern Sierra Critical Zone Observatory (SSCZO), Providence Creek
|
|
36
|
-
meteorological data, soil moisture and temperature, snow depth and air
|
|
37
|
-
temperature
|
|
38
|
-
</title>
|
|
39
|
-
</titles>
|
|
40
|
-
<publisher>UC Merced</publisher>
|
|
41
|
-
<publicationYear>2013</publicationYear>
|
|
42
|
-
<subjects>
|
|
43
|
-
<subject>Earth sciences</subject>
|
|
44
|
-
<subject>soil moisture</subject>
|
|
45
|
-
<subject>soil temperature</subject>
|
|
46
|
-
<subject>snow depth</subject>
|
|
47
|
-
<subject>air temperature</subject>
|
|
48
|
-
<subject>water balance</subject>
|
|
49
|
-
<subject>Nevada, Sierra (mountain range)</subject>
|
|
50
|
-
</subjects>
|
|
51
|
-
<fundingReferences>
|
|
52
|
-
<fundingReference>
|
|
53
|
-
<funderName>
|
|
54
|
-
National Science Foundation, Division of Earth Sciences, Critical Zone
|
|
55
|
-
Observatories
|
|
56
|
-
</funderName>
|
|
57
|
-
<awardNumber>1331939, 0725097</awardNumber>
|
|
58
|
-
</fundingReference>
|
|
59
|
-
</fundingReferences>
|
|
60
|
-
<contributors>
|
|
61
|
-
<contributor contributorType="ProjectLeader">
|
|
62
|
-
<contributorName>Bales, Roger</contributorName>
|
|
63
|
-
<affiliation>University of California, Merced</affiliation>
|
|
64
|
-
</contributor>
|
|
65
|
-
<contributor contributorType="DataCollector">
|
|
66
|
-
<contributorName>Meadows, Matt</contributorName>
|
|
67
|
-
<affiliation>University of California, Merced</affiliation>
|
|
68
|
-
</contributor>
|
|
69
|
-
<contributor contributorType="DataManager">
|
|
70
|
-
<contributorName>Meng, Xiande</contributorName>
|
|
71
|
-
<affiliation>University of California, Merced</affiliation>
|
|
72
|
-
</contributor>
|
|
73
|
-
<contributor contributorType="ResearchGroup">
|
|
74
|
-
<contributorName>Southern Sierra Critical Zone Observatory</contributorName>
|
|
75
|
-
</contributor>
|
|
76
|
-
</contributors>
|
|
77
|
-
<dates>
|
|
78
|
-
<date dateType="Updated">2014-10-17</date>
|
|
79
|
-
<date dateType="Available">2016-03-14T17:02:02Z</date>
|
|
80
|
-
</dates>
|
|
81
|
-
<language>en</language>
|
|
82
|
-
<resourceType resourceTypeGeneral="Dataset">dataset</resourceType>
|
|
83
|
-
<sizes>
|
|
84
|
-
<size>1799269709 bytes</size>
|
|
85
|
-
</sizes>
|
|
86
|
-
<version>2</version>
|
|
87
|
-
<rightsList>
|
|
88
|
-
<rights rightsURI="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International (CC BY 4.0)</rights>
|
|
89
|
-
</rightsList>
|
|
90
|
-
<descriptions>
|
|
91
|
-
<description descriptionType="Abstract">
|
|
92
|
-
Snow depth, soil moisture and soil temperature are measured at lower
|
|
93
|
-
Providence South facing (LowMetS) and North facing (LowMetN), Upper
|
|
94
|
-
Providence South facing (UpMetS), North facing (UpMetN) and Flat aspect
|
|
95
|
-
(UpMetF), and Subcatchment basin P301 (P301) with a wireless sensor
|
|
96
|
-
network, using a Campbell Scientific logger to control peripheral devices.
|
|
97
|
-
Snow depth is measured in the open, at the drip edge and under canopies.
|
|
98
|
-
Soil moisture and temperature are measured at 10, 30, 60 and 90 cm depths
|
|
99
|
-
coincident with the snow depth nodes. 10 watt solar panels provides power
|
|
100
|
-
for monitoring at 10 minute intervals. Raw data have been processed to
|
|
101
|
-
level 1 (QA/QC) and level 2 (gap-filled, derived) data. Time period: water
|
|
102
|
-
year 2008 through water year 2012 (version 1), 2013 to 2016 (version 2).
|
|
103
|
-
</description>
|
|
104
|
-
<description descriptionType="Methods">
|
|
105
|
-
Soil volumetric water content (VWC) and soil temperature measured using
|
|
106
|
-
Decagon Devices ECHO-TM at depths of 10, 30, 60, an 90 cm below the
|
|
107
|
-
mineral soil surface. Sensor now equivalent to 5TM
|
|
108
|
-
(http://www.decagon.com/soil-moisture-sensors/). Distance to snow/soil
|
|
109
|
-
surface and air temperature measured with Judd Communications ultrasonic
|
|
110
|
-
depth sensor, using analog control ( http://www.juddcom.com/ ). Data
|
|
111
|
-
control and storage on Campbell Scientific CR1000 datalogger, using
|
|
112
|
-
AM16/32B multiplexer ( http://www.campbellsci.com ). Program for data
|
|
113
|
-
acquisition are located on UC Merced-SNRI digital library (
|
|
114
|
-
https://eng.ucmerced.edu/snsjho/files/MHWG/Field/Southern...)
|
|
115
|
-
</description>
|
|
116
|
-
<description descriptionType="Other">
|
|
117
|
-
Lower and upper Providence Creek, Subcatchment basin P301.acde: white fir
|
|
118
|
-
drip edge; acuc: white fir under canopy; cdde: incense-cedar drip edge;
|
|
119
|
-
cduc: incense-cedar under canopy; open: open canopy; plde: sugar pine drip
|
|
120
|
-
edge; pluc: sugar pine under canopy; ppde: Ponderosa pine drip; edge ppde:
|
|
121
|
-
Ponderosa pine drip edge; ppuc: Ponderosa pine under canopy; ppuc:
|
|
122
|
-
Ponderosa pine under canopy; qkde: black oak drip edge; qkuc: black oak
|
|
123
|
-
under canopy
|
|
124
|
-
</description>
|
|
125
|
-
</descriptions>
|
|
126
|
-
<geoLocations>
|
|
127
|
-
<geoLocation>
|
|
128
|
-
<geoLocationPoint>
|
|
129
|
-
<pointLatitude>37.047756</pointLatitude>
|
|
130
|
-
<pointLongitude>-119.221094</pointLongitude>
|
|
131
|
-
</geoLocationPoint>
|
|
132
|
-
<geoLocationBox>
|
|
133
|
-
<westBoundLongitude>-119.211</westBoundLongitude>
|
|
134
|
-
<eastBoundLongitude>-119.182</eastBoundLongitude>
|
|
135
|
-
<southBoundLatitude>37.046</southBoundLatitude>
|
|
136
|
-
<northBoundLatitude>37.075</northBoundLatitude>
|
|
137
|
-
</geoLocationBox>
|
|
138
|
-
<geoLocationPlace>Providence Creek (Lower, Upper and P301)</geoLocationPlace>
|
|
139
|
-
</geoLocation>
|
|
140
|
-
</geoLocations>
|
|
141
|
-
</resource>
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4/metadata.xsd">
|
|
3
|
-
<identifier identifierType="DOI">10.5072/geoPointExample</identifier>
|
|
4
|
-
<creators>
|
|
5
|
-
<creator>
|
|
6
|
-
<creatorName>Schumann, Kai</creatorName>
|
|
7
|
-
</creator>
|
|
8
|
-
<creator>
|
|
9
|
-
<creatorName>Völker, David</creatorName>
|
|
10
|
-
</creator>
|
|
11
|
-
<creator>
|
|
12
|
-
<creatorName>Weinrebe, Wilhelm Reiber</creatorName>
|
|
13
|
-
</creator>
|
|
14
|
-
</creators>
|
|
15
|
-
<titles>
|
|
16
|
-
<title>
|
|
17
|
-
Gridded results of swath bathymetric mapping of Disko Bay, Western Greenland, 2007-2008
|
|
18
|
-
</title>
|
|
19
|
-
</titles>
|
|
20
|
-
<publisher>
|
|
21
|
-
PANGAEA - Data Publisher for Earth & Environmental Science
|
|
22
|
-
</publisher>
|
|
23
|
-
<publicationYear>2011</publicationYear>
|
|
24
|
-
<subjects>
|
|
25
|
-
<subject subjectScheme="DDC">551 Geology, hydrology, meteorology</subject>
|
|
26
|
-
</subjects>
|
|
27
|
-
<contributors>
|
|
28
|
-
<contributor contributorType="HostingInstitution">
|
|
29
|
-
<contributorName>
|
|
30
|
-
IFM-GEOMAR Leibniz-Institute of Marine Sciences, Kiel University
|
|
31
|
-
</contributorName>
|
|
32
|
-
</contributor>
|
|
33
|
-
</contributors>
|
|
34
|
-
<language>en</language>
|
|
35
|
-
<resourceType resourceTypeGeneral="Dataset"/>
|
|
36
|
-
<relatedIdentifiers>
|
|
37
|
-
<relatedIdentifier relatedIdentifierType="DOI" relationType="Continues">10.5072/timeSeries</relatedIdentifier>
|
|
38
|
-
</relatedIdentifiers>
|
|
39
|
-
<sizes>
|
|
40
|
-
<size>4 datasets</size>
|
|
41
|
-
</sizes>
|
|
42
|
-
<formats>
|
|
43
|
-
<format>application/zip</format>
|
|
44
|
-
</formats>
|
|
45
|
-
<rightsList>
|
|
46
|
-
<rights rightsURI="http://creativecommons.org/licenses/by/3.0/deed">Creative Commons Attribution 3.0 Unported</rights>
|
|
47
|
-
</rightsList>
|
|
48
|
-
<descriptions>
|
|
49
|
-
<description descriptionType="Abstract">
|
|
50
|
-
A ship-based acoustic mapping campaign was conducted at the exit of Ilulissat Ice Fjord and in the sedimentary basin of Disko Bay to the west of the fjord mouth. Submarine landscape and sediment distribution patterns are interpreted in terms of
|
|
51
|
-
glaciomarine facies types that are related to variations in the past position of the glacier front. In particular, asymmetric ridges that form a curved entity and a large sill at the fjord mouth may represent moraines hat depict at least two
|
|
52
|
-
relatively stable positions of the ice front in the Disko Bay and at the fjord mouth. In this respect, Ilulissat Glacier shows prominent differences to the East Greenland Kangerlussuaq Glacier which is comparable in present size and present role for
|
|
53
|
-
the ice discharge from the inland ice sheet. Two linear clusters of pockmarks in the center of the sedimentary basin seem to be linked to ongoing methane release due to dissociation of gas hydrates, a process fueled by climate warming in the Arctic
|
|
54
|
-
realm.
|
|
55
|
-
</description>
|
|
56
|
-
</descriptions>
|
|
57
|
-
<geoLocations>
|
|
58
|
-
<geoLocation>
|
|
59
|
-
<geoLocationPlace>Disko Bay</geoLocationPlace>
|
|
60
|
-
<geoLocationPoint>
|
|
61
|
-
<pointLongitude>-52.000000</pointLongitude>
|
|
62
|
-
<pointLatitude>69.000000</pointLatitude>
|
|
63
|
-
</geoLocationPoint>
|
|
64
|
-
</geoLocation>
|
|
65
|
-
</geoLocations>
|
|
66
|
-
</resource>
|
|
@@ -1,163 +0,0 @@
|
|
|
1
|
-
<resource xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd"
|
|
2
|
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
3
|
-
xmlns="http://datacite.org/schema/kernel-4">
|
|
4
|
-
<script/>
|
|
5
|
-
<identifier identifierType="DOI">10.5072/example-polygon</identifier>
|
|
6
|
-
<creators>
|
|
7
|
-
<creator>
|
|
8
|
-
<creatorName nameType="Personal">den Heijer, C</creatorName>
|
|
9
|
-
</creator>
|
|
10
|
-
</creators>
|
|
11
|
-
<titles>
|
|
12
|
-
<title xml:lang="en">Meteo measurements at the Sand Motor</title>
|
|
13
|
-
</titles>
|
|
14
|
-
<publisher>4TU.Centre for Research Data</publisher>
|
|
15
|
-
<publicationYear>2017</publicationYear>
|
|
16
|
-
<resourceType resourceTypeGeneral="Dataset">Dataset</resourceType>
|
|
17
|
-
<formats>
|
|
18
|
-
<format>application/x-netcdf</format>
|
|
19
|
-
</formats>
|
|
20
|
-
<geoLocations>
|
|
21
|
-
<geoLocation>
|
|
22
|
-
<geoLocationPlace>Zandmotor, sand suppletion area on the Dutch coast.</geoLocationPlace>
|
|
23
|
-
<geoLocationPolygon>
|
|
24
|
-
<polygonPoint>
|
|
25
|
-
<pointLongitude>4.1738852605822</pointLongitude>
|
|
26
|
-
<pointLatitude>52.03913926329928</pointLatitude>
|
|
27
|
-
</polygonPoint>
|
|
28
|
-
<polygonPoint>
|
|
29
|
-
<pointLongitude>4.177180694215117</pointLongitude>
|
|
30
|
-
<pointLatitude>52.04164225918711</pointLatitude>
|
|
31
|
-
</polygonPoint>
|
|
32
|
-
<polygonPoint>
|
|
33
|
-
<pointLongitude>4.180535246850687</pointLongitude>
|
|
34
|
-
<pointLatitude>52.04399625464452</pointLatitude>
|
|
35
|
-
</polygonPoint>
|
|
36
|
-
<polygonPoint>
|
|
37
|
-
<pointLongitude>4.184849833488133</pointLongitude>
|
|
38
|
-
<pointLatitude>52.04692936720903</pointLatitude>
|
|
39
|
-
</polygonPoint>
|
|
40
|
-
<polygonPoint>
|
|
41
|
-
<pointLongitude>4.188676339698225</pointLongitude>
|
|
42
|
-
<pointLatitude>52.04967415251541</pointLatitude>
|
|
43
|
-
</polygonPoint>
|
|
44
|
-
<polygonPoint>
|
|
45
|
-
<pointLongitude>4.191534369184121</pointLongitude>
|
|
46
|
-
<pointLatitude>52.05170714064434</pointLatitude>
|
|
47
|
-
</polygonPoint>
|
|
48
|
-
<polygonPoint>
|
|
49
|
-
<pointLongitude>4.194175770686163</pointLongitude>
|
|
50
|
-
<pointLatitude>52.05334245636797</pointLatitude>
|
|
51
|
-
</polygonPoint>
|
|
52
|
-
<polygonPoint>
|
|
53
|
-
<pointLongitude>4.195777670597483</pointLongitude>
|
|
54
|
-
<pointLatitude>52.05421289062893</pointLatitude>
|
|
55
|
-
</polygonPoint>
|
|
56
|
-
<polygonPoint>
|
|
57
|
-
<pointLongitude>4.197318856770764</pointLongitude>
|
|
58
|
-
<pointLatitude>52.05560708986616</pointLatitude>
|
|
59
|
-
</polygonPoint>
|
|
60
|
-
<polygonPoint>
|
|
61
|
-
<pointLongitude>4.197244535290235</pointLongitude>
|
|
62
|
-
<pointLatitude>52.05647414552436</pointLatitude>
|
|
63
|
-
</polygonPoint>
|
|
64
|
-
<polygonPoint>
|
|
65
|
-
<pointLongitude>4.194878372206108</pointLongitude>
|
|
66
|
-
<pointLatitude>52.05558026532434</pointLatitude>
|
|
67
|
-
</polygonPoint>
|
|
68
|
-
<polygonPoint>
|
|
69
|
-
<pointLongitude>4.192275513207293</pointLongitude>
|
|
70
|
-
<pointLatitude>52.0540037664795</pointLatitude>
|
|
71
|
-
</polygonPoint>
|
|
72
|
-
<polygonPoint>
|
|
73
|
-
<pointLongitude>4.190139539757181</pointLongitude>
|
|
74
|
-
<pointLatitude>52.05338309097328</pointLatitude>
|
|
75
|
-
</polygonPoint>
|
|
76
|
-
<polygonPoint>
|
|
77
|
-
<pointLongitude>4.188563539343029</pointLongitude>
|
|
78
|
-
<pointLatitude>52.05409113125509</pointLatitude>
|
|
79
|
-
</polygonPoint>
|
|
80
|
-
<polygonPoint>
|
|
81
|
-
<pointLongitude>4.188843259016792</pointLongitude>
|
|
82
|
-
<pointLatitude>52.05555708237333</pointLatitude>
|
|
83
|
-
</polygonPoint>
|
|
84
|
-
<polygonPoint>
|
|
85
|
-
<pointLongitude>4.190440325374933</pointLongitude>
|
|
86
|
-
<pointLatitude>52.05648630398393</pointLatitude>
|
|
87
|
-
</polygonPoint>
|
|
88
|
-
<polygonPoint>
|
|
89
|
-
<pointLongitude>4.193486805620985</pointLongitude>
|
|
90
|
-
<pointLatitude>52.05721863750948</pointLatitude>
|
|
91
|
-
</polygonPoint>
|
|
92
|
-
<polygonPoint>
|
|
93
|
-
<pointLongitude>4.195782715369962</pointLongitude>
|
|
94
|
-
<pointLatitude>52.05905125521555</pointLatitude>
|
|
95
|
-
</polygonPoint>
|
|
96
|
-
<polygonPoint>
|
|
97
|
-
<pointLongitude>4.196042562042681</pointLongitude>
|
|
98
|
-
<pointLatitude>52.0603024859894</pointLatitude>
|
|
99
|
-
</polygonPoint>
|
|
100
|
-
<polygonPoint>
|
|
101
|
-
<pointLongitude>4.194522303279684</pointLongitude>
|
|
102
|
-
<pointLatitude>52.06042019458354</pointLatitude>
|
|
103
|
-
</polygonPoint>
|
|
104
|
-
<polygonPoint>
|
|
105
|
-
<pointLongitude>4.191569341305619</pointLongitude>
|
|
106
|
-
<pointLatitude>52.05985079275935</pointLatitude>
|
|
107
|
-
</polygonPoint>
|
|
108
|
-
<polygonPoint>
|
|
109
|
-
<pointLongitude>4.188970128279688</pointLongitude>
|
|
110
|
-
<pointLatitude>52.05933203100292</pointLatitude>
|
|
111
|
-
</polygonPoint>
|
|
112
|
-
<polygonPoint>
|
|
113
|
-
<pointLongitude>4.185846614849885</pointLongitude>
|
|
114
|
-
<pointLatitude>52.05849919443985</pointLatitude>
|
|
115
|
-
</polygonPoint>
|
|
116
|
-
<polygonPoint>
|
|
117
|
-
<pointLongitude>4.183766834165052</pointLongitude>
|
|
118
|
-
<pointLatitude>52.05768273662148</pointLatitude>
|
|
119
|
-
</polygonPoint>
|
|
120
|
-
<polygonPoint>
|
|
121
|
-
<pointLongitude>4.182190558076597</pointLongitude>
|
|
122
|
-
<pointLatitude>52.05665770545129</pointLatitude>
|
|
123
|
-
</polygonPoint>
|
|
124
|
-
<polygonPoint>
|
|
125
|
-
<pointLongitude>4.180730516454513</pointLongitude>
|
|
126
|
-
<pointLatitude>52.05512223937299</pointLatitude>
|
|
127
|
-
</polygonPoint>
|
|
128
|
-
<polygonPoint>
|
|
129
|
-
<pointLongitude>4.179642892536666</pointLongitude>
|
|
130
|
-
<pointLatitude>52.05335222714644</pointLatitude>
|
|
131
|
-
</polygonPoint>
|
|
132
|
-
<polygonPoint>
|
|
133
|
-
<pointLongitude>4.178442502618839</pointLongitude>
|
|
134
|
-
<pointLatitude>52.05152018985662</pointLatitude>
|
|
135
|
-
</polygonPoint>
|
|
136
|
-
<polygonPoint>
|
|
137
|
-
<pointLongitude>4.1774713992764</pointLongitude>
|
|
138
|
-
<pointLatitude>52.04954999812316</pointLatitude>
|
|
139
|
-
</polygonPoint>
|
|
140
|
-
<polygonPoint>
|
|
141
|
-
<pointLongitude>4.176346178024046</pointLongitude>
|
|
142
|
-
<pointLatitude>52.04728138670279</pointLatitude>
|
|
143
|
-
</polygonPoint>
|
|
144
|
-
<polygonPoint>
|
|
145
|
-
<pointLongitude>4.175182683314049</pointLongitude>
|
|
146
|
-
<pointLatitude>52.04497104660534</pointLatitude>
|
|
147
|
-
</polygonPoint>
|
|
148
|
-
<polygonPoint>
|
|
149
|
-
<pointLongitude>4.173373650824841</pointLongitude>
|
|
150
|
-
<pointLatitude>52.04226286332442</pointLatitude>
|
|
151
|
-
</polygonPoint>
|
|
152
|
-
<polygonPoint>
|
|
153
|
-
<pointLongitude>4.173204764844041</pointLongitude>
|
|
154
|
-
<pointLatitude>52.04016615926179</pointLatitude>
|
|
155
|
-
</polygonPoint>
|
|
156
|
-
<polygonPoint>
|
|
157
|
-
<pointLongitude>4.1738852605822</pointLongitude>
|
|
158
|
-
<pointLatitude>52.03913926329928</pointLatitude>
|
|
159
|
-
</polygonPoint>
|
|
160
|
-
</geoLocationPolygon>
|
|
161
|
-
</geoLocation>
|
|
162
|
-
</geoLocations>
|
|
163
|
-
</resource>
|