From 3a7eecac0c10fc72786a74ff82a2f069370ccb63 Mon Sep 17 00:00:00 2001 From: klngwll Date: Tue, 21 Dec 2021 08:52:37 +0100 Subject: [PATCH 1/4] Remove descriptionCreator Set automatically to sigel --- .../manuscripta_example_100201.jsonld | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/sketches/bibliographic/manuscripta_example_100201.jsonld b/sketches/bibliographic/manuscripta_example_100201.jsonld index 2fd66b6..852a868 100644 --- a/sketches/bibliographic/manuscripta_example_100201.jsonld +++ b/sketches/bibliographic/manuscripta_example_100201.jsonld @@ -60,30 +60,6 @@ "derivedFrom": { "@id": "https://www.manuscripta.se/ms/100201" }, - "descriptionCreator": [ - { - "@type": "Person", - "name": "Patrik Åström", - "marc:relatedAs": { - "role": [ - { - "@id": "https://id.kb.se/relator/dtm" - } - ] - } - }, - { - "@type": "Person", - "name": "Patrik Granholm", - "marc:relatedAs": { - "role": [ - { - "@id": "https://id.kb.se/relator/dtm" - } - ] - } - } - ], "descriptionLanguage": [ { "@id": "https://id.kb.se/language/swe" From 96f5eee767e3846c5a78de0072273ccd8a62206d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Lindstr=C3=B6m?= Date: Tue, 21 Dec 2021 12:20:17 +0000 Subject: [PATCH 2/4] Add example resourcesync sitemap --- sketches/services/manuscripta-sitemap.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sketches/services/manuscripta-sitemap.xml diff --git a/sketches/services/manuscripta-sitemap.xml b/sketches/services/manuscripta-sitemap.xml new file mode 100644 index 0000000..72709aa --- /dev/null +++ b/sketches/services/manuscripta-sitemap.xml @@ -0,0 +1,17 @@ + + + + + + https://manuscripta.se/ms/100201 + 2021-12-14T00:03:00Z + + + + + From 0b9857709f9461faf6137eeeafc5ebb143eb1d13 Mon Sep 17 00:00:00 2001 From: klngwll Date: Tue, 1 Feb 2022 12:03:45 +0100 Subject: [PATCH 3/4] Remove assigner --- sketches/bibliographic/manuscripta_example_100201.jsonld | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sketches/bibliographic/manuscripta_example_100201.jsonld b/sketches/bibliographic/manuscripta_example_100201.jsonld index 852a868..10e506d 100644 --- a/sketches/bibliographic/manuscripta_example_100201.jsonld +++ b/sketches/bibliographic/manuscripta_example_100201.jsonld @@ -53,10 +53,6 @@ ], "meta": { "@type": "Record", - "assigner": { - "@type": "Agent", - "label": "manuscripta.se" - }, "derivedFrom": { "@id": "https://www.manuscripta.se/ms/100201" }, From 890a1dbe78d0c4ffe3b6170083f6abae573948ed Mon Sep 17 00:00:00 2001 From: klngwll Date: Tue, 1 Feb 2022 12:06:55 +0100 Subject: [PATCH 4/4] Add CC0 license to description --- sketches/bibliographic/manuscripta_example_100201.jsonld | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sketches/bibliographic/manuscripta_example_100201.jsonld b/sketches/bibliographic/manuscripta_example_100201.jsonld index 10e506d..7060b8c 100644 --- a/sketches/bibliographic/manuscripta_example_100201.jsonld +++ b/sketches/bibliographic/manuscripta_example_100201.jsonld @@ -61,6 +61,7 @@ "@id": "https://id.kb.se/language/swe" } ], - "creationDate": "2018" + "creationDate": "2018", + "license": "https://creativecommons.org/publicdomain/zero/1.0/" } } \ No newline at end of file