diff --git a/data/json/incunabula.json b/data/json/incunabula.json index 143de349..dd1d05b9 100644 --- a/data/json/incunabula.json +++ b/data/json/incunabula.json @@ -97,6 +97,7 @@ "text": "Basel" } ], + "howToCite": "Die Bilderfolgen der Basler Frühdrucke: Spätmittelalterliche Didaxe als Bild-Text-Lektüre (2012) DaSCH. ark.dasch.swiss/ark:/72163/1/0803", "status": "finished" }, "datasets": [ @@ -148,7 +149,34 @@ } ], "status": "Finished", - "title": "Die Bilderfolgen der Basler Frühdrucke: Spätmittelalterliche Didaxe als Bild-Text-Lektüre" + "title": "Die Bilderfolgen der Basler Frühdrucke: Spätmittelalterliche Didaxe als Bild-Text-Lektüre", + "howToCite": "Die Bilderfolgen der Basler Frühdrucke: Spätmittelalterliche Didaxe als Bild-Text-Lektüre (2012). [Dataset]. DaSCH. ark.dasch.swiss/ark:/72163/1/0803", + "typeOfData": [ + "Image" + ], + "licenses": [ + { + "__type": "License", + "date": "2012-08-31", + "license": { + "__type": "URL", + "type": "Creative Commons", + "url": "https://creativecommons.org/licenses/by/4.0/", + "text": "CC BY 4.0" + } + } + ], + "accessConditions": "open", + "languages": [ + { + "en": "German", + "de": "Deutsch" + }, + { + "en": "Latin", + "de": "Latein" + } + ] } ], "persons": [ @@ -165,6 +193,9 @@ ], "affiliation": [ "http://ns.dasch.swiss/repository#dsp-0803-organization-001" + ], + "jobTitles": [ + "Project Leader" ] }, { @@ -180,6 +211,9 @@ ], "affiliation": [ "http://ns.dasch.swiss/repository#dsp-0803-organization-002" + ], + "jobTitles": [ + "Project Leader" ] }, { @@ -195,6 +229,9 @@ ], "affiliation": [ "http://ns.dasch.swiss/repository#dsp-0803-organization-003" + ], + "jobTitles": [ + "Project Leader" ] }, { @@ -207,6 +244,12 @@ ], "givenNames": [ "Lothar" + ], + "jobTitles": [ + "Data Collector" + ], + "affiliation": [ + "http://ns.dasch.swiss/repository#dsp-0803-organization-001" ] }, { @@ -219,6 +262,12 @@ ], "givenNames": [ "Katrin" + ], + "jobTitles": [ + "Data Collector" + ], + "affiliation": [ + "http://ns.dasch.swiss/repository#dsp-0803-organization-001" ] } ], diff --git a/data/json/participation-social.json b/data/json/participation-social.json index 6f13c96d..066cffe5 100644 --- a/data/json/participation-social.json +++ b/data/json/participation-social.json @@ -94,6 +94,12 @@ "text": "Modern" } ], + "url": { + "__type": "URL", + "type": "URL", + "url": "https://ark.dasch.swiss/ark:/72163/1/083D", + "text": "Discover Project Metadata" + }, "status": "finished" }, "datasets": [ diff --git a/data/json/postkarten.json b/data/json/postkarten.json index c1e7d7c9..bfbf431b 100644 --- a/data/json/postkarten.json +++ b/data/json/postkarten.json @@ -58,6 +58,9 @@ "url": "https://data.dasch.swiss/postcards/", "text": "Project Website" }, + "funders": [ + "http://ns.dasch.swiss/repository#dsp-0811-organization-000" + ], "status": "finished" }, "datasets": [ @@ -100,6 +103,15 @@ "title": "Postkarten aus dem Russländischen Reich: Die Sammlung Radzievsky", "typeOfData": [ "Image" + ], + "attributions": [ + { + "__type": "Attribution", + "agent": "http://ns.dasch.swiss/repository#dsp-0811-person-001", + "roles": [ + "Data Collector" + ] + } ] } ], @@ -123,6 +135,24 @@ "affiliation": [ "http://ns.dasch.swiss/repository#dsp-0811-organization-000" ] + }, + { + "__id": "http://ns.dasch.swiss/repository#dsp-0811-person-001", + "__type": "Person", + "__createdAt": "1652361078368442000", + "__createdBy": "dsp-metadata-gui", + "familyNames": [ + "Würsch" + ], + "givenNames": [ + "Helen" + ], + "jobTitles": [ + "Student" + ], + "affiliation": [ + "http://ns.dasch.swiss/repository#dsp-0811-organization-000" + ] } ], "organizations": [ diff --git a/dsp-meta/tests/draft_schema_test.rs b/dsp-meta/tests/draft_schema_test.rs index 1fa10b61..05d223ee 100644 --- a/dsp-meta/tests/draft_schema_test.rs +++ b/dsp-meta/tests/draft_schema_test.rs @@ -89,7 +89,6 @@ fn test_all_json_validate_with_draft_json_schema() { assert_eq!(results.len(), nr_files); } -#[ignore] #[test] fn test_finished_json_validate_with_final_json_schema() { let path_bufs = load_json_file_paths(&data_dir());