From 88f1cda7600009c4de3cbc43f97646a35440066c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kleinb=C3=B6lting?= Date: Wed, 31 Jul 2024 12:45:42 +0200 Subject: [PATCH 1/5] Update schema-metadata-final.json * Remove __id, __createdAt, __createdBy, __modifiedBy, __modified_At, __deletedAt, __deletedBy properties --- dsp-meta/resources/schema-metadata-final.json | 136 ------------------ 1 file changed, 136 deletions(-) diff --git a/dsp-meta/resources/schema-metadata-final.json b/dsp-meta/resources/schema-metadata-final.json index f24588b9..f831843f 100644 --- a/dsp-meta/resources/schema-metadata-final.json +++ b/dsp-meta/resources/schema-metadata-final.json @@ -47,7 +47,6 @@ } }, "required": [ - "$schema", "project", "datasets" ], @@ -121,39 +120,11 @@ "description": "A project on the DSP", "type": "object", "properties": { - "__id": { - "type": "string", - "description": "Identifier of the project" - }, "__type": { "type": "string", "description": "Type of this object", "const": "Project" }, - "__createdAt": { - "type": "string", - "description": "Creation date of this object" - }, - "__createdBy": { - "type": "string", - "description": "ID of the user who created this object" - }, - "__modifiedAt": { - "type": "string", - "description": "Last modification date of this object" - }, - "__modifiedBy": { - "type": "string", - "description": "ID of the user who last modified this object" - }, - "__deletedAt": { - "type": "string", - "description": "Deletion date of this object" - }, - "__deletedBy": { - "type": "string", - "description": "ID of the user who deleted this object" - }, "shortcode": { "type": "string", "description": "The four digit hexadecimal project shortcode, assigned to the project by the DaSCH.", @@ -296,10 +267,7 @@ } }, "required": [ - "__id", "__type", - "__createdAt", - "__createdBy", "shortcode", "name", "description", @@ -350,30 +318,6 @@ "type": "string", "const": "Grant" }, - "__createdAt": { - "type": "string", - "description": "Creation date of this object" - }, - "__createdBy": { - "type": "string", - "description": "ID of the user who created this object" - }, - "__modifiedAt": { - "type": "string", - "description": "Last modification date of this object" - }, - "__modifiedBy": { - "type": "string", - "description": "ID of the user who last modified this object" - }, - "__deletedAt": { - "type": "string", - "description": "Deletion date of this object" - }, - "__deletedBy": { - "type": "string", - "description": "ID of the user who deleted this object" - }, "funders": { "description": "Legal bodies funding the grant.", "type": "array", @@ -399,8 +343,6 @@ "required": [ "__id", "__type", - "__createdAt", - "__createdBy", "funders" ], "additionalProperties": false @@ -417,30 +359,6 @@ "type": "string", "const": "Person" }, - "__createdAt": { - "type": "string", - "description": "Creation date of this object" - }, - "__createdBy": { - "type": "string", - "description": "ID of the user who created this object" - }, - "__modifiedAt": { - "type": "string", - "description": "Last modification date of this object" - }, - "__modifiedBy": { - "type": "string", - "description": "ID of the user who last modified this object" - }, - "__deletedAt": { - "type": "string", - "description": "Deletion date of this object" - }, - "__deletedBy": { - "type": "string", - "description": "ID of the user who deleted this object" - }, "jobTitles": { "type": "array", "description": "The job titles of the person.", @@ -501,8 +419,6 @@ "required": [ "__id", "__type", - "__createdAt", - "__createdBy", "givenNames", "familyNames" ], @@ -520,30 +436,6 @@ "type": "string", "const": "Dataset" }, - "__createdAt": { - "type": "string", - "description": "Creation date of this object" - }, - "__createdBy": { - "type": "string", - "description": "ID of the user who created this object" - }, - "__modifiedAt": { - "type": "string", - "description": "Last modification date of this object" - }, - "__modifiedBy": { - "type": "string", - "description": "ID of the user who last modified this object" - }, - "__deletedAt": { - "type": "string", - "description": "Deletion date of this object" - }, - "__deletedBy": { - "type": "string", - "description": "ID of the user who deleted this object" - }, "title": { "type": "string", "description": "The title of the dataset." @@ -671,8 +563,6 @@ "required": [ "__id", "__type", - "__createdAt", - "__createdBy", "title", "accessConditions", "howToCite", @@ -697,30 +587,6 @@ "type": "string", "const": "Organization" }, - "__createdAt": { - "type": "string", - "description": "Creation date of this object" - }, - "__createdBy": { - "type": "string", - "description": "ID of the user who created this object" - }, - "__modifiedAt": { - "type": "string", - "description": "Last modification date of this object" - }, - "__modifiedBy": { - "type": "string", - "description": "ID of the user who last modified this object" - }, - "__deletedAt": { - "type": "string", - "description": "Deletion date of this object" - }, - "__deletedBy": { - "type": "string", - "description": "ID of the user who deleted this object" - }, "name": { "type": "string", "description": "Name of the organization." @@ -756,8 +622,6 @@ "required": [ "__id", "__type", - "__createdAt", - "__createdBy", "name" ], "additionalProperties": false From e4ea1606dde76873220c171d3e6d5c5eb098af74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kleinb=C3=B6lting?= Date: Wed, 31 Jul 2024 12:51:24 +0200 Subject: [PATCH 2/5] Update schema-metadata-draft.json and schema-metadata-draft.json * Remove __id property from project * Remove all __createdAt, __createdBy, __modifiedBy, __modified_At, __deletedAt, __deletedBy properties Update the json files, copy over from dsp-meta-svc. --- data/json/Rome.json | 31 ---- data/json/aura-effizienz.json | 15 -- data/json/awg.json | 45 ----- data/json/beol.json | 33 ---- data/json/beyondthetext.json | 21 --- data/json/big-data-in-agriculture.json | 15 -- data/json/biz.json | 57 ------- data/json/bruno-manser.json | 13 -- data/json/cache.json | 37 ----- data/json/commode.json | 17 -- data/json/dasch.json | 11 -- data/json/decoso.json | 29 ---- data/json/delille.json | 13 -- data/json/digitalagenda.json | 19 --- data/json/dokubib.json | 9 - data/json/drawings.json | 31 ---- data/json/eHKKA.json | 23 --- data/json/fagottino.json | 25 --- data/json/globalgeschichte.json | 17 -- data/json/hdm.json | 7 - data/json/healing-arts.json | 17 -- data/json/igeoarchive.json | 31 ---- data/json/incunabula.json | 25 --- data/json/kunsthalle.json | 55 ------- data/json/lenzburg.json | 21 --- data/json/lhtt.json | 149 ----------------- data/json/limc.json | 27 --- data/json/locusludi.json | 15 -- data/json/mark16.json | 17 -- data/json/mfmps.json | 21 --- data/json/mls.json | 23 --- data/json/nietzsche.json | 31 ---- data/json/olympic.json | 23 --- data/json/operativetv.json | 19 --- data/json/participation-social.json | 29 ---- data/json/portraits-pou.json | 13 -- data/json/posepi.json | 21 --- data/json/postkarten.json | 11 -- data/json/prethero.json | 17 -- data/json/prom_know.json | 19 --- data/json/reforme-geneve.json | 17 -- data/json/religious-speech.json | 27 --- data/json/rich.json | 21 --- data/json/roud.json | 31 ---- data/json/sgv.json | 155 ------------------ data/json/societesavoie.json | 19 --- data/json/stardom.json | 25 --- data/json/tanner.json | 21 --- data/json/tdk.json | 13 -- data/json/tds.json | 31 ---- data/json/vitrocentre.json | 9 - data/json/waldaucinema.json | 21 --- data/json/woposs.json | 31 ---- data/json/wordweb.json | 23 --- dsp-meta/resources/schema-metadata-draft.json | 130 +-------------- dsp-meta/src/domain/model/draft_model.rs | 22 --- dsp-meta/tests/api_tests.rs | 4 - 57 files changed, 2 insertions(+), 1650 deletions(-) diff --git a/data/json/Rome.json b/data/json/Rome.json index 328311ff..3922d2e5 100644 --- a/data/json/Rome.json +++ b/data/json/Rome.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-REMA-project", "__type": "Project", - "__createdAt": "1657709544615698000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Croci, C., Quadri, I, Gianandrea, M., Romano, S., Tosti, E., Chiaraella, M., Ventura, D., Rivoal, M., 2022, Rome in the Early Middle Ages: Arts and Culture [database] (DaSCH), https://ark.dasch.swiss/ark:/72163/1/0118", "teaserText": "The project addresses the visual culture of the city of Rome (Vth-XIth ct.) by means of an interdisciplinary approach (art history, architecture, archaeology archaeometry, liturgy, epigraphy).", "datasets": [ @@ -122,8 +119,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-REMA-dataset-000", "__type": "Dataset", - "__createdAt": "1657709546374431000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The ontology of the database comprises three main classes, making it possible to describe paintings and mosaics in the buildings where they are found. The class “Oggetto” (i.e.: mosaic, painting) falls under the class “Cappella” and/or the class “Edificio”. Each of these three classes contains properties (custom controlled vocabularies and text fields), making it possible to characterize the building, chapel, paintings or mosaic using names, location, description, state of preservation, analysis, dating, patrons, inscriptions, sources, critical commentary, bibliography. Illustrations can be added to the three main categories using two further classes, ‘Illustrazioni’ and ‘Illustrazioni ad accesso limitato’, whose properties (also text fields and controlled vocabularies) include information on the type of image and photograph credits." @@ -232,8 +227,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-REMA-person-001", "__type": "Person", - "__createdAt": "1657709547134209000", - "__createdBy": "dsp-metadata-gui", "email": "Irene.Quadri@unil.ch", "familyNames": [ "Quadri" @@ -251,8 +244,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-REMA-person-002", "__type": "Person", - "__createdAt": "1657709547134310000", - "__createdBy": "dsp-metadata-gui", "email": "Marion.Rivoal@unil.ch", "familyNames": [ "Rivoal" @@ -270,8 +261,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-REMA-person-003", "__type": "Person", - "__createdAt": "1657709547134410000", - "__createdBy": "dsp-metadata-gui", "email": "mariaelena.chiarella@unil.ch", "familyNames": [ "Chiarella" @@ -289,8 +278,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-REMA-person-004", "__type": "Person", - "__createdAt": "1657709547134507000", - "__createdBy": "dsp-metadata-gui", "email": "Eleonora.tosti@unil.ch", "familyNames": [ "Tosti" @@ -308,8 +295,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-REMA-person-005", "__type": "Person", - "__createdAt": "1657709547134588000", - "__createdBy": "dsp-metadata-gui", "email": "Serena.Romano@unil.ch", "familyNames": [ "Romano" @@ -327,8 +312,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-REMA-person-006", "__type": "Person", - "__createdAt": "1657709547134672000", - "__createdBy": "dsp-metadata-gui", "email": "Manuela.Gianandrea@unil.ch", "familyNames": [ "Gianandrea" @@ -347,8 +330,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-REMA-person-007", "__type": "Person", - "__createdAt": "1657709547134778000", - "__createdBy": "dsp-metadata-gui", "email": "mimmoventura74@gmail.com", "familyNames": [ "Ventura" @@ -366,8 +347,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-REMA-person-000", "__type": "Person", - "__createdAt": "1657709547134887000", - "__createdBy": "dsp-metadata-gui", "email": "Chiara.Croci@unil.ch", "familyNames": [ "Croci" @@ -385,8 +364,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-REMA-person-008", "__type": "Person", - "__createdAt": "1657709547134887000", - "__createdBy": "dsp-metadata-gui", "email": "Cassandre.Lejosne@unil.ch", "familyNames": [ "Cassandre" @@ -406,8 +383,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-REMA-organization-002", "__type": "Organization", - "__createdAt": "1657709547135008000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "", @@ -420,8 +395,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-REMA-organization-001", "__type": "Organization", - "__createdAt": "1657709547222387000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3 Postfach", @@ -441,8 +414,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-REMA-organization-000", "__type": "Organization", - "__createdAt": "1657709547268009000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Unicentre", @@ -463,8 +434,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-REMA-grant-000", "__type": "Grant", - "__createdAt": "1657709547313726000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-REMA-organization-001" ], diff --git a/data/json/aura-effizienz.json b/data/json/aura-effizienz.json index aec6dfd3..90d4f5a8 100644 --- a/data/json/aura-effizienz.json +++ b/data/json/aura-effizienz.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0846-project", "__type": "Project", - "__createdAt": "1686169801639341000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Jael Bollag, Katharina Wolf, Hubert Thüring (2018-2023). Aura und Effizienz [Dataset]. DaSCH. https://ark.dasch.swiss/ark:/72163/1/0846.", "teaserText": "Das Projekt untersucht die diskursiven und praktischen Wechselwirkungen zwischen Materialisierung und Spiritualisierung in der deutschsprachigen Literatur der 1920-30er Jahre.", "datasets": [ @@ -160,8 +157,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0846-dataset-000", "__type": "Dataset", - "__createdAt": "1686169805380009000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "de": "Seminar: „Effizienz. Leistung und Literatur (1900-1930)“, Power Point mit Text, Bild, Audios, exportiert als mp4-Dateien. Vorlesung: „Arbeit. Praktiken und Ökonomien des Alltags in der Literatur 1900-1945“, Word-Datei als pdf und PPP-Datei als pdf." @@ -218,8 +213,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0846-person-001", "__type": "Person", - "__createdAt": "1686169805666932000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Bollag" ], @@ -236,8 +229,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0846-person-000", "__type": "Person", - "__createdAt": "1686169805667000000", - "__createdBy": "dsp-metadata-gui", "email": "hubert.thuering@unibas.ch", "familyNames": [ "Thüring" @@ -265,8 +256,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0846-organization-001", "__type": "Organization", - "__createdAt": "1686169805667069000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3", @@ -286,8 +275,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0846-organization-000", "__type": "Organization", - "__createdAt": "1686169806007833000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Nadelberg 4", @@ -303,8 +290,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0846-grant-000", "__type": "Grant", - "__createdAt": "1686169806088744000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0846-organization-001" ], diff --git a/data/json/awg.json b/data/json/awg.json index d7550a83..f247b322 100644 --- a/data/json/awg.json +++ b/data/json/awg.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0806-project", "__type": "Project", - "__createdAt": "1630601301674969000", - "__createdBy": "dsp-metadata-gui", "howToCite": "See https://www.anton-webern.ch/index.php?id=85", "teaserText": "The Anton Webern Gesamtausgabe (AWG) is a critical-historical edition which aims to make Webern’s entire oeuvre accessible to musical scholarship and practice in a scholarly form.", "datasets": [ @@ -211,8 +208,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-dataset-000", "__type": "Dataset", - "__createdAt": "1630601309235590000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The Anton Webern Gesamtausgabe (AWG) is a critical-historical edition of Anton Webern’s oeuvre. This edition makes his work freely accessible to the public in a form that is academically appropriate and serves musical practice. The edition includes not only the works that Webern himself brought to print, but also currently unpublished variants of his works, as well as compositions unpublished during his lifetime, fragments, sketches and arrangements. The AWG will be published in hybrid form. The printed volumes will be published by Universal Edition, Vienna, while the components and databases accessible online will be presented in a dedicated web application, as well as within the generic web application developed by DaSCH - Swiss National Data and Service Center for the Humanities with the aim of securing direct long-term access to the data. The AWG is also working on a documentation of the composer's biography, as well as the history of the creation, publication and performance of his works. To achieve this, information of various kinds has been archived and linked in the database, reflecting a chronology that describes Webern’s private and professional life in detail. The documentation of the development of his works is verified by references to material evidence (e.g. correspondence as archived in the letters section). Furthermore, brief, keyword-based information on relevant persons serves to provide a better overview of the composer’s contacts and social environment." @@ -302,8 +297,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-person-001", "__type": "Person", - "__createdAt": "1630601309721380000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Münsterplatz 4", @@ -339,8 +332,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-person-000", "__type": "Person", - "__createdAt": "1630601309753367000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Petersgraben 27/29", @@ -376,8 +367,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-person-003", "__type": "Person", - "__createdAt": "1630601309786974000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Petersgraben 27/29", @@ -411,8 +400,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-person-004", "__type": "Person", - "__createdAt": "1630601309820423000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Petersgraben 27/29", @@ -446,8 +433,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-person-005", "__type": "Person", - "__createdAt": "1630601309852943000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Petersgraben 27/29", @@ -481,8 +466,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-person-002", "__type": "Person", - "__createdAt": "1630601309885202000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Petersgraben 27/29", @@ -519,8 +502,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-organization-002", "__type": "Organization", - "__createdAt": "1630601309917803000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Münsterplatz 4", @@ -540,8 +521,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-organization-004", "__type": "Organization", - "__createdAt": "1630601309950441000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Laupenstrasse 7 (Postfach)", @@ -561,8 +540,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-organization-005", "__type": "Organization", - "__createdAt": "1630601309983770000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Landis + Gyr-Strasse 1", @@ -582,8 +559,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-organization-001", "__type": "Organization", - "__createdAt": "1630601310016567000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Petersgraben 27/29", @@ -603,8 +578,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-organization-003", "__type": "Organization", - "__createdAt": "1630601310049769000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3 (Postfach)", @@ -624,8 +597,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-organization-000", "__type": "Organization", - "__createdAt": "1630601310082589000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Petersgraben 27/29", @@ -647,8 +618,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-grant-000", "__type": "Grant", - "__createdAt": "1630601310115281000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0806-organization-004" ], @@ -657,8 +626,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-grant-001", "__type": "Grant", - "__createdAt": "1630601310115368000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0806-organization-003" ], @@ -674,8 +641,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-grant-002", "__type": "Grant", - "__createdAt": "1630601310115574000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0806-organization-003" ], @@ -691,8 +656,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-grant-003", "__type": "Grant", - "__createdAt": "1630601310115774000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0806-organization-003" ], @@ -708,8 +671,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-grant-004", "__type": "Grant", - "__createdAt": "1630601310115969000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0806-organization-003" ], @@ -725,8 +686,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-grant-005", "__type": "Grant", - "__createdAt": "1630601310116164000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0806-organization-003" ], @@ -742,8 +701,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-grant-006", "__type": "Grant", - "__createdAt": "1630601310116358000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0806-organization-005" ], @@ -759,8 +716,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0806-grant-007", "__type": "Grant", - "__createdAt": "1630601310116553000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0806-organization-005" ], diff --git a/data/json/beol.json b/data/json/beol.json index 90ea7b57..06d9d56d 100644 --- a/data/json/beol.json +++ b/data/json/beol.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0801-project", "__type": "Project", - "__createdAt": "1630601412179086000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Bernoulli-Euler Online (BEOL), 2019, DaSCH. https://beol.dasch.swiss", "teaserText": "The project Bernoulli-Euler Online (BEOL) focuses on the mathematics influenced by the Bernoulli dynasty and Leonhard Euler and presents these materials to the public and researchers.", "datasets": [ @@ -142,8 +139,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0801-dataset-000", "__type": "Dataset", - "__createdAt": "1630601418280016000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "__type": "URL", @@ -215,8 +210,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0801-dataset-001", "__type": "Dataset", - "__createdAt": "1630601418365017000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "__type": "URL", @@ -278,8 +271,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0801-dataset-002", "__type": "Dataset", - "__createdAt": "1630601418882265000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "Edition of Jacob Bernoulli's Scientific Notebook (Meditationes)." @@ -341,8 +332,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0801-dataset-003", "__type": "Dataset", - "__createdAt": "1630601419755717000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "__type": "URL", @@ -418,8 +407,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0801-person-001", "__type": "Person", - "__createdAt": "1630601420163858000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Lemmermeyer" ], @@ -436,8 +423,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0801-person-002", "__type": "Person", - "__createdAt": "1630601420163929000", - "__createdBy": "dsp-metadata-gui", "email": "fritz.nagel@unibas.ch", "familyNames": [ "Nagel" @@ -455,8 +440,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0801-person-003", "__type": "Person", - "__createdAt": "1630601420164011000", - "__createdBy": "dsp-metadata-gui", "email": "sulamith.gehr@unibas.ch", "familyNames": [ "Gehr" @@ -474,8 +457,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0801-person-004", "__type": "Person", - "__createdAt": "1630601420164092000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Gilan" ], @@ -492,8 +473,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0801-person-005", "__type": "Person", - "__createdAt": "1630601420164156000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Hug" ], @@ -510,8 +489,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0801-person-000", "__type": "Person", - "__createdAt": "1630601420164221000", - "__createdBy": "dsp-metadata-gui", "email": "martin.mattmueller@unibas.ch", "familyNames": [ "Mattmüller" @@ -531,8 +508,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0801-organization-000", "__type": "Organization", - "__createdAt": "1630601420164329000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3, Postfach", @@ -552,8 +527,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0801-organization-002", "__type": "Organization", - "__createdAt": "1630601420195745000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Haus der Akademien, Postfach", @@ -573,8 +546,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0801-organization-003", "__type": "Organization", - "__createdAt": "1630601420228994000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Universitätsbibliothek, Schönbeinstrasse 18-20", @@ -596,8 +567,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0801-grant-000", "__type": "Grant", - "__createdAt": "1630601420262951000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0801-organization-000" ], @@ -613,8 +582,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0801-grant-001", "__type": "Grant", - "__createdAt": "1630601420263165000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0801-organization-002" ] diff --git a/data/json/beyondthetext.json b/data/json/beyondthetext.json index 4dbbd21c..4ed0082d 100644 --- a/data/json/beyondthetext.json +++ b/data/json/beyondthetext.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-083A-project", "__type": "Project", - "__createdAt": "1643068528848397000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Beyond the Text (BT), University of Basel, 2026", "teaserText": "Philological and archaeological project exploring the emergence and evolution of the funerary literature of the Graeco-Roman Period", "datasets": [ @@ -195,8 +192,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083A-dataset-000", "__type": "Dataset", - "__createdAt": "1643068531797442000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "Philological and archaeological project exploring the emergence and evolution of the funerary literature of the Graeco-Roman Period and contextualizing its development within the Theban social and religious landscape" @@ -287,8 +282,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083A-person-000", "__type": "Person", - "__createdAt": "1643068532483838000", - "__createdBy": "dsp-metadata-gui", "email": "sandrine.vuilleumier@unibas.ch", "familyNames": [ "Vuilleumier" @@ -314,8 +307,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083A-person-001", "__type": "Person", - "__createdAt": "1643068532484021000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Dogaer" ], @@ -329,8 +320,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083A-person-002", "__type": "Person", - "__createdAt": "1643068532484084000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Fong" ], @@ -344,8 +333,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083A-person-003", "__type": "Person", - "__createdAt": "1643068532484145000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Roth" ], @@ -359,8 +346,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083A-person-004", "__type": "Person", - "__createdAt": "1643068532484145000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Heierli" ], @@ -376,8 +361,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083A-organization-001", "__type": "Organization", - "__createdAt": "1643068532484224000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Petersgraben 51", @@ -390,8 +373,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083A-organization-000", "__type": "Organization", - "__createdAt": "1643068532565039000", - "__createdBy": "dsp-metadata-gui", "name": "Swiss National Science Foundation (SNSF)" } ], @@ -399,8 +380,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083A-grant-000", "__type": "Grant", - "__createdAt": "1643068532565155000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-083A-organization-000" ], diff --git a/data/json/big-data-in-agriculture.json b/data/json/big-data-in-agriculture.json index 25db7885..b7b3f86f 100644 --- a/data/json/big-data-in-agriculture.json +++ b/data/json/big-data-in-agriculture.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-082D-project", "__type": "Project", - "__createdAt": "1630601339049038000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Klauser FR and Pauschinger D (2020) Big Data in Agriculture: The Making of Smart Farms.", "teaserText": "This project contributes empirical evidence to the discussion of the opportunities and risks associated with smart farming.", "datasets": [ @@ -111,8 +108,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082D-dataset-001", "__type": "Dataset", - "__createdAt": "1630601342471769000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "Smart technologies transform farming today. Think of autonomous tractors and weeding robots, animals and underground infrastructures with inbuilt sensors, and drones or satellites offering image analysis from the air. There are many opportunities arising from this evolution in terms of increased productivity, profitability, and sustainability. Critical issues, in turn, include techno-dependency, vulnerability and privacy. This project contributes empirical evidence to the discussion of the opportunities and risks associated with smart farming. It starts from the assumption that smart farming – i.e. the management of agricultural practices and processes through techniques of data gathering, transfer and analysis – is never neutral, but shaped by all kinds of decisions and judgements built into the systems from their very elaboration. The project thus studies ‘what lies behind’ novel smart-farming solutions, looking at where, by whom and how they are produced and subsequently diffused as exemplars to follow. It does so through the investigation of two high-profile initiatives in Switzerland: Swiss Future Farm: An experimental and demonstration farm, set up on Agroscope’s test site in Tänikon (TG) as a joint public–private initiative, to be inaugurated on 21 September 2018. AgroFly’s (now with Aero41) sprayer-drone project (Sierre, VS): The first authorized drone system in Europe for the automated application of pesticides. Test sites are distributed in Switzerland and beyond. This project claims that specific initiatives, anchored in specific sites of experimentation, play a fundamental role in assembling the actor networks that carry forward the evolutions around smart farming. Grounded in Actor Network Theory, the project unpacks the chain of mediations through which relevant actors, ideas and things connect and interact in the co-production of the studied initiatives, and investigates the relationships and mechanisms that tie them to each other and to other sites and initiatives. There are four interrelated research objectives that run through this investigation, relating to the collaborative, expertise-related, discursive, and spatial dimensions of learning and exemplification: to analyse the practices of collaboration through which novel smart-farming solutions are developed and stabilized for more normalized use through the studied sites of experimentation. to examine what and how specific forms of expertise become authorized to act in the different stages and chains of mediation associated with the studied sites. to investigate what and how specific discourses, expectations and beliefs surrounding smart technologies crystallize in and emerge from the studied initiatives. to explore the forces and mechanisms through which the studied sites are tied to other places and projects in the circuits of learning and exemplification that shape the field of smart farming. To pursue these objectives, the project follows three methodological pathways: textual analysis of literature and reports, non-participant observation, and semi-structured interviews. This approach is exploratory in ambition and scope and leads to further, follow-up research proposals on Big Data in agriculture. On these grounds, the project studies, informs and debates innovation in the agricultural sector. It highlights the factors that favour or hinder technology innovation, diffusion and adaptation, and fosters greater understanding about the desirability or non-desirability of this. User beneficiaries include farmers and farming associations, technology" @@ -176,8 +171,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082D-person-002", "__type": "Person", - "__createdAt": "1630601342828021000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Espace Tilo-Frey 1", @@ -202,8 +195,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082D-person-001", "__type": "Person", - "__createdAt": "1630601343192727000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Espace Tilo-Frey 1", @@ -238,15 +229,11 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082D-organization-001", "__type": "Organization", - "__createdAt": "1630601343404107000", - "__createdBy": "dsp-metadata-gui", "name": "Swiss National Science Foundation (SNSF)" }, { "__id": "http://ns.dasch.swiss/repository#dsp-082D-organization-002", "__type": "Organization", - "__createdAt": "1630601343404174000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Espace Tilo-Frey 1", @@ -268,8 +255,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082D-grant-001", "__type": "Grant", - "__createdAt": "1630601343555790000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-082D-organization-001" ], diff --git a/data/json/biz.json b/data/json/biz.json index ddc07db8..73886688 100644 --- a/data/json/biz.json +++ b/data/json/biz.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0828-project", "__type": "Project", - "__createdAt": "1710880820150551000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Lucien Criblez, Lea Hägi, Stefan Kessler, Christina Rothen and Thomas Ruoss (2024). Forschungsinfrastruktur «Bildung in Zahlen» [Datenbank]. DaSCH, https://ark.dasch.swiss/ark:/72163/1/0828.", "teaserText": "Annotated historical statistics on the development and use of cantonal education programmes and the vocational education and training system in Switzerland in the 19th and 20th centuries.", "datasets": [ @@ -260,8 +257,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-dataset-000", "__type": "Dataset", - "__createdAt": "1710880825087252000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The infrastructure comprises (1) annotated historical long-term education statistics series (data on teachers, students in training, educational qualifications, school organization and school operations), (2) contextual documentation of this data, (3) graphics and chronicles of school structure development and (4) short biographies of cantonal education directors." @@ -463,8 +458,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-001", "__type": "Person", - "__createdAt": "1710880825416898000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Hägi" ], @@ -481,8 +474,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-002", "__type": "Person", - "__createdAt": "1710880825416939000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Kessler" ], @@ -507,8 +498,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-003", "__type": "Person", - "__createdAt": "1710880825416999000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Rothen" ], @@ -525,8 +514,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-004", "__type": "Person", - "__createdAt": "1710880825417032000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Ruoss" ], @@ -551,8 +538,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-005", "__type": "Person", - "__createdAt": "1710880825417086000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Bertschinger" ], @@ -569,8 +554,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-006", "__type": "Person", - "__createdAt": "1710880825417119000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Erb" ], @@ -587,8 +570,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-007", "__type": "Person", - "__createdAt": "1710880825417151000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Flury" ], @@ -605,8 +586,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-008", "__type": "Person", - "__createdAt": "1710880825417183000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Gebauer" ], @@ -623,8 +602,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-009", "__type": "Person", - "__createdAt": "1710880825417215000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Giudici" ], @@ -649,8 +626,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-010", "__type": "Person", - "__createdAt": "1710880825417271000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Haymoz" ], @@ -667,8 +642,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-011", "__type": "Person", - "__createdAt": "1710880825417304000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Heinzer" ], @@ -685,8 +658,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-012", "__type": "Person", - "__createdAt": "1710880825417336000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Lehner-Loosli" ], @@ -703,8 +674,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-013", "__type": "Person", - "__createdAt": "1710880825417368000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Mazzarella" ], @@ -721,8 +690,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-014", "__type": "Person", - "__createdAt": "1710880825417399000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Merz" ], @@ -739,8 +706,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-015", "__type": "Person", - "__createdAt": "1710880825417430000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Pfiffner" ], @@ -757,8 +722,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-016", "__type": "Person", - "__createdAt": "1710880825417462000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Probst-Schellenberg" ], @@ -775,8 +738,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-017", "__type": "Person", - "__createdAt": "1710880825417494000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Sibilia" ], @@ -793,8 +754,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-018", "__type": "Person", - "__createdAt": "1710880825417526000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Ullmann" ], @@ -811,8 +770,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-019", "__type": "Person", - "__createdAt": "1710880825417558000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "de Vries" ], @@ -830,8 +787,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-person-000", "__type": "Person", - "__createdAt": "1710880825417590000", - "__createdBy": "dsp-metadata-gui", "email": "lcriblez@ife.uzh.ch", "familyNames": [ "Criblez" @@ -859,8 +814,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-organization-001", "__type": "Organization", - "__createdAt": "1710880825417676000", - "__createdBy": "dsp-metadata-gui", "name": "Swiss National Science Foundation (SNSF)", "url": { "__type": "URL", @@ -872,8 +825,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-organization-000", "__type": "Organization", - "__createdAt": "1710880825417708000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Freiestrasse 36", @@ -894,8 +845,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-grant-000", "__type": "Grant", - "__createdAt": "1710880825472607000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0828-organization-001" ], @@ -911,8 +860,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-grant-001", "__type": "Grant", - "__createdAt": "1710880825472665000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0828-organization-001" ], @@ -928,8 +875,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-grant-002", "__type": "Grant", - "__createdAt": "1710880825472716000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0828-organization-001" ], @@ -945,8 +890,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0828-grant-003", "__type": "Grant", - "__createdAt": "1710880825472738000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0828-organization-001" ], diff --git a/data/json/bruno-manser.json b/data/json/bruno-manser.json index dbaf3d11..fc5c5fe1 100644 --- a/data/json/bruno-manser.json +++ b/data/json/bruno-manser.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0813-project", "__type": "Project", - "__createdAt": "1630601331941550000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Bruno Manser/Bruno Manser Fonds", "teaserText": "Bruno Manser has left a variety of media in which he documented the nomadic life of the Penan. The project shows and annotates these documents.", "datasets": [ @@ -105,8 +102,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0813-dataset-001", "__type": "Dataset", - "__createdAt": "1630601338117823000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The dataset contains data of digitized diaries, video footage, photographs and other media of Bruno Manser" @@ -177,8 +172,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0813-person-001", "__type": "Person", - "__createdAt": "1630601338954985000", - "__createdBy": "dsp-metadata-gui", "email": "erwin.zbinden@bmf.ch", "familyNames": [ "Zbinden" @@ -196,8 +189,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0813-person-002", "__type": "Person", - "__createdAt": "1630601338955102000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Manser" ], @@ -216,8 +207,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0813-organization-001", "__type": "Organization", - "__createdAt": "1630601338955214000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Socinstrasse 37", @@ -239,8 +228,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0813-grant-001", "__type": "Grant", - "__createdAt": "1630601338985837000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0813-organization-001" ] diff --git a/data/json/cache.json b/data/json/cache.json index 12329160..130fd529 100644 --- a/data/json/cache.json +++ b/data/json/cache.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-082B-project", "__type": "Project", - "__createdAt": "1630601310187914000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Gegen|Wissen, intercom: Zürich (2020)", "teaserText": "cache is a hybrid publication tool for research groups in the humanities.", "datasets": [ @@ -93,8 +90,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082B-dataset-001", "__type": "Dataset", - "__createdAt": "1630601315059030000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "Genetic engineering, acid rain, nuclear accidents, ozone depletion, computerization — in the years around 1980, science moved center-stage as a socio-political quandary. First and foremost, it were the new social movements that cultivated critiques of science and technology; but soon enough, the desire for an alternative science, or a “counter-knowledge”, diffused into the broader realms of politics, economics and, not least, establishment science. What was this “counter\"-science? Where did it succeed? Where did it fail? And why is this relevant again today?" @@ -231,8 +226,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082B-person-001", "__type": "Person", - "__createdAt": "1630601315514148000", - "__createdBy": "dsp-metadata-gui", "email": "nils.guettler@wiss.gess.ethz.ch", "familyNames": [ "Güttler" @@ -250,8 +243,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082B-person-002", "__type": "Person", - "__createdAt": "1630601315514290000", - "__createdBy": "dsp-metadata-gui", "email": "niki.rhyner@wiss.gess.ethz.ch", "familyNames": [ "Rhyner" @@ -269,8 +260,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082B-person-003", "__type": "Person", - "__createdAt": "1630601315514424000", - "__createdBy": "dsp-metadata-gui", "email": "mxmlnstdlr@gmail.com", "familyNames": [ "Stadler" @@ -288,8 +277,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082B-person-004", "__type": "Person", - "__createdAt": "1630601315514558000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Grote" ], @@ -306,8 +293,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082B-person-005", "__type": "Person", - "__createdAt": "1630601315514665000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Grütter" ], @@ -324,8 +309,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082B-person-006", "__type": "Person", - "__createdAt": "1630601315514773000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Scheidegger" ], @@ -342,8 +325,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082B-person-007", "__type": "Person", - "__createdAt": "1630601315514879000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Schlünder" ], @@ -360,8 +341,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082B-person-008", "__type": "Person", - "__createdAt": "1630601315514986000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Schmidt" ], @@ -378,8 +357,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082B-person-009", "__type": "Person", - "__createdAt": "1630601315515090000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Schmidt" ], @@ -396,8 +373,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082B-person-010", "__type": "Person", - "__createdAt": "1630601315515195000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "von Schwerin" ], @@ -414,8 +389,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082B-person-011", "__type": "Person", - "__createdAt": "1630601315515300000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Wulz" ], @@ -432,8 +405,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082B-person-012", "__type": "Person", - "__createdAt": "1630601315515405000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Zberg" ], @@ -452,8 +423,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082B-organization-002", "__type": "Organization", - "__createdAt": "1630601315515565000", - "__createdBy": "dsp-metadata-gui", "email": "info@intercomverlag.ch", "name": "intercom Verlag", "url": { @@ -466,15 +435,11 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082B-organization-003", "__type": "Organization", - "__createdAt": "1630601315515712000", - "__createdBy": "dsp-metadata-gui", "name": "Swiss National Science Foundation (SNSF)" }, { "__id": "http://ns.dasch.swiss/repository#dsp-082B-organization-001", "__type": "Organization", - "__createdAt": "1630601315515761000", - "__createdBy": "dsp-metadata-gui", "name": "ETH Zurich", "url": { "__type": "URL", @@ -488,8 +453,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082B-grant-001", "__type": "Grant", - "__createdAt": "1630601315515909000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-082B-organization-003" ], diff --git a/data/json/commode.json b/data/json/commode.json index f9d3c22e..f586d314 100644 --- a/data/json/commode.json +++ b/data/json/commode.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-083B-project", "__type": "Project", - "__createdAt": "1643071264658547000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Canonicity, Obscenity, and the Making of Modern Chaucer (COMMode): An Investigation of the Transmission and Audiences of The Canterbury Tales from 1700 to 2020", "teaserText": "This project will recover the untold history of how Chaucer became both an icon of literary fame and an icon of obscenity.", "datasets": [ @@ -71,8 +68,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083B-dataset-000", "__type": "Dataset", - "__createdAt": "1643071265449797000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "More than 600 years after he lived and wrote, Chaucer continues to play an important role in how Anglophone culture determines its standards of censorship and toleration. His association with naughty good humour is so widespread that the word ‘Chaucerian’ may be used in popular discourse as a synonym for ‘bawdy in an acceptably Olde Englisshe way’. But how did this come to be, and how does this idea of Chaucer as a 'bawdy' poet sit alongside his canonical status? This project will recover the untold history of how Chaucer became both an icon of literary fame and an icon of obscenity by examining the evolution of his most famous text alongside the evolution of his reputation between the publication of John Dryden's Fables Ancient & Modern in 1700 and the present day. By uncovering this history, the proposed project aims to achieve a better understanding not only of Chaucerian reception throughout history, but of the relationship between literature and cultural determinations of what is permissible in language and in art." @@ -114,8 +109,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083B-person-000", "__type": "Person", - "__createdAt": "1643071265492171000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Flannery" ], @@ -132,8 +125,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083B-person-001", "__type": "Person", - "__createdAt": "1643071265492231000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Brown" ], @@ -150,8 +141,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083B-person-002", "__type": "Person", - "__createdAt": "1643071265492287000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Haas Curtis" ], @@ -164,8 +153,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083B-organization-001", "__type": "Organization", - "__createdAt": "1643071265492344000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Länggassstrasse 49", @@ -178,8 +165,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083B-organization-002", "__type": "Organization", - "__createdAt": "1643071265492344000", - "__createdBy": "dsp-metadata-gui", "name": "Swiss National Science Foundation (SNSF)" } ], @@ -187,8 +172,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083B-grant-001", "__type": "Grant", - "__createdAt": "1643071265492344000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-083B-organization-002" ], diff --git a/data/json/dasch.json b/data/json/dasch.json index e47254f5..3ea597be 100644 --- a/data/json/dasch.json +++ b/data/json/dasch.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0810-project", "__type": "Project", - "__createdAt": "1683104677473432000", - "__createdBy": "dsp-metadata-gui", "howToCite": "DaSCH (2023). Swiss National Data and Service Center for the Humanities [Dataset]. DaSCH. https://ark.dasch.swiss/ark:/72163/1/0810", "teaserText": "This project contains material about DaSCH and events organised by DaSCH. All documents are made available in the original language of the presentations.", "datasets": [ @@ -95,8 +92,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0810-dataset-000", "__type": "Dataset", - "__createdAt": "1683104679793121000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "This dataset contains material (visuals, slides, posters, videos, tutorials, reports) prepared by members of DaSCH as well as material contributed by researchers at events organised by DaSCH." @@ -162,8 +157,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0810-organization-001", "__type": "Organization", - "__createdAt": "1683104680084167000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Gewerbestrasse 24", @@ -183,8 +176,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0810-organization-000", "__type": "Organization", - "__createdAt": "1683104680460976000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3", @@ -205,8 +196,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0810-grant-000", "__type": "Grant", - "__createdAt": "1683104680602203000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0810-organization-000" ], diff --git a/data/json/decoso.json b/data/json/decoso.json index 8dcfddd5..02cb782e 100644 --- a/data/json/decoso.json +++ b/data/json/decoso.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-082C-project", "__type": "Project", - "__createdAt": "1637624127333234000", - "__createdBy": "dsp-metadata-gui", "teaserText": "It aims to apply decolonial methods and to mobilize practice-based approaches to engage in the critical analysis of case studies of art practices from socialist geographies of the Cold War period.", "datasets": [ "http://ns.dasch.swiss/repository#dsp-082C-dataset-000" @@ -113,8 +110,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082C-dataset-000", "__type": "Dataset", - "__createdAt": "1637624128018086000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "This cross-disciplinary Research Project undertakes a decolonial analysis of artistic projects that were realised in the framework of Socialist Internationalism as, for example, proposed by East German Socialist Internationalism from the 1950s through the 1970s in cinema, art and cybernetics with relevance for the global contemporary condition in academia, art-research and art-making with focus on techno-politics. The Research Project aims to mobilize decolonial/decolonizing methods with specific awareness for the lived experiences, scientific documents and artistic projects from socialist/internationalist geographies, e.g., the GDR (1949-1990) for situating the political project of socialism beyond the often-binary Cold War narrative of dissidentism vs. conformism. In doing so, the Research Project aims (a) to contribute to a more complex understanding of Cold War art-science-knowledge experimentations from a political geography that has been marginalized under global Cold War conditions as ‘soviet occupied zone’ after 1949, and which has been exposed to an \"embarrassed silence\" (Jameson, 2015) in many debates of academic research projects, cultural programs, contemporary art institutions, etc. after 1989; and (b) to contribute to the contemporary need of analyzing principles of automation, computation and techno-politics of planetary dimension or globalizing forces through an alternative or minor post-/modernity. The idea is to unearth as well as mobilize overlooked archival documents, micro-histories, silenced oral narratives and conflicting memories from state-socialist projects such as GDR for developing a substantial vocabulary to cross-read science and politics with art and culture with specific awareness for micro-social art practices in struggle with macro-political state-protocols departing from the internationalist ambitions of state-socialisms. Furthermore, “Decolonizing Socialism” aims to fathom the tensions between the national project of a new state (‘german democratic republic’) in post-war Europe and the world-spanning, or, 'planetary' concept of socialist internationalism. A possible point of departure and Case Study, respectively, are films, writings, cybernetic drawings and concepts of the DEFA Gruppe Profil (1960-1968) that has been followed by the \"artistic working group defa-futurum\" (1971-circa 1980) from the GDR promoting the \"socialist future film\" or ‘science fiction’ as formats to engage in the analysis of then-contemporary problematics from which to build society; furthermore, the philosophical-logical writings by civil rights activist, German-Jewish immigrant and professor Franz Loeser on deontic logics, mathematics, cybernetics and Marxism-Leninism offer an under-researched philosophical approach to organization, rationalism and ethics. The Case Study was chosen based on its unique and extensive elaboration of cinema, cybernetics and socialism/internationalism from the GDR; it provides necessary material to study the role of technology, philosophy and art for (a) declaring an own political/independent position as a young nation-state and state-socialism in the post-1945-world, (b) formulating anti-fascist politics for supporting the processes of de-nazification in Europe (post-war West-Germany specifically), (c) contributing to the ideologies of the techno-political race during the global World War, and (d) experiencing the structural violence of being-silenced after 1989. What does a decolonial analysis mean with regard to a cultural Socialist Internationalism? What does a decolonial analysis produce? Why is such an approach necessary in relation to art, techno-politics, research and knowledge production of the global contemporary? How does a decolonial analysis of Socialist Internationalism yield a comprehension of a contemporary intra-European reality? So far, academic Cold War studies, European history and diplomacy studies in Europe have mainly analysed Cold War scenarios from a “Western” perspective, and often without paying attention to the field of art. European art history, however, mainly defines a historical-comparative juxtaposition of an Art of Two Germanys. What is missing and urgently needed, though, is a case-based analysis of internationalist art projects rooted in German Democratic Republic (GDR) with relevance for our contemporary condition. Research Methods will include “history lessons,” i.e., sources-tracing and their respective hermeneutic study. The Doctoral researcher will conduct her/his studies based on institutional archives, interviews and fieldwork. A material-based iconography will consider the materiality of found objects or archival material (e.g. paper, photographs, film reels, etc.). Regarding the need for contemporaneity, the project-at-large is situated in the “studying [of] visual culture” (Rogoff, 1998) and its extension to the visual arena to infrastructures, distribution systems, archive politics, and civil knowledge (Azoulay, 2012; McLagan, McKee, 2012; Mirzoeff, 2017). Therefore, case-based research will foster methods to articulate trans-historical and trans-generational relations. The Project will put to use the “speaking-nearby” method (Chen/Minh-ha, 1992) as seen in postcolonial documentary practices to engage in materially marginalized but still present narratives. Under a practice-based approach, the Project will commit to research methods as developed by studies on “intersectionality” (Crenshaw, 1989; Lugones 2008; MacKinnon, 2013). Here the aim is to mobilize politics of gender and race in art projects emerging from the East German version of proletarian internationalism, also coined “socialist chromatism” (Slobodan, 2015).The planned Research outcome includes: (1) a doctoral dissertation that is due to generate in collaboration with University of Basel(2) conference papers, and (3) contributions to exhibitions. Further, (4) an issue on Decolonizing Socialism / Entangled Internationalism is expected, for publication in a peer-reviewed academic journal, as is (5) a relational database as Data-Bank-Library on Decolonizing Socialism, and finally, (6) the organisation of an international symposium and workshops at various academic and art venues, notably in collaboration with the doctoral-degree-providing Swiss university involved, the international Scientific Advisory Board as well as two European art institutions (Project Partners) that also will provide an infrastructure for an artist-researcher position to join the project." @@ -172,8 +167,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082C-person-000", "__type": "Person", - "__createdAt": "1637624128077944000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Mende" ], @@ -187,8 +180,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082C-person-001", "__type": "Person", - "__createdAt": "1637624128078000000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Agarwal" ], @@ -199,8 +190,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082C-person-002", "__type": "Person", - "__createdAt": "1637624128078040000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Nienhoff" ], @@ -214,8 +203,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082C-person-003", "__type": "Person", - "__createdAt": "1637624128078088000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Leu" ], @@ -229,8 +216,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082C-person-004", "__type": "Person", - "__createdAt": "1637624128078136000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Franke" ], @@ -244,8 +229,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082C-person-005", "__type": "Person", - "__createdAt": "1637624128078183000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Esche" ], @@ -261,36 +244,26 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082C-organization-001", "__type": "Organization", - "__createdAt": "1637624128078245000", - "__createdBy": "dsp-metadata-gui", "name": "University of Applied Sciences and Arts Western Switzerland - HES-SO" }, { "__id": "http://ns.dasch.swiss/repository#dsp-082C-organization-003", "__type": "Organization", - "__createdAt": "1637624128078270000", - "__createdBy": "dsp-metadata-gui", "name": "Haus der Kulturen der Welt" }, { "__id": "http://ns.dasch.swiss/repository#dsp-082C-organization-004", "__type": "Organization", - "__createdAt": "1637624128078294000", - "__createdBy": "dsp-metadata-gui", "name": "Van Abbemuseum Charles Esche" }, { "__id": "http://ns.dasch.swiss/repository#dsp-082C-organization-000", "__type": "Organization", - "__createdAt": "1637624128078317000", - "__createdBy": "dsp-metadata-gui", "name": "Swiss National Science Foundation (SNSF)" }, { "__id": "http://ns.dasch.swiss/repository#dsp-082C-organization-002", "__type": "Organization", - "__createdAt": "1637624128078340000", - "__createdBy": "dsp-metadata-gui", "name": "Institut de Recherche en Art et Design HEAD – Genève" } ], @@ -298,8 +271,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082C-grant-000", "__type": "Grant", - "__createdAt": "1637624128078376000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-082C-organization-000" ], diff --git a/data/json/delille.json b/data/json/delille.json index 86088d00..8e80d99a 100644 --- a/data/json/delille.json +++ b/data/json/delille.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-081B-project", "__type": "Project", - "__createdAt": "1630601383511170000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Reconstruire Delille, 2021", "teaserText": "NIE-INE outcome for the project `Reconstruire Delille' in relation to the scholarly `reverse' edition of the reception of the third canto of Jacques Delille's L'homme des champs.", "datasets": [ @@ -86,8 +83,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-081B-dataset-001", "__type": "Dataset", - "__createdAt": "1630601385927986000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "NIE-INE outcome for the project `Reconstruire Delille' in relation to the scholarly `reverse' edition of the reception of the third canto of Jacques Delille's L'homme des champs." @@ -151,8 +146,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-081B-person-001", "__type": "Person", - "__createdAt": "1630601387244448000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Marchal" ], @@ -179,8 +172,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-081B-organization-002", "__type": "Organization", - "__createdAt": "1630601387244691000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Maiengasse 51", @@ -193,8 +184,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-081B-organization-001", "__type": "Organization", - "__createdAt": "1630601387276867000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3", @@ -216,8 +205,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-081B-grant-001", "__type": "Grant", - "__createdAt": "1630601387310266000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-081B-organization-001" ], diff --git a/data/json/digitalagenda.json b/data/json/digitalagenda.json index 4c75d45b..a0d0eea1 100644 --- a/data/json/digitalagenda.json +++ b/data/json/digitalagenda.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0848-project", "__type": "Project", - "__createdAt": "1688420236109645000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Guerrero Cantarell, Rosalía, Carmen Flury, Fabian Grütter and Michael Geiss (2023). Education and the European Digital Agenda: Switzerland, Germany and Sweden after 1970. DaSCH, https://ark.dasch.swiss/ark:/72163/1/0848.", "teaserText": "This database documents the educational implications of technological change in information and communication technologies (ICT) between 1970 and 2000, focusing on political initiatives in Europe.", "datasets": [ @@ -261,8 +258,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0848-dataset-000", "__type": "Dataset", - "__createdAt": "1688420239457488000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The dataset maps political initiatives and actors involved in education in the context of digital change during the period 1970–2000 in four political entities: Germany (FRG, GDR and unified Germany), Sweden, Switzerland, and Europe (European Communities [EC]/European Union [EU]). It consists of two sub-datasets:\r 1.\tThe first sub-dataset contains information on the various political initiatives that were undertaken in these political entities to address the challenges posed by digital change in education. \r 2.\tThe second sub-dataset includes information on the actors and platforms that played a role in the framing of these initiatives.\r Together, these two sub-datasets aim to provide an overview of the political initiatives and actors involved in addressing the challenges of digital change in education in Germany, Sweden, Switzerland, and the EC/EU. The database can be used to analyse and compare the different approaches taken by these political entities and to identify key stakeholders." @@ -344,8 +339,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0848-person-000", "__type": "Person", - "__createdAt": "1688420240396596000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Lagerstrasse 2", @@ -378,8 +371,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0848-person-001", "__type": "Person", - "__createdAt": "1688420240477342000", - "__createdBy": "dsp-metadata-gui", "email": "carmen.flury@gmx.net", "familyNames": [ "Flury" @@ -405,8 +396,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0848-person-002", "__type": "Person", - "__createdAt": "1688420240477806000", - "__createdBy": "dsp-metadata-gui", "email": "rgc0403@gmail.com", "familyNames": [ "Guerrero Cantarell" @@ -432,8 +421,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0848-person-003", "__type": "Person", - "__createdAt": "1688420240478263000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Lagerstrasse 2", @@ -468,8 +455,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0848-organization-001", "__type": "Organization", - "__createdAt": "1688420240545901000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3", @@ -489,8 +474,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0848-organization-000", "__type": "Organization", - "__createdAt": "1688420240608457000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Lagerstrasse 2", @@ -512,8 +495,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0848-grant-000", "__type": "Grant", - "__createdAt": "1688420240673920000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0848-organization-001" ], diff --git a/data/json/dokubib.json b/data/json/dokubib.json index fecd1e2f..500d6046 100644 --- a/data/json/dokubib.json +++ b/data/json/dokubib.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0804-project", "__type": "Project", - "__createdAt": "1630601297599944000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Dokumentationsbibliothek St. Moritz", "teaserText": "Bibliothek St. Moritz Dokumentation is the local history archive of the community of St. Moritz, Switzerland.", "datasets": [ @@ -81,8 +78,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0804-dataset-000", "__type": "Dataset", - "__createdAt": "1630601300976368000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "Bilddatenbank makes accessible the collection of historic photographs and other graphical representation of St. Moritz Dokumentationsbibliothek" @@ -119,8 +114,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0804-organization-001", "__type": "Organization", - "__createdAt": "1630601301506212000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "", @@ -133,8 +126,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0804-organization-000", "__type": "Organization", - "__createdAt": "1630601301561696000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Plazza da Scoula 14", diff --git a/data/json/drawings.json b/data/json/drawings.json index b9fa42c6..2cf16099 100644 --- a/data/json/drawings.json +++ b/data/json/drawings.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0105-project", "__type": "Project", - "__createdAt": "1630601291043795000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Brandt, P.-Y., Serbaeva O., Cocco, Ch., Dessart, G., Dandarova Robert, Z., Rivoal, M., 2019, Dessins de dieux [database] (DaSCH), https://ark.dasch.swiss/ark:/72163/1/0105.", "teaserText": "Fondé sur plusieurs centaines de dessins dans diverses régions du monde, ce projet étudie l’évolution de la représentation de Dieu ou d’autres êtres surnaturels chez des enfants et des adolescents.", "datasets": [ @@ -191,8 +188,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0105-dataset-000", "__type": "Dataset", - "__createdAt": "1630601296848631000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "fr": "Au cours des dernières décennies l’étude du concept de dieu (ainsi que l’image et la représentation) est devenu l’un des principaux domaines de recherche en psychologie de la religion. Cette question a été abordée au travers de différentes approches psychologiques : la psychologie développementale cognitive, les théories de la relation d’objet, la psychologie cognitive, les théories des attributions et la théorie d’attachement. En dépit des progrès réalisés, la compréhension de ce phénomène très complexe reste toujours limitée. Selon de nombreux chercheurs une des raisons importantes est celle des méthodes utilisées qui, de façon globale, se basent sur des méthodes verbales: des questionnaires, des entretiens, des listes d’adjectifs pour décrire dieu, des associations libres, etc. Le projet Dessins de dieux, dirigé par le professeur Pierre-Yves Brandt, vise à contribuer à une compréhension ultérieure de l’origine du concept de dieu et son développement chez les enfants. La technique de dessin, critiquée par certains chercheurs, se présente comme un outil opportun pour effectuer une étude à fois développementale et cross-culturelle. Elle est même plus efficace pour mettre en lumière la place et la fonction des images dans le processus de l’acquisition et de l’intériorisation de certains concepts religieux, ainsi que pour révéler des contradictions et des difficultés de l’acquisition de l’idée de dieu par des enfants. L’absence de telles études entrave les progrès de nos savoirs dans ce domaine. La base de données Dessins de dieux a été créée pour stocker des données de cette recherche et les rendre accessibles non seulement aux chercheurs affiliés au projet mais aussi au grand public qui s’intéresse à cette problématique. Une première collection de 143 dessins a été récoltée en 2003-2004 au Japon. Actuellement, la base de données contient plus de 7100 dessins recueillis au Japon, en Roumanie, en Russie, en Suisse, aux États-Unis, en Iran, au Népal et aux Pays-Bas ; elle continue à s’agrandir. Nous espérons que cette recherche intéressera les chercheurs d’autres pays afin que cette base de données s’enrichisse de dessins issus d’autres traditions confessionnelles et culturelles." @@ -305,8 +300,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0105-person-001", "__type": "Person", - "__createdAt": "1630601297440339000", - "__createdBy": "dsp-metadata-gui", "email": "dominique.vinck@unil.ch", "familyNames": [ "Vinck" @@ -339,8 +332,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0105-person-002", "__type": "Person", - "__createdAt": "1630601297440516000", - "__createdBy": "dsp-metadata-gui", "email": "zhargalma.dandarova@unil.ch", "familyNames": [ "Dandarova-Robert" @@ -373,8 +364,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0105-person-003", "__type": "Person", - "__createdAt": "1630601297440691000", - "__createdBy": "dsp-metadata-gui", "email": "frederic.darbellay@unige.ch", "familyNames": [ "Darbellay" @@ -407,8 +396,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0105-person-007", "__type": "Person", - "__createdAt": "1630601297440866000", - "__createdBy": "dsp-metadata-gui", "email": "loic.jaouen@unil.ch", "familyNames": [ "Jaouen" @@ -426,8 +413,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0105-person-008", "__type": "Person", - "__createdAt": "1630601297440970000", - "__createdBy": "dsp-metadata-gui", "email": "marion.rivoal@unil.ch", "familyNames": [ "Rivoal" @@ -453,8 +438,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0105-person-000", "__type": "Person", - "__createdAt": "1630601297442178000", - "__createdBy": "dsp-metadata-gui", "email": "pierre-yves.brandt@unil.ch", "familyNames": [ "Brandt" @@ -487,8 +470,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0105-person-005", "__type": "Person", - "__createdAt": "1630601297442369000", - "__createdBy": "dsp-metadata-gui", "email": "christelle.cocco@unil.ch", "familyNames": [ "Cocco" @@ -521,8 +502,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0105-person-004", "__type": "Person", - "__createdAt": "1630601297442551000", - "__createdBy": "dsp-metadata-gui", "email": "olga.serbaeva@aoi.uzh.ch", "secondaryEmail": "olga.serbaeva@unil.ch", "familyNames": [ @@ -548,8 +527,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0105-person-006", "__type": "Person", - "__createdAt": "1630601297442673000", - "__createdBy": "dsp-metadata-gui", "email": "gregory.dessart@unil.ch", "familyNames": [ "Dessart" @@ -584,8 +561,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0105-organization-002", "__type": "Organization", - "__createdAt": "1630601297442885000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "24 rue du Général-Dufour", @@ -604,8 +579,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0105-organization-000", "__type": "Organization", - "__createdAt": "1630601297473452000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3 Postfach", @@ -625,8 +598,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0105-organization-001", "__type": "Organization", - "__createdAt": "1630601297504715000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Unicentre", @@ -647,8 +618,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0105-grant-000", "__type": "Grant", - "__createdAt": "1630601297538098000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0105-organization-000" ], diff --git a/data/json/eHKKA.json b/data/json/eHKKA.json index 02961bef..5ef64953 100644 --- a/data/json/eHKKA.json +++ b/data/json/eHKKA.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-083C-project", "__type": "Project", - "__createdAt": "1658837460816710000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Morgenthaler et al., historisch-kritsche Kellerausgabe online, 1996-2013", "teaserText": "Gottfried Keller (1819-1890) gehört zu den grossen Autoren des Realismus. Die eHKKA ediert Kellers Gesamtwerk: Seine Romane, Novellen, Gedichte, Tagebücher und Briefe.", "datasets": [ @@ -93,8 +90,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083C-dataset-000", "__type": "Dataset", - "__createdAt": "1658837462051680000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "de": "Eine online-Edition der Historisch-Kritischen Kellerausgabe" @@ -142,8 +137,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083C-person-001", "__type": "Person", - "__createdAt": "1658837462207965000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Amrein" ], @@ -161,8 +154,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083C-person-000", "__type": "Person", - "__createdAt": "1658837462208018000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Morgenthaler" ], @@ -180,8 +171,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083C-person-002", "__type": "Person", - "__createdAt": "1658837462208065000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Grob" ], @@ -198,8 +187,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083C-person-003", "__type": "Person", - "__createdAt": "1658837462208103000", - "__createdBy": "dsp-metadata-gui", "email": "dom.muller@bluewin.ch", "familyNames": [ "Müller" @@ -220,8 +207,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083C-organization-001", "__type": "Organization", - "__createdAt": "1658837462208169000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3, Postfach", @@ -234,8 +219,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083C-organization-006", "__type": "Organization", - "__createdAt": "1658837462261695000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "24 rue du Général-Dufour", @@ -248,8 +231,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083C-organization-005", "__type": "Organization", - "__createdAt": "1658837462308236000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Schönberggasse 9", @@ -262,8 +243,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083C-organization-000", "__type": "Organization", - "__createdAt": "1658837462388956000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "c/o Pestalozzi Rechtsanwälte, Löwenstrasse 1", @@ -279,8 +258,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083C-grant-000", "__type": "Grant", - "__createdAt": "1658837462427587000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-083C-organization-001" ], diff --git a/data/json/fagottino.json b/data/json/fagottino.json index cc2ae63b..f92cefd0 100644 --- a/data/json/fagottino.json +++ b/data/json/fagottino.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "https://ns.dasch.swiss/repository#dsp-0845-project", "__type": "Project", - "__createdAt": "1683277023430876000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Agrell, Donna, Domínguez, Áurea, Graziadio, Giovanni Battista, Matthews, Zoë, Viola, Letizia, Plath, Niko, Simian, Ricardo (2023). Fagottino project research articles and documents [Dataset]. DaSCH. https://ark.dasch.swiss/ark:/72163/1/0845", "teaserText": "The organological and musicological aspects of small-sized bassoons from the 18th and 19th centuries were the focus of a research team in Basel from 2017–2023.", "datasets": [ @@ -128,8 +125,6 @@ { "__id": "https://ns.dasch.swiss/repository#dsp-0845-dataset-000", "__type": "Dataset", - "__createdAt": "1683277024525030000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The dataset contains basic data and images of 62 fagottini and tenoroons as well as several articles, including an instrument catalogue of small bassoons covering the key questions addressed during the research project. Furthermore, the dataset contains 3D models of six 3D-CT scanned historical fagottino and tenoroon (FT6; FT30; FT40: FT42; FT44; FT50). Each such Zip file includes the round-bore version, the corrected bore version, and the keys of each instrument. The files are in STL format." @@ -227,8 +222,6 @@ { "__id": "https://ns.dasch.swiss/repository#dsp-0845-person-001", "__type": "Person", - "__createdAt": "1683277024743622000", - "__createdBy": "dsp-metadata-gui", "email": "donna.agrell@fhnw.ch", "familyNames": [ "Agrell" @@ -246,8 +239,6 @@ { "__id": "https://ns.dasch.swiss/repository#dsp-0845-person-002", "__type": "Person", - "__createdAt": "1683277024743664000", - "__createdBy": "dsp-metadata-gui", "email": "aurea.dominguez@fhnw.ch", "secondaryEmail": "aureadominguez@gmail.com", "familyNames": [ @@ -274,8 +265,6 @@ { "__id": "https://ns.dasch.swiss/repository#dsp-0845-person-003", "__type": "Person", - "__createdAt": "1683277024743733000", - "__createdBy": "dsp-metadata-gui", "email": "zoe.matthews@fhnw.ch", "familyNames": [ "Matthews" @@ -293,8 +282,6 @@ { "__id": "https://ns.dasch.swiss/repository#dsp-0845-person-004", "__type": "Person", - "__createdAt": "1683277024743769000", - "__createdBy": "dsp-metadata-gui", "email": "letizia.viola@fhnw.ch", "familyNames": [ "Viola" @@ -312,8 +299,6 @@ { "__id": "https://ns.dasch.swiss/repository#dsp-0845-person-005", "__type": "Person", - "__createdAt": "1683277024743803000", - "__createdBy": "dsp-metadata-gui", "email": "giovannibattista.graziadio@fhnw.ch", "familyNames": [ "Graziadio" @@ -332,8 +317,6 @@ { "__id": "https://ns.dasch.swiss/repository#dsp-0845-person-000", "__type": "Person", - "__createdAt": "1683277024743838000", - "__createdBy": "dsp-metadata-gui", "email": "thomas.drescher@fhnw.ch", "familyNames": [ "Drescher" @@ -353,8 +336,6 @@ { "__id": "https://ns.dasch.swiss/repository#dsp-0845-organization-001", "__type": "Organization", - "__createdAt": "1683277024743877000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3", @@ -373,8 +354,6 @@ { "__id": "https://ns.dasch.swiss/repository#dsp-0845-organization-000", "__type": "Organization", - "__createdAt": "1683277024798388000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Leonhardsstrasse 6, Postfach", @@ -396,8 +375,6 @@ { "__id": "https://ns.dasch.swiss/repository#dsp-0845-grant-000", "__type": "Grant", - "__createdAt": "1683277024858973000", - "__createdBy": "dsp-metadata-gui", "funders": [ "https://ns.dasch.swiss/repository#dsp-0845-organization-001" ], @@ -413,8 +390,6 @@ { "__id": "https://ns.dasch.swiss/repository#dsp-0845-grant-001", "__type": "Grant", - "__createdAt": "1683277024858973000", - "__createdBy": "dsp-metadata-gui", "funders": [ "https://ns.dasch.swiss/repository#dsp-0845-organization-001" ], diff --git a/data/json/globalgeschichte.json b/data/json/globalgeschichte.json index af410369..0e832c8d 100644 --- a/data/json/globalgeschichte.json +++ b/data/json/globalgeschichte.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-084A-project", "__type": "Project", - "__createdAt": "1708507426682276000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Marti, P., Studer, D., Affolter, S. (2024). Globalgeschichtliche Perspektiven im Schweizer Geschichtsunterricht [Dataset]. DaSCH. https://ark.dasch.swiss/ark:/72163/1/084A", "teaserText": "Das Forschungsprojekt liefert empirische Ergebnisse auf breiter Basis zu Potentialen von globalgeschichtlichen Perspektiven im Geschichtsunterricht.", "datasets": [ @@ -99,8 +96,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-084A-dataset-000", "__type": "Dataset", - "__createdAt": "1708507428483747000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "de": "Das Dataset beinhaltet im Projekt erhobene Daten aus Lehrer:innen- und Schüler:innenperspektive: Transkripte der «Stimulated Recall»-Interviews, Transkripte der Eingangsinterviews, soziodemographische Angaben, Fragebögen der Schüler:innen sowie die Dokumentation der entsprechenden Erhebungsinstrumente." @@ -161,8 +156,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-084A-person-001", "__type": "Person", - "__createdAt": "1708507428914087000", - "__createdBy": "dsp-metadata-gui", "email": "dominic.studer@fhnw.ch", "familyNames": [ "Studer" @@ -188,8 +181,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-084A-person-002", "__type": "Person", - "__createdAt": "1708507428914211000", - "__createdBy": "dsp-metadata-gui", "email": "simon.affolter@fhnw.ch", "familyNames": [ "Affolter" @@ -215,8 +206,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-084A-person-000", "__type": "Person", - "__createdAt": "1708507428914311000", - "__createdBy": "dsp-metadata-gui", "email": "philipp.marti@fhnw.ch", "familyNames": [ "Marti" @@ -236,8 +225,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-084A-organization-001", "__type": "Organization", - "__createdAt": "1708507428914394000", - "__createdBy": "dsp-metadata-gui", "name": "Swiss National Science Foundation (SNSF)", "url": { "__type": "URL", @@ -249,8 +236,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-084A-organization-000", "__type": "Organization", - "__createdAt": "1708507428914445000", - "__createdBy": "dsp-metadata-gui", "name": "Pädagogische Hochschule der Fachhochschule Nordwestschweiz", "url": { "__type": "URL", @@ -264,8 +249,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-084A-grant-000", "__type": "Grant", - "__createdAt": "1708507428914504000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-084A-organization-001" ], diff --git a/data/json/hdm.json b/data/json/hdm.json index 344dce16..d28df5f4 100644 --- a/data/json/hdm.json +++ b/data/json/hdm.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-081C-project", "__type": "Project", - "__createdAt": "1630601274523025000", - "__createdBy": "dsp-metadata-gui", "howToCite": "HdM-Bern", "teaserText": "The database documents the different kinds of spectacles such as theatre plays, operas, ballets, or concerts that took place in the Hôtel de Musique in Bern between 1766 and 1905.", "datasets": [ @@ -110,8 +107,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-081C-dataset-000", "__type": "Dataset", - "__createdAt": "1630601285266958000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The database documents the events that took place in the Hôtel de Musique in Bern between 1766 and 1905. The repertoire was constituted by different kinds of spectacles like theatre plays, operas, ballets, concerts, dance parties, acrobatic performances, conferences or magicians. The list reconstructs the lifely and colourful theatre culture of Bern in the 19th Century." @@ -159,8 +154,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-081C-organization-000", "__type": "Organization", - "__createdAt": "1630601285796580000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Mittelstr. 43", diff --git a/data/json/healing-arts.json b/data/json/healing-arts.json index 115dfc4b..33052a65 100644 --- a/data/json/healing-arts.json +++ b/data/json/healing-arts.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-083E-project", "__type": "Project", - "__createdAt": "1721402611087902000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Holler, T.; Baptista Wilhelm, L; Von Kerssenbrock-Krosigk, G.: Healing Arts. Representations and Practices of Medical Knowledge in Art and Literature (9th-12th centuries) [database]. DaSCH. https://ark.dasch.swiss/ark:/72163/1/083E", "teaserText": "The project explores the entangled histories of botany, art and health. It considers plant images in early medieval herbals as modes of knowledge that articulate and negotiate medical practices.", "datasets": [ @@ -97,8 +94,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083E-dataset-000", "__type": "Dataset", - "__createdAt": "1721402613635306000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The database is a comprehensive collection of early medieval herbals prior to 1200. The ontology of the database includes several main classes (e.g. remedy, manuscript, object, person, text) to describe, contextualise and visualise plant images. By linking these classes to each other, the database displays the transmission of individual plant images and the underlying network between manuscript productions. Special attention has been paid to the very diverse medieval botanical nomenclature, including synonyms, spelling variants and the vernacular. This allows a broad search for remedies and their possible identification across geographical borders." @@ -166,8 +161,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083E-person-001", "__type": "Person", - "__createdAt": "1721402613916295000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Rheinsprung 9/11", @@ -192,8 +185,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083E-person-002", "__type": "Person", - "__createdAt": "1721402614095529000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Rheinsprung 9/11", @@ -218,8 +209,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083E-person-000", "__type": "Person", - "__createdAt": "1721402614188634000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Rheinsprung 9/11", @@ -246,15 +235,11 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083E-organization-001", "__type": "Organization", - "__createdAt": "1721402614283967000", - "__createdBy": "dsp-metadata-gui", "name": "Swiss National Science Foundation (SNSF)" }, { "__id": "http://ns.dasch.swiss/repository#dsp-083E-organization-000", "__type": "Organization", - "__createdAt": "1721402614284065000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "St. Alban-Graben 8/10", @@ -276,8 +261,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083E-grant-000", "__type": "Grant", - "__createdAt": "1721402614469767000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-083E-organization-001" ], diff --git a/data/json/igeoarchive.json b/data/json/igeoarchive.json index 2055f99e..802a0c5b 100644 --- a/data/json/igeoarchive.json +++ b/data/json/igeoarchive.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0838-project", "__type": "Project", - "__createdAt": "1705921790665346000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Brönnimann, D., Lo Russo, S., Pümpin, Ch., Ismail-Meyer, K., Devos, Y., Kübler, S., Rentzel, Ph. (2024). I-GEOARCHive [Database]. DaSCH. http://ark.dasch.swiss/ark:/72163/1/0838", "teaserText": "I-GEOARCHive provides geoarchaeological data and images (profile photos, thin section scans, microscope photos, layer descriptions, mortar and ceramic samples, etc.) from various archaeological sites.", "datasets": [ @@ -160,8 +157,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0838-dataset-000", "__type": "Dataset", - "__createdAt": "1705921793467731000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The geoarchaeological collection of IPAS (Integrative Prehistory and Archaeological Science) at the University of Basel and of AMGC (Archaeology, Environmental Changes & Geo-Chemistry) at the Vrije Universiteit Brussel includes block and sediment samples of soils and archaeological deposits as well as rocks, flints, ceramics and mortar samples. The I-GEOARCHive image database of thin section scans and microphotographs makes the collection digitally accessible to research and teaching. The freely accessible I-GEOARCHive database enables users to keyword, analyse, publish and archive geoarchaeological samples. Furthermore, micromorphological observations are linked to the thin section scans and thus to the block samples and profiles. This cross-linking enables multidimensional publication and archiving of micromorphological image data and their relation to original archaeological features." @@ -264,8 +259,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0838-person-001", "__type": "Person", - "__createdAt": "1705921793896479000", - "__createdBy": "dsp-metadata-gui", "email": "sarah.lorusso@unibas.ch", "familyNames": [ "Lo Russo" @@ -292,8 +285,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0838-person-002", "__type": "Person", - "__createdAt": "1705921793896674000", - "__createdBy": "dsp-metadata-gui", "email": "Yannick.George.Devos@vub.be", "familyNames": [ "Devos" @@ -319,8 +310,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0838-person-003", "__type": "Person", - "__createdAt": "1705921793896825000", - "__createdBy": "dsp-metadata-gui", "email": "christine.puempin@unibas.ch", "familyNames": [ "Pümpin" @@ -346,8 +335,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0838-person-004", "__type": "Person", - "__createdAt": "1705921793896973000", - "__createdBy": "dsp-metadata-gui", "email": "k.ismail-meyer@unibas.ch", "familyNames": [ "Ismail-Meyer" @@ -373,8 +360,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0838-person-005", "__type": "Person", - "__createdAt": "1705921793897119000", - "__createdBy": "dsp-metadata-gui", "email": "simon.kuebler@unibas.ch", "familyNames": [ "Kübler" @@ -392,8 +377,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0838-person-006", "__type": "Person", - "__createdAt": "1705921793897217000", - "__createdBy": "dsp-metadata-gui", "email": "philippe.rentzel@unibas.ch", "familyNames": [ "Rentzel" @@ -419,8 +402,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0838-person-000", "__type": "Person", - "__createdAt": "1705921793897353000", - "__createdBy": "dsp-metadata-gui", "email": "david.broennimann@unibas.ch", "familyNames": [ "Brönnimann" @@ -448,8 +429,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0838-organization-001", "__type": "Organization", - "__createdAt": "1705921793897492000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Pleinlaan 2", @@ -468,8 +447,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0838-organization-002", "__type": "Organization", - "__createdAt": "1705921794147440000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3", @@ -489,8 +466,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0838-organization-003", "__type": "Organization", - "__createdAt": "1705921794254555000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "HOEK 38, Leuvenseweg 38", @@ -509,8 +484,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0838-organization-000", "__type": "Organization", - "__createdAt": "1705921794364741000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Spalenring 145", @@ -531,8 +504,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0838-grant-000", "__type": "Grant", - "__createdAt": "1705921794475675000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0838-organization-002" ], @@ -548,8 +519,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0838-grant-001", "__type": "Grant", - "__createdAt": "1705921794475962000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0838-organization-003" ], diff --git a/data/json/incunabula.json b/data/json/incunabula.json index dd1d05b9..075904d3 100644 --- a/data/json/incunabula.json +++ b/data/json/incunabula.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0803-project", "__type": "Project", - "__createdAt": "1637624150548721000", - "__createdBy": "dsp-metadata-gui", "teaserText": "An art-scientific monograph of the richly illustrated early prints in Basel - the most important center of early letterpress printing in the territory of present-day Switzerland.", "datasets": [ "http://ns.dasch.swiss/repository#dsp-0803-dataset-000" @@ -104,8 +101,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0803-dataset-000", "__type": "Dataset", - "__createdAt": "1637624150907146000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The interdisciplinary research project \"The image sequences of Basel's early prints: Late Medieval didactic didactics as an image-text reading\" combines a comprehensive art scholarly analysis of the links between images and texts in the illustrated incunabula in Basel with the digitization of the holdings of the University Library and the development of an electronic edition in the form of a new kind of Web-0.2 application. The project is carried out by Kunsthistorische Seminar of the University of Basel (Prof. B. Schellewald) and Digital Humanities Lab of the University of Basel (Prof. Dr. L. Rosenthaler). The core of the digital edition consists of around twenty richly illustrated early prints from four different Basel officers. Many of them appeared in several editions before 1500, some of them in German and Latin at almost the same time. It is an extraordinarily varied production; in addition to the Mirror of Salvation, there is a novel, the Melusine, the travelogues of Jean de Mandeville, some prayer and edification books, theological writings, Lent sermons, the lives of Saints Fridolin and Meinrad, the famous ship of fools and the knight of Thurn. The Internet publication makes the digitized corpus of these early prints usable for the scientific edition as well as for the exploration of images and texts through the possibilities of non-linear linking and commenting on the images and texts. Existing and emerging online editions can also be linked to it, which optimises the use of databases from other institutions with regard to our corpus." @@ -183,8 +178,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0803-person-000", "__type": "Person", - "__createdAt": "1637624150958979000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Schellewald" ], @@ -201,8 +194,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0803-person-001", "__type": "Person", - "__createdAt": "1637624150959055000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Hug" ], @@ -219,8 +210,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0803-person-002", "__type": "Person", - "__createdAt": "1637624150959124000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Rosenthaler" ], @@ -237,8 +226,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0803-person-003", "__type": "Person", - "__createdAt": "1637624150959191000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Schmitt" ], @@ -255,8 +242,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0803-person-004", "__type": "Person", - "__createdAt": "1637624150959244000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Graf Lamei" ], @@ -275,29 +260,21 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0803-organization-001", "__type": "Organization", - "__createdAt": "1637624150959319000", - "__createdBy": "dsp-metadata-gui", "name": "Kunsthistorisches Seminar Universität Basel" }, { "__id": "http://ns.dasch.swiss/repository#dsp-0803-organization-002", "__type": "Organization", - "__createdAt": "1637624150959357000", - "__createdBy": "dsp-metadata-gui", "name": "Universität Basel Universitätsbibliothek Sekretariat" }, { "__id": "http://ns.dasch.swiss/repository#dsp-0803-organization-003", "__type": "Organization", - "__createdAt": "1637624150959391000", - "__createdBy": "dsp-metadata-gui", "name": "Digital Humanities Lab Philosophisch-Historische Fakultät Universität Basel" }, { "__id": "http://ns.dasch.swiss/repository#dsp-0803-organization-000", "__type": "Organization", - "__createdAt": "1637624150959423000", - "__createdBy": "dsp-metadata-gui", "name": "Swiss National Science Foundation (SNSF)" } ], @@ -305,8 +282,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0803-grant-000", "__type": "Grant", - "__createdAt": "1637624150959473000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0803-organization-000" ], diff --git a/data/json/kunsthalle.json b/data/json/kunsthalle.json index b2f30e0c..ab43ec5a 100644 --- a/data/json/kunsthalle.json +++ b/data/json/kunsthalle.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-080C-project", "__type": "Project", - "__createdAt": "1660774161591770000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Fotoarchiv Kunsthalle Basel (2023). [Dataset]. DaSCH. https://ark.dasch.swiss/ark:/72163/1/080C", "teaserText": "Kunsthalle Basel is Switzerland’s oldest active art museum displaying contemporary art.", "datasets": [ @@ -86,8 +83,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080C-dataset-000", "__type": "Dataset", - "__createdAt": "1660774162388016000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "Kunsthalle Basel is Switzerland’s oldest active art museum displaying contemporary art. The Photo Archive of Kunsthalle Basel documents the Kunsthalle’s exhibitions from the last century with well over 20,000 photographs. The archive offers a freely accessible insight into the exhibitions, their publications and the works shown. Please be aware that the images are protected by copyright. This database is continuously updated and expanded." @@ -169,8 +164,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080C-person-000", "__type": "Person", - "__createdAt": "1660774162388636000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Ficco" ], @@ -187,8 +180,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080C-person-001", "__type": "Person", - "__createdAt": "1660774162388720000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Schmeling" ], @@ -202,8 +193,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080C-person-002", "__type": "Person", - "__createdAt": "1660774162388794000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Berger" ], @@ -217,8 +206,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080C-person-003", "__type": "Person", - "__createdAt": "1660774162388864000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Zollinger" ], @@ -231,78 +218,56 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080C-organization-001", "__type": "Organization", - "__createdAt": "1660774162388942000", - "__createdBy": "dsp-metadata-gui", "name": "Bundesamt für Kultur" }, { "__id": "http://ns.dasch.swiss/repository#dsp-080C-organization-002", "__type": "Organization", - "__createdAt": "1660774162388979000", - "__createdBy": "dsp-metadata-gui", "name": "UBS Kulturstiftung" }, { "__id": "http://ns.dasch.swiss/repository#dsp-080C-organization-003", "__type": "Organization", - "__createdAt": "1660774162389014000", - "__createdBy": "dsp-metadata-gui", "name": "Kulturelles BL" }, { "__id": "http://ns.dasch.swiss/repository#dsp-080C-organization-004", "__type": "Organization", - "__createdAt": "1660774162389047000", - "__createdBy": "dsp-metadata-gui", "name": "FMB (Freiwilliger Museumsverein Basel)" }, { "__id": "http://ns.dasch.swiss/repository#dsp-080C-organization-005", "__type": "Organization", - "__createdAt": "1660774162389086000", - "__createdBy": "dsp-metadata-gui", "name": "Ernst Göhner Stiftung" }, { "__id": "http://ns.dasch.swiss/repository#dsp-080C-organization-006", "__type": "Organization", - "__createdAt": "1660774162389143000", - "__createdBy": "dsp-metadata-gui", "name": "Sulger Stiftung" }, { "__id": "http://ns.dasch.swiss/repository#dsp-080C-organization-007", "__type": "Organization", - "__createdAt": "1660774162389197000", - "__createdBy": "dsp-metadata-gui", "name": "Sophie und Karl Binding Stiftung" }, { "__id": "http://ns.dasch.swiss/repository#dsp-080C-organization-008", "__type": "Organization", - "__createdAt": "1660774162389249000", - "__createdBy": "dsp-metadata-gui", "name": "Gerda Henkel Stiftung" }, { "__id": "http://ns.dasch.swiss/repository#dsp-080C-organization-009", "__type": "Organization", - "__createdAt": "1660774162389288000", - "__createdBy": "dsp-metadata-gui", "name": "Camille Graeser Stiftung" }, { "__id": "http://ns.dasch.swiss/repository#dsp-080C-organization-010", "__type": "Organization", - "__createdAt": "1660774162389322000", - "__createdBy": "dsp-metadata-gui", "name": "Beisheim Stiftung" }, { "__id": "http://ns.dasch.swiss/repository#dsp-080C-organization-000", "__type": "Organization", - "__createdAt": "1660774162389355000", - "__createdBy": "dsp-metadata-gui", "name": "Basler Kunstverein" } ], @@ -310,8 +275,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080C-grant-000", "__type": "Grant", - "__createdAt": "1660774162389411000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-080C-organization-001" ], @@ -326,8 +289,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080C-grant-001", "__type": "Grant", - "__createdAt": "1660774162389522000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-080C-organization-002" ], @@ -342,8 +303,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080C-grant-002", "__type": "Grant", - "__createdAt": "1660774162389630000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-080C-organization-003" ], @@ -358,8 +317,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080C-grant-003", "__type": "Grant", - "__createdAt": "1660774162389735000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-080C-organization-004" ], @@ -374,8 +331,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080C-grant-004", "__type": "Grant", - "__createdAt": "1660774162389839000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-080C-organization-005" ], @@ -390,8 +345,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080C-grant-005", "__type": "Grant", - "__createdAt": "1660774162389945000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-080C-organization-006" ], @@ -406,8 +359,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080C-grant-006", "__type": "Grant", - "__createdAt": "1660774162390053000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-080C-organization-007" ], @@ -422,8 +373,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080C-grant-007", "__type": "Grant", - "__createdAt": "1660774162390172000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-080C-organization-008" ], @@ -438,8 +387,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080C-grant-008", "__type": "Grant", - "__createdAt": "1660774162390276000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-080C-organization-009" ], @@ -454,8 +401,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080C-grant-009", "__type": "Grant", - "__createdAt": "1660774162390377000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-080C-organization-010" ], diff --git a/data/json/lenzburg.json b/data/json/lenzburg.json index f32a1443..828fe78e 100644 --- a/data/json/lenzburg.json +++ b/data/json/lenzburg.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-082A-project", "__type": "Project", - "__createdAt": "1637624172046946000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Schweizerisches Volksliedarchiv, Tonbandsammlung Folkfestival auf der Lenzburg", "teaserText": "Folk music enthusiasts gathered between 1972 and 1980 at the picturesque Lenzburg Castle. Discover the audio heritage of the legendary Lenzburg Folk Festival", "datasets": [ @@ -128,8 +125,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082A-dataset-000", "__type": "Dataset", - "__createdAt": "1637624174200462000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The collection consists of cassette tapes and magnetic tapes. They were recorded during the concerts at the festival (1972–1980). The metadata entail the original archival number (tape numbers), song titles, duration, band names and artist names as well as further information such as song incipits." @@ -207,8 +202,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082A-person-000", "__type": "Person", - "__createdAt": "1637624174341791000", - "__createdBy": "dsp-metadata-gui", "email": "johannes.mueske@zpkm.uni-freiburg.de", "familyNames": [ "Müske" @@ -226,8 +219,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082A-person-001", "__type": "Person", - "__createdAt": "1637624174341947000", - "__createdBy": "dsp-metadata-gui", "email": "senta.bindschaedler@unibas.ch", "familyNames": [ "Bindschädler" @@ -245,8 +236,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082A-person-002", "__type": "Person", - "__createdAt": "1637624174342092000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Hostettler" ], @@ -263,8 +252,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082A-person-003", "__type": "Person", - "__createdAt": "1637624174342206000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Ackermann" ], @@ -283,15 +270,11 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082A-organization-002", "__type": "Organization", - "__createdAt": "1637624174342347000", - "__createdBy": "dsp-metadata-gui", "name": "Lenzburg Folk Festival Organizing Committee (association terminated)" }, { "__id": "http://ns.dasch.swiss/repository#dsp-082A-organization-001", "__type": "Organization", - "__createdAt": "1637624174342399000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Bümplizstrasse 192", @@ -311,8 +294,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082A-organization-000", "__type": "Organization", - "__createdAt": "1637624174419582000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Rheinsprung 9", @@ -334,8 +315,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-082A-grant-000", "__type": "Grant", - "__createdAt": "1637624174547831000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-082A-organization-001" ], diff --git a/data/json/lhtt.json b/data/json/lhtt.json index 707dfda4..9d2a1295 100644 --- a/data/json/lhtt.json +++ b/data/json/lhtt.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0820-project", "__type": "Project", - "__createdAt": "1701867504599403000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Life Histories of Theban Tombs (2023). DaSCH. https://ark.dasch.swiss/ark:/72163/1/0820", "teaserText": "LHTT focuses on a cluster of tombs in the Theban Necropolis (Egypt). It investigates the evolution of the hillside and explores the history of the tombs from early 2nd mill. BCE to 20th c. CE.", "datasets": [ @@ -320,8 +317,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-dataset-000", "__type": "Dataset", - "__createdAt": "1701867517625102000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "AU1000 – AU1080 from Debris Hill (above K555)" @@ -780,8 +775,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-001", "__type": "Person", - "__createdAt": "1701867518199872000", - "__createdBy": "dsp-metadata-gui", "email": "frank.ruehli@iem.uzh.ch", "familyNames": [ "Rühli" @@ -810,8 +803,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-002", "__type": "Person", - "__createdAt": "1701867518199944000", - "__createdBy": "dsp-metadata-gui", "email": "andrea.gnirs@unibas.ch", "familyNames": [ "Loprieno-Gnirs" @@ -837,8 +828,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-003", "__type": "Person", - "__createdAt": "1701867518200002000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Heeb" ], @@ -863,8 +852,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-004", "__type": "Person", - "__createdAt": "1701867518200050000", - "__createdBy": "dsp-metadata-gui", "email": "a.loprieno@unibas.ch", "familyNames": [ "Loprieno" @@ -890,8 +877,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-005", "__type": "Person", - "__createdAt": "1701867518200106000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Turck" ], @@ -916,8 +901,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-006", "__type": "Person", - "__createdAt": "1701867518200155000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Wieser" ], @@ -942,8 +925,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-007", "__type": "Person", - "__createdAt": "1701867518200202000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Ziegler" ], @@ -968,8 +949,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-008", "__type": "Person", - "__createdAt": "1701867518200255000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "‘Abd el-Monem" ], @@ -986,8 +965,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-009", "__type": "Person", - "__createdAt": "1701867518200285000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Ahmed" ], @@ -1004,8 +981,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-010", "__type": "Person", - "__createdAt": "1701867518200313000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Aeschlimann-Langer" ], @@ -1030,8 +1005,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-011", "__type": "Person", - "__createdAt": "1701867518200360000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Arpagaus" ], @@ -1048,8 +1021,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-012", "__type": "Person", - "__createdAt": "1701867518200388000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Bächli" ], @@ -1074,8 +1045,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-013", "__type": "Person", - "__createdAt": "1701867518200446000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Barahona-Mendieta" ], @@ -1100,8 +1069,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-014", "__type": "Person", - "__createdAt": "1701867518200495000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Böni" ], @@ -1126,8 +1093,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-015", "__type": "Person", - "__createdAt": "1701867518200543000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Bruderer" ], @@ -1152,8 +1117,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-016", "__type": "Person", - "__createdAt": "1701867518200592000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Colldeweih" ], @@ -1178,8 +1141,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-017", "__type": "Person", - "__createdAt": "1701867518200668000", - "__createdBy": "dsp-metadata-gui", "email": "alexis.dendoncker@unibas.ch", "familyNames": [ "Den Doncker" @@ -1205,8 +1166,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-018", "__type": "Person", - "__createdAt": "1701867518200727000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Díaz-Iglesias" ], @@ -1231,8 +1190,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-019", "__type": "Person", - "__createdAt": "1701867518200777000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Droux" ], @@ -1257,8 +1214,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-020", "__type": "Person", - "__createdAt": "1701867518200825000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Fetler" ], @@ -1284,8 +1239,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-021", "__type": "Person", - "__createdAt": "1701867518200880000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Freijo" ], @@ -1302,8 +1255,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-022", "__type": "Person", - "__createdAt": "1701867518200974000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Friedli" ], @@ -1328,8 +1279,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-023", "__type": "Person", - "__createdAt": "1701867518201038000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Gieben" ], @@ -1354,8 +1303,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-024", "__type": "Person", - "__createdAt": "1701867518201088000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Gojcic" ], @@ -1380,8 +1327,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-025", "__type": "Person", - "__createdAt": "1701867518201142000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "El-Hadidi" ], @@ -1406,8 +1351,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-026", "__type": "Person", - "__createdAt": "1701867518201192000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Hamdy" ], @@ -1432,8 +1375,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-027", "__type": "Person", - "__createdAt": "1701867518201242000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Hunkeler" ], @@ -1459,8 +1400,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-028", "__type": "Person", - "__createdAt": "1701867518201294000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Ibrahim" ], @@ -1477,8 +1416,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-029", "__type": "Person", - "__createdAt": "1701867518201323000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Jacquat-Bertossa" ], @@ -1503,8 +1440,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-030", "__type": "Person", - "__createdAt": "1701867518201372000", - "__createdBy": "dsp-metadata-gui", "email": "matjaz.kacicnik@amis.net", "familyNames": [ "Kačičnik" @@ -1522,8 +1457,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-031", "__type": "Person", - "__createdAt": "1701867518201414000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Klemm" ], @@ -1548,8 +1481,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-032", "__type": "Person", - "__createdAt": "1701867518201466000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Kozieradzka-Ogunmakin" ], @@ -1575,8 +1506,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-033", "__type": "Person", - "__createdAt": "1701867518201518000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Kurmann" ], @@ -1601,8 +1530,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-034", "__type": "Person", - "__createdAt": "1701867518201566000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Lopez" ], @@ -1619,8 +1546,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-035", "__type": "Person", - "__createdAt": "1701867518201595000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Marty" ], @@ -1645,8 +1570,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-036", "__type": "Person", - "__createdAt": "1701867518201642000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Meyer" ], @@ -1671,8 +1594,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-037", "__type": "Person", - "__createdAt": "1701867518201691000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Mohamed" ], @@ -1689,8 +1610,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-038", "__type": "Person", - "__createdAt": "1701867518201720000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Müller" ], @@ -1716,8 +1635,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-039", "__type": "Person", - "__createdAt": "1701867518201771000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Nutz" ], @@ -1742,8 +1659,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-040", "__type": "Person", - "__createdAt": "1701867518201819000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Osman" ], @@ -1760,8 +1675,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-041", "__type": "Person", - "__createdAt": "1701867518201849000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Paksi" ], @@ -1779,8 +1692,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-042", "__type": "Person", - "__createdAt": "1701867518201882000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Peintner" ], @@ -1797,8 +1708,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-043", "__type": "Person", - "__createdAt": "1701867518201922000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Powroznik" ], @@ -1824,8 +1733,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-044", "__type": "Person", - "__createdAt": "1701867518201973000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Reinhard" ], @@ -1850,8 +1757,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-045", "__type": "Person", - "__createdAt": "1701867518202022000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Richner" ], @@ -1869,8 +1774,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-046", "__type": "Person", - "__createdAt": "1701867518202053000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Sartori" ], @@ -1895,8 +1798,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-047", "__type": "Person", - "__createdAt": "1701867518202100000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Schönhütte" ], @@ -1914,8 +1815,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-048", "__type": "Person", - "__createdAt": "1701867518202136000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Seiler" ], @@ -1932,8 +1831,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-049", "__type": "Person", - "__createdAt": "1701867518202165000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Seiler" ], @@ -1959,8 +1856,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-050", "__type": "Person", - "__createdAt": "1701867518202217000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Studer" ], @@ -1985,8 +1880,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-051", "__type": "Person", - "__createdAt": "1701867518202265000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Unter" ], @@ -2012,8 +1905,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-052", "__type": "Person", - "__createdAt": "1701867518202316000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Veldmeijer" ], @@ -2039,8 +1930,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-053", "__type": "Person", - "__createdAt": "1701867518202366000", - "__createdBy": "dsp-metadata-gui", "email": "noemi.villars@unibas.ch", "familyNames": [ "Villars" @@ -2066,8 +1955,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-054", "__type": "Person", - "__createdAt": "1701867518202422000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Wolter" ], @@ -2084,8 +1971,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-055", "__type": "Person", - "__createdAt": "1701867518202458000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Zalunardo" ], @@ -2110,8 +1995,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-person-000", "__type": "Person", - "__createdAt": "1701867518202506000", - "__createdBy": "dsp-metadata-gui", "email": "s.bickel@unibas.ch", "familyNames": [ "Bickel" @@ -2139,15 +2022,11 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-organization-006", "__type": "Organization", - "__createdAt": "1701867518202572000", - "__createdBy": "dsp-metadata-gui", "name": "Center for Human and Social Sciences, Madrid" }, { "__id": "http://ns.dasch.swiss/repository#dsp-0820-organization-007", "__type": "Organization", - "__createdAt": "1701867518202589000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Université Libre de Bruxelles, Avenue Franklin Roosevelt, 50", @@ -2166,8 +2045,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-organization-009", "__type": "Organization", - "__createdAt": "1701867593277577000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Basler Münster, Münsterplatz, 9", @@ -2187,8 +2064,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-organization-010", "__type": "Organization", - "__createdAt": "1701867593387831000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "24, rue du Général-Dufour", @@ -2207,8 +2082,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-organization-011", "__type": "Organization", - "__createdAt": "1701867593615143000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Al-Geish Street", @@ -2228,8 +2101,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-organization-012", "__type": "Organization", - "__createdAt": "1701867593761878000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Dufourstrasse 25", @@ -2242,8 +2113,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-organization-013", "__type": "Organization", - "__createdAt": "1701867593846851000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Generalsekretariat SLSA, Museum Rietberg Zürich, Gablerstrasse 15", @@ -2263,8 +2132,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-organization-000", "__type": "Organization", - "__createdAt": "1701867593969349000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3", @@ -2284,8 +2151,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-organization-008", "__type": "Organization", - "__createdAt": "1701867594065533000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "1, Gamaa Street", @@ -2304,8 +2169,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-organization-004", "__type": "Organization", - "__createdAt": "1701867594218736000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Pfingstweidstrasse 96", @@ -2325,8 +2188,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-organization-005", "__type": "Organization", - "__createdAt": "1701867594318522000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Rämistrasse 71", @@ -2345,8 +2206,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-organization-002", "__type": "Organization", - "__createdAt": "1701867669466652000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Universität Zürich, Winterthurerstrasse 190", @@ -2366,8 +2225,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-organization-003", "__type": "Organization", - "__createdAt": "1701867669565270000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Rämistrasse 101", @@ -2386,15 +2243,11 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-organization-014", "__type": "Organization", - "__createdAt": "1701867669643206000", - "__createdBy": "dsp-metadata-gui", "name": "Other" }, { "__id": "http://ns.dasch.swiss/repository#dsp-0820-organization-001", "__type": "Organization", - "__createdAt": "1701867669643249000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Petersgraben 51", @@ -2415,8 +2268,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0820-grant-000", "__type": "Grant", - "__createdAt": "1701867669723269000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0820-organization-000" ], diff --git a/data/json/limc.json b/data/json/limc.json index d04634fd..d434ba6e 100644 --- a/data/json/limc.json +++ b/data/json/limc.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-080E-project", "__type": "Project", - "__createdAt": "1630601343620252000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Digital LIMC (2021): Digital LIMC, DaSCH. https://weblimc.org/page/home/Basel", "teaserText": "Digital LIMC contains what we know about the iconography of Greek, Etruscan and Roman mythology, both in ancient Greek, Etruscan and Roman art as well as in neighbouring Mediterranean cultures.", "datasets": [ @@ -130,8 +127,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080E-dataset-000", "__type": "Dataset", - "__createdAt": "1630601348061335000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "Digital LIMC makes accessible what we know about the iconography of Greek, Etruscan and Roman mythology in ancient Greek, Etruscan and Roman art as well as in the one of the neighbouring civilisations of the Mediterranean, to all people interested in classical antiquity. It contains basic information about more than 55’000 archaeological objects (e.g. vases, sculpture, gems, mosaics) which were assembled in the course of the preparation of the printed books of the LIMC and the ThesCRA from about 1970 onward. Short keyword type object descriptions and links to other research projects or museum databases will be added continuously as far as funds permit. The images of the objects are accessible online if the owning institution has given us permission for diffusion." @@ -204,8 +199,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080E-organization-001", "__type": "Organization", - "__createdAt": "1630601349504279000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "14, Avenue de Grande Bretagne, \"Le George V\" 4eme étage", @@ -225,8 +218,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080E-organization-005", "__type": "Organization", - "__createdAt": "1630601349533108000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Petersgraben 51", @@ -246,8 +237,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080E-organization-000", "__type": "Organization", - "__createdAt": "1630601349564122000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Effingerstrasse 15, Postfach", @@ -266,8 +255,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080E-organization-002", "__type": "Organization", - "__createdAt": "1630601349597412000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Artherstrasse 19", @@ -286,8 +273,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080E-organization-003", "__type": "Organization", - "__createdAt": "1630601349630750000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "St. Jakobs-Strasse 7", @@ -306,8 +291,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080E-organization-004", "__type": "Organization", - "__createdAt": "1630601349664009000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Rennweg 50", @@ -329,8 +312,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080E-grant-000", "__type": "Grant", - "__createdAt": "1630601349697306000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-080E-organization-000" ] @@ -338,8 +319,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080E-grant-001", "__type": "Grant", - "__createdAt": "1630601349697370000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-080E-organization-001" ], @@ -354,8 +333,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080E-grant-002", "__type": "Grant", - "__createdAt": "1630601349697556000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-080E-organization-002" ], @@ -371,8 +348,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080E-grant-003", "__type": "Grant", - "__createdAt": "1630601349697653000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-080E-organization-003" ], @@ -388,8 +363,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-080E-grant-004", "__type": "Grant", - "__createdAt": "1630601349697727000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-080E-organization-004" ], diff --git a/data/json/locusludi.json b/data/json/locusludi.json index 48e6028b..c60600c8 100644 --- a/data/json/locusludi.json +++ b/data/json/locusludi.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0847-project", "__type": "Project", - "__createdAt": "1701724764664394000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Attia (2024). Kottabos in the Greek World (2024). DaSCH, https://ark.dasch.swiss/ark:/72163/1/0847.", "teaserText": "This database aims to provide a benchmark by compilating all representations of kottabos in the Greek world, including descriptions, images and links to other reference databases.", "datasets": [ @@ -124,8 +121,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0847-dataset-000", "__type": "Dataset", - "__createdAt": "1701724767853009000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The database makes an extensive collection of representation of kottabos on South Italian pottery. The ontology of the database includes five main classes (object, scene, museum, artist and photo) to describe, contextualize and illustrate the vase. Each of five classes contains properties using different criteria (e.g. material, technique, production center, description, attribution, dating, discovery place, location, bibliography and photo credits)." @@ -187,8 +182,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0847-person-000", "__type": "Person", - "__createdAt": "1701724768199035000", - "__createdBy": "dsp-metadata-gui", "email": "veronique.dasen@unifr.ch", "familyNames": [ "Dasen" @@ -214,8 +207,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0847-person-001", "__type": "Person", - "__createdAt": "1701724768199098000", - "__createdBy": "dsp-metadata-gui", "email": "alexandra.attia@unifr.ch", "familyNames": [ "Attia" @@ -243,8 +234,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0847-organization-000", "__type": "Organization", - "__createdAt": "1701724768199159000", - "__createdBy": "dsp-metadata-gui", "email": "locusludi@gmail.com", "name": "University of Fribourg, ERC Locus Ludi", "url": { @@ -257,8 +246,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0847-organization-001", "__type": "Organization", - "__createdAt": "1701724768199191000", - "__createdBy": "dsp-metadata-gui", "name": "European Research Council" } ], @@ -266,8 +253,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0847-grant-000", "__type": "Grant", - "__createdAt": "1701724768199211000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0847-organization-001" ], diff --git a/data/json/mark16.json b/data/json/mark16.json index 7bfa889f..70f0f94f 100644 --- a/data/json/mark16.json +++ b/data/json/mark16.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0844-project", "__type": "Project", - "__createdAt": "1682679735674579000", - "__createdBy": "dsp-metadata-gui", "howToCite": "SNSF MARK16 (2023). MARK16 Manuscript Data [Dataset]. DaSCH. https://ark.dasch.swiss/ark:/72163/1/0844.", "teaserText": "MARK16 is a SNSF PRIMA project. It reassesses the diverse endings of the Gospel of Mark through manuscript data, available on its Virtual Research Environment ISSN 2673-9836, https://mark16.sib.swiss.", "datasets": [ @@ -351,8 +348,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0844-dataset-000", "__type": "Dataset", - "__createdAt": "1682679739147130000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "58 datasets of folios with Mark 16 in 58 manuscripts and 11 languages " @@ -460,8 +455,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0844-person-001", "__type": "Person", - "__createdAt": "1682679739993044000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "DH+, SIB, Amphipole 183, Quartier Sorge, Dorigny", @@ -494,8 +487,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0844-person-002", "__type": "Person", - "__createdAt": "1682679740076272000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "DH+, SIB, Amphipole 183, Quartier Sorge, Dorigny", @@ -528,8 +519,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0844-person-000", "__type": "Person", - "__createdAt": "1682679740135031000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "DH+, SIB, Amphipole 183, Dorigny Quarter", @@ -564,8 +553,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0844-organization-001", "__type": "Organization", - "__createdAt": "1682679740221357000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3", @@ -585,8 +572,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0844-organization-000", "__type": "Organization", - "__createdAt": "1682679740312531000", - "__createdBy": "dsp-metadata-gui", "name": "SIB Swiss Institute of Bioinformatics" } ], @@ -594,8 +579,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0844-grant-000", "__type": "Grant", - "__createdAt": "1682679740312567000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0844-organization-001" ], diff --git a/data/json/mfmps.json b/data/json/mfmps.json index 9f6a7a99..5d557ef0 100644 --- a/data/json/mfmps.json +++ b/data/json/mfmps.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0116-project", "__type": "Project", - "__createdAt": "1630601362921053000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Terrier Aliferis, L., Acosta, L., Ciardo, S., Rivoal, M., 2020, MedFrameS [database] (DaSCH), https://ark.dasch.swiss/ark:/72163/1/0116.", "teaserText": "This project aims to valorise and better comprehend the various elements surrounding monumental statues of church portals, namely pedestals, canopies, and niches.", "datasets": [ @@ -118,8 +115,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0116-dataset-000", "__type": "Dataset", - "__createdAt": "1630601369626079000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The database regroups the portals of monuments included in the project’s corpus. It is structured by building, and gives access to the photographs as well as the bibliographic and descriptive data of each edifice. The photographs of each portal are presented from general to particular, going from the embrasures to the statues, and to their surrounding elements (pedestals, canopies, capitals). This database is conceived as a working tool allowing for typological groupings to be made between buildings, as well as to conduct comparative analyses. Consequently, the research results can be verified and the data reused to other ends if desired." @@ -197,8 +192,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0116-person-003", "__type": "Person", - "__createdAt": "1630601370209263000", - "__createdBy": "dsp-metadata-gui", "email": "marion.rivoal@unil.ch", "familyNames": [ "Rivoal" @@ -216,8 +209,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0116-person-001", "__type": "Person", - "__createdAt": "1630601370209363000", - "__createdBy": "dsp-metadata-gui", "email": "laura.acosta@unine.ch", "familyNames": [ "Acosta" @@ -235,8 +226,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0116-person-002", "__type": "Person", - "__createdAt": "1630601370209457000", - "__createdBy": "dsp-metadata-gui", "email": "sabrina.ciardo@gmail.com", "familyNames": [ "Ciardo" @@ -254,8 +243,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0116-person-000", "__type": "Person", - "__createdAt": "1630601370209549000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Université de Neuchâtel - Faculté des lettres et sciences humaines - Institut d’histoire de l’art et de muséologie - Espace Tilo-Frey 1", @@ -290,8 +277,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0116-organization-001", "__type": "Organization", - "__createdAt": "1630601370241650000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Unicentre", @@ -310,8 +295,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0116-organization-002", "__type": "Organization", - "__createdAt": "1630601370274356000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3 Postfach", @@ -331,8 +314,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0116-organization-000", "__type": "Organization", - "__createdAt": "1630601370329363000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Avenue du 1er-Mars 26", @@ -353,8 +334,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0116-grant-000", "__type": "Grant", - "__createdAt": "1630601370362185000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0116-organization-002" ], diff --git a/data/json/mls.json b/data/json/mls.json index 30bb5358..59d80140 100644 --- a/data/json/mls.json +++ b/data/json/mls.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0807-project", "__type": "Project", - "__createdAt": "1652110085345616000", - "__createdBy": "dsp-metadata-gui", "howToCite": "AutorIn: Artikelname. MLS, Datum der Abfrage.", "teaserText": "Das MLS stellt fundierte Information über die AkteurInnen, Institutionen, Orte, Objekte und Phänomene zur Verfügung, die für die Musikgeschichte Schweiz über alle Sparten und Stile relevant sind.", "datasets": [ @@ -204,8 +201,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0807-dataset-000", "__type": "Dataset", - "__createdAt": "1652110098666692000", - "__createdBy": "dsp-metadata-gui", "accessConditions": "open", "dateCreated": "2016-01-01", "datePublished": "2020-02-13", @@ -308,8 +303,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0807-person-000", "__type": "Person", - "__createdAt": "1652110098765174000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Mittelstr. 43", @@ -342,8 +335,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0807-person-002", "__type": "Person", - "__createdAt": "1652110099009862000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Hubacherweg 15", @@ -368,8 +359,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0807-person-001", "__type": "Person", - "__createdAt": "1652110099044591000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Mittelstr. 43", @@ -404,8 +393,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0807-organization-004", "__type": "Organization", - "__createdAt": "1652110099082418000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Mittelstrasse 43", @@ -418,8 +405,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0807-organization-001", "__type": "Organization", - "__createdAt": "1652110099118664000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Mittelstr. 43", @@ -439,8 +424,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0807-organization-003", "__type": "Organization", - "__createdAt": "1652110099168417000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Gönhardweg 32", @@ -453,8 +436,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0807-organization-002", "__type": "Organization", - "__createdAt": "1652110099252625000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Laupenstrasse 7", @@ -468,8 +449,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0807-organization-000", "__type": "Organization", - "__createdAt": "1652110099286727000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Hubacherweg 15", @@ -485,8 +464,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0807-grant-000", "__type": "Grant", - "__createdAt": "1652110099320913000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0807-organization-002" ], diff --git a/data/json/nietzsche.json b/data/json/nietzsche.json index 06c2beaf..5f873344 100644 --- a/data/json/nietzsche.json +++ b/data/json/nietzsche.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0836-project", "__type": "Project", - "__createdAt": "1637623985040625000", - "__createdBy": "dsp-metadata-gui", "teaserText": "The digital edition project \"Der späte Nietzsche\" (The Late Nietzsche) publishes Friedrich Nietzsche's late estate digitally congruent to the manuscripts.", "datasets": [ "http://ns.dasch.swiss/repository#dsp-0836-dataset-000" @@ -86,8 +83,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0836-dataset-000", "__type": "Dataset", - "__createdAt": "1637623985823569000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The data set represents the notation and draft character of Nietzsche's later manuscripts with corrections, deletions and revisions, which are mapped together with the topological information and the context in a highly detailed granularity reaching down to the level of lines, single words and their changes through corrections. Manuscript descriptions, cross-references and comments are integrated into the published manuscript pages / transcriptions." @@ -209,8 +204,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0836-person-001", "__type": "Person", - "__createdAt": "1637623986063850000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Riebe" ], @@ -221,8 +214,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0836-person-002", "__type": "Person", - "__createdAt": "1637623986063910000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Röllin" ], @@ -233,8 +224,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0836-person-003", "__type": "Person", - "__createdAt": "1637623986063967000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Stockmar" ], @@ -245,8 +234,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0836-person-004", "__type": "Person", - "__createdAt": "1637623986064022000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Haase" ], @@ -257,8 +244,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0836-person-005", "__type": "Person", - "__createdAt": "1637623986064076000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Kohlenbach" ], @@ -269,8 +254,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0836-person-006", "__type": "Person", - "__createdAt": "1637623986064132000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Steinbach" ], @@ -281,8 +264,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0836-person-007", "__type": "Person", - "__createdAt": "1637623986064185000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Steiner" ], @@ -293,8 +274,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0836-person-008", "__type": "Person", - "__createdAt": "1637623986064237000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Erhardt" ], @@ -305,8 +284,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0836-person-009", "__type": "Person", - "__createdAt": "1637623986064289000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Schmidt" ], @@ -317,8 +294,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0836-person-000", "__type": "Person", - "__createdAt": "1637623986064347000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Nadelberg 4", @@ -353,8 +328,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0836-organization-001", "__type": "Organization", - "__createdAt": "1637623986133751000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Nadelberg 4", @@ -374,8 +347,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0836-organization-000", "__type": "Organization", - "__createdAt": "1637623986187400000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3", @@ -397,8 +368,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0836-grant-000", "__type": "Grant", - "__createdAt": "1637623986283043000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0836-organization-000" ], diff --git a/data/json/olympic.json b/data/json/olympic.json index 0b441da5..ba98d407 100644 --- a/data/json/olympic.json +++ b/data/json/olympic.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0114-project", "__type": "Project", - "__createdAt": "1630601387381347000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Clastres, P., Carpentier, F., Klima, H., Défayes, F., Metzger, C., Rivoal, M., 2020, Les membres du Comité international olympique (CIO) de 1894 à 1972 [database]. DaSCH https://ark.dasch.swiss/ark:/72163/1/0114.", "teaserText": "Ce projet reconstituera les trajectoires familiales, professionnelles, sociales et politiques des 213 membres du CIO cooptés avant 1972.", "datasets": [ @@ -93,8 +90,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0114-dataset-000", "__type": "Dataset", - "__createdAt": "1630601392553111000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "fr": "Si la ville de Lausanne a une existence à l'échelle-monde, c'est largement dû à son statut de capitale du sport international. Mais qui sont vraiment les membres du Comité international olympique (CIO) installé sur les bords du Léman depuis 1915 ? De quelle élite transnationale sont-ils le nom ? Constitué en Sorbonne en 1894, le CIO a été doté par son fondateur, le baron français Pierre de Coubertin (1863-1937), d'un système de valeurs qui mêle la culture chevaleresque des aristocraties européennes, l'humanisme de la Renaissance plutôt que celui des Lumières, l'hygiénisme social, l'éducation britannique au struggleforlife, le dogme élitaire de l'amateurisme, et le liberal pacifism transatlantique du second XIXe siècle. Que ce corpus de valeurs ait survécu jusqu'à nos jours s'explique par le principe de cooptation qui prévaut dès l'origine pour le recrutement des membres du CIO. Cela tient également au règlement adopté en 1908 qui stipule que ses membres représentent le CIO dans leurs pays respectifs, et non l'inverse. Au croisement de l'histoire, des sciences politiques, et de la sociologie des élites, notre projet vise donc à connaître les facteurs socio-culturels, économiques et politiques qui ont prévalu dans le self recruitment des 300 membres cooptés avant la mutation commerciale du CIO dans les années 1970-1980. Nous allons reconstituer leurs trajectoires familiales et professionnelles, identifier leurs formes de sociabilité et leurs pratiques culturelles, préciser leurs orientations idéologiques et leurs engagements politiques, et dessiner leurs réseaux. La méthode prosopographique, ou « biographie collective », est accompagnée par l'utilisation d’une base de données comprenant quelque 300 notices biographiques, qui sont mises en ligne à destination des chercheurs et du grand public." @@ -184,8 +179,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0114-person-003", "__type": "Person", - "__createdAt": "1630601393129250000", - "__createdBy": "dsp-metadata-gui", "email": "fabien.def@gmail.com", "familyNames": [ "Défayes" @@ -203,8 +196,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0114-person-004", "__type": "Person", - "__createdAt": "1630601393129355000", - "__createdBy": "dsp-metadata-gui", "email": "christophe.metzger@unil.ch", "familyNames": [ "Metzger" @@ -222,8 +213,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0114-person-005", "__type": "Person", - "__createdAt": "1630601393129455000", - "__createdBy": "dsp-metadata-gui", "email": "marion.rivoal@unil.ch", "familyNames": [ "Rivoal" @@ -249,8 +238,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0114-person-000", "__type": "Person", - "__createdAt": "1630601393129631000", - "__createdBy": "dsp-metadata-gui", "email": "patrick.clastres@unil.ch", "familyNames": [ "Clastres" @@ -276,8 +263,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0114-person-001", "__type": "Person", - "__createdAt": "1630601393129801000", - "__createdBy": "dsp-metadata-gui", "email": "florence.carpentier@unil.ch", "familyNames": [ "Carpentier" @@ -304,8 +289,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0114-person-002", "__type": "Person", - "__createdAt": "1630601393129990000", - "__createdBy": "dsp-metadata-gui", "email": "helena.klima@unil.ch", "familyNames": [ "Klima" @@ -325,8 +308,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0114-organization-000", "__type": "Organization", - "__createdAt": "1630601393130109000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3 Postfach", @@ -346,8 +327,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0114-organization-001", "__type": "Organization", - "__createdAt": "1630601393580272000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Unicentre", @@ -368,8 +347,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0114-grant-000", "__type": "Grant", - "__createdAt": "1630601393841176000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0114-organization-000" ], diff --git a/data/json/operativetv.json b/data/json/operativetv.json index d968b3d3..a24270a7 100644 --- a/data/json/operativetv.json +++ b/data/json/operativetv.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0849-project", "__type": "Project", - "__createdAt": "1702979871566629000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Weber, Anne-Katrin; Cronjäger, Lisa; Sandoz, Marie; Scheiwiller, Sébastien (2024). Operative TV [Database]. DaSCH", "teaserText": "The SNSF PRIMA project “Operative TV: Audiovisual Closed-Circuits from the Military to the Classroom, 1930s-1990s” studies the uses of TV in industrial, medical, educational and military contexts.", "datasets": [ @@ -126,8 +123,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0849-dataset-000", "__type": "Dataset", - "__createdAt": "1702979875988464000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The aim of the database is to inform researchers about relevant archives centers / collections / folders for writing a history of useful and closed-circuit television in Western Europe and the United States. \n \n The database offers a view of the archives collected by the Operative TV project and give access to some of them. But the database also contributes to locate and identify archival material for further research. For example, the visitors might find in the database our description of a collection or a folder that don’t exist elsewhere. They will then be able to investigate this collection further.\r \r Finally, the database give access to the outputs of the Operative TV project.\r \r The database is organised as follow:\n \n \n A.\tResources\n \n The database is designed around four main interrelated categories (resources): \r •\tArchive Documents in PDF format;\r •\tArchive Folders to which documents belong;\r •\tArchive Fonds to which folders belong; \r •\tArchive Centers or Libraries that hold collections. \r \r A fifth category (resource) named Journals / grey literature includes published archival sources.\r \r A sixth category (resource) includes the scientific Outputs of the Operative TV project.\r \r B.\tThesaurus\r \r While the categories/resources mentioned above bring essentially together \"places\" where archives and archival documents can be found, the Controlled Vocabularies allows a thematic approach to the Documents, Folders and archival Collections, with two exceptions.\r \r \r •\tControlled Vocabularies with thematic approach:\r Useful Television; Function of Television; Technical Dispositif; Users; Operators of Television\r à In each case, there are multiple choices\r \r •\tControlled Vocabularies relating to where the Archives Centers are situated:\r Countries; Cities\r à In each case, there are multiple choices" @@ -201,8 +196,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0849-person-001", "__type": "Person", - "__createdAt": "1702979876338923000", - "__createdBy": "dsp-metadata-gui", "email": "lisa.cronjager@unil.ch", "familyNames": [ "Cronjäger" @@ -228,8 +221,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0849-person-002", "__type": "Person", - "__createdAt": "1702979876338998000", - "__createdBy": "dsp-metadata-gui", "email": "sebastien.scheiwiller@unil.ch", "familyNames": [ "Scheiwiller" @@ -247,8 +238,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0849-person-003", "__type": "Person", - "__createdAt": "1702979876339048000", - "__createdBy": "dsp-metadata-gui", "email": "marie.sandoz@unil.ch", "familyNames": [ "Sandoz" @@ -274,8 +263,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0849-person-000", "__type": "Person", - "__createdAt": "1702979876339114000", - "__createdBy": "dsp-metadata-gui", "email": "anne-katrin.weber@unil.ch", "secondaryEmail": "annekatrin.weber@unibas.ch", "familyNames": [ @@ -304,8 +291,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0849-organization-001", "__type": "Organization", - "__createdAt": "1702979876339189000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3", @@ -318,8 +303,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0849-organization-000", "__type": "Organization", - "__createdAt": "1702979876410717000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Université de Lausanne", @@ -334,8 +317,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0849-grant-000", "__type": "Grant", - "__createdAt": "1702979876449642000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0849-organization-001" ], diff --git a/data/json/participation-social.json b/data/json/participation-social.json index 066cffe5..9f4f319f 100644 --- a/data/json/participation-social.json +++ b/data/json/participation-social.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-083D-project", "__type": "Project", - "__createdAt": "1660773937664037000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Obrist B, Dillip A, Mayumana I, Rutishauser M, Simon V (2022). Participation in Social Health Protection: An Anthropological Case Study in Tanzania [Dataset]. DaSCH. https://ark.dasch.swiss/ark:/72163/1/083D.", "teaserText": "This project calls for a broad view of social health protection, comprising health care funding and people’s ubiquitous but less visible strife for participation in self-organized groups and networks.", "datasets": [ @@ -106,8 +103,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083D-dataset-000", "__type": "Dataset", - "__createdAt": "1660773939130188000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "Over the past decades, ‘participation’ has become a powerful concept of global development. It circulates around the globe and engages policy makers as well as human rights activists. After capturing the imagination of the biggest players in the field, it has attracted massive funding. And as a crucial principle of the Sustainable Development Goals 2015-2030, it can be expected to do so in the future. Anthropologists tend to share the emancipatory and humanitarian concerns implicit in ‘participation’. At the same time, they have become highly critical of the ways in which this popular buzzword is used in contemporary development speak and produce a growing body of empirical evidence about the ambivalences, dilemma and paradoxes created by participatory planning, policies and programs. This project examines ‘participation’ in the emergent field of ‘social health protection’. In order to reach their goal of Universal Health Coverage, the International Labor Office, the World Bank and the World Health organization push social health protection as a key strategy. They come up with diverse measures of public and publicly organized health financing measures for Low and Middle Income Countries, some of which are implemented through ‘induced participation’ and collective forms of ‘organic participation’. The massive attention given to efforts of inducing participation bears the danger of not only obscuring but perhaps even destroying people’s omnipresent but less visible strife for social participation in family and kin networks and self-organized groups to protect their health and improve their life condition. Contemporary Tanzania presents a particularly interesting case for studying participation in social health protection in this broader sense because of her long engagement with changing forms of participatory development and the government’s current aspiration to transform Tanzania into a middle-income country with Universal Health Coverage. The project thus aims at demonstrating that participation in diverse forms of social health protection can be conceived as a social practice which configures and is reconfigured by broader societal and material orders. Combining a multi-level analysis with in-depth ethnographic field research the project will explore understudied aspects in current research on induced and organic participation and thus contribute to transforming current development perspectives on social and societal change. The project thus aims at contributing to three major emerging fields: First, to the growing research interest in an ‘anthropology of the good’ through its emphasis on the ways in which people engage with each other to make a ‘better life’. Secondly, to the newly evolving ‘anthropology of insurance’ through its combined multi-level analysis and in-depth ethnographic research on social health protection as a social practice. Third, by engaging in a public dialogue, we hope that our insights will be discussed, contested, and appropriated by some of these ‘stakeholders’ and thus make a difference in the comprehension of the important contemporary issues of social health protection reform and more general societal change. The data of this project is only accessible upon explicit request to the contact person and a corresponding positive decision." @@ -192,8 +187,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083D-person-001", "__type": "Person", - "__createdAt": "1660773939497055000", - "__createdBy": "dsp-metadata-gui", "email": "adillip@apotheker.co.tz", "familyNames": [ "Dillip" @@ -211,8 +204,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083D-person-002", "__type": "Person", - "__createdAt": "1660773939497148000", - "__createdBy": "dsp-metadata-gui", "email": "imayumana@yahoo.com", "familyNames": [ "Mayumana" @@ -230,8 +221,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083D-person-003", "__type": "Person", - "__createdAt": "1660773939497237000", - "__createdBy": "dsp-metadata-gui", "email": "Melina.Rutishauser@unibas.ch", "familyNames": [ "Rutishauser" @@ -249,8 +238,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083D-person-004", "__type": "Person", - "__createdAt": "1660773939497322000", - "__createdBy": "dsp-metadata-gui", "email": "Vendelin.Simon@yahoo.com", "familyNames": [ "Simon" @@ -268,8 +255,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083D-person-000", "__type": "Person", - "__createdAt": "1660773939497409000", - "__createdBy": "dsp-metadata-gui", "email": "brigit.obrist@unibas.ch", "familyNames": [ "Obrist" @@ -289,8 +274,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083D-organization-001", "__type": "Organization", - "__createdAt": "1660773939497516000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "", @@ -303,8 +286,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083D-organization-002", "__type": "Organization", - "__createdAt": "1660773939584015000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "", @@ -317,8 +298,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083D-organization-003", "__type": "Organization", - "__createdAt": "1660773939666098000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "", @@ -331,8 +310,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083D-organization-004", "__type": "Organization", - "__createdAt": "1660773939832357000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "", @@ -345,8 +322,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083D-organization-005", "__type": "Organization", - "__createdAt": "1660773939894768000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "University Rd", @@ -360,8 +335,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083D-organization-000", "__type": "Organization", - "__createdAt": "1660773939955138000", - "__createdBy": "dsp-metadata-gui", "name": "Swiss National Science Foundation (SNSF)", "url": { "__type": "URL", @@ -375,8 +348,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-083D-grant-000", "__type": "Grant", - "__createdAt": "1660773939955352000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-083D-organization-000" ], diff --git a/data/json/portraits-pou.json b/data/json/portraits-pou.json index ef66309a..82701147 100644 --- a/data/json/portraits-pou.json +++ b/data/json/portraits-pou.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0827-project", "__type": "Project", - "__createdAt": "1651843028915508000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Portraits of Unbelonging (POU), 2021, DaSCH. ark.dasch.swiss/ark:/72163/1/0827", "teaserText": "How do photography and statecraft intersect in the making and unmaking of citizens? How and why did photography become a new media for unmaking subjects in late 19th c Ottoman empire?", "datasets": [ @@ -100,8 +97,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0827-dataset-000", "__type": "Dataset", - "__createdAt": "1651843031869757000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The dataset lists all individuals who left the Ottoman empire through the terk-i tabiiyet process based on documents in the Ottoman archives in Istanbul. These Ottoman Armenians were permitted to leave on the condition that they expatriate and never return, hence these photographs that predate passport photographs by a decade or more are bureaucratic documents of exclusion, taken as part of unmaking these individuals as Ottoman subjects. Hence, they are portraits of unbelonging. This dataset lists every glass negative that must have existed at some point with the names of all individuals whose likeness would have been captured in the negative. Moreover, it charts the circulation of all bureaucratic documents pertaining to the terk-I tabiiyet process." @@ -160,8 +155,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0827-person-000", "__type": "Person", - "__createdAt": "1651843032375487000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Department of Anthropology, Ruth Adams Building, 131 George St", @@ -197,15 +190,11 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0827-organization-001", "__type": "Organization", - "__createdAt": "1651843032411107000", - "__createdBy": "dsp-metadata-gui", "name": "Rutgers University" }, { "__id": "http://ns.dasch.swiss/repository#dsp-0827-organization-000", "__type": "Organization", - "__createdAt": "1651843032411168000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Claridenstrasse 26", @@ -226,8 +215,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0827-grant-000", "__type": "Grant", - "__createdAt": "1651843032485509000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0827-organization-000" ] diff --git a/data/json/posepi.json b/data/json/posepi.json index 8d78a41b..c9c31fd5 100644 --- a/data/json/posepi.json +++ b/data/json/posepi.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0120-project", "__type": "Project", - "__createdAt": "1714468073822719000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Jacquin, J., Keck, A., Robin, C., Roh, S., Rivoal, M. (2024). Marqueurs épistémiques et évidentiels du français identifiés et annotés dans un corpus d'interactions relevant de débats politiques et de réunions d’entreprise [Projet FNS 188924, POSEPI] [base de données] (DaSCH), http://ark.dasch.swiss/ark:/72163/1/0120", "teaserText": "A systematic and multimodal study of French epistemic and evidential markers as emerging in various professional/institutional settings documented by “natural“ video-recorded data.", "datasets": [ @@ -100,8 +97,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0120-dataset-000", "__type": "Dataset", - "__createdAt": "1714468079571147000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "fr": "La base de données consiste en près de 4000 marqueurs épistémiques et évidentiels du français identifiés, extraits et annotés à partir d’un corpus d’interactions verbales relevant de débats politiques et de réunions d’entreprise. Chaque token est annoté au niveau morpho-syntaxique, énonciatif, interactionnel et multimodal. \r La base de données est organisée autour de 7 classes, dont la principale, “Marqueur”, renvoie à un “Lemme”, à une éventuelle portée ainsi qu’à une typologie de gestes (“Mimogestualité”). Les classes “Evènement” et “Participant” précisent le contexte dans lequel sont relevés ces marqueurs et qualifient les rôles des participants. \r Les données primaires à partir desquelles les marqueurs ont été identifiés, extraits et annotés sont consultables ici: http://clapi.icar.cnrs.fr/Posepi/. \r La base de données a été constituée dans le cadre du projet FNS \"Prendre une position épistémique dans l’interaction. Les marqueurs du savoir, du non-savoir et du doute en français\" [188924, POSEPI]." @@ -197,8 +192,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0120-person-000", "__type": "Person", - "__createdAt": "1714468079876204000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Sciences du Langage et de l’Information\r Université de Lausanne\r Anthropole — bureau 3134", @@ -231,8 +224,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0120-person-002", "__type": "Person", - "__createdAt": "1714468079836485000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Sciences du Langage et de l’Information\r Université de Lausanne\r Anthropole", @@ -257,8 +248,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0120-person-001", "__type": "Person", - "__createdAt": "1714468079776762000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Sciences du Langage et de l’Information\r Université de Lausanne\r Anthropole", @@ -283,8 +272,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0120-person-003", "__type": "Person", - "__createdAt": "1714468079776560000", - "__createdBy": "dsp-metadata-gui", "email": "marion.rivoal@unil.ch", "familyNames": [ "Rivoal" @@ -310,8 +297,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0120-person-004", "__type": "Person", - "__createdAt": "1714468079776689000", - "__createdBy": "dsp-metadata-gui", "email": "loic.jaouen@unil.ch", "familyNames": [ "Jaouen" @@ -331,8 +316,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0120-organization-001", "__type": "Organization", - "__createdAt": "1714468079920073000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3", @@ -352,8 +335,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0120-organization-000", "__type": "Organization", - "__createdAt": "1714468079960004000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Unicentre", @@ -374,8 +355,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0120-grant-000", "__type": "Grant", - "__createdAt": "1714468080004458000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0120-organization-001" ], diff --git a/data/json/postkarten.json b/data/json/postkarten.json index bfbf431b..dc1e71ec 100644 --- a/data/json/postkarten.json +++ b/data/json/postkarten.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0811-project", "__type": "Project", - "__createdAt": "1652361078113030000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Postkarten Russland (2023). [Dataset]. DaSCH. https://ark.dasch.swiss/ark:/72163/1/0811", "teaserText": "The project makes an extensive collection of Russian postcards public which is held by the Chair of Eastern European History at the University of Basel.", "datasets": [ @@ -67,8 +64,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0811-dataset-000", "__type": "Dataset", - "__createdAt": "1652361078207182000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The invention of photography and the worldwide professionalization and unification of the postal system fundamentally changed communication in the middle of the 19th century. In 1872, postcards were admitted to the Russian postal system. The Russian market was dominated by foreign companies for a long time. Slowly, but then more and more Russian companies gained stable market shares and many small and local print and photo studios in particular ensured that the range of products and services offered in the Russian Empire became increasingly diverse. The project makes the collection of postcards from the Russian Empire of the Chair of Modern and Eastern European History at the University of Basel accessible to a broad public." @@ -119,8 +114,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0811-person-000", "__type": "Person", - "__createdAt": "1652361078368442000", - "__createdBy": "dsp-metadata-gui", "email": "benjamin.schenk@unibas.ch", "familyNames": [ "Schenk" @@ -139,8 +132,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0811-person-001", "__type": "Person", - "__createdAt": "1652361078368442000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Würsch" ], @@ -159,8 +150,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0811-organization-000", "__type": "Organization", - "__createdAt": "1652361078368625000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "", diff --git a/data/json/prethero.json b/data/json/prethero.json index 2c981667..cd71f151 100644 --- a/data/json/prethero.json +++ b/data/json/prethero.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0119-project", "__type": "Project", - "__createdAt": "1660830383338024000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Wawrzyniak, N., Doudet, E., Rivoal, M., Premiers théâtres romands [base de données] (DaSCH), https://ark.dasch.swiss/ark:/72163/1/0119. Wawrzyniak, N., Doudet, E., Rivoal, M., Early French-Swiss Theater [database] (DaSCH), https://ark.dasch.swiss/ark:/72163/1/0119.", "teaserText": "The project documents theatrical practices in the French-Swiss regions between the 15ᵗʰ and 16ᵗʰ c. It is a part of the SNSF project focused on versified public communication in French (15ᵗʰ-16ᵗʰ c.)", "datasets": [ @@ -96,8 +93,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0119-dataset-000", "__type": "Dataset", - "__createdAt": "1660830384475881000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The database “Early French-Swiss Theater” documents the development of theatrical practices in the French-speaking regions of present-day Switzerland between the fifteenth and sixteenth centuries. It contains records of performances, groups and individuals involved in theater activities, and provides access to surviving plays, historical testimonies, archives of performances, and a bibliography that allow researchers and the public to reconstruct the origins of Swiss theatrical culture in French." @@ -152,8 +147,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0119-person-000", "__type": "Person", - "__createdAt": "1660830384601784000", - "__createdBy": "dsp-metadata-gui", "email": "natalia.wawrzyniak@unil.ch", "familyNames": [ "Wawrzyniak" @@ -179,8 +172,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0119-person-002", "__type": "Person", - "__createdAt": "1660830384601957000", - "__createdBy": "dsp-metadata-gui", "email": "marion.rivoal@unil.ch", "familyNames": [ "Rivoal" @@ -206,8 +197,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0119-person-001", "__type": "Person", - "__createdAt": "1660830384602117000", - "__createdBy": "dsp-metadata-gui", "email": "estelle.doudet@unil.ch", "familyNames": [ "Doudet" @@ -235,8 +224,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0119-organization-001", "__type": "Organization", - "__createdAt": "1660830384602292000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3, Case postale", @@ -256,8 +243,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0119-organization-000", "__type": "Organization", - "__createdAt": "1660830384661787000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Unicentre", @@ -278,8 +263,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0119-grant-000", "__type": "Grant", - "__createdAt": "1660830384724063000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0119-organization-001" ], diff --git a/data/json/prom_know.json b/data/json/prom_know.json index 08e4bbde..599a582b 100644 --- a/data/json/prom_know.json +++ b/data/json/prom_know.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0117-project", "__type": "Project", - "__createdAt": "1692889740948937000", - "__createdBy": "dsp-metadata-gui", "howToCite": "R. Sigrist, 2023, Base de données sur les savants de la période 1700-1870 [base de données], Swiss National Data and Service Center for the Humanities (DaSCH), http://ark.dasch.swiss/ark:/72163/1/0117.", "teaserText": "The professionalization of science is often conceptualized as the exclusion of amateurs. We show on the contrary that this became only through the development of scientific culture and networks.", "datasets": [ @@ -205,8 +202,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0117-dataset-000", "__type": "Dataset", - "__createdAt": "1692889749305688000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "fr": "Cette base de données inclut 11'121 savants reconnus qui étaient âgés de 20 ans et plus entre 1700 et 1870. Est défini comme « savant reconnu » tout individu affilié pour ses travaux scientifiques à l’une au moins des six principales académies de l’époque concernée (Royal Society de Londres ; académies de Paris, Berlin, Stockholm, St-Pétersbourg et Bologne), ou recensé dans le Historical Catalogue of Scientists and Scientific Books publié en 1984 par Robert M. Gascoigne.\r La partie librement accessible de cette base de données (initialement crée en FileMaker Pro), a été migrée dans un modèle relationnel en SQL. Elle inclut une partie des données biographiques, relationnelles et bibliographiques collectées dans le cadre de deux projets FNS successifs, données qui concernent notamment les astronomes, les physiciens, les chimistes et les botanistes européens et nord-américains. Ces données sont plus complètes pour le groupe des « grands savants » (1/4 de l’échantillon environ), ce groupe étant défini comme l’ensemble des individus ayant bénéficié d’affiliations multiples aux six principales académies de la période 1700-1870, ou inclus dans le Dictionary of Scientific Biography édité entre 1970 et 1980 sous la direction de Charles C. Gillispie.\r Le modèle de données repose sur les classes suivantes : « Savant » (informations biographiques et relatives à la carrière des savants) ; « Champ » (principales disciplines dans lesquels ces savants se sont illustrés) ; « Correspondance » (recension de la correspondance qu’ont entretenue ces savants entre eux) et « Lien » (typologie des relations de travail qui se sont nouées entre ces savants)." @@ -284,8 +279,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0117-person-001", "__type": "Person", - "__createdAt": "1692889751059747000", - "__createdBy": "dsp-metadata-gui", "email": "sigrist.rene@bluewin.ch", "familyNames": [ "Sigrist" @@ -303,8 +296,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0117-person-002", "__type": "Person", - "__createdAt": "1692889751059843000", - "__createdBy": "dsp-metadata-gui", "email": "christelle.cocco@unil.ch", "familyNames": [ "Cocco" @@ -330,8 +321,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0117-person-003", "__type": "Person", - "__createdAt": "1692889751059981000", - "__createdBy": "dsp-metadata-gui", "email": "marion.rivoal@unil.ch", "familyNames": [ "Rivoal" @@ -357,8 +346,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0117-person-000", "__type": "Person", - "__createdAt": "1692889751060112000", - "__createdBy": "dsp-metadata-gui", "email": "dominique.vinck@unil.ch", "familyNames": [ "Vinck" @@ -386,8 +373,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0117-organization-001", "__type": "Organization", - "__createdAt": "1692889751060256000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3", @@ -407,8 +392,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0117-organization-000", "__type": "Organization", - "__createdAt": "1692889751184352000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Unicentre", @@ -429,8 +412,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0117-grant-000", "__type": "Grant", - "__createdAt": "1692889751270521000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0117-organization-001" ], diff --git a/data/json/reforme-geneve.json b/data/json/reforme-geneve.json index b414719f..bce7cfff 100644 --- a/data/json/reforme-geneve.json +++ b/data/json/reforme-geneve.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0111-project", "__type": "Project", - "__createdAt": "1630601315576460000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Grosse, Ch., Dunant Gonzenbach, A., Matthey-Doret, A., 2019, Côté chaire, côté rue, La Réforme à Genève (1517-1617) [database] (DaSCH), https://ark.dasch.swiss/ark:/72163/1/0111.", "teaserText": "The database is the result of the transposition of a virtual exhibition realized in the context of the 500th anniversary of the Lutheran Reformation (1517).", "datasets": [ @@ -105,8 +102,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0111-dataset-000", "__type": "Dataset", - "__createdAt": "1630601323131903000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The database is the result of the transposition of a virtual exhibition realised with the web application StoryMap, from ArcGIS. It also integrates the transcriptions of archive documents initially published on the website of the State Archives of Geneva.\r The database is structured around three main chronological showcases, which bring together thematic showcases. The showcases are composed of different images, associated with geographical coordinates, and to which transcriptions of archival documents may be associated. Facsimiles are presented next to transcriptions.\r" @@ -190,8 +185,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0111-person-003", "__type": "Person", - "__createdAt": "1630601323613976000", - "__createdBy": "dsp-metadata-gui", "email": "marion.rivoal@unil.ch", "familyNames": [ "Rivoal" @@ -217,8 +210,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0111-person-001", "__type": "Person", - "__createdAt": "1630601323614158000", - "__createdBy": "dsp-metadata-gui", "email": "anouk.dunant-gonzenbach@etat.ge.ch", "familyNames": [ "Dunant Gonzenbach" @@ -236,8 +227,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0111-person-002", "__type": "Person", - "__createdAt": "1630601323614274000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Matthey-Doret" ], @@ -254,8 +243,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0111-person-000", "__type": "Person", - "__createdAt": "1630601323614353000", - "__createdBy": "dsp-metadata-gui", "email": "christian.grosse@unil.ch", "familyNames": [ "Grosse" @@ -283,8 +270,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0111-organization-001", "__type": "Organization", - "__createdAt": "1630601323614538000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Unicentre\r CH-1015 Lausanne\r ", @@ -303,8 +288,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0111-organization-000", "__type": "Organization", - "__createdAt": "1630601323645880000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Rue de l'Hôtel-de-Ville 1", diff --git a/data/json/religious-speech.json b/data/json/religious-speech.json index 3b6a087d..f40b6bc1 100644 --- a/data/json/religious-speech.json +++ b/data/json/religious-speech.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0101-project", "__type": "Project", - "__createdAt": "1630601286237202000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Gonzalez, Ph., Roca Escoda, M., Stavo Debauge, J., Evequoz, Y., Ben Amor, S., Rivoal, M., 2019, Embarras de la parole religieuse [base de données] (DaSCH), https://ark.dasch.swiss/ark:/72163/1/0101.", "teaserText": "Ce projet étudie les mobilisations religieuses sur des questions de genre et de sexualités et comment elles transforment les règles d’interlocution des espaces publics sécularisés et la parole des acteurs religieux.", "datasets": [ @@ -140,8 +137,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0101-dataset-000", "__type": "Dataset", - "__createdAt": "1630601290310908000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The ontology of the project comprises 15 distinct classes, 68 properties, mainly describing sequences (Sequence) from radio broadcasts (Program), and listing for each sequence the speakers (Intervention, Actor, Nationality), the title in which they intervene (Quality, Institution) and their origin (Place). The subjects (Gender and Religion) covered by the programs are informed at the program level, then explained at the sequence level, using different concepts related to current events: Event, Common Name or Movement, Phenomenon or controversial subject, Person in the news, Place. 10 controlled vocabularies with 104 entries ensure the quality control of the data entered. The controlled vocabulary Controversial issues' trajectory includes 31 entries. Finally, transcriptions (Transcription) are associated with certain sequences." @@ -245,8 +240,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0101-person-004", "__type": "Person", - "__createdAt": "1630601290905167000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Ben Amor" ], @@ -263,8 +256,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0101-person-005", "__type": "Person", - "__createdAt": "1630601290905261000", - "__createdBy": "dsp-metadata-gui", "email": "christelle.cocco@unil.ch", "familyNames": [ "Cocco" @@ -290,8 +281,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0101-person-006", "__type": "Person", - "__createdAt": "1630601290905455000", - "__createdBy": "dsp-metadata-gui", "email": "loic.jaouen@unil.ch", "familyNames": [ "Jaouen" @@ -309,8 +298,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0101-person-007", "__type": "Person", - "__createdAt": "1630601290905567000", - "__createdBy": "dsp-metadata-gui", "email": "marion.rivoal@unil.ch", "familyNames": [ "Rivoal" @@ -336,8 +323,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0101-person-001", "__type": "Person", - "__createdAt": "1630601290905754000", - "__createdBy": "dsp-metadata-gui", "email": "marta.rocaescoda@unil.ch", "familyNames": [ "Roca Escoda" @@ -363,8 +348,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0101-person-003", "__type": "Person", - "__createdAt": "1630601290905939000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Evequoz" ], @@ -381,8 +364,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0101-person-000", "__type": "Person", - "__createdAt": "1630601290906026000", - "__createdBy": "dsp-metadata-gui", "email": "philippe.gonzalez@unil.ch", "familyNames": [ "Gonzalez" @@ -400,8 +381,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0101-person-002", "__type": "Person", - "__createdAt": "1630601290906134000", - "__createdBy": "dsp-metadata-gui", "email": "joan.stavo-debauge@epfl.ch", "familyNames": [ "Stavo Debauge" @@ -421,8 +400,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0101-organization-001", "__type": "Organization", - "__createdAt": "1630601290906261000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3 Postfach", @@ -442,8 +419,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0101-organization-000", "__type": "Organization", - "__createdAt": "1630601290938137000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Unicentre", @@ -464,8 +439,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0101-grant-000", "__type": "Grant", - "__createdAt": "1630601290970747000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0101-organization-001" ], diff --git a/data/json/rich.json b/data/json/rich.json index 761f104a..a6c9ff9e 100644 --- a/data/json/rich.json +++ b/data/json/rich.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-084E-project", "__type": "Project", - "__createdAt": "1721901288255522000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Nitsche, M., Schobinger, J., Scheller, J., Thyroff, J., Weber, T. (2024). Historische Lernprozesse erforschen – Research of Learning Processes in History (RicH) [Dataset]. DaSCH. https://ark.dasch.swiss/ark:/72163/1/084E", "teaserText": "Die RicH-Studie erforscht die Operationen narrativer Kompetenz und deren qualitative Unterschiede anhand eines Novizen-Experten-Vergleichs zwecks empirischer Fundierung eines Progressionsmodelles.", "datasets": [ @@ -101,8 +98,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-084E-dataset-000", "__type": "Dataset", - "__createdAt": "1721901290705758000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "de": "Aus dem Projekt erarbeitete Resultate: Projektzusammenfassung und Projektbeschreibung\r \r Im Projekt erhobene Daten von Expert*innen und Noviz*innen: Transkripte der Think-Aloud-Aufnahmen inkl. Interviewteil zum ersten Erhebungstermin, Antworttexte inkl. Interviewteil zum zweiten Erhebungstermin, soziodemographische Angaben, Antworten auf Fragebögen zu epistemologischen Beliefs, situationalem Interesse und metakognitiven Strategien der Teilnehmenden sowie die Dokumentation der entsprechenden Erhebungs- und Auswertungsinstrumente." @@ -177,8 +172,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-084E-person-001", "__type": "Person", - "__createdAt": "1721901290933463000", - "__createdBy": "dsp-metadata-gui", "email": "jan.scheller@uni-greifswald.de", "familyNames": [ "Scheller" @@ -196,8 +189,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-084E-person-002", "__type": "Person", - "__createdAt": "1721901290933505000", - "__createdBy": "dsp-metadata-gui", "email": "jonas.schobinger@fhnw.ch", "familyNames": [ "Schobinger" @@ -215,8 +206,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-084E-person-003", "__type": "Person", - "__createdAt": "1721901290933540000", - "__createdBy": "dsp-metadata-gui", "email": "julia.thyroff@fhnw.ch", "familyNames": [ "Thyroff" @@ -242,8 +231,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-084E-person-004", "__type": "Person", - "__createdAt": "1721901290933596000", - "__createdBy": "dsp-metadata-gui", "email": "tina.nicole.weber@bluewin.ch", "familyNames": [ "Weber" @@ -261,8 +248,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-084E-person-000", "__type": "Person", - "__createdAt": "1721901290933631000", - "__createdBy": "dsp-metadata-gui", "email": "martin.nitsche@fhnw.ch", "familyNames": [ "Nitsche" @@ -290,8 +275,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-084E-organization-001", "__type": "Organization", - "__createdAt": "1721901290933694000", - "__createdBy": "dsp-metadata-gui", "name": "Swiss National Science Foundation (SNSF)", "url": { "__type": "URL", @@ -303,8 +286,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-084E-organization-000", "__type": "Organization", - "__createdAt": "1721901290933720000", - "__createdBy": "dsp-metadata-gui", "name": "Pädagogische Hochschule der Fachhochschule Nordwestschweiz", "url": { "__type": "URL", @@ -318,8 +299,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-084E-grant-000", "__type": "Grant", - "__createdAt": "1721901290933750000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-084E-organization-001" ], diff --git a/data/json/roud.json b/data/json/roud.json index edb7cefc..51082fcc 100644 --- a/data/json/roud.json +++ b/data/json/roud.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0112-project", "__type": "Project", - "__createdAt": "1630601323747283000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Maggetti, D., Jacquier Kaempfer, C., Spadini, E., Pellegrino, B., Burri, J., Lacord, R., Peterman, S., Christen, A., Jaouen, L., Rivoal, M., 2020, Gustave Roud, oeuvres [database] (DaSCH), https://ark.dasch.swiss/ark:/72163/1/0112.", "teaserText": "This database is the accompaniment of the critical edition of Gustave Roud’s work. It hosts the digital facsimiles of Gustave Roud’s archive, which includes manuscripts and printed materials.", "datasets": [ @@ -106,8 +103,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0112-dataset-000", "__type": "Dataset", - "__createdAt": "1630601330472953000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The dataset includes information about Roud’s publications (complete bibliographic records, facsimiles) and about the materials in his archive at the University of Lausanne (document descriptions, facsimiles). Each work has attached a critical text and a genetic network; the latter links publications and archival materials. The dataset also includes information about persons, places and artistic works (music, literature, visual arts) mentioned in the texts, and short essays about Roud’s artistic production." @@ -230,8 +225,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0112-person-001", "__type": "Person", - "__createdAt": "1630601331609680000", - "__createdBy": "dsp-metadata-gui", "email": "claire.jaquier@unine.ch", "familyNames": [ "Jaquier Kaempfer" @@ -249,8 +242,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0112-person-007", "__type": "Person", - "__createdAt": "1630601331609789000", - "__createdBy": "dsp-metadata-gui", "email": "loic.jaouen@unil.ch", "familyNames": [ "Jaouen" @@ -268,8 +259,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0112-person-008", "__type": "Person", - "__createdAt": "1630601331609894000", - "__createdBy": "dsp-metadata-gui", "email": "marion.rivoal@unil.ch", "familyNames": [ "Rivoal" @@ -295,8 +284,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0112-person-000", "__type": "Person", - "__createdAt": "1630601331610070000", - "__createdBy": "dsp-metadata-gui", "email": "daniel.maggetti@unil.ch", "familyNames": [ "Maggetti" @@ -314,8 +301,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0112-person-003", "__type": "Person", - "__createdAt": "1630601331610172000", - "__createdBy": "dsp-metadata-gui", "email": "bruno.pellegrino@unil.ch", "familyNames": [ "Pellegrino" @@ -334,8 +319,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0112-person-004", "__type": "Person", - "__createdAt": "1630601331610280000", - "__createdBy": "dsp-metadata-gui", "email": "alessio.christen@unil.ch", "familyNames": [ "Christen" @@ -354,8 +337,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0112-person-005", "__type": "Person", - "__createdAt": "1630601331610400000", - "__createdBy": "dsp-metadata-gui", "email": "julien.burri@unil.ch", "familyNames": [ "Burry" @@ -374,8 +355,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0112-person-006", "__type": "Person", - "__createdAt": "1630601331610503000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Lacord" ], @@ -393,8 +372,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0112-person-002", "__type": "Person", - "__createdAt": "1630601331610586000", - "__createdBy": "dsp-metadata-gui", "email": "elena.spadini@unil.ch", "familyNames": [ "Spadini" @@ -423,8 +400,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0112-organization-002", "__type": "Organization", - "__createdAt": "1630601331610778000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Avenue du 1er-Mars 26", @@ -443,8 +418,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0112-organization-001", "__type": "Organization", - "__createdAt": "1630601331813643000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3 Postfach", @@ -464,8 +437,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0112-organization-000", "__type": "Organization", - "__createdAt": "1630601331846768000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Unicentre", @@ -486,8 +457,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0112-grant-000", "__type": "Grant", - "__createdAt": "1630601331880177000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0112-organization-001" ], diff --git a/data/json/sgv.json b/data/json/sgv.json index eaa21f62..68514000 100644 --- a/data/json/sgv.json +++ b/data/json/sgv.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0812-project", "__type": "Project", - "__createdAt": "1643065731303178000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Photo Archive of the Cultural Anthropology Switzerland (CAS).", "teaserText": "With its approximately 500,000 photo objects from across the world, the photo archive of the CAS fosters new approaches to the study and consumption of photographs.", "datasets": [ @@ -303,8 +300,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-dataset-000", "__type": "Dataset", - "__createdAt": "1643065758602477000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The dataset contains the photographic collections of the Cultural Anthropology Switzerland (CAS) as well as about thirty-five films related to them." @@ -733,8 +728,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-000", "__type": "Person", - "__createdAt": "1643065759649234000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Leimgruber" ], @@ -760,8 +753,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-002", "__type": "Person", - "__createdAt": "1643065759649396000", - "__createdBy": "dsp-metadata-gui", "email": "regula.anklin@bluewin.ch", "familyNames": [ "Anklin" @@ -780,8 +771,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-003", "__type": "Person", - "__createdAt": "1643065759649498000", - "__createdBy": "dsp-metadata-gui", "email": "mail@stephangraf.ch", "familyNames": [ "Graf" @@ -808,8 +797,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-004", "__type": "Person", - "__createdAt": "1643065759649660000", - "__createdBy": "dsp-metadata-gui", "email": "birgit.huber@unibas.ch", "familyNames": [ "Huber" @@ -828,8 +815,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-005", "__type": "Person", - "__createdAt": "1643065759649765000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Iselin" ], @@ -846,8 +831,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-006", "__type": "Person", - "__createdAt": "1643065759649838000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Karrer" ], @@ -865,8 +848,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-007", "__type": "Person", - "__createdAt": "1643065759649924000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Özvegyi" ], @@ -884,8 +865,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-008", "__type": "Person", - "__createdAt": "1643065759650010000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Wiedemer" ], @@ -902,8 +881,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-009", "__type": "Person", - "__createdAt": "1643065759650085000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Chen" ], @@ -920,8 +897,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-010", "__type": "Person", - "__createdAt": "1643065759650159000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Hohn" ], @@ -938,8 +913,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-011", "__type": "Person", - "__createdAt": "1643065759650232000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Planzer" ], @@ -956,8 +929,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-012", "__type": "Person", - "__createdAt": "1643065759650308000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Weber" ], @@ -975,8 +946,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-013", "__type": "Person", - "__createdAt": "1643065759650387000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Do Sul" ], @@ -993,8 +962,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-014", "__type": "Person", - "__createdAt": "1643065759650461000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Röthlisberger" ], @@ -1011,8 +978,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-015", "__type": "Person", - "__createdAt": "1643065759650535000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Doebele" ], @@ -1029,8 +994,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-016", "__type": "Person", - "__createdAt": "1643065759650611000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Scheidegger" ], @@ -1047,8 +1010,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-017", "__type": "Person", - "__createdAt": "1643065759650685000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Ghirardelli" ], @@ -1066,8 +1027,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-018", "__type": "Person", - "__createdAt": "1643065759650770000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Röösli" ], @@ -1085,8 +1044,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-019", "__type": "Person", - "__createdAt": "1643065759650850000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Werner" ], @@ -1104,8 +1061,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-020", "__type": "Person", - "__createdAt": "1643065759650928000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Rosenthaler" ], @@ -1122,8 +1077,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-021", "__type": "Person", - "__createdAt": "1643065759651000000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Geer" ], @@ -1140,8 +1093,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-022", "__type": "Person", - "__createdAt": "1643065759651071000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Subotic" ], @@ -1158,8 +1109,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-023", "__type": "Person", - "__createdAt": "1643065759651146000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Schweizer" ], @@ -1176,8 +1125,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-024", "__type": "Person", - "__createdAt": "1643065759651219000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Kilchenmann" ], @@ -1194,8 +1141,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-025", "__type": "Person", - "__createdAt": "1643065759651292000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Aeschlimann" ], @@ -1212,8 +1157,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-026", "__type": "Person", - "__createdAt": "1643065759651365000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Alassi" ], @@ -1230,8 +1173,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-027", "__type": "Person", - "__createdAt": "1643065759651437000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Gafner" ], @@ -1248,8 +1189,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-028", "__type": "Person", - "__createdAt": "1643065759651509000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Tissaveerasingham" ], @@ -1266,8 +1205,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-029", "__type": "Person", - "__createdAt": "1643065759651586000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Zbinden" ], @@ -1284,8 +1221,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-030", "__type": "Person", - "__createdAt": "1643065759651658000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Aeschbach" ], @@ -1302,8 +1237,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-031", "__type": "Person", - "__createdAt": "1643065759651731000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Harb" ], @@ -1320,8 +1253,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-032", "__type": "Person", - "__createdAt": "1643065759651803000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Anklin Kull" ], @@ -1340,8 +1271,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-033", "__type": "Person", - "__createdAt": "1643065759651893000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Eisenhut" ], @@ -1358,8 +1287,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-034", "__type": "Person", - "__createdAt": "1643065759651966000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Gründel" ], @@ -1376,8 +1303,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-035", "__type": "Person", - "__createdAt": "1643065759652041000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "van den Heiligenberg" ], @@ -1394,8 +1319,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-036", "__type": "Person", - "__createdAt": "1643065759652116000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Hofmann" ], @@ -1413,8 +1336,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-037", "__type": "Person", - "__createdAt": "1643065759652189000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Huber" ], @@ -1431,8 +1352,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-038", "__type": "Person", - "__createdAt": "1643065759652264000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Kull" ], @@ -1449,8 +1368,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-039", "__type": "Person", - "__createdAt": "1643065759652337000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Lowe" ], @@ -1467,8 +1384,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-040", "__type": "Person", - "__createdAt": "1643065759652410000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Fornaro" ], @@ -1493,8 +1408,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-041", "__type": "Person", - "__createdAt": "1643065759652549000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Tschakert" ], @@ -1511,8 +1424,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-042", "__type": "Person", - "__createdAt": "1643065759652627000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Meier" ], @@ -1529,8 +1440,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-043", "__type": "Person", - "__createdAt": "1643065759652702000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Stratton" ], @@ -1547,8 +1456,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-044", "__type": "Person", - "__createdAt": "1643065759652776000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Buder" ], @@ -1565,8 +1472,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-045", "__type": "Person", - "__createdAt": "1643065759652850000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Longhitano" ], @@ -1581,8 +1486,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-046", "__type": "Person", - "__createdAt": "1643065759652916000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Stephenson" ], @@ -1599,8 +1502,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-047", "__type": "Person", - "__createdAt": "1643065759652988000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Hilfiker Durand" ], @@ -1619,8 +1520,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-048", "__type": "Person", - "__createdAt": "1643065759653079000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Peduzzi" ], @@ -1637,8 +1536,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-049", "__type": "Person", - "__createdAt": "1643065759653155000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Conrad" ], @@ -1655,8 +1552,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-050", "__type": "Person", - "__createdAt": "1643065759653228000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Spinas" ], @@ -1673,8 +1568,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-person-001", "__type": "Person", - "__createdAt": "1643065759653302000", - "__createdBy": "dsp-metadata-gui", "email": "nicole.peduzzi@ekws.ch", "secondaryEmail": "nicole.peduzzilonghitano@unibas.ch", "familyNames": [ @@ -1698,8 +1591,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-004", "__type": "Organization", - "__createdAt": "1643065759653465000", - "__createdBy": "dsp-metadata-gui", "email": "mail@formwerdung.ch", "name": "Formwerdung", "url": { @@ -1712,8 +1603,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-005", "__type": "Organization", - "__createdAt": "1643065759653572000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Klingelbergstrasse 11", @@ -1733,8 +1622,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-006", "__type": "Organization", - "__createdAt": "1643065759705581000", - "__createdBy": "dsp-metadata-gui", "name": "Memoriav", "url": { "__type": "URL", @@ -1746,8 +1633,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-007", "__type": "Organization", - "__createdAt": "1643065759705727000", - "__createdBy": "dsp-metadata-gui", "name": "Ernst Göhner Stiftung", "url": { "__type": "URL", @@ -1759,36 +1644,26 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-008", "__type": "Organization", - "__createdAt": "1643065759705864000", - "__createdBy": "dsp-metadata-gui", "name": "Sophie und Karl Binding Stiftung" }, { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-009", "__type": "Organization", - "__createdAt": "1643065759705917000", - "__createdBy": "dsp-metadata-gui", "name": "Goethe-Stiftung für Kunst und Wissenschaft" }, { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-010", "__type": "Organization", - "__createdAt": "1643065759705968000", - "__createdBy": "dsp-metadata-gui", "name": "Die Schweizerische Post" }, { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-011", "__type": "Organization", - "__createdAt": "1643065759706018000", - "__createdBy": "dsp-metadata-gui", "name": "Fondation Dufloteau" }, { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-012", "__type": "Organization", - "__createdAt": "1643065759706068000", - "__createdBy": "dsp-metadata-gui", "name": "Landis&Gyr Stiftung", "url": { "__type": "URL", @@ -1800,15 +1675,11 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-013", "__type": "Organization", - "__createdAt": "1643065759706198000", - "__createdBy": "dsp-metadata-gui", "name": "FC Basel" }, { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-014", "__type": "Organization", - "__createdAt": "1643065759706251000", - "__createdBy": "dsp-metadata-gui", "name": "Bundesamt für Kultur (BAK)", "url": { "__type": "URL", @@ -1820,15 +1691,11 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-015", "__type": "Organization", - "__createdAt": "1643065759706381000", - "__createdBy": "dsp-metadata-gui", "name": "Bundesamt für Bevölkerungsschutz (BABS)" }, { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-016", "__type": "Organization", - "__createdAt": "1643065759706431000", - "__createdBy": "dsp-metadata-gui", "name": "Loterie Romande", "url": { "__type": "URL", @@ -1840,22 +1707,16 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-017", "__type": "Organization", - "__createdAt": "1643065759706560000", - "__createdBy": "dsp-metadata-gui", "name": "Lotteriefonds, Kanton Zürich" }, { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-018", "__type": "Organization", - "__createdAt": "1643065759706612000", - "__createdBy": "dsp-metadata-gui", "name": "Swisslos" }, { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-020", "__type": "Organization", - "__createdAt": "1643065759706661000", - "__createdBy": "dsp-metadata-gui", "name": "Stiftung für Kunst, Kultur und Geschichte (SKKG)", "url": { "__type": "URL", @@ -1867,8 +1728,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-021", "__type": "Organization", - "__createdAt": "1643065759706790000", - "__createdBy": "dsp-metadata-gui", "name": "Jacqueline Spengler Stiftung c/o Christoph Merian Stiftung (CMS)", "url": { "__type": "URL", @@ -1880,22 +1739,16 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-022", "__type": "Organization", - "__createdAt": "1643065759706920000", - "__createdBy": "dsp-metadata-gui", "name": "Private anonymous donor" }, { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-019", "__type": "Organization", - "__createdAt": "1643065759706970000", - "__createdBy": "dsp-metadata-gui", "name": "Swiss National Science Foundation (SNSF)" }, { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-003", "__type": "Organization", - "__createdAt": "1643065759707019000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Rheinsprung 9/11", @@ -1915,8 +1768,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-002", "__type": "Organization", - "__createdAt": "1643065759757148000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "St. Johanns-Ring 133", @@ -1929,8 +1780,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-001", "__type": "Organization", - "__createdAt": "1643065759811304000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Spalenberg 65", @@ -1950,8 +1799,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-organization-000", "__type": "Organization", - "__createdAt": "1643065759865417000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Spalenvorstadt 2", @@ -1973,8 +1820,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0812-grant-000", "__type": "Grant", - "__createdAt": "1643065759919701000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0812-organization-019" ], diff --git a/data/json/societesavoie.json b/data/json/societesavoie.json index 5b0b861f..97803e8c 100644 --- a/data/json/societesavoie.json +++ b/data/json/societesavoie.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0121-project", "__type": "Project", - "__createdAt": "1676912016678070000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Pibiri, E., Badoux, L., Frei, S., Rivoal, M., 2022, Base de données du projet Hôtels de la cour de Savoie [base de données], Swiss National Data and Service Center for the Humanities (DaSCH), http://ark.dasch.swiss/ark:/72163/1/0121.", "teaserText": "Ce projet étudie l’organisation de l’Hôtel de la cour de Savoie du XIIIe au XVe s., son évolution en une institution réglementée et hiérarchisée et propose une étude prosopographique de ses membres.", "datasets": [ @@ -115,8 +112,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0121-dataset-000", "__type": "Dataset", - "__createdAt": "1676912018756953000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The ontology of the project includes 18 classes and 157 properties, describing the information collected on the individuals belonging to or surrounding the princely households of the court of Savoy (names, gender, functions, time of service, office, income...), as well as the family relationships that may exist between these persons. This information is drawn from accounting, normative and notarial sources, whose archival classifications are always indicated, so that the documents can be traced back. Finally, bibliographic data can be added to provide additional details on persons and functions. L’ontologie du projet comprend 18 classes et 157 propriétés, décrivant les informations récoltées sur les individus faisant partie des hôtels princiers de la cour de Savoie ou de leur entourage (noms, genre, fonctions, temps de service, office, revenus...), ainsi que les relations familiales qui peuvent exister entre ces personnes. Ces informations sont tirées de sources comptables, normatives et notariales, dont la cote d’archive est toujours indiquée, afin de pouvoir remonter aux documents. Finalement, des données bibliographiques peuvent être ajoutées, afin de fournir des renseignements supplémentaires sur des personnes et des fonctions." @@ -184,8 +179,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0121-person-001", "__type": "Person", - "__createdAt": "1676912018965803000", - "__createdBy": "dsp-metadata-gui", "email": "Laureane.Badoux@unil.ch", "familyNames": [ "Badoux" @@ -203,8 +196,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0121-person-002", "__type": "Person", - "__createdAt": "1676912018965848000", - "__createdBy": "dsp-metadata-gui", "email": "Simon.Frei.1@unil.ch", "familyNames": [ "Frei" @@ -222,8 +213,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0121-person-003", "__type": "Person", - "__createdAt": "1676912018965890000", - "__createdBy": "dsp-metadata-gui", "email": "marion.rivoal@unil.ch", "familyNames": [ "Rivoal" @@ -249,8 +238,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0121-person-000", "__type": "Person", - "__createdAt": "1676912018965952000", - "__createdBy": "dsp-metadata-gui", "email": "Eva.pibiri@unil.ch", "familyNames": [ "Pibiri" @@ -278,8 +265,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0121-organization-001", "__type": "Organization", - "__createdAt": "1676912018966014000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3, Case postale", @@ -299,8 +284,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0121-organization-000", "__type": "Organization", - "__createdAt": "1676912018993265000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Unicentre", @@ -321,8 +304,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0121-grant-000", "__type": "Grant", - "__createdAt": "1676912019020097000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0121-organization-001" ], diff --git a/data/json/stardom.json b/data/json/stardom.json index 927a0889..8cfbb754 100644 --- a/data/json/stardom.json +++ b/data/json/stardom.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0107-project", "__type": "Project", - "__createdAt": "1630601357396935000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Boillat, A., Chedaleux, D., Rohner, J., Cordonier, L., Gaillard, A., Jaouen, L., Rivoal, M., 2018, Personnage et vedettariat au prisme du genre [database] (DaSCH), https://ark.dasch.swiss/ark:/72163/1/0107.", "teaserText": "This project studies the mechanisms of the construction of genre representations in the French cinematographic production of the 1940s.", "datasets": [ @@ -130,8 +127,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0107-dataset-000", "__type": "Dataset", - "__createdAt": "1630601362329335000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "The ontology of the project comprises 15 distinct classes, 68 properties, mainly describing archive documents (Piece) divided into 7 distinct categories (contractual and legal documents, personal correspondence, published articles, documents related to the organisation of work, script documents, personal documents, documents related to promotion), and listing, for each piece, the natural or legal persons concerned by the writing of the document and, for each page of document, the persons, works and film projects mentioned.\r Some images (pages) are annotated (regions of interest)." @@ -229,8 +224,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0107-person-003", "__type": "Person", - "__createdAt": "1630601362789215000", - "__createdBy": "dsp-metadata-gui", "email": "laure.cordonier@unil.ch", "familyNames": [ "Cordonier" @@ -248,8 +241,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0107-person-004", "__type": "Person", - "__createdAt": "1630601362789324000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Gaillard" ], @@ -266,8 +257,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0107-person-005", "__type": "Person", - "__createdAt": "1630601362789404000", - "__createdBy": "dsp-metadata-gui", "email": "loic.jaouen@unil.ch", "familyNames": [ "Jaouen" @@ -285,8 +274,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0107-person-006", "__type": "Person", - "__createdAt": "1630601362789498000", - "__createdBy": "dsp-metadata-gui", "email": "marion.rivoal@unil.ch", "familyNames": [ "Rivoal" @@ -312,8 +299,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0107-person-000", "__type": "Person", - "__createdAt": "1630601362789663000", - "__createdBy": "dsp-metadata-gui", "email": "alain.boillat@unil.ch", "familyNames": [ "Boillat" @@ -339,8 +324,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0107-person-001", "__type": "Person", - "__createdAt": "1630601362789825000", - "__createdBy": "dsp-metadata-gui", "email": "delphine.chedaleux@utc.fr", "familyNames": [ "Chedaleux" @@ -366,8 +349,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0107-person-002", "__type": "Person", - "__createdAt": "1630601362789987000", - "__createdBy": "dsp-metadata-gui", "email": "jeanne.rohner@unil.ch", "familyNames": [ "Rohner" @@ -395,8 +376,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0107-organization-001", "__type": "Organization", - "__createdAt": "1630601362790240000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3 Postfach", @@ -416,8 +395,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0107-organization-000", "__type": "Organization", - "__createdAt": "1630601362822081000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Unicentre", @@ -438,8 +415,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0107-grant-000", "__type": "Grant", - "__createdAt": "1630601362854993000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0107-organization-001" ], diff --git a/data/json/tanner.json b/data/json/tanner.json index 9c7df119..0e1e9ba9 100644 --- a/data/json/tanner.json +++ b/data/json/tanner.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0102-project", "__type": "Project", - "__createdAt": "1662621516859596000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Boillat, A., Annen, V, Modoux, J., Jaouen, L., Rivoal, M., 2022, « Le scénario chez Alain Tanner : discours et pratiques » [base de données] (DaSCH), https://ark.dasch.swiss/ark:/72163/1/0102.", "teaserText": "Ce projet étudie, dans une perspective narratologique/genre studies, la genèse des scénarios des films d’Alain Tanner, ainsi que les discours sur cette question tenus par le cinéaste.", "datasets": [ @@ -121,8 +118,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0102-dataset-000", "__type": "Dataset", - "__createdAt": "1662621519947394000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "fr": "La base de données est organisée autour 1) des pièces d’archives (= PIECE) issues du Fonds Alain Tanner de la Cinémathèque suisse (CS), numérisées professionnellement par cette institution, ou du Fonds « Bernard Comment » des Archives littéraires suisses (ALS, Berne) ; 2) d’archives audio et audiovisuelles de la RTS (retranscription) et 3) d’entretiens audio avec des collaborateurs/trices de Tanner réalisés par les membres du projet.\r \r L’ontologie est conçue autour des classes suivantes : FILM (19 films d’Alain Tanner), PERSONNE (collaborateurs/trices associé-e-s aux instances de la classe FILM avec désignation de leur fonction ou personnes mentionnées dans les archives), PIECE (avec les sous-classes Scénario ; Production ; Promotion ; Correspondance ; Réception critique ; Entretien) et PAGE, dont les différentes instances sont constitutives des PIECES.\r \r La classe PAGE est celle qui comporte le plus de propriétés : 7 textes formatés, 5 booléens et 3 vocabulaires contrôlés." @@ -206,8 +201,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0102-person-001", "__type": "Person", - "__createdAt": "1662621520697509000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Quartier UNIL-Chamberonne, Bâtiment Anthropole, Bureau : 4163.1", @@ -232,8 +225,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0102-person-002", "__type": "Person", - "__createdAt": "1662621520934186000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Quartier UNIL-Chamberonne, Bâtiment Anthropole, Bureau : 4163.1", @@ -258,8 +249,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0102-person-003", "__type": "Person", - "__createdAt": "1662621520993057000", - "__createdBy": "dsp-metadata-gui", "email": "marion.rivoal@unil.ch", "familyNames": [ "Rivoal" @@ -285,8 +274,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0102-person-004", "__type": "Person", - "__createdAt": "1662621520993391000", - "__createdBy": "dsp-metadata-gui", "email": "loic.jaouen@unil.ch", "familyNames": [ "Jaouen" @@ -304,8 +291,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0102-person-000", "__type": "Person", - "__createdAt": "1662621520993539000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Université de Lausanne, Bâtiment Anthopole, Bureau 4170", @@ -340,8 +325,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0102-organization-001", "__type": "Organization", - "__createdAt": "1662621521055260000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3", @@ -361,8 +344,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0102-organization-000", "__type": "Organization", - "__createdAt": "1662621521178371000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Unicentre", @@ -383,8 +364,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0102-grant-000", "__type": "Grant", - "__createdAt": "1662621521237617000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0102-organization-001" ], diff --git a/data/json/tdk.json b/data/json/tdk.json index a7cd9973..c0c8d947 100644 --- a/data/json/tdk.json +++ b/data/json/tdk.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0805-project", "__type": "Project", - "__createdAt": "1632994712053707000", - "__createdBy": "dsp-metadata-gui", "howToCite": "University of Basel Kings’ Valley Project Online (UBKVP), 2021, DaSCH. ark.dasch.swiss/ark:/72163/1/0805", "teaserText": "Assessment of tombs in the Kings’ Valley used for burials of royal family and entourage (ca. 1350 BCE), looted (ca. 1000 BCE), and reused for burials of members of priestly families (ca. 800–700 BCE).", "datasets": [ @@ -190,8 +187,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0805-dataset-000", "__type": "Dataset", - "__createdAt": "1632994714934162000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "Archaeological Project exploring undecorated tombs in the Valley of the Kings, Egypt" @@ -249,8 +244,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0805-person-000", "__type": "Person", - "__createdAt": "1632994715658432000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Petersgraben 51", @@ -291,8 +284,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0805-organization-000", "__type": "Organization", - "__createdAt": "1632994715913900000", - "__createdBy": "dsp-metadata-gui", "name": "University of Basel", "url": { "__type": "URL", @@ -304,8 +295,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0805-organization-001", "__type": "Organization", - "__createdAt": "1632994715914050000", - "__createdBy": "dsp-metadata-gui", "name": "Swiss National Science Foundation (SNSF)", "url": { "__type": "URL", @@ -319,8 +308,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0805-grant-000", "__type": "Grant", - "__createdAt": "1632994715914219000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0805-organization-001" ], diff --git a/data/json/tds.json b/data/json/tds.json index 5f105243..89785887 100644 --- a/data/json/tds.json +++ b/data/json/tds.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0103-project", "__type": "Project", - "__createdAt": "1630601393923029000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Ponzetto, V., Ruimi, J., Hodroge, A., Fièvre, P., Baumann, F., Hugentobler, Th., Schuwey, Ch., Rivoal, M., 2018, Théâtres de société [database] (DaSCH), https://ark.dasch.swiss/ark:/72163/1/0103.", "teaserText": "Théâtre de société is defined as a theater that is mainly or totally amateur, non-profit, practiced in private homes. The project concerns the study of this form of theater.", "datasets": [ @@ -285,8 +282,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0103-dataset-000", "__type": "Dataset", - "__createdAt": "1630601401809363000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "fr": "Répertoire numérique des spectacles joués sur les scènes de société en France et en Suisse Romande au XVIIIe et au XIXe siècle, consultable selon les critères suivants : lieu de la représentation, date de la représentation, auteur ou titre de la pièce jouée, intervenant. Pour les intervenants, les résultats obtenus précisent le rôle : comédien/comédienne (avec le nom du personnage joué), propriétaire des lieux, commanditaire, organisateur du spectacle, spectateur. Pour chaque représentation sont indiquées les sources documentaires, imprimées ou manuscrites, dont sont issues les données. Des extraits significatifs de ces sources sont transcrits dans les notices d’accompagnement." @@ -399,8 +394,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0103-person-007", "__type": "Person", - "__createdAt": "1630601402242973000", - "__createdBy": "dsp-metadata-gui", "email": "loic.jaouen@unil.ch", "familyNames": [ "Jaouen" @@ -418,8 +411,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0103-person-008", "__type": "Person", - "__createdAt": "1630601402243082000", - "__createdBy": "dsp-metadata-gui", "email": "marion.rivoal@unil.ch", "familyNames": [ "Rivoal" @@ -437,8 +428,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0103-person-001", "__type": "Person", - "__createdAt": "1630601402243184000", - "__createdBy": "dsp-metadata-gui", "email": "jennifer.ruimi@unil.ch", "familyNames": [ "Ruimi" @@ -465,8 +454,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0103-person-002", "__type": "Person", - "__createdAt": "1630601402243362000", - "__createdBy": "dsp-metadata-gui", "email": "aline.hodroge@unil.ch", "familyNames": [ "Hodroge" @@ -484,8 +471,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0103-person-003", "__type": "Person", - "__createdAt": "1630601402243464000", - "__createdBy": "dsp-metadata-gui", "email": "thibault.hugentobler@unil.ch", "familyNames": [ "Hugentobler" @@ -503,8 +488,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0103-person-004", "__type": "Person", - "__createdAt": "1630601402243563000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Baumann" ], @@ -521,8 +504,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0103-person-005", "__type": "Person", - "__createdAt": "1630601402243652000", - "__createdBy": "dsp-metadata-gui", "email": "paul.fievre@gmail.com", "familyNames": [ "Fièvre" @@ -540,8 +521,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0103-person-006", "__type": "Person", - "__createdAt": "1630601402243752000", - "__createdBy": "dsp-metadata-gui", "email": "christophe.schuwey@yale.edu", "familyNames": [ "Schuwey" @@ -567,8 +546,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0103-person-000", "__type": "Person", - "__createdAt": "1630601402243924000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Rue des Allobroges 31", @@ -603,8 +580,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0103-organization-001", "__type": "Organization", - "__createdAt": "1630601402274947000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3 Postfach", @@ -618,8 +593,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0103-organization-000", "__type": "Organization", - "__createdAt": "1630601402307071000", - "__createdBy": "dsp-metadata-gui", "name": "Université de Lausanne" } ], @@ -627,8 +600,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0103-grant-000", "__type": "Grant", - "__createdAt": "1630601402307195000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0103-organization-001" ], @@ -644,8 +615,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0103-grant-001", "__type": "Grant", - "__createdAt": "1630601402307409000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0103-organization-001" ], diff --git a/data/json/vitrocentre.json b/data/json/vitrocentre.json index b5dfa084..fc604c36 100644 --- a/data/json/vitrocentre.json +++ b/data/json/vitrocentre.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0816-project", "__type": "Project", - "__createdAt": "1652363802489433000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Vitrocentre Romont has to be mentioned, in regards to images: Vitrocentre Romont and where mentioned the photographer has to be mentioned", "teaserText": "vitrosearch - Database for stained glass and glass art by the Vitrocentre Romont ", "datasets": [ @@ -87,8 +84,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0816-dataset-000", "__type": "Dataset", - "__createdAt": "1652363803293432000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "vitrosearch comprises research on stained glass, reverse paintings on glass, glass objects as well as graphic works and drawings from artists and workshops. The data is the result of research projects of the Vitrocentre Romont and includes the scientific inventories of the Corpus Vitrearum Switzerland." @@ -145,8 +140,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0816-organization-001", "__type": "Organization", - "__createdAt": "1652363803348036000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Rue du Château 108 b, Case postale 115", @@ -166,8 +159,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0816-organization-000", "__type": "Organization", - "__createdAt": "1652363803431894000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Rue du Château 108 b, Case postale 225", diff --git a/data/json/waldaucinema.json b/data/json/waldaucinema.json index 6698eab5..10c8560c 100644 --- a/data/json/waldaucinema.json +++ b/data/json/waldaucinema.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0106-project", "__type": "Project", - "__createdAt": "1689255422634382000", - "__createdBy": "dsp-metadata-gui", "howToCite": "Berton, M., Murtas, E., Tinguely, R., Rivoal, M., Jaouen, L., 2023, Cinéma et psychiatrie en Suisse : les collections Waldau [database] (DaSCH), http://ark.dasch.swiss/ark:/72163/1/0106.", "teaserText": "Comment les psychiatres et neurologues suisses se sont-ils emparés, au XXe siècle, du médium filmique dans leur pratique de médecins, d’enseignants et de chercheurs ?", "datasets": [ @@ -133,8 +130,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0106-dataset-000", "__type": "Dataset", - "__createdAt": "1689255423435395000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "fr": "La base de données vise principalement à rendre accessibles les archives papiers du Musée suisse de la psychiatrie (Berne) relatives à Ernst Grünthal (1894-1972), le psychiatre responsable de la majorité du corpus filmique (correspondant à la classe « Film ») analysé dans le projet – plus d’une centaine de courts et moyens métrages 16 mm montrant des patientes et des patients qui souffrent de troubles psychiques ou neurologiques (dépression, alcoolisme, schizophrénie, démence sénile, troubles mnésiques, troubles du langage, maladie de Parkinson, chorée de Huntington, etc.). Majoritairement en allemand, ces documents (regroupés sous la classe « [Archive papier] ») sont de nature très variée : articles scientifiques, correspondance, notes manuscrites, brochures, papillons, tapuscrits, planches didactiques, documents administratifs. Le modèle de données permet, outre la description des films, de renseigner l’implication des médecins (« Personnel soignant ») dans leur réalisation et fournit des informations sur les personnes (« Patient », « Personnel soignant »), les institutions (« Institutions », « Personne morale »), les dates, les lieux d’archivage, les objets (équipement médical par exemple regroupé sous la classe « Objet »). Les données collectées permettent de reconstituer le réseau de pratiques filmiques initiées par des psychiatres et des neurologues en Suisse, avec plusieurs centres névralgiques : Berne, Bâle, Zurich, Lausanne et Genève. Quelques noms de médecins se distinguent au sein de ce réseau : Ernst Grünthal, Theodor H. Spoerri, Hans Heimann, Michele Risso, Giorgio Pilleri, Maurice Rémy, Walter Rudolf Hess, Karl Kleist, Gustav E. Störring. \r La structure de la base de données a été définie pour permettre une exploration du corpus (en trouvant, par exemple, tous les documents relatifs à un médecin, une maladie ou à un médicament), les recoupements avec des données non filmiques et les comparaisons avec des productions connexes. À plus long terme, la base de données peut constituer un outil utile pour de futures recherches conduites par des chercheuses et chercheurs en histoire des sciences, histoire de la psychiatrie et histoire de la médecine, ainsi qu’à des praticiennes et praticiens dans le secteur de la santé mentale. \r Le modèle de données (classes, propriétés, vocabulaires contrôlés) a été élaboré à partir des documents. Les professions médicales et les pathologies ont été établies sur la base du thésaurus du MeSH : https://mesh.inserm.fr/FrenchMesh/index.htm)" @@ -223,8 +218,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0106-person-000", "__type": "Person", - "__createdAt": "1689255423702028000", - "__createdBy": "dsp-metadata-gui", "email": "Mireille.Berton@unil.ch", "familyNames": [ "Berton" @@ -250,8 +243,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0106-person-001", "__type": "Person", - "__createdAt": "1689255423701843000", - "__createdBy": "dsp-metadata-gui", "email": "Elodie.Murtas@unil.ch", "familyNames": [ "Murtas" @@ -269,8 +260,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0106-person-002", "__type": "Person", - "__createdAt": "1689255423701884000", - "__createdBy": "dsp-metadata-gui", "email": "Raphael.Tinguely@unil.ch", "familyNames": [ "Tinguely" @@ -288,8 +277,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0106-person-003", "__type": "Person", - "__createdAt": "1689255423701922000", - "__createdBy": "dsp-metadata-gui", "email": "Marion.rivoal@unil.ch", "familyNames": [ "Rivoal" @@ -315,8 +302,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0106-person-004", "__type": "Person", - "__createdAt": "1689255423701985000", - "__createdBy": "dsp-metadata-gui", "email": "loic.jaouen@unil.ch", "familyNames": [ "Jaouen" @@ -336,8 +321,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0106-organization-001", "__type": "Organization", - "__createdAt": "1689255423702091000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3", @@ -357,8 +340,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0106-organization-000", "__type": "Organization", - "__createdAt": "1689255423765155000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "", @@ -379,8 +360,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0106-grant-000", "__type": "Grant", - "__createdAt": "1689255423848986000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0106-organization-001" ], diff --git a/data/json/woposs.json b/data/json/woposs.json index 13fc3128..bf998cd7 100644 --- a/data/json/woposs.json +++ b/data/json/woposs.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-woposs-project", "__type": "Project", - "__createdAt": "1676912016678070000", - "__createdBy": "dsp-metadata-gui", "howToCite": "The WoPoss modality corpus. University of Neuchâtel. SNSF. Distributed by DaSCH.", "teaserText": "The WoPoss project aims at reconstructing the evolution of modal meanings in Latin from the prehistory of the language up to the 7th century CE, through a linguistically annotated, diachronic corpus.", "datasets": [ @@ -291,8 +288,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-woposs-dataset-000", "__type": "Dataset", - "__createdAt": "1676912016678070000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "A linguistically annotated diachronic corpus of the Latin language (3rd BCE – 7th CE). The corpus enables the investigation of modal meanings and constructions in the history of the Latin language. The texts have been annotated automatically. The modal passages have been manually annotated by the annotators of the WoPoss team (for a more precise responsibility description, see each file)." @@ -394,8 +389,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-woposs-person-000", "__type": "Person", - "__createdAt": "1676912016678070000", - "__createdBy": "dsp-metadata-gui", "email": "francesca.delloro@unine.ch", "familyNames": [ "Dell’Oro" @@ -421,8 +414,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-woposs-person-001", "__type": "Person", - "__createdAt": "1676912016678070000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Bermúdez Sabel" ], @@ -439,8 +430,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-woposs-person-002", "__type": "Person", - "__createdAt": "1676912016678070000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Marongiu" ], @@ -466,8 +455,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-woposs-person-003", "__type": "Person", - "__createdAt": "1676912016678070000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Reymond" ], @@ -484,8 +471,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-woposs-person-004", "__type": "Person", - "__createdAt": "1676912016678070000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Graa" ], @@ -502,8 +487,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-woposs-person-005", "__type": "Person", - "__createdAt": "1676912016678070000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "von Kaenel" ], @@ -520,8 +503,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-woposs-person-006", "__type": "Person", - "__createdAt": "1676912016678070000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Cappiello" ], @@ -538,8 +519,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-woposs-person-007", "__type": "Person", - "__createdAt": "1676912016678070000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Marquis" ], @@ -558,8 +537,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-woposs-organization-002", "__type": "Organization", - "__createdAt": "1676912016678070000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "", @@ -578,8 +555,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-woposs-organization-001", "__type": "Organization", - "__createdAt": "1676912016678070000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3 Postfach", @@ -599,8 +574,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-woposs-organization-000", "__type": "Organization", - "__createdAt": "1676912016678070000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "", @@ -621,8 +594,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-woposs-grant-000", "__type": "Grant", - "__createdAt": "1676912016678070000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-woposs-organization-001" ], @@ -638,8 +609,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-woposs-grant-001", "__type": "Grant", - "__createdAt": "1676912016678070000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-woposs-organization-001" ], diff --git a/data/json/wordweb.json b/data/json/wordweb.json index dd5201b0..f8316389 100644 --- a/data/json/wordweb.json +++ b/data/json/wordweb.json @@ -1,10 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/dasch-swiss/dsp-meta-svc/main/docs/services/metadata/schema-metadata.json", "project": { - "__id": "http://ns.dasch.swiss/repository#dsp-0826-project", "__type": "Project", - "__createdAt": "1630601420326707000", - "__createdBy": "dsp-metadata-gui", "howToCite": "WordWeb/IDEM (2021), DaSCH. ark.dasch.swiss/ark:/72163/1/0826", "teaserText": "WordWeb/IDEM offers an innovative digital database for representing intertextuality in the drama of Shakespeare’s time.", "datasets": [ @@ -109,8 +106,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0826-dataset-000", "__type": "Dataset", - "__createdAt": "1630601424457656000", - "__createdBy": "dsp-metadata-gui", "abstracts": [ { "en": "4500 extracts from plays and other texts written no later than 1688, mostly in English" @@ -222,8 +217,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0826-person-002", "__type": "Person", - "__createdAt": "1630601426850032000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Heeg" ], @@ -240,8 +233,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0826-person-003", "__type": "Person", - "__createdAt": "1630601426850096000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Reitzner Elliot" ], @@ -258,8 +249,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0826-person-001", "__type": "Person", - "__createdAt": "1630601426850158000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Hohl Trillini" ], @@ -276,8 +265,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0826-person-004", "__type": "Person", - "__createdAt": "1630601426850158000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Tissaveerasingham" ], @@ -294,8 +281,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0826-person-005", "__type": "Person", - "__createdAt": "1630601426850158000", - "__createdBy": "dsp-metadata-gui", "familyNames": [ "Rosenthaler" ], @@ -314,8 +299,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0826-organization-000", "__type": "Organization", - "__createdAt": "1630601426850234000", - "__createdBy": "dsp-metadata-gui", "address": { "__type": "Address", "street": "Wildhainweg 3, Postfach", @@ -335,8 +318,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0826-organization-001", "__type": "Organization", - "__createdAt": "1630601426881261000", - "__createdBy": "dsp-metadata-gui", "name": "University of Basel", "url": { "__type": "URL", @@ -348,8 +329,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0826-organization-002", "__type": "Organization", - "__createdAt": "1630601426881261000", - "__createdBy": "dsp-metadata-gui", "name": "Digital Humanities Lab, University of Basel", "url": { "__type": "URL", @@ -363,8 +342,6 @@ { "__id": "http://ns.dasch.swiss/repository#dsp-0826-grant-000", "__type": "Grant", - "__createdAt": "1630601426881466000", - "__createdBy": "dsp-metadata-gui", "funders": [ "http://ns.dasch.swiss/repository#dsp-0826-organization-000" ], diff --git a/dsp-meta/resources/schema-metadata-draft.json b/dsp-meta/resources/schema-metadata-draft.json index 32ee7812..b488626a 100644 --- a/dsp-meta/resources/schema-metadata-draft.json +++ b/dsp-meta/resources/schema-metadata-draft.json @@ -1,8 +1,8 @@ { "$schema": "http://json-schema.org/draft-07/schema", "$id": "https://dasch.swiss/schema/schema-metadata-draft.json", - "title": "Metadata Schema", - "description": "Schema definition of DSP metadata", + "title": "Metadata Draft Schema", + "description": "Schema definition of DSP metadata for projects which are not yet published.", "type": "object", "properties": { "$schema": { @@ -47,7 +47,6 @@ } }, "required": [ - "$schema", "project", "datasets" ], @@ -121,39 +120,11 @@ "description": "A project on the DSP", "type": "object", "properties": { - "__id": { - "type": "string", - "description": "Identifier of the project" - }, "__type": { "type": "string", "description": "Type of this object", "const": "Project" }, - "__createdAt": { - "type": "string", - "description": "Creation date of this object" - }, - "__createdBy": { - "type": "string", - "description": "ID of the user who created this object" - }, - "__modifiedAt": { - "type": "string", - "description": "Last modification date of this object" - }, - "__modifiedBy": { - "type": "string", - "description": "ID of the user who last modified this object" - }, - "__deletedAt": { - "type": "string", - "description": "Deletion date of this object" - }, - "__deletedBy": { - "type": "string", - "description": "ID of the user who deleted this object" - }, "shortcode": { "type": "string", "description": "The four digit hexadecimal project shortcode, assigned to the project by the DaSCH.", @@ -296,7 +267,6 @@ } }, "required": [ - "__id", "__type", "shortcode", "name", @@ -342,30 +312,6 @@ "type": "string", "const": "Grant" }, - "__createdAt": { - "type": "string", - "description": "Creation date of this object" - }, - "__createdBy": { - "type": "string", - "description": "ID of the user who created this object" - }, - "__modifiedAt": { - "type": "string", - "description": "Last modification date of this object" - }, - "__modifiedBy": { - "type": "string", - "description": "ID of the user who last modified this object" - }, - "__deletedAt": { - "type": "string", - "description": "Deletion date of this object" - }, - "__deletedBy": { - "type": "string", - "description": "ID of the user who deleted this object" - }, "funders": { "description": "Legal bodies funding the grant.", "type": "array", @@ -407,30 +353,6 @@ "type": "string", "const": "Person" }, - "__createdAt": { - "type": "string", - "description": "Creation date of this object" - }, - "__createdBy": { - "type": "string", - "description": "ID of the user who created this object" - }, - "__modifiedAt": { - "type": "string", - "description": "Last modification date of this object" - }, - "__modifiedBy": { - "type": "string", - "description": "ID of the user who last modified this object" - }, - "__deletedAt": { - "type": "string", - "description": "Deletion date of this object" - }, - "__deletedBy": { - "type": "string", - "description": "ID of the user who deleted this object" - }, "jobTitles": { "type": "array", "description": "The job titles of the person.", @@ -508,30 +430,6 @@ "type": "string", "const": "Dataset" }, - "__createdAt": { - "type": "string", - "description": "Creation date of this object" - }, - "__createdBy": { - "type": "string", - "description": "ID of the user who created this object" - }, - "__modifiedAt": { - "type": "string", - "description": "Last modification date of this object" - }, - "__modifiedBy": { - "type": "string", - "description": "ID of the user who last modified this object" - }, - "__deletedAt": { - "type": "string", - "description": "Deletion date of this object" - }, - "__deletedBy": { - "type": "string", - "description": "ID of the user who deleted this object" - }, "title": { "type": "string", "description": "The title of the dataset." @@ -674,30 +572,6 @@ "type": "string", "const": "Organization" }, - "__createdAt": { - "type": "string", - "description": "Creation date of this object" - }, - "__createdBy": { - "type": "string", - "description": "ID of the user who created this object" - }, - "__modifiedAt": { - "type": "string", - "description": "Last modification date of this object" - }, - "__modifiedBy": { - "type": "string", - "description": "ID of the user who last modified this object" - }, - "__deletedAt": { - "type": "string", - "description": "Deletion date of this object" - }, - "__deletedBy": { - "type": "string", - "description": "ID of the user who deleted this object" - }, "name": { "type": "string", "description": "Name of the organization." diff --git a/dsp-meta/src/domain/model/draft_model.rs b/dsp-meta/src/domain/model/draft_model.rs index 8fefd8f8..a4e0a6ee 100644 --- a/dsp-meta/src/domain/model/draft_model.rs +++ b/dsp-meta/src/domain/model/draft_model.rs @@ -27,12 +27,6 @@ pub struct DraftMetadata { #[serde(tag = "__type")] #[serde(rename = "Project")] pub struct DraftProject { - #[serde(rename = "__id")] - pub id: String, - #[serde(rename = "__createdAt")] - pub created_at: Option, - #[serde(rename = "__createdBy")] - pub created_by: Option, pub shortcode: Shortcode, pub status: Option, pub name: String, @@ -107,10 +101,6 @@ pub struct DraftPublication { pub struct DraftDataset { #[serde(rename = "__id")] pub id: String, - #[serde(rename = "__createdAt")] - pub created_at: Option, - #[serde(rename = "__createdBy")] - pub created_by: Option, pub abstracts: Option>, pub access_conditions: Option, pub additional: Option>, @@ -165,10 +155,6 @@ pub enum DraftTypeOfData { pub struct DraftPerson { #[serde(rename = "__id")] pub id: String, - #[serde(rename = "__createdAt")] - pub created_at: Option, - #[serde(rename = "__createdBy")] - pub created_by: Option, pub job_titles: Option>, pub given_names: NonEmpty, pub family_names: NonEmpty, @@ -187,10 +173,6 @@ pub struct DraftPerson { pub struct DraftOrganization { #[serde(rename = "__id")] pub id: String, - #[serde(rename = "__createdAt")] - pub created_at: Option, - #[serde(rename = "__createdBy")] - pub created_by: Option, pub name: String, pub url: Option, pub address: Option, @@ -207,10 +189,6 @@ pub struct DraftOrganization { pub struct DraftGrant { #[serde(rename = "__id")] pub id: String, - #[serde(rename = "__createdAt")] - pub created_at: Option, - #[serde(rename = "__createdBy")] - pub created_by: Option, pub funders: NonEmpty, pub number: Option, pub name: Option, diff --git a/dsp-meta/tests/api_tests.rs b/dsp-meta/tests/api_tests.rs index 7208fe7b..58b41ee9 100644 --- a/dsp-meta/tests/api_tests.rs +++ b/dsp-meta/tests/api_tests.rs @@ -133,13 +133,9 @@ mod tests { } fn test_data(shortcode: &str) -> DraftMetadata { - let fake_id = "https://example.com/".to_string() + Faker.fake::().as_str(); let fake_name = Faker.fake::(); let expected: DraftMetadata = DraftMetadata { project: DraftProject { - id: fake_id, - created_at: None, - created_by: None, shortcode: Shortcode::try_from(shortcode.to_string()).expect("Valid shortcode"), status: None, name: fake_name, From 597d94942608a68fc30fdddd86cefdd64fb7adce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kleinb=C3=B6lting?= Date: Wed, 31 Jul 2024 13:25:30 +0200 Subject: [PATCH 3/5] Require project.status = "finished" for final schema. --- dsp-meta/resources/schema-metadata-final.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsp-meta/resources/schema-metadata-final.json b/dsp-meta/resources/schema-metadata-final.json index f831843f..e8490722 100644 --- a/dsp-meta/resources/schema-metadata-final.json +++ b/dsp-meta/resources/schema-metadata-final.json @@ -134,7 +134,6 @@ "type": "string", "description": "The status of the dataset.", "enum": [ - "ongoing", "finished" ], "default": "ongoing" @@ -269,6 +268,7 @@ "required": [ "__type", "shortcode", + "status", "name", "description", "startDate", From 453357728b03833d674d9541eca59dc879379094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kleinb=C3=B6lting?= Date: Wed, 31 Jul 2024 13:27:42 +0200 Subject: [PATCH 4/5] wording --- dsp-meta/resources/schema-metadata-draft.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsp-meta/resources/schema-metadata-draft.json b/dsp-meta/resources/schema-metadata-draft.json index b488626a..aec92643 100644 --- a/dsp-meta/resources/schema-metadata-draft.json +++ b/dsp-meta/resources/schema-metadata-draft.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "https://dasch.swiss/schema/schema-metadata-draft.json", "title": "Metadata Draft Schema", - "description": "Schema definition of DSP metadata for projects which are not yet published.", + "description": "Schema definition of DSP metadata for projects which are not yet complete.", "type": "object", "properties": { "$schema": { From bfcc164b0cc28e666f06a23601d4021b982d45a6 Mon Sep 17 00:00:00 2001 From: Balduin Landolt <33053745+BalduinLandolt@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:16:23 +0200 Subject: [PATCH 5/5] add URL and change status to finished for delille.json --- data/json/delille.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/data/json/delille.json b/data/json/delille.json index 8e80d99a..8b615b9c 100644 --- a/data/json/delille.json +++ b/data/json/delille.json @@ -77,7 +77,13 @@ "text": "18th and 19th Centuries" } ], - "status": "ongoing" + "url": { + "__type": "URL", + "type": "URL", + "url": "https://delille.philhist.unibas.ch/dokuwiki/doku.php?id=start", + "text": "Discover Project Data" + }, + "status": "finished" }, "datasets": [ { @@ -218,4 +224,4 @@ } } ] -} \ No newline at end of file +}