Resources
API resources for python-re3data.
AdditionalName
dataclass
¶
Attributes: value: language: Language of the research data repository additional name.
Source code in src/re3data/_resources/repository.py
Api
dataclass
¶
Attributes: value: api_type: Type of API.
Source code in src/re3data/_resources/repository.py
ContentType
dataclass
¶
Attributes: value: content_type_scheme: The name and/or URL of the subject scheme or classification code (e.g.parse).
Source code in src/re3data/_resources/repository.py
Countries
¶
Bases: Enum
Attributes: ABW: Aruba AFG: Afghanistan AGO: Angola AIA: Anguilla ALA: Aland Islands ALB: Albania AND: Andorra ARE: United Arab Emirates ARG: Argentina ARM: Armenia ASM: American Samoa ATA: Antarctica ATF: French Southern Territories ATG: Antigua and Barbuda AUS: Australia AUT: Austria AZE: Azerbaijan BDI: Burundi BEL: Belgium BEN: Benin BES: Bonaire, Sint Eustatius and Saba BFA: Burkina Faso BGD: Bangladesh BGR: Bulgaria BHR: Bahrain BHS: Bahamas BIH: Bosnia and Herzegovina BLM: Saint Barthelemy BLR: Belarus BLZ: Belize BMU: Bermuda BOL: Bolivia, Plurinational State of BRA: Brazil BRB: Barbados BRN: Brunei Darussalam BTN: Bhutan BVT: Bouvet Island BWA: Botswana CAF: Central African Republic CAN: Canada CCK: Cocos (Keeling) Islands CHE: Switzerland CHL: Chile CHN: China CIV: Cote d'Ivoire CMR: Cameroon COD: Congo, the Democratic Republic of the COG: Congo COK: Cook Islands COL: Colombia COM: Comoros CPV: Cape Verde CRI: Costa Rica CUB: Cuba CUW: Curacao CXR: Christmas Island CYM: Cayman Islands CYP: Cyprus CZE: Czech Republic DEU: Germany DJI: Djibouti DMA: Dominica DNK: Denmark DOM: Dominican Republic DZA: Algeria ECU: Ecuador EGY: Egypt ERI: Eritrea ESH: Western Sahara ESP: Spain EST: Estonia ETH: Ethiopia FIN: Finland FJI: Fiji FLK: Falkland Islands (Malvinas) FRA: France FRO: Faroe Islands FSM: Micronesia, Federated States of GAB: Gabon GBR: United Kingdom GEO: Georgia GGY: Guernsey GHA: Ghana GIB: Gibraltar GIN: Guinea GLP: Guadeloupe GMB: Gambia GNB: Guinea-Bissau GNQ: Equatorial Guinea GRC: Greece GRD: Grenada GRL: Greenland GTM: Guatemala GUF: French Guiana GUM: Guam GUY: Guyana HKG: Hong Kong HMD: Heard Island and McDonald Islands HND: Honduras HRV: Croatia HTI: Haiti HUN: Hungary IDN: Indonesia IMN: Isle of Man IND: India IOT: British Indian Ocean Territory IRL: Ireland IRN: Iran, Islamic Republic of IRQ: Iraq ISL: Iceland ISR: Israel ITA: Italy JAM: Jamaica JEY: Jersey JOR: Jordan JPN: Japan KAZ: Kazakhstan KEN: Kenya KGZ: Kyrgyzstan KHM: Cambodia KIR: Kiribati KNA: Saint Kitts and Nevis KOR: Korea, Republic of KWT: Kuwait LAO: Lao People's Democratic Republic LBN: Lebanon LBR: Liberia LBY: Libya LCA: Saint Lucia LIE: Liechtenstein LKA: Sri Lanka LSO: Lesotho LTU: Lithuania LUX: Luxembourg LVA: Latvia MAC: Macao MAF: Saint Martin (French part) MAR: Morocco MCO: Monaco MDA: Moldova, Republic of MDG: Madagascar MDV: Maldives MEX: Mexico MHL: Marshall Islands MKD: Macedonia, the former Yugoslav Republic of MLI: Mali MLT: Malta MMR: Myanmar MNE: Montenegro MNG: Mongolia MNP: Northern Mariana Islands MOZ: Mozambique MRT: Mauritania MSR: Montserrat MTQ: Martinique MUS: Mauritius MWI: Malawi MYS: Malaysia MYT: Mayotte NAM: Namibia NCL: New Caledonia NER: Niger NFK: Norfolk Island NGA: Nigeria NIC: Nicaragua NIU: Niue NLD: Netherlands NOR: Norway NPL: Nepal NRU: Nauru NZL: New Zealand OMN: Oman PAK: Pakistan PAN: Panama PCN: Pitcairn PER: Peru PHL: Philippines PLW: Palau PNG: Papua New Guinea POL: Poland PRI: Puerto Rico PRK: Korea, Democratic People's Republic of PRT: Portugal PRY: Paraguay PSE: Palestinian Territory, Occupied PYF: French Polynesia QAT: Qatar REU: Reunion ROU: Romania RUS: Russian Federation RWA: Rwanda SAU: Saudi Arabia SDN: Sudan SEN: Senegal SGP: Singapore SGS: South Georgia and the South Sandwich Islands SHN: Saint Helena, Ascension and Tristan da Cunha SJM: Svalbard and Jan Mayen SLB: Solomon Islands SLE: Sierra Leone SLV: El Salvador SMR: San Marino SOM: Somalia SPM: Saint Pierre and Miquelon SRB: Serbia SSD: South Sudan STP: Sao Tome and Principe SUR: Suriname SVK: Slovakia SVN: Slovenia SWE: Sweden SWZ: Swaziland SXM: Sint Maarten (Dutch part) SYC: Seychelles SYR: Syrian Arab Republic TCA: Turks and Caicos Islands TCD: Chad TGO: Togo THA: Thailand TJK: Tajikistan TKL: Tokelau TKM: Turkmenistan TLS: Timor-Leste TON: Tonga TTO: Trinidad and Tobago TUN: Tunisia TUR: Turkey TUV: Tuvalu TWN: Taiwan, Province of China TZA: Tanzania, United Republic of UGA: Uganda UKR: Ukraine UMI: United States Minor Outlying Islands URY: Uruguay USA: United States UZB: Uzbekistan VAT: Holy See (Vatican City State) VCT: Saint Vincent and the Grenadines VEN: Venezuela, Bolivarian Republic of VGB: Virgin Islands, British VIR: Virgin Islands, U.S. VNM: Viet Nam VUT: Vanuatu WLF: Wallis and Futuna WSM: Samoa YEM: Yemen ZAF: South Africa ZMB: Zambia ZWE: Zimbabwe EEC: European Union AAA: International
Source code in src/re3data/_resources/repository.py
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 |
|
DataAccess
dataclass
¶
Attributes: data_access_type: Type of access to data. data_access_restriction: All existing access restrictions to the research data. (Required if restricted is chosen).
Source code in src/re3data/_resources/repository.py
DataLicense
dataclass
¶
Attributes: data_license_name: Name of the data license. data_license_url: Data license URL.
Source code in src/re3data/_resources/repository.py
DataUpload
dataclass
¶
Attributes: data_upload_type: Type of data upload. data_upload_restriction: All existing restrictions to the data upload. (Required if restricted is chosen).
Source code in src/re3data/_resources/repository.py
DataUploadLicense
dataclass
¶
Attributes: data_upload_license_name: Name of the license for data upload. data_upload_license_url: Data upload license URL.
Source code in src/re3data/_resources/repository.py
DatabaseAccess
dataclass
¶
Attributes: database_access_type: Type of access to the research data repository. database_access_restriction: All existing access restrictions to the research data repository. (Required if restricted is chosen).
Source code in src/re3data/_resources/repository.py
DatabaseLicense
dataclass
¶
Attributes: database_license_name: Name of database license. database_license_url: Database license URL.
Source code in src/re3data/_resources/repository.py
Description
dataclass
¶
Attributes: value: language: Language of the research data repository description.
Source code in src/re3data/_resources/repository.py
Institution
dataclass
¶
Attributes: institution_name: Name of the responsible institution. institution_additional_name: The alternative name or acronym for the responsible institution. institution_country: Location of the responsible institution. responsibility_type: Type of responsibility for each responsible institution. institution_type: Type of responsible institution. institution_url: URL of the responsible institution. institution_identifier: A globally unique identifier that refers to the institution (e.g. ISNI, VIAF, GND). responsibility_start_date: Start date of period of responsibility. responsibility_end_date: End date of period of responsibility. institution_contact: Email address of the contact or an URL of an online contact form of the institution.
Source code in src/re3data/_resources/repository.py
2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 |
|
InstitutionAdditionalName
dataclass
¶
Attributes: value: language: Language of the institution additional name.
Source code in src/re3data/_resources/repository.py
InstitutionName
dataclass
¶
Attributes: value: language: Language of the institution name.
Source code in src/re3data/_resources/repository.py
Languages
¶
Bases: Enum
Attributes: DEU: German ENG: English FRA: French AAR: Afar ABK: Abkhaz AFR: Afrikaans AKA: Akan AMH: Amharic ARA: Arabic ARG: Aragonese ASM: Assamese AVA: Avaric AVE: Avestan AYM: Aymara AZE: Azerbaijani BAK: Bashkir BAM: Bambara BEL: Belarusian BEN: Bengali BIS: Bislama BOD: Tibetan Standard, Tibetan, Central BOS: Bosnian BRE: Breton BUL: Bulgarian CAT: Catalan; Valencian CES: Czech CHA: Chamorro CHE: Chechen CHU: Old Church Slavonic, Church Slavic, Church Slavonic, Old Bulgarian, Old Slavonic CHV: Chuvash COR: Cornish COS: Corsican CRE: Cree CYM: Welsh DAN: Danish DIV: Divehi; Dhivehi; Maldivian; DZO: Dzongkha ELL: Greek, Modern EPO: Esperanto EST: Estonian EUS: Basque EWE: Ewe FAO: Faroese FAS: Persian FIJ: Fijian FIN: Finnish FRY: Western Frisian FUL: Fula; Fulah; Pulaar; Pular GLA: Scottish Gaelic; Gaelic GLE: Irish GLG: Galician GLV: Manx GRN: Guarani GUJ: Gujarati HAT: Haitian; Haitian Creole HAU: Hausa HEB: Hebrew (modern) HER: Herero HIN: Hindi HMO: Hiri Motu HRV: Croatian HUN: Hungarian HYE: Armenian IBO: Igbo IDO: Ido III: Nuosu IKU: Inuktitut ILE: Interlingue INA: Interlingua IND: Indonesian IPK: Inupiaq ISL: Icelandic ITA: Italian JAV: Javanese JPN: Japanese KAL: Kalaallisut, Greenlandic KAN: Kannada KAS: Kashmiri KAT: Georgian KAU: Kanuri KAZ: Kazakh KHM: Khmer KIK: Kikuyu, Gikuyu KIN: Kinyarwanda KIR: Kyrgyz KOM: Komi KON: Kongo KOR: Korean KUA: Kwanyama, Kuanyama KUR: Kurdish LAO: Lao LAT: Latin LAV: Latvian LIM: Limburgish, Limburgan, Limburger LIN: Lingala LIT: Lithuanian LTZ: Luxembourgish, Letzeburgesch LUB: Luba-Katanga LUG: Ganda MAH: Marshallese MAL: Malayalam MAR: Marathi MKD: Macedonian MLG: Malagasy MLT: Maltese MON: Mongolian MRI: Maori MSA: Malay MYA: Burmese NAU: Nauru NAV: Navajo, Navaho NBL: South Ndebele NDE: North Ndebele NDO: Ndonga NEP: Nepali NLD: Dutch NNO: Norwegian Nynorsk NOB: Norwegian Bokmal NOR: Norwegian NYA: Chichewa; Chewa; Nyanja OCI: Occitan OJI: Ojibwe, Ojibwa ORI: Oriya ORM: Oromo OSS: Ossetian, Ossetic PAN: Panjabi, Punjabi PLI: Pali POL: Polish POR: Portuguese PUS: Pashto, Pushto QUE: Quechua ROH: Romansh RON: Romanian, Moldavian(Romanian from Republic of Moldova) RUN: Kirundi RUS: Russian SAG: Sango SAN: Sanskrit (Samskrta) SIN: Sinhala, Sinhalese SLK: Slovak SLV: Slovene SME: Northern Sami SMO: Samoan SNA: Shona SND: Sindhi SOM: Somali SOT: Southern Sotho SPA: Spanish; Castilian SQI: Albanian SRD: Sardinian SRP: Serbian SSW: Swati SUN: Sundanese SWA: Swahili SWE: Swedish TAH: Tahitian TAM: Tamil TAT: Tatar TEL: Telugu TGK: Tajik TGL: Tagalog THA: Thai TIR: Tigrinya TON: Tonga (Tonga Islands) TSN: Tswana TSO: Tsonga TUK: Turkmen TUR: Turkish TWI: Twi UIG: Uighur, Uyghur UKR: Ukrainian URD: Urdu UZB: Uzbek VEN: Venda VIE: Vietnamese VOL: Volapuk WLN: Walloon WOL: Wolof XHO: Xhosa YID: Yiddish YOR: Yoruba ZHA: Zhuang, Chuang ZHO: Chinese ZUL: Zulu
Source code in src/re3data/_resources/repository.py
645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
|
MetadataStandard
dataclass
¶
Attributes: metadata_standard_name: Metadata standards the research data repository complies with. metadata_standard_url: The URL of the metadata standard.
Source code in src/re3data/_resources/repository.py
MetadataStandardDccnames
¶
Bases: Enum
ABCD_ACCESS_TO_BIOLOGICAL_COLLECTION_DATA: http://www.dcc.ac.uk/resources/metadata-standards/abcd-access- biological-collection-data AG_MES_AGRICULTURAL_METADATA_ELEMENT_SET: http://www.dcc.ac.uk/resources/metadata-standards/agmes- agricultural-metadata-element-set AVM_ASTRONOMY_VISUALIZATION_METADATA: http://www.dcc.ac.uk/resources/metadata-standards/avm-astronomy- visualization-metadata CF_CLIMATE_AND_FORECAST_METADATA_CONVENTIONS: http://www.dcc.ac.uk/resources/metadata-standards/cf- climate-and-forecast-metadata-conventions CIF_CRYSTALLOGRAPHIC_INFORMATION_FRAMEWORK: http://www.dcc.ac.uk/resources/metadata-standards/cif- crystallographic-information-framework CIM_COMMON_INFORMATION_MODEL: http://www.dcc.ac.uk/resources/metadata-standards/cim-common-information- model CSMD_CCLRC_CORE_SCIENTIFIC_METADATA_MODEL: http://www.dcc.ac.uk/resources/metadata-standards/csmd-cclrc- core-scientific-metadata-model DARWIN_CORE: http://www.dcc.ac.uk/resources/metadata-standards/darwin-core DATA_CITE_METADATA_SCHEMA: http://www.dcc.ac.uk/resources/metadata-standards/datacite-metadata-schema DCAT_DATA_CATALOG_VOCABULARY: http://www.dcc.ac.uk/resources/metadata-standards/dcat-data-catalog- vocabulary DDI_DATA_DOCUMENTATION_INITIATIVE: http://www.dcc.ac.uk/resources/metadata-standards/ddi-data- documentation-initiative DIF_DIRECTORY_INTERCHANGE_FORMAT: http://www.dcc.ac.uk/resources/metadata-standards/dif-directory- interchange-format DUBLIN_CORE: http://www.dcc.ac.uk/resources/metadata-standards/dublin-core EML_ECOLOGICAL_METADATA_LANGUAGE: http://www.dcc.ac.uk/resources/metadata-standards/eml-ecological- metadata-language FGDC_CSDGM_FEDERAL_GEOGRAPHIC_DATA_COMMITTEE_CONTENT_STANDARD_FOR_DIGITAL_GEOSPATIAL_METADATA: http://www.dcc.ac.uk/resources/metadata-standards/fgdccsdgm-federal-geographic-data-committee- content-standard-digital-ge FITS_FLEXIBLE_IMAGE_TRANSPORT_SYSTEM: http://www.dcc.ac.uk/resources/metadata-standards/fits-flexible- image-transport-system GENOME_METADATA: http://www.dcc.ac.uk/resources/metadata-standards/genome-metadata INTERNATIONAL_VIRTUAL_OBSERVATORY_ALLIANCE_TECHNICAL_SPECIFICATIONS: http://www.dcc.ac.uk/resources/metadata-standards/international-virtual-observatory-alliance- technical-specifications ISA_TAB: http://www.dcc.ac.uk/resources/metadata-standards/isa-tab ISO_19115: http://www.dcc.ac.uk/resources/metadata-standards/iso-19115 MIBBI_MINIMUM_INFORMATION_FOR_BIOLOGICAL_AND_BIOMEDICAL_INVESTIGATIONS: http://www.dcc.ac.uk/resources/metadata-standards/mibbi-minimum-information-biological-and- biomedical-investigations MIDAS_HERITAGE: http://www.dcc.ac.uk/resources/metadata-standards/midas-heritage OAI_ORE_OPEN_ARCHIVES_INITIATIVE_OBJECT_REUSE_AND_EXCHANGE: http://www.dcc.ac.uk/resources/metadata- standards/oai-ore-open-archives-initiative-object-reuse-and-exchange OBSERV_OM: http://www.dcc.ac.uk/resources/metadata-standards/observ-om OBSERVATIONS_AND_MEASUREMENTS: http://www.dcc.ac.uk/resources/metadata-standards/observations-and- measurements OME_XML_OPEN_MICROSCOPY_ENVIRONMENT_XML: http://www.dcc.ac.uk/resources/metadata-standards/ome-xml-open- microscopy-environment-xml PROTOCOL_DATA_ELEMENT_DEFINITIONS: http://www.dcc.ac.uk/resources/metadata-standards/protocol-data- element-definitions PROV: http://www.dcc.ac.uk/resources/metadata-standards/prov QU_DEX_QUALITATIVE_DATA_EXCHANGE_FORMAT: http://www.dcc.ac.uk/resources/metadata-standards/qudex- qualitative-data-exchange-format RDF_DATA_CUBE_VOCABULARY: http://www.dcc.ac.uk/resources/metadata-standards/rdf-data-cube-vocabulary REPOSITORY_DEVELOPED_METADATA_SCHEMAS: http://www.dcc.ac.uk/resources/metadata-standards/repository- developed-metadata-schemas SDMX_STATISTICAL_DATA_AND_METADATA_EXCHANGE: http://www.dcc.ac.uk/resources/metadata-standards/sdmx- statistical-data-and-metadata-exchange SPASE_DATA_MODEL: http://www.dcc.ac.uk/resources/metadata-standards/spase-data-model OTHER: other
Source code in src/re3data/_resources/repository.py
1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 |
|
MetadataStandardDccurls
¶
Bases: Enum
HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_ABCD_ACCESS_BIOLOGICAL_COLLECTION_DATA: ABCD - Access to Biological Collection Data HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_AGMES_AGRICULTURAL_METADATA_ELEMENT_SET: AgMES - Agricultural Metadata Element Set HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_AVM_ASTRONOMY_VISUALIZATION_METADATA: AVM - Astronomy Visualization Metadata HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_CF_CLIMATE_AND_FORECAST_METADATA_CONVENTIONS: CF (Climate and Forecast) Metadata Conventions HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_CIF_CRYSTALLOGRAPHIC_INFORMATION_FRAMEWORK: CIF - Crystallographic Information Framework HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_CIM_COMMON_INFORMATION_MODEL: CIM - Common Information Model HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_CSMD_CCLRC_CORE_SCIENTIFIC_METADATA_MODEL: CSMD-CCLRC Core Scientific Metadata Model HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_DARWIN_CORE: Darwin Core HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_DATACITE_METADATA_SCHEMA: DataCite Metadata Schema HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_DCAT_DATA_CATALOG_VOCABULARY: DCAT - Data Catalog Vocabulary HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_DDI_DATA_DOCUMENTATION_INITIATIVE: DDI - Data Documentation Initiative HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_DIF_DIRECTORY_INTERCHANGE_FORMAT: DIF - Directory Interchange Format HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_DUBLIN_CORE: Dublin Core HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_EML_ECOLOGICAL_METADATA_LANGUAGE: EML - Ecological Metadata Language HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_FGDCCSDGM_FEDERAL_GEOGRAPHIC_DATA_COMMITTEE_CONTENT_STANDARD_DIGITAL_GE: FGDC/CSDGM - Federal Geographic Data Committee Content Standard for Digital Geospatial Metadata HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_FITS_FLEXIBLE_IMAGE_TRANSPORT_SYSTEM: FITS - Flexible Image Transport System HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_GENOME_METADATA: Genome Metadata HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_INTERNATIONAL_VIRTUAL_OBSERVATORY_ALLIANCE_TECHNICAL_SPECIFICATIONS: International Virtual Observatory Alliance Technical Specifications HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_ISA_TAB: ISA-Tab HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_ISO_19115: ISO 19115 HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_MIBBI_MINIMUM_INFORMATION_BIOLOGICAL_AND_BIOMEDICAL_INVESTIGATIONS: MIBBI - Minimum Information for Biological and Biomedical Investigations HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_MIDAS_HERITAGE: MIDAS-Heritage HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_OAI_ORE_OPEN_ARCHIVES_INITIATIVE_OBJECT_REUSE_AND_EXCHANGE: OAI-ORE - Open Archives Initiative Object Reuse and Exchange HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_OBSERV_OM: Observ-OM HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_OBSERVATIONS_AND_MEASUREMENTS: Observations and Measurements HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_OME_XML_OPEN_MICROSCOPY_ENVIRONMENT_XML: OME-XML - Open Microscopy Environment XML HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_PROTOCOL_DATA_ELEMENT_DEFINITIONS: Protocol Data Element Definitions HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_PROV: PROV HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_QUDEX_QUALITATIVE_DATA_EXCHANGE_FORMAT: QuDEx - Qualitative Data Exchange Format HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_RDF_DATA_CUBE_VOCABULARY: RDF Data Cube Vocabulary HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_REPOSITORY_DEVELOPED_METADATA_SCHEMAS: Repository- Developed Metadata Schemas HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_SDMX_STATISTICAL_DATA_AND_METADATA_EXCHANGE: SDMX - Statistical Data and Metadata Exchange HTTP_WWW_DCC_AC_UK_RESOURCES_METADATA_STANDARDS_SPASE_DATA_MODEL: SPASE Data Model OTHER: other
Source code in src/re3data/_resources/repository.py
1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 |
|
MetadataStandardName
dataclass
¶
Attributes: value: metadata_standard_scheme: The scheme of the metadata standards.
Source code in src/re3data/_resources/repository.py
Policy
dataclass
¶
Attributes: policy_name: Name of the policy. policy_url: URL of the policy.
Source code in src/re3data/_resources/repository.py
Repository
dataclass
¶
Bases: IdMixin
re3data_org_identifier: A globally unique and persistent identifier that refers to the research data repository entry in re3data.dorg. The ID is assigned by re3data.org. repository_name: The full name of the research data repository. additional_name: The alternative name or acronym for the research data repository. repository_url: The URL, which gives reference to the research data repository. repository_identifier: A globally unique identifier (identifier in form of a link) that refers to the research data repository (e.g. DOI, URN, VIAF, GND). description: A textual description containing additional information about the data repository (primary language is English). repository_contact: Email address of the contact or an URL of an online contact form of the repository. type_value: The type of the research data repository. size: The number of items contained in the research data repository. start_date: Releasing date of the research data repository. end_date: Date when the research data repository went offline or stopped ingesting new research data (still making the research data available). repository_language: The user interface language of the research data repository. subject: The subject(s) of the research data repository. mission_statement_url: The URL of a mission statement describing the designated community of the research data repository. content_type: All types of resources available in the research data repository. provider_type: The type of provider. keyword: English keyword(s) describing the subject focus of the research data repository. institution: All institutions being responsible for funding, creating and/or running the research data repository (wrapper element). policy: Any kind of policy (e.g. data policy, etc.) provided by the research data repository to clarify legal aspects (wrapper element). database_access: (wrapper element) database_license: Database license of the research data repository (wrapper element). data_access: (wrapper element) data_license: License of the data, existing in the research data repository. (wrapper element) data_upload: (wrapper element) data_upload_license: The license for data upload (wrapper element). software: The software that is used to run the research data repository (wrapper element). versioning: The research data repository supports versioning of research data. api: API URL. pid_system: The persistent identifier system that is used by the research data repository. citation_guideline_url: The URL of the research data repository providing information on how to cite its research data. The DataCite citation format is recommended (http://www.datacite.org/whycitedata). aid_system: The author identifier system that is used by the research data repository. enhanced_publication: The research data repository offers the interlinking between publications and data. quality_management: Any form of quality management concerning the data or metadata of the research data repository. certificate: The certificate, seal or standard the research data repository complies with. metadata_standard: (wrapper element) syndication: URL of the alerting service(s) provided by the research data repository. remarks: Additional remarks that are visible to all users. entry_date: The date the research data repository was indexed in re3data.org. last_update: The date the metadata of the research data repository was updated.
Source code in src/re3data/_resources/repository.py
2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 |
|
RepositoryName
dataclass
¶
Attributes: value: language: Language of the research data repository name.
Source code in src/re3data/_resources/repository.py
Size
dataclass
¶
Attributes: value: updated: The date of the last update of the research data repository size.
Source code in src/re3data/_resources/repository.py
Software
dataclass
¶
Attributes: software_name: Name of the research data repository software.
Source code in src/re3data/_resources/repository.py
Subject
dataclass
¶
Attributes: value: subject_scheme: The subject scheme according to which the subject (see ID 13 subject) of the research data repository described.
Source code in src/re3data/_resources/repository.py
Syndication
dataclass
¶
Attributes: value: syndication_type: Type of alerting service.