diff --git a/src/main/resources/alma/alma.fix b/src/main/resources/alma/alma.fix index b497559f23..617b0f2893 100644 --- a/src/main/resources/alma/alma.fix +++ b/src/main/resources/alma/alma.fix @@ -6,17 +6,17 @@ include ("./fix/maps.fix") copy_field("001","almaMmsId") # -# +# # # -paste("id", "~https://lobid.org/resources/", "001", "~#!", join_char: "") +paste("id", "~http://lobid.org/resources/", "001", "~#!", join_char: "") # # # -add_field("@context","https://lobid.org/resources/context.jsonld") +add_field("@context","http://lobid.org/resources/context.jsonld") include ("./fix/titleRelatedFields.fix") include ("./fix/describedBy.fix") @@ -29,38 +29,38 @@ include ("./fix/contribution.fix") vacuum() retain( - "@context", - "abstract[]", - "almaMmsId", - "alternativeTitle[]", - "describedBy", - "contribution[]", - "doi[]", - "edition[]", - "hasItem[]", - "hbzId", - "id", - "inCollection[]", - "isbn[]", - "issn[]", - "ismn[]", - "isPartOf[]", - "language[]", - "medium[]", - "natureOfContent[]", - "note[]", - "oclcNumber[]", - "otherTitleInformation[]", - "publication[]", - "related[]", - "responsibilityStatement[]", - "sameAs[]", - "subject[]", - "subjectAltLabel[]", - "tableOfContents[]", - "thesisInformation[]", - "title", - "titleOfSubSeries", - "type[]", - "zdbId" - ) + "@context", + "abstract[]", + "almaMmsId", + "alternativeTitle[]", + "describedBy", + "contribution[]", + "doi[]", + "edition[]", + "hasItem[]", + "hbzId", + "id", + "inCollection[]", + "isbn[]", + "issn[]", + "ismn[]", + "isPartOf[]", + "language[]", + "medium[]", + "natureOfContent[]", + "note[]", + "oclcNumber[]", + "otherTitleInformation[]", + "publication[]", + "related[]", + "responsibilityStatement[]", + "sameAs[]", + "subject[]", + "subjectAltLabel[]", + "tableOfContents[]", + "thesisInformation[]", + "title", + "titleOfSubSeries", + "type[]", + "zdbId" + ) diff --git a/src/main/resources/alma/fix/contribution.fix b/src/main/resources/alma/fix/contribution.fix index e3020161a9..0766e7e824 100644 --- a/src/main/resources/alma/fix/contribution.fix +++ b/src/main/resources/alma/fix/contribution.fix @@ -99,7 +99,7 @@ do list(path:"100[01] ", "var":"$i") # type set_array("contribution[].$last.agent.type[]","Person") # role - copy_field("$j","contribution[].$last.agent.role.id") + copy_field("$j","contribution[].$last.role.id") end end end @@ -128,7 +128,7 @@ do list(path:"700[01] ", "var":"$i") # type set_array("contribution[].$last.agent.type[]","Person") # role - copy_field("$j","contribution[].$last.agent.role.id") + copy_field("$j","contribution[].$last.role.id") end end end @@ -201,7 +201,7 @@ do list(path:"110[012] ", "var":"$i") # type set_array("contribution[].$last.agent.type[]","CorporateBody") # role - copy_field("$j","contribution[].$last.agent.role.id") + copy_field("$j","contribution[].$last.role.id") end end end @@ -231,7 +231,7 @@ do list(path:"710[012] ", "var":"$i") # type set_array("contribution[].$last.agent.type[]","CorporateBody") # role - copy_field("$j","contribution[].$last.agent.role.id") + copy_field("$j","contribution[].$last.role.id") end end end @@ -240,6 +240,6 @@ end set_array("contribution[].*.type[]", "Contribution") replace_all("contribution[].*.agent.id","^\\(DE-588\\)(.*$)","https://d-nb.info/gnd/$1") replace_all("contribution[].*.agent.label","(? # -# TODO: The morph only took up H52 without indices, but what about 1. inidice 8 ("H528 ") and 2. indice 1 ("H5281") -do list(path:"H52 ", "var": "$i") - if any_match("$i.8", ".*(\\d{4})$") - copy_field("$i.8", "hasItem[].$append.id") - prepend("hasItem[].$last.id","https://lobid.org/item/") - add_field("hasItem[].$last.label", "lobid Bestandsressource") - set_array("hasItem[].$last.type[]", "Item", "H52") - copy_field("$i.h", "hasItem[].$last.callNumber") - paste("hasItem[].$last.currentLocation", "$i.b", "~/", "$i.c") - copy_field("$i.8", "hasItem[].$last.heldBy.id") - replace_all("hasItem[].$last.heldBy.id",".*(\\d{4})$","$1") - lookup("hasItem[].$last.heldBy.id", "alma-institution-code-to-isil") - prepend("hasItem[].$last.heldBy.id", "http://lobid.org/organisations/") - append("hasItem[].$last.heldBy.id","#!") - end -end +# # TODO: The morph only took up H52 without indices, but what about 1. inidice 8 ("H528 ") and 2. indice 1 ("H5281") +# do list(path:"H52 ", "var": "$i") +# if any_match("$i.8", ".*(\\d{4})$") +# copy_field("$i.8", "hasItem[].$append.id") +# prepend("hasItem[].$last.id","https://lobid.org/item/") +# add_field("hasItem[].$last.label", "lobid Bestandsressource") +# set_array("hasItem[].$last.type[]", "Item", "H52") +# copy_field("$i.h", "hasItem[].$last.callNumber") +# paste("hasItem[].$last.currentLocation", "$i.b", "~/", "$i.c") +# copy_field("$i.8", "hasItem[].$last.heldBy.id") +# replace_all("hasItem[].$last.heldBy.id",".*(\\d{4})$","$1") +# lookup("hasItem[].$last.heldBy.id", "alma-institution-code-to-isil") +# prepend("hasItem[].$last.heldBy.id", "http://lobid.org/organisations/") +# append("hasItem[].$last.heldBy.id","#!") +# end +# end # # diff --git a/src/test/resources/alma-fix/(CKB)2550000000015245.json b/src/test/resources/alma-fix/(CKB)2550000000015245.json index 985694d6ff..2eb89eff67 100644 --- a/src/test/resources/alma-fix/(CKB)2550000000015245.json +++ b/src/test/resources/alma-fix/(CKB)2550000000015245.json @@ -1,6 +1,6 @@ { "almaMmsId" : "99370746459806441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Equivalents of the axiom of choice", "alternativeTitle" : [ "Studies in Logic and the Foundations of Mathematics" ], "describedBy" : { @@ -242,23 +242,23 @@ "contribution" : [ { "agent" : { "label" : "Rubin, Herman", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] }, { "agent" : { "label" : "Rubin, Jean", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Beitragende/r" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Beitragende/r" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/99370746459806441#!" + "id" : "http://lobid.org/resources/99370746459806441#!" } diff --git a/src/test/resources/alma-fix/(CKB)2940000000001369.json b/src/test/resources/alma-fix/(CKB)2940000000001369.json index 074a73cad3..735f5f0869 100644 --- a/src/test/resources/alma-fix/(CKB)2940000000001369.json +++ b/src/test/resources/alma-fix/(CKB)2940000000001369.json @@ -1,6 +1,6 @@ { "almaMmsId" : "99370699582506441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "BUW-Output", "alternativeTitle" : [ "BUW-Output", "BUW-Output", "Output" ], "otherTitleInformation" : [ "Forschungsmagazin = Research bulletin / Universität Wuppertal ; hrsg. im Auftrag des Rektorates" ], @@ -180,13 +180,13 @@ "gndIdentifier" : "(DE-588)64944-2", "id" : "https://d-nb.info/gnd/64944-2", "label" : "Bergische Universität Wuppertal", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/99370699582506441#!" + "id" : "http://lobid.org/resources/99370699582506441#!" } diff --git a/src/test/resources/alma-fix/(CKB)4100000010077918.json b/src/test/resources/alma-fix/(CKB)4100000010077918.json index 5a2f2d4286..5ccf6e1829 100644 --- a/src/test/resources/alma-fix/(CKB)4100000010077918.json +++ b/src/test/resources/alma-fix/(CKB)4100000010077918.json @@ -1,6 +1,6 @@ { "almaMmsId" : "99370763433806441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Uncanny bodies", "otherTitleInformation" : [ "superhero comics and disability" ], "describedBy" : { @@ -173,23 +173,23 @@ "contribution" : [ { "agent" : { "label" : "Smith, Scott Thompson", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Beitragende/r" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Beitragende/r" }, "type" : [ "Contribution" ] }, { "agent" : { "label" : "Alaniz, José", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Beitragende/r" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Beitragende/r" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/99370763433806441#!" + "id" : "http://lobid.org/resources/99370763433806441#!" } diff --git a/src/test/resources/alma-fix/(CKB)5280000000199164.json b/src/test/resources/alma-fix/(CKB)5280000000199164.json index 138be97a2f..096bbcd5c7 100644 --- a/src/test/resources/alma-fix/(CKB)5280000000199164.json +++ b/src/test/resources/alma-fix/(CKB)5280000000199164.json @@ -1,6 +1,6 @@ { "almaMmsId" : "99370682219806441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Kirche weltweit", "alternativeTitle" : [ "Kirche weltweit", "Mitteilungsblatt des Leipziger Missionswerkes der Evangelisch-Lutherischen Landeskirchen Mecklenburgs, Sachsens, Thüringens" ], "otherTitleInformation" : [ "Mitteilungsblatt des Leipziger Missionswerkes der Evangelisch-Lutherischen Landeskirche Sachsens und der Evangelischen Kirche in Mitteldeutschland" ], @@ -190,13 +190,13 @@ "gndIdentifier" : "(DE-588)5500538-X", "id" : "https://d-nb.info/gnd/5500538-X", "label" : "Evangelisch-Lutherisches Missionswerk Leipzig", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/isb", - "label" : "Herausgeber/in" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/isb", + "label" : "Herausgeber/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/99370682219806441#!" + "id" : "http://lobid.org/resources/99370682219806441#!" } diff --git a/src/test/resources/alma-fix/(DE-6)1523217-49hbz_ulm.json b/src/test/resources/alma-fix/(DE-6)1523217-49hbz_ulm.json index 757c65e990..b1564a91ec 100644 --- a/src/test/resources/alma-fix/(DE-6)1523217-49hbz_ulm.json +++ b/src/test/resources/alma-fix/(DE-6)1523217-49hbz_ulm.json @@ -1,6 +1,6 @@ { "almaMmsId" : "991000688209706449", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "titleOfSubSeries" : "Bd. 63", "title" : "Bayerische Vorgeschichtsblätter, Bd. 63", "otherTitleInformation" : [ "BVbl" ], @@ -72,5 +72,5 @@ } ], "type" : [ "BibliographicResource", "Book" ], "responsibilityStatement" : [ "hrsg. von der Kommission für Bayerische Landesgeschichte bei der Bayerischen Akademie der Wissenschaften in Verbindung mit der Archäologischen Staatssammlung und dem Bayerischen Landesamt für Denkmalpflege" ], - "id" : "https://lobid.org/resources/991000688209706449#!" + "id" : "http://lobid.org/resources/991000688209706449#!" } diff --git a/src/test/resources/alma-fix/(DE-605)BT000003404.json b/src/test/resources/alma-fix/(DE-605)BT000003404.json index 4f15c6cc2a..dd9f6d220d 100644 --- a/src/test/resources/alma-fix/(DE-605)BT000003404.json +++ b/src/test/resources/alma-fix/(DE-605)BT000003404.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990110509950206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "titleOfSubSeries" : "2: Nordrhein-Westfalen, Niedersachsen-Süd : mit Ortsverzeichnis", "title" : "Deutschland, 2: Nordrhein-Westfalen, Niedersachsen-Süd : mit Ortsverzeichnis", "edition" : [ "10.[Aufl., Ausg.] 1993/94" ], @@ -72,10 +72,6 @@ "id" : "http://lobid.org/resources/HT014176012#!", "label" : "Nordrhein-Westfälische Bibliographie (NWBib)", "type" : [ "Collection" ] - }, { - "id" : "http://lobid.org/collections/NWBib-6#!", - "type" : [ "Collection" ], - "label" : "NWBib-6#!" } ], "natureOfContent" : [ { "label" : "Karte", @@ -123,5 +119,5 @@ "id" : "http://rdaregistry.info/termList/RDAproductionMethod/1010" } ], "type" : [ "BibliographicResource", "Map", "Book" ], - "id" : "https://lobid.org/resources/990110509950206441#!" + "id" : "http://lobid.org/resources/990110509950206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)BT000041593.json b/src/test/resources/alma-fix/(DE-605)BT000041593.json index 5d09f8f062..2cec16b81d 100644 --- a/src/test/resources/alma-fix/(DE-605)BT000041593.json +++ b/src/test/resources/alma-fix/(DE-605)BT000041593.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990110881770206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Das Portrait einer Region: Kreis Coesfeld", "describedBy" : { "id" : "http://lobid.org/resources/990110881770206441", @@ -60,10 +60,6 @@ "id" : "http://lobid.org/resources/HT014176012#!", "label" : "Nordrhein-Westfälische Bibliographie (NWBib)", "type" : [ "Collection" ] - }, { - "id" : "http://lobid.org/collections/NWBib#!", - "type" : [ "Collection" ], - "label" : "NWBib#!" } ], "hasItem" : [ { "id" : "https://lobid.org/item/990110881770206441", @@ -82,13 +78,13 @@ "contribution" : [ { "agent" : { "label" : "Altekamp, Heinrich", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990110881770206441#!" + "id" : "http://lobid.org/resources/990110881770206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT000161712.json b/src/test/resources/alma-fix/(DE-605)HT000161712.json index 92f29dfb05..4beb64cc2a 100644 --- a/src/test/resources/alma-fix/(DE-605)HT000161712.json +++ b/src/test/resources/alma-fix/(DE-605)HT000161712.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990001412590206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Handwörterbuch des Volksschulwesens", "describedBy" : { "id" : "http://lobid.org/resources/990001412590206441", @@ -56,11 +56,6 @@ "label" : "Inhaltsverzeichnis", "id" : "http://digitale-objekte.hbz-nrw.de/storage2/2019/04/06/file_4/8295425.pdf" } ], - "inCollection" : [ { - "id" : "http://lobid.org/collections/retro#!", - "type" : [ "Collection" ], - "label" : "retro#!" - } ], "natureOfContent" : [ { "label" : "Wörterbuch", "id" : "http://d-nb.info/gnd/4066724-8" @@ -152,24 +147,6 @@ "id" : "http://lobid.org/organisations/DE-61#!", "label" : "lobid Organisation" } - }, { - "id" : "https://lobid.org/item/22197423240006445", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "EFB / Freihand", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", - "label" : "lobid Organisation" - } - }, { - "id" : "https://lobid.org/item/22138155840006447", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "W0001 / 05", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", - "label" : "lobid Organisation" - } }, { "id" : "https://lobid.org/item/23278036660006442", "label" : "lobid Bestandsressource", @@ -222,13 +199,13 @@ "gndIdentifier" : "(DE-588)1023590484", "id" : "https://d-nb.info/gnd/1023590484", "label" : "Clausnitzer, Eduard", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/edt", - "label" : "Herausgeber/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/edt", + "label" : "Herausgeber/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990001412590206441#!" + "id" : "http://lobid.org/resources/990001412590206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT000312236.json b/src/test/resources/alma-fix/(DE-605)HT000312236.json index fa19c4ad97..a333adbeb4 100644 --- a/src/test/resources/alma-fix/(DE-605)HT000312236.json +++ b/src/test/resources/alma-fix/(DE-605)HT000312236.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990053976760206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Physik in der Schule", "describedBy" : { "id" : "http://lobid.org/resources/990053976760206441", @@ -215,32 +215,6 @@ "id" : "http://lobid.org/organisations/DE-61#!", "label" : "lobid Organisation" } - }, { - "id" : "1", - "label" : null - }, { - "id" : "https://lobid.org/item/22274254620006442", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "callNumber" : "17 QD000 P600", - "currentLocation" : "UB_BI / 17_Zs", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-361#!", - "label" : "lobid Organisation" - } - }, { - "id" : "1", - "label" : null - }, { - "id" : "https://lobid.org/item/22189310720006445", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "callNumber" : "ZN 535", - "currentLocation" : "ZB / ZS", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", - "label" : "lobid Organisation" - } }, { "id" : "https://lobid.org/item/23409593810006446", "label" : "lobid Bestandsressource", @@ -257,5 +231,5 @@ "id" : "http://rdaregistry.info/termList/RDAproductionMethod/1010" } ], "type" : [ "BibliographicResource", "Periodical" ], - "id" : "https://lobid.org/resources/990053976760206441#!" + "id" : "http://lobid.org/resources/990053976760206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT001039253.json b/src/test/resources/alma-fix/(DE-605)HT001039253.json index 885f7876d5..511b65a47e 100644 --- a/src/test/resources/alma-fix/(DE-605)HT001039253.json +++ b/src/test/resources/alma-fix/(DE-605)HT001039253.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990059571560206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Federnnormen", "edition" : [ "2., geänd. Aufl., Stand d.abgedr. Normen: Januar 1974" ], "describedBy" : { @@ -70,11 +70,6 @@ } ], "numbering" : "29" } ], - "inCollection" : [ { - "id" : "http://lobid.org/collections/retro#!", - "type" : [ "Collection" ], - "label" : "retro#!" - } ], "subject" : [ { "type" : [ "ComplexSubject" ], "label" : "Feder | Norm", @@ -119,13 +114,13 @@ "gndIdentifier" : "(DE-588)41115-2", "id" : "https://d-nb.info/gnd/41115-2", "label" : "Deutscher Normenausschuß", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990059571560206441#!" + "id" : "http://lobid.org/resources/990059571560206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT002619538.json b/src/test/resources/alma-fix/(DE-605)HT002619538.json index bb772dcc62..7278f04d73 100644 --- a/src/test/resources/alma-fix/(DE-605)HT002619538.json +++ b/src/test/resources/alma-fix/(DE-605)HT002619538.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990054215550206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Annual bulletin of transport statistics for Europe and North America", "alternativeTitle" : [ "Bulletin annuel de statistiques des transports pour l'Europe et l'Amérique du Nord", "Ežegodnyj bjulleten' statistiki transporta dlja Evropy i Severnoj Ameriki", "Annual bulletin of transport statistics for Europe", "Bulletin annuel de statistiques de transports européens", "Ežegodnyj bjulleten' evropejskoj statistiki transporta" ], "otherTitleInformation" : [ "= Bulletin annuel de statistiques des transports pour l'Europe et l'Amérique du Nord = Ežegodnyj bjulleten' statistiki transporta dlja Evropy i Severnoj Ameriki" ], @@ -99,13 +99,13 @@ "gndIdentifier" : "(DE-588)2023669-4", "id" : "https://d-nb.info/gnd/2023669-4", "label" : "Vereinte Nationen. Wirtschaftskommission für Europa", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990054215550206441#!" + "id" : "http://lobid.org/resources/990054215550206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT003109553.json b/src/test/resources/alma-fix/(DE-605)HT003109553.json index 46807e099f..59403d52b5 100644 --- a/src/test/resources/alma-fix/(DE-605)HT003109553.json +++ b/src/test/resources/alma-fix/(DE-605)HT003109553.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990011470300206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "What should political theory be now?", "otherTitleInformation" : [ "Essays from the Shambaugh Conference on Political Theory" ], "describedBy" : { @@ -95,13 +95,13 @@ "gndIdentifier" : "(DE-588)172283159", "id" : "https://d-nb.info/gnd/172283159", "label" : "Nelson, John S.", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/edt", - "label" : "Herausgeber/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/edt", + "label" : "Herausgeber/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990011470300206441#!" + "id" : "http://lobid.org/resources/990011470300206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT003176544.json b/src/test/resources/alma-fix/(DE-605)HT003176544.json index 57cf010c27..cefc1f8ab1 100644 --- a/src/test/resources/alma-fix/(DE-605)HT003176544.json +++ b/src/test/resources/alma-fix/(DE-605)HT003176544.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990054301770206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "titleOfSubSeries" : "Band 2: Reisegebiete in Berlin (West), Bremen, Hamburg, Nordrhein-Westfalen, Niedersachsen, Rheinland-Pfalz, Saarland, Schleswig-Holstein", "title" : "Reisen in Deutschland, Band 2: Reisegebiete in Berlin (West), Bremen, Hamburg, Nordrhein-Westfalen, Niedersachsen, Rheinland-Pfalz, Saarland, Schleswig-Holstein", "alternativeTitle" : [ "Reisen in Deutschland / 2" ], @@ -192,5 +192,5 @@ } ], "type" : [ "BibliographicResource", "Periodical", "PublicationIssue" ], "responsibilityStatement" : [ "hrsg. im Auftrag des Deutschen Fremdenverkehrsverbandes e.V. Frankfurt/Main und in Zusammenarbeit mit dem Deutschen Bäderverband e.V" ], - "id" : "https://lobid.org/resources/990054301770206441#!" + "id" : "http://lobid.org/resources/990054301770206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT003538502.json b/src/test/resources/alma-fix/(DE-605)HT003538502.json index 2dd56ef50c..14e33f1f43 100644 --- a/src/test/resources/alma-fix/(DE-605)HT003538502.json +++ b/src/test/resources/alma-fix/(DE-605)HT003538502.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990063549080206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "American federalism: the third century", "edition" : [ "1. print" ], "describedBy" : { @@ -164,24 +164,6 @@ "id" : "http://lobid.org/organisations/7476#!", "label" : "lobid Organisation" } - }, { - "id" : "https://lobid.org/item/22124074010006447", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "W0001 / 04", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", - "label" : "lobid Organisation" - } - }, { - "id" : "https://lobid.org/item/22104630380006464", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "F0001 / 03", - "heldBy" : { - "id" : "http://lobid.org/organisations/6464#!", - "label" : "lobid Organisation" - } }, { "id" : "https://lobid.org/item/23124074000006447", "label" : "lobid Bestandsressource", @@ -221,13 +203,13 @@ "contribution" : [ { "agent" : { "label" : "Kincaid, John", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/edt", - "label" : "Herausgeber/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/edt", + "label" : "Herausgeber/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990063549080206441#!" + "id" : "http://lobid.org/resources/990063549080206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT003864492.json b/src/test/resources/alma-fix/(DE-605)HT003864492.json index 48c86df3c3..38cf2b0a3a 100644 --- a/src/test/resources/alma-fix/(DE-605)HT003864492.json +++ b/src/test/resources/alma-fix/(DE-605)HT003864492.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990014830510206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Charlie Chaplin", "edition" : [ "Reprint ed. [d. Ausg.] New York, Schuman, 1951" ], "describedBy" : { @@ -133,13 +133,13 @@ "contribution" : [ { "agent" : { "label" : "Huff, Theodore", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990014830510206441#!" + "id" : "http://lobid.org/resources/990014830510206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT004285445.json b/src/test/resources/alma-fix/(DE-605)HT004285445.json index 3096287527..35916be83d 100644 --- a/src/test/resources/alma-fix/(DE-605)HT004285445.json +++ b/src/test/resources/alma-fix/(DE-605)HT004285445.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990016782920206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Erleben - Verstehen - Lernen", "otherTitleInformation" : [ "Klavierschule für Erwachsene" ], "describedBy" : { @@ -75,13 +75,13 @@ "gndIdentifier" : "(DE-588)134465202", "id" : "https://d-nb.info/gnd/134465202", "label" : "Molsen, Uli", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/cmp", - "label" : "Komposition" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/cmp", + "label" : "Komposition" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990016782920206441#!" + "id" : "http://lobid.org/resources/990016782920206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT004764408.json b/src/test/resources/alma-fix/(DE-605)HT004764408.json index 0899e0abb4..a96cea8452 100644 --- a/src/test/resources/alma-fix/(DE-605)HT004764408.json +++ b/src/test/resources/alma-fix/(DE-605)HT004764408.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990065341720206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "The threatened world of fish", "otherTitleInformation" : [ "proceedings of the Seventh International Ichthyology Congress ; The Hague (The Netherlands), August 26 - 30, 1991" ], "describedBy" : { @@ -85,13 +85,13 @@ "gndIdentifier" : "(DE-588)123667445", "id" : "https://d-nb.info/gnd/123667445", "label" : "Osse, Jan W. M.", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/edt", - "label" : "Herausgeber/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/edt", + "label" : "Herausgeber/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990065341720206441#!" + "id" : "http://lobid.org/resources/990065341720206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT005207972.json b/src/test/resources/alma-fix/(DE-605)HT005207972.json index 1cf5985887..fd6baf0b29 100644 --- a/src/test/resources/alma-fix/(DE-605)HT005207972.json +++ b/src/test/resources/alma-fix/(DE-605)HT005207972.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990021367710206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Labor economics", "otherTitleInformation" : [ "wages, employment, and trade unionism" ], "edition" : [ "3. ed" ], @@ -122,24 +122,6 @@ "id" : "http://lobid.org/organisations/DE-290#!", "label" : "lobid Organisation" } - }, { - "id" : "https://lobid.org/item/22198604470006445", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "ZB / Freihand", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", - "label" : "lobid Organisation" - } - }, { - "id" : "https://lobid.org/item/22198604450006445", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "ZB / SFS", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", - "label" : "lobid Organisation" - } }, { "id" : "https://lobid.org/item/23251929370006442", "label" : "lobid Bestandsressource", @@ -180,11 +162,11 @@ "contribution" : [ { "agent" : { "label" : "Marshall, Ray", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] }, { @@ -192,23 +174,23 @@ "gndIdentifier" : "(DE-588)127022538", "id" : "https://d-nb.info/gnd/127022538", "label" : "Cartter, Allan Murray", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] }, { "agent" : { "label" : "King, Allan G.", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990021367710206441#!" + "id" : "http://lobid.org/resources/990021367710206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT005271161.json b/src/test/resources/alma-fix/(DE-605)HT005271161.json index 76990e9583..a31e323487 100644 --- a/src/test/resources/alma-fix/(DE-605)HT005271161.json +++ b/src/test/resources/alma-fix/(DE-605)HT005271161.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990021974470206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Sowjetisches Verwaltungsrecht", "otherTitleInformation" : [ "allg. Teil" ], "describedBy" : { @@ -125,11 +125,11 @@ "contribution" : [ { "agent" : { "label" : "Studenikin, Semen Sevast'Janovič", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] }, { @@ -137,11 +137,11 @@ "gndIdentifier" : "(DE-588)25723-0", "id" : "https://d-nb.info/gnd/25723-0", "label" : "Vsesojuznyj Institut Juridičeskich Nauk", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] }, { @@ -149,13 +149,13 @@ "gndIdentifier" : "(DE-588)37156-7", "id" : "https://d-nb.info/gnd/37156-7", "label" : "Deutsches Institut für Rechtswissenschaft", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990021974470206441#!" + "id" : "http://lobid.org/resources/990021974470206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT006855611.json b/src/test/resources/alma-fix/(DE-605)HT006855611.json index 5b332a3c1a..0c8429a839 100644 --- a/src/test/resources/alma-fix/(DE-605)HT006855611.json +++ b/src/test/resources/alma-fix/(DE-605)HT006855611.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990050000600206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Das gelbe Rechenbuch", "otherTitleInformation" : [ "für Ingenieure, Naturwissenschaftler und Mathematiker ; Rechenverfahren der höheren Mathematik in Einzelschritten erklärt ; mit vielen ausführlich gerechneten Beispielen" ], "describedBy" : { @@ -191,13 +191,13 @@ "gndIdentifier" : "(DE-588)1049517296", "id" : "https://d-nb.info/gnd/1049517296", "label" : "Furlan, Peter", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990050000600206441#!" + "id" : "http://lobid.org/resources/990050000600206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT008389117.json b/src/test/resources/alma-fix/(DE-605)HT008389117.json index 16c130c17d..49f55403a1 100644 --- a/src/test/resources/alma-fix/(DE-605)HT008389117.json +++ b/src/test/resources/alma-fix/(DE-605)HT008389117.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990033263300206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Chines.-deutsches Wörterbuch für den Dialect der Hakka", "alternativeTitle" : [ "Chinesisch-deutsches Wörterbuch für den Dialect der Hakka", "Kejia zidian" ], "otherTitleInformation" : [ "= Kejia-zidian" ], @@ -57,11 +57,6 @@ "id" : "http://worldcat.org/oclc/1068461604", "label" : "OCLC Ressource" } ], - "inCollection" : [ { - "id" : "http://lobid.org/collections/oas#!", - "type" : [ "Collection" ], - "label" : "oas#!" - } ], "hasItem" : [ { "id" : "https://lobid.org/item/990033263300206441", "type" : [ "Item", "MBD" ], @@ -105,5 +100,5 @@ "id" : "http://purl.org/ontology/bibo/Manuscript" } ], "type" : [ "BibliographicResource", "ReferenceSource", "Book" ], - "id" : "https://lobid.org/resources/990033263300206441#!" + "id" : "http://lobid.org/resources/990033263300206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT008733617.json b/src/test/resources/alma-fix/(DE-605)HT008733617.json index 2e43cad1ef..b1e8164003 100644 --- a/src/test/resources/alma-fix/(DE-605)HT008733617.json +++ b/src/test/resources/alma-fix/(DE-605)HT008733617.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990035016180206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Teutsche Poemata vnd Aristarchos", "edition" : [ "[Mikrofiche-Ausg.]" ], "describedBy" : { @@ -50,11 +50,6 @@ "id" : "http://worldcat.org/oclc/1072809401", "label" : "OCLC Ressource" } ], - "inCollection" : [ { - "id" : "http://lobid.org/collections/bdl#!", - "type" : [ "Collection" ], - "label" : "bdl#!" - } ], "subjectAltLabel" : [ "Opitz von Boberfeld, Martin", "Boberfeld, Martin Opitz <>", "Opiz von Boberfeld, Martin", "Boberfeld, Martinus Opitius <>", "Opitz, Martinus", "Opitz, Márton", "Opitzen, Martin", "Opitzen, Martinus", "Opiz, Martin", "Opitius, Martin", "Opitius, Mart.", "Opitzius, Martinus", "Opotius, Martinus", "Opizen von Boberfeld, Martin", "Oberfeld, Martin Opitz <>", "Opic, Martin", "O. V. B., M.", "Opitius, Martinus", "Opicius, Martinus", "Theocritus, Valentin" ], "hasItem" : [ { "id" : "https://lobid.org/item/990035016180206441", @@ -136,24 +131,6 @@ "id" : "http://lobid.org/organisations/DE-465#!", "label" : "lobid Organisation" } - }, { - "id" : "https://lobid.org/item/22121154650006447", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "W0001 / 06", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", - "label" : "lobid Organisation" - } - }, { - "id" : "https://lobid.org/item/22200446840006445", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "EFB / BibDtLit", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", - "label" : "lobid Organisation" - } }, { "id" : "https://lobid.org/item/23121154640006447", "label" : "lobid Bestandsressource", @@ -215,13 +192,13 @@ "gndIdentifier" : "(DE-588)118590111", "id" : "https://d-nb.info/gnd/118590111", "label" : "Opitz, Martin", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990035016180206441#!" + "id" : "http://lobid.org/resources/990035016180206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT009719670.json b/src/test/resources/alma-fix/(DE-605)HT009719670.json index ffba5e3a01..1e12711b80 100644 --- a/src/test/resources/alma-fix/(DE-605)HT009719670.json +++ b/src/test/resources/alma-fix/(DE-605)HT009719670.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990051552280206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Le cinéma de la vie", "otherTitleInformation" : [ "extraits de films de Eric Rohmer" ], "describedBy" : { @@ -89,11 +89,11 @@ "gndIdentifier" : "(DE-588)172026644", "id" : "https://d-nb.info/gnd/172026644", "label" : "Courtillon, Janine", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] }, { @@ -101,11 +101,11 @@ "gndIdentifier" : "(DE-588)133991210", "id" : "https://d-nb.info/gnd/133991210", "label" : "Salins, Geneviève-Dominique <>", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] }, { @@ -113,13 +113,13 @@ "gndIdentifier" : "(DE-588)11860225X", "id" : "https://d-nb.info/gnd/11860225X", "label" : "Rohmer, Eric", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990051552280206441#!" + "id" : "http://lobid.org/resources/990051552280206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT009965981.json b/src/test/resources/alma-fix/(DE-605)HT009965981.json index 766d3bd215..fa77217368 100644 --- a/src/test/resources/alma-fix/(DE-605)HT009965981.json +++ b/src/test/resources/alma-fix/(DE-605)HT009965981.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990041403870206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Köln find' ich gut!", "otherTitleInformation" : [ "ein Bilder-Suchspiel für die ganze Familie" ], "describedBy" : { @@ -68,13 +68,13 @@ "contribution" : [ { "agent" : { "label" : "Stragholz, Heribert", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990041403870206441#!" + "id" : "http://lobid.org/resources/990041403870206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT009976241.json b/src/test/resources/alma-fix/(DE-605)HT009976241.json index d4b950019e..64e7d0de42 100644 --- a/src/test/resources/alma-fix/(DE-605)HT009976241.json +++ b/src/test/resources/alma-fix/(DE-605)HT009976241.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990051708340206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Didaktik der Informatik", "describedBy" : { "id" : "http://lobid.org/resources/990051708340206441", @@ -74,13 +74,13 @@ "contribution" : [ { "agent" : { "label" : "Baumann, Rüdeger", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990051708340206441#!" + "id" : "http://lobid.org/resources/990051708340206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT012224491.json b/src/test/resources/alma-fix/(DE-605)HT012224491.json index b1cd25403c..496c9fe57b 100644 --- a/src/test/resources/alma-fix/(DE-605)HT012224491.json +++ b/src/test/resources/alma-fix/(DE-605)HT012224491.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990103770440206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Wettersbacher Anzeiger", "describedBy" : { "id" : "http://lobid.org/resources/990103770440206441", @@ -95,5 +95,5 @@ "id" : "http://rdaregistry.info/termList/RDAproductionMethod/1010" } ], "type" : [ "BibliographicResource", "Newspaper" ], - "id" : "https://lobid.org/resources/990103770440206441#!" + "id" : "http://lobid.org/resources/990103770440206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT012237361.json b/src/test/resources/alma-fix/(DE-605)HT012237361.json index 90cc48460c..e1707ca3d9 100644 --- a/src/test/resources/alma-fix/(DE-605)HT012237361.json +++ b/src/test/resources/alma-fix/(DE-605)HT012237361.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990103899140206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "titleOfSubSeries" : "L. [...]. 6: Finanzen und Steuern", "title" : "Statistische Berichte des Statistischen Landesamtes Rheinland-Pfalz, L. [...]. 6: Finanzen und Steuern", "alternativeTitle" : [ "Statistische Berichte des Statistischen Landesamtes Rheinland-Pfalz / L / 4 / 6" ], @@ -90,13 +90,13 @@ "gndIdentifier" : "(DE-588)36467-8", "id" : "https://d-nb.info/gnd/36467-8", "label" : "Rheinland-Pfalz. Statistisches Landesamt", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990103899140206441#!" + "id" : "http://lobid.org/resources/990103899140206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT012338254.json b/src/test/resources/alma-fix/(DE-605)HT012338254.json index 7858aac8c1..ef898296e7 100644 --- a/src/test/resources/alma-fix/(DE-605)HT012338254.json +++ b/src/test/resources/alma-fix/(DE-605)HT012338254.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990104908070206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Appropriation acts of the General Assembly of the Commonwealth of Pennsylvania", "alternativeTitle" : [ "Appropriation acts" ], "otherTitleInformation" : [ "passed at the session of .." ], @@ -79,13 +79,13 @@ "gndIdentifier" : "(DE-588)123031-1", "id" : "https://d-nb.info/gnd/123031-1", "label" : "Pennsylvania. General Assembly", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990104908070206441#!" + "id" : "http://lobid.org/resources/990104908070206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT012734833.json b/src/test/resources/alma-fix/(DE-605)HT012734833.json index 8e46aba6a8..8781695bbd 100644 --- a/src/test/resources/alma-fix/(DE-605)HT012734833.json +++ b/src/test/resources/alma-fix/(DE-605)HT012734833.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990108873860206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Behavioural pharmacology", "describedBy" : { "id" : "http://lobid.org/resources/990108873860206441", @@ -106,5 +106,5 @@ "id" : "http://rdaregistry.info/termList/RDACarrierType/1018" } ], "type" : [ "BibliographicResource", "Periodical" ], - "id" : "https://lobid.org/resources/990108873860206441#!" + "id" : "http://lobid.org/resources/990108873860206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT012734884.json b/src/test/resources/alma-fix/(DE-605)HT012734884.json index 44fd6f0a76..d0d5add4b5 100644 --- a/src/test/resources/alma-fix/(DE-605)HT012734884.json +++ b/src/test/resources/alma-fix/(DE-605)HT012734884.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990108874370206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Yearbook of anthropology", "describedBy" : { "id" : "http://lobid.org/resources/990108874370206441", @@ -145,5 +145,5 @@ } ], "type" : [ "BibliographicResource", "Periodical" ], "responsibilityStatement" : [ "Wenner-Gren Foundation for Anthropological Research" ], - "id" : "https://lobid.org/resources/990108874370206441#!" + "id" : "http://lobid.org/resources/990108874370206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT013532539.json b/src/test/resources/alma-fix/(DE-605)HT013532539.json index 352f82d10d..5cb52bce3e 100644 --- a/src/test/resources/alma-fix/(DE-605)HT013532539.json +++ b/src/test/resources/alma-fix/(DE-605)HT013532539.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990118562160206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "titleOfSubSeries" : "2001", "title" : "Die Rechtsprechung des Bundesverfassungsgerichts im Jahre .., 2001", "edition" : [ "[Mikrofiche-Ausg.]" ], @@ -113,11 +113,11 @@ "gndIdentifier" : "(DE-588)170407578", "id" : "https://d-nb.info/gnd/170407578", "label" : "Lepa, Manfred", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Beitragende/r" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Beitragende/r" }, "type" : [ "Contribution" ] }, { @@ -125,11 +125,11 @@ "gndIdentifier" : "(DE-588)2117905-0", "id" : "https://d-nb.info/gnd/2117905-0", "label" : "Deutschland. Bundesverfassungsgericht", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] }, { @@ -137,11 +137,11 @@ "gndIdentifier" : "(DE-588)35194-5", "id" : "https://d-nb.info/gnd/35194-5", "label" : "Deutschland. Bundesverfassungsgericht", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/isb", - "label" : "Herausgeber/in" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/isb", + "label" : "Herausgeber/in" }, "type" : [ "Contribution" ] }, { @@ -149,11 +149,11 @@ "gndIdentifier" : "(DE-588)4011882-4", "id" : "https://d-nb.info/gnd/4011882-4", "label" : "Deutschland", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/isb", - "label" : "Herausgeber/in" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/isb", + "label" : "Herausgeber/in" }, "type" : [ "Contribution" ] }, { @@ -161,13 +161,13 @@ "gndIdentifier" : "(DE-588)4011889-7", "id" : "https://d-nb.info/gnd/4011889-7", "label" : "Deutschland", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/isb", - "label" : "Herausgeber/in" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/isb", + "label" : "Herausgeber/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990118562160206441#!" + "id" : "http://lobid.org/resources/990118562160206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT013911008.json b/src/test/resources/alma-fix/(DE-605)HT013911008.json index 47d310715a..a70e69f46d 100644 --- a/src/test/resources/alma-fix/(DE-605)HT013911008.json +++ b/src/test/resources/alma-fix/(DE-605)HT013911008.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990124590390206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "1000 Fotos aus Rothenburg ob der Tauber", "describedBy" : { "id" : "http://lobid.org/resources/990124590390206441", @@ -126,5 +126,5 @@ "id" : "http://rdaregistry.info/termList/RDAMediaType/1003" } ], "type" : [ "BibliographicResource", "Book" ], - "id" : "https://lobid.org/resources/990124590390206441#!" + "id" : "http://lobid.org/resources/990124590390206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT014015351.json b/src/test/resources/alma-fix/(DE-605)HT014015351.json index d08ee10802..7c047bef08 100644 --- a/src/test/resources/alma-fix/(DE-605)HT014015351.json +++ b/src/test/resources/alma-fix/(DE-605)HT014015351.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990126276700206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Spuren, Lektüren", "otherTitleInformation" : [ "Praktiken des Symbolischen ; [Festschrift für Ludwig Jäger zum 60. Geburtstag]" ], "describedBy" : { @@ -145,15 +145,6 @@ "id" : "http://lobid.org/organisations/DE-61#!", "label" : "lobid Organisation" } - }, { - "id" : "https://lobid.org/item/22148746040006447", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "W0001 / 11", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", - "label" : "lobid Organisation" - } }, { "id" : "https://lobid.org/item/23148746030006447", "label" : "lobid Bestandsressource", @@ -194,11 +185,11 @@ "contribution" : [ { "agent" : { "label" : "Fehrmann, Gisela", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/edt", - "label" : "Herausgeber/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/edt", + "label" : "Herausgeber/in" }, "type" : [ "Contribution" ] }, { @@ -206,13 +197,13 @@ "gndIdentifier" : "(DE-588)136788548", "id" : "https://d-nb.info/gnd/136788548", "label" : "Jäger, Ludwig", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/hnr", - "label" : "Gefeierte Person" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/hnr", + "label" : "Gefeierte Person" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990126276700206441#!" + "id" : "http://lobid.org/resources/990126276700206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT014176012.json b/src/test/resources/alma-fix/(DE-605)HT014176012.json index ac2ae72cc7..7f9a1361f9 100644 --- a/src/test/resources/alma-fix/(DE-605)HT014176012.json +++ b/src/test/resources/alma-fix/(DE-605)HT014176012.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990133067580206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Nordrhein-Westfälische Bibliographie", "otherTitleInformation" : [ "Regionale Literaturdokumentation ab Berichtsjahr .." ], "describedBy" : { @@ -67,14 +67,6 @@ "id" : "http://lobid.org/resources/HT014176012#!", "label" : "Nordrhein-Westfälische Bibliographie (NWBib)", "type" : [ "Collection" ] - }, { - "id" : "http://lobid.org/collections/NWBib-6#!", - "type" : [ "Collection" ], - "label" : "NWBib-6#!" - }, { - "id" : "http://lobid.org/collections/lzZDB#!", - "type" : [ "Collection" ], - "label" : "lzZDB#!" } ], "natureOfContent" : [ { "label" : "Zeitschrift", @@ -198,13 +190,13 @@ "gndIdentifier" : "(DE-588)2047974-8", "id" : "https://d-nb.info/gnd/2047974-8", "label" : "Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/isb", - "label" : "Herausgeber/in" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/isb", + "label" : "Herausgeber/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990133067580206441#!" + "id" : "http://lobid.org/resources/990133067580206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT014525099.json b/src/test/resources/alma-fix/(DE-605)HT014525099.json index 370d84e173..70a0baa956 100644 --- a/src/test/resources/alma-fix/(DE-605)HT014525099.json +++ b/src/test/resources/alma-fix/(DE-605)HT014525099.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990139686910206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Kantaten Ostern, Pfingsten", "otherTitleInformation" : [ "Christ lag in Todesbanden BWV 4 ; Ein Herz, da seinen Jesum lebend weiß BWV 134 ; Erschallet, ihr Lieder BWV 172 ; Also hat Gott die Welt geliebt BWV 68" ], "describedBy" : { @@ -77,11 +77,11 @@ "gndIdentifier" : "(DE-588)11850553X", "id" : "https://d-nb.info/gnd/11850553X", "label" : "Bach, Johann Sebastian", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/cmp", - "label" : "Komposition" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/cmp", + "label" : "Komposition" }, "type" : [ "Contribution" ] }, { @@ -89,11 +89,11 @@ "gndIdentifier" : "(DE-588)129389641", "id" : "https://d-nb.info/gnd/129389641", "label" : "Augér, Arleen", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/sng", - "label" : "Gesang" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/sng", + "label" : "Gesang" }, "type" : [ "Contribution" ] }, { @@ -101,11 +101,11 @@ "gndIdentifier" : "(DE-588)129389641", "id" : "https://d-nb.info/gnd/129389641", "label" : "Augér, Arleen", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/prf", - "label" : "Ausführende/r" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/prf", + "label" : "Ausführende/r" }, "type" : [ "Contribution" ] }, { @@ -113,11 +113,11 @@ "gndIdentifier" : "(DE-588)128992204", "id" : "https://d-nb.info/gnd/128992204", "label" : "Wenkel, Ortrun", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/sng", - "label" : "Gesang" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/sng", + "label" : "Gesang" }, "type" : [ "Contribution" ] }, { @@ -125,11 +125,11 @@ "gndIdentifier" : "(DE-588)128992204", "id" : "https://d-nb.info/gnd/128992204", "label" : "Wenkel, Ortrun", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/prf", - "label" : "Ausführende/r" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/prf", + "label" : "Ausführende/r" }, "type" : [ "Contribution" ] }, { @@ -137,11 +137,11 @@ "gndIdentifier" : "(DE-588)118610724", "id" : "https://d-nb.info/gnd/118610724", "label" : "Schreier, Peter", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/sng", - "label" : "Gesang" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/sng", + "label" : "Gesang" }, "type" : [ "Contribution" ] }, { @@ -149,11 +149,11 @@ "gndIdentifier" : "(DE-588)118610724", "id" : "https://d-nb.info/gnd/118610724", "label" : "Schreier, Peter", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/prf", - "label" : "Ausführende/r" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/prf", + "label" : "Ausführende/r" }, "type" : [ "Contribution" ] }, { @@ -161,11 +161,11 @@ "gndIdentifier" : "(DE-588)118500546", "id" : "https://d-nb.info/gnd/118500546", "label" : "Adam, Theo", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] }, { @@ -173,11 +173,11 @@ "gndIdentifier" : "(DE-588)118500546", "id" : "https://d-nb.info/gnd/118500546", "label" : "Adam, Theo", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/prf", - "label" : "Ausführende/r" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/prf", + "label" : "Ausführende/r" }, "type" : [ "Contribution" ] }, { @@ -185,11 +185,11 @@ "gndIdentifier" : "(DE-588)118867539", "id" : "https://d-nb.info/gnd/118867539", "label" : "Rotzsch, Hans-Joachim", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/cnd", - "label" : "Dirigent/in / Leitung" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/cnd", + "label" : "Dirigent/in / Leitung" }, "type" : [ "Contribution" ] }, { @@ -197,11 +197,11 @@ "gndIdentifier" : "(DE-588)118867539", "id" : "https://d-nb.info/gnd/118867539", "label" : "Rotzsch, Hans-Joachim", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/prf", - "label" : "Ausführende/r" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/prf", + "label" : "Ausführende/r" }, "type" : [ "Contribution" ] }, { @@ -209,11 +209,11 @@ "gndIdentifier" : "(DE-588)1212749-8", "id" : "https://d-nb.info/gnd/1212749-8", "label" : "Thomanerchor Leipzig", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/prf", - "label" : "Ausführende/r" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/prf", + "label" : "Ausführende/r" }, "type" : [ "Contribution" ] }, { @@ -221,13 +221,13 @@ "gndIdentifier" : "(DE-588)806366-7", "id" : "https://d-nb.info/gnd/806366-7", "label" : "Neues Bachisches Collegium Musicum", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/prf", - "label" : "Ausführende/r" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/prf", + "label" : "Ausführende/r" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990139686910206441#!" + "id" : "http://lobid.org/resources/990139686910206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT015011399.json b/src/test/resources/alma-fix/(DE-605)HT015011399.json index 65c252fc3f..8854eb0a07 100644 --- a/src/test/resources/alma-fix/(DE-605)HT015011399.json +++ b/src/test/resources/alma-fix/(DE-605)HT015011399.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990156027740206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Strukturelle und biochemische Einblicke in Mechanismen des Nukleotidaustauschs von Rab-Proteinen", "describedBy" : { "id" : "http://lobid.org/resources/990156027740206441", @@ -53,19 +53,6 @@ "note" : "Erscheint auch als Druckausg. u.d.T.", "label" : "Strukturelle und biochemische Einblicke in Mechanismen des Nukleotidaustauschs von Rab-Proteinen" } ], - "inCollection" : [ { - "id" : "http://lobid.org/collections/lzDiss#!", - "type" : [ "Collection" ], - "label" : "lzDiss#!" - }, { - "id" : "http://lobid.org/collections/iall#!", - "type" : [ "Collection" ], - "label" : "iall#!" - }, { - "id" : "http://lobid.org/collections/OA#!", - "type" : [ "Collection" ], - "label" : "OA#!" - } ], "subject" : [ { "type" : [ "Keyword" ], "source" : { @@ -115,13 +102,13 @@ "gndIdentifier" : "(DE-588)1023557622", "id" : "https://d-nb.info/gnd/1023557622", "label" : "Itzen, Aymelt", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990156027740206441#!" + "id" : "http://lobid.org/resources/990156027740206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT015671602.json b/src/test/resources/alma-fix/(DE-605)HT015671602.json index 4544a53e55..81682af85e 100644 --- a/src/test/resources/alma-fix/(DE-605)HT015671602.json +++ b/src/test/resources/alma-fix/(DE-605)HT015671602.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990171142550206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "FRBR", "otherTitleInformation" : [ "a guide for the perplexed" ], "describedBy" : { @@ -136,15 +136,6 @@ "id" : "http://lobid.org/organisations/DE-290#!", "label" : "lobid Organisation" } - }, { - "id" : "https://lobid.org/item/22199326610006445", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "ZB / Freihand", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", - "label" : "lobid Organisation" - } }, { "id" : "https://lobid.org/item/23278788360006442", "label" : "lobid Bestandsressource", @@ -177,13 +168,13 @@ "gndIdentifier" : "(DE-588)142840386", "id" : "https://d-nb.info/gnd/142840386", "label" : "Maxwell, Robert L.", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990171142550206441#!" + "id" : "http://lobid.org/resources/990171142550206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT015865114.json b/src/test/resources/alma-fix/(DE-605)HT015865114.json index 42b81df00a..fbe197f578 100644 --- a/src/test/resources/alma-fix/(DE-605)HT015865114.json +++ b/src/test/resources/alma-fix/(DE-605)HT015865114.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990173811970206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Von der Teilung zur Einheit", "otherTitleInformation" : [ "die Welt nach 1945" ], "describedBy" : { @@ -103,13 +103,13 @@ "contribution" : [ { "agent" : { "label" : "Weber, Jürgen", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990173811970206441#!" + "id" : "http://lobid.org/resources/990173811970206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT016433929.json b/src/test/resources/alma-fix/(DE-605)HT016433929.json index 3eb343448b..e367c60f19 100644 --- a/src/test/resources/alma-fix/(DE-605)HT016433929.json +++ b/src/test/resources/alma-fix/(DE-605)HT016433929.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990181275760206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "titleOfSubSeries" : "1: Lineare Algebra, Differentialrechnung", "title" : "Das gelbe Rechenbuch, 1: Lineare Algebra, Differentialrechnung", "otherTitleInformation" : [ "für Ingenieure, Naturwissenschaftler und Mathematiker ; Rechenverfahren der höheren Mathematik in Einzelschritten erklärt ; mit vielen ausführlich gerechneten Beispielen" ], @@ -89,15 +89,6 @@ "id" : "http://lobid.org/organisations/DE-290#!", "label" : "lobid Organisation" } - }, { - "id" : "https://lobid.org/item/22176914310006445", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "ZB / LB", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", - "label" : "lobid Organisation" - } }, { "id" : "https://lobid.org/item/23176914300006445", "label" : "lobid Bestandsressource", @@ -190,13 +181,13 @@ "gndIdentifier" : "(DE-588)1049517296", "id" : "https://d-nb.info/gnd/1049517296", "label" : "Furlan, Peter", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990181275760206441#!" + "id" : "http://lobid.org/resources/990181275760206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT016604323.json b/src/test/resources/alma-fix/(DE-605)HT016604323.json index b131e512e6..e1094e6c8c 100644 --- a/src/test/resources/alma-fix/(DE-605)HT016604323.json +++ b/src/test/resources/alma-fix/(DE-605)HT016604323.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990183054020206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Bericht der Beschwerdekommission", "alternativeTitle" : [ "LWL - für die Menschen. Für Westfalen-Lippe", "LWL - für die Menschen. Für Westfalen-Lippe" ], "otherTitleInformation" : [ "für das Jahr .." ], @@ -79,10 +79,6 @@ "id" : "http://lobid.org/resources/HT014176012#!", "label" : "Nordrhein-Westfälische Bibliographie (NWBib)", "type" : [ "Collection" ] - }, { - "id" : "http://lobid.org/collections/NWBib-6#!", - "type" : [ "Collection" ], - "label" : "NWBib-6#!" } ], "natureOfContent" : [ { "label" : "Zeitschrift", @@ -127,11 +123,11 @@ "gndIdentifier" : "(DE-588)16090142-X", "id" : "https://d-nb.info/gnd/16090142-X", "label" : "PsychiatrieVerbund Westfalen. Beschwerdekommission", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] }, { @@ -139,13 +135,13 @@ "gndIdentifier" : "(DE-588)1204095035", "id" : "https://d-nb.info/gnd/1204095035", "label" : "Landschaftsverband Westfalen-Lippe", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/isb", - "label" : "Herausgeber/in" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/isb", + "label" : "Herausgeber/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990183054020206441#!" + "id" : "http://lobid.org/resources/990183054020206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT016608165.json b/src/test/resources/alma-fix/(DE-605)HT016608165.json index a9f7dfe520..bc85b3d9d0 100644 --- a/src/test/resources/alma-fix/(DE-605)HT016608165.json +++ b/src/test/resources/alma-fix/(DE-605)HT016608165.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990183092590206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Pierrot", "otherTitleInformation" : [ "[L 15]" ], "describedBy" : { @@ -89,11 +89,11 @@ "gndIdentifier" : "(DE-588)118524186", "id" : "https://d-nb.info/gnd/118524186", "label" : "Debussy, Claude", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/cre", - "label" : "Schöpfer/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/cre", + "label" : "Schöpfer/in" }, "type" : [ "Contribution" ] }, { @@ -101,11 +101,11 @@ "gndIdentifier" : "(DE-588)130290637", "id" : "https://d-nb.info/gnd/130290637", "label" : "Mesplé, Mady", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/sng", - "label" : "Gesang" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/sng", + "label" : "Gesang" }, "type" : [ "Contribution" ] }, { @@ -113,11 +113,11 @@ "gndIdentifier" : "(DE-588)130290637", "id" : "https://d-nb.info/gnd/130290637", "label" : "Mesplé, Mady", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/prf", - "label" : "Ausführende/r" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/prf", + "label" : "Ausführende/r" }, "type" : [ "Contribution" ] }, { @@ -125,11 +125,11 @@ "gndIdentifier" : "(DE-588)124362869", "id" : "https://d-nb.info/gnd/124362869", "label" : "Baldwin, Dalton", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/itr", - "label" : "Instrumentalmusiker/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/itr", + "label" : "Instrumentalmusiker/in" }, "type" : [ "Contribution" ] }, { @@ -137,11 +137,11 @@ "gndIdentifier" : "(DE-588)124362869", "id" : "https://d-nb.info/gnd/124362869", "label" : "Baldwin, Dalton", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/prf", - "label" : "Ausführende/r" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/prf", + "label" : "Ausführende/r" }, "type" : [ "Contribution" ] }, { @@ -149,13 +149,13 @@ "gndIdentifier" : "(DE-588)119080389", "id" : "https://d-nb.info/gnd/119080389", "label" : "Banville, Théodore <>", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/wst", - "label" : "Verfasser/in von ergänzendem Text" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/wst", + "label" : "Verfasser/in von ergänzendem Text" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990183092590206441#!" + "id" : "http://lobid.org/resources/990183092590206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT016709661.json b/src/test/resources/alma-fix/(DE-605)HT016709661.json index 0e78fb15ec..6a22477f2d 100644 --- a/src/test/resources/alma-fix/(DE-605)HT016709661.json +++ b/src/test/resources/alma-fix/(DE-605)HT016709661.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990184127410206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Wohnungsmarktbericht", "otherTitleInformation" : [ "Fortschreibung mit Stand .." ], "describedBy" : { @@ -69,18 +69,6 @@ "id" : "http://lobid.org/resources/HT014176012#!", "label" : "Nordrhein-Westfälische Bibliographie (NWBib)", "type" : [ "Collection" ] - }, { - "id" : "http://lobid.org/collections/lzZDB#!", - "type" : [ "Collection" ], - "label" : "lzZDB#!" - }, { - "id" : "http://lobid.org/collections/NWBib-61#!", - "type" : [ "Collection" ], - "label" : "NWBib-61#!" - }, { - "id" : "http://lobid.org/collections/epfl-61#!", - "type" : [ "Collection" ], - "label" : "epfl-61#!" } ], "natureOfContent" : [ { "label" : "Online-Ressource" @@ -198,13 +186,13 @@ "gndIdentifier" : "(DE-588)16031104-4", "id" : "https://d-nb.info/gnd/16031104-4", "label" : "Düsseldorf. Amt für Wohnungswesen", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990184127410206441#!" + "id" : "http://lobid.org/resources/990184127410206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT017015300.json b/src/test/resources/alma-fix/(DE-605)HT017015300.json index c7f5934931..a1eea3f73f 100644 --- a/src/test/resources/alma-fix/(DE-605)HT017015300.json +++ b/src/test/resources/alma-fix/(DE-605)HT017015300.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990189160110206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Der Schulhof als bewegungsorientierter Sozialraum", "otherTitleInformation" : [ "eine sportpädagogische Untersuchung zum informellen Lernen in Ganztagsschulen" ], "describedBy" : { @@ -189,33 +189,6 @@ "id" : "http://lobid.org/organisations/DE-468#!", "label" : "lobid Organisation" } - }, { - "id" : "https://lobid.org/item/22197228560006445", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "ZB / Freihand", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", - "label" : "lobid Organisation" - } - }, { - "id" : "https://lobid.org/item/22146310040006447", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "W0001 / 20", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", - "label" : "lobid Organisation" - } - }, { - "id" : "https://lobid.org/item/22146310020006447", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "W0001 / 21", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", - "label" : "lobid Organisation" - } }, { "id" : "https://lobid.org/item/23197228550006445", "label" : "lobid Bestandsressource", @@ -288,13 +261,13 @@ "gndIdentifier" : "(DE-588)1017737398", "id" : "https://d-nb.info/gnd/1017737398", "label" : "Derecik, Ahmet", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990189160110206441#!" + "id" : "http://lobid.org/resources/990189160110206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT017150239.json b/src/test/resources/alma-fix/(DE-605)HT017150239.json index ad94012904..eb56911773 100644 --- a/src/test/resources/alma-fix/(DE-605)HT017150239.json +++ b/src/test/resources/alma-fix/(DE-605)HT017150239.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990190567380206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Situationsbericht Fachbereich Praktische Denkmalpflege", "describedBy" : { "id" : "http://lobid.org/resources/990190567380206441", @@ -63,10 +63,6 @@ "id" : "http://lobid.org/resources/HT014176012#!", "label" : "Nordrhein-Westfälische Bibliographie (NWBib)", "type" : [ "Collection" ] - }, { - "id" : "http://lobid.org/collections/NWBib-6#!", - "type" : [ "Collection" ], - "label" : "NWBib-6#!" } ], "subject" : [ { "type" : [ "ComplexSubject" ], @@ -100,13 +96,13 @@ "contribution" : [ { "agent" : { "label" : "Borgmann, Richard", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990190567380206441#!" + "id" : "http://lobid.org/resources/990190567380206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT017398609.json b/src/test/resources/alma-fix/(DE-605)HT017398609.json index f592932e13..c55f10f2db 100644 --- a/src/test/resources/alma-fix/(DE-605)HT017398609.json +++ b/src/test/resources/alma-fix/(DE-605)HT017398609.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990193094010206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "The FRBR family of conceptual models", "otherTitleInformation" : [ "toward a linked bibliographic future" ], "describedBy" : { @@ -86,15 +86,6 @@ "id" : "http://lobid.org/organisations/DE-290#!", "label" : "lobid Organisation" } - }, { - "id" : "https://lobid.org/item/22195293920006445", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "ZB / Freihand", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", - "label" : "lobid Organisation" - } }, { "id" : "https://lobid.org/item/23195293910006445", "label" : "lobid Bestandsressource", @@ -117,13 +108,13 @@ "gndIdentifier" : "(DE-588)172377897", "id" : "https://d-nb.info/gnd/172377897", "label" : "Smiraglia, Richard P.", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/edt", - "label" : "Herausgeber/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/edt", + "label" : "Herausgeber/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990193094010206441#!" + "id" : "http://lobid.org/resources/990193094010206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT017411546.json b/src/test/resources/alma-fix/(DE-605)HT017411546.json index 3e8269dd63..e86405a4d6 100644 --- a/src/test/resources/alma-fix/(DE-605)HT017411546.json +++ b/src/test/resources/alma-fix/(DE-605)HT017411546.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990193229450206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Westfälische Bibliographie zur Geschichte, Landeskunde und Volkskunde", "alternativeTitle" : [ "Veröffentlichungen der Historischen Kommission für Westfalen / Westfälische Bibliographie zur Geschichte, Landeskunde und Volkskunde" ], "describedBy" : { @@ -80,14 +80,6 @@ "id" : "http://lobid.org/resources/HT014176012#!", "label" : "Nordrhein-Westfälische Bibliographie (NWBib)", "type" : [ "Collection" ] - }, { - "id" : "http://lobid.org/collections/NWBib-6#!", - "type" : [ "Collection" ], - "label" : "NWBib-6#!" - }, { - "id" : "http://lobid.org/collections/lzZDB#!", - "type" : [ "Collection" ], - "label" : "lzZDB#!" } ], "natureOfContent" : [ { "label" : "Zeitschrift", @@ -235,13 +227,13 @@ "gndIdentifier" : "(DE-588)2140069-6", "id" : "https://d-nb.info/gnd/2140069-6", "label" : "Historische Kommission für Westfalen", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/isb", - "label" : "Herausgeber/in" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/isb", + "label" : "Herausgeber/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990193229450206441#!" + "id" : "http://lobid.org/resources/990193229450206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT017468042.json b/src/test/resources/alma-fix/(DE-605)HT017468042.json index ee891f2751..022ee915da 100644 --- a/src/test/resources/alma-fix/(DE-605)HT017468042.json +++ b/src/test/resources/alma-fix/(DE-605)HT017468042.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990193806600206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Territorium Seculare Episcopatus Monasterii Munster Germanis dicti. Ubi una cum Episcopatu Osnabr. simul integri Comitatus Bentheim, Steinfurt, Teklenburg, Lingen, Diepholz, Gemen conspiciuntur", "describedBy" : { "id" : "http://lobid.org/resources/990193806600206441", @@ -82,13 +82,13 @@ "gndIdentifier" : "(DE-588)5293676-4", "id" : "https://d-nb.info/gnd/5293676-4", "label" : "Homannsche Erben", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990193806600206441#!" + "id" : "http://lobid.org/resources/990193806600206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT017551955.json b/src/test/resources/alma-fix/(DE-605)HT017551955.json index 2fe82a7d36..39bd74c1ba 100644 --- a/src/test/resources/alma-fix/(DE-605)HT017551955.json +++ b/src/test/resources/alma-fix/(DE-605)HT017551955.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990194668760206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Cöln, Gasthaus \"Zum St. Peter\", Unter Hutmacher 31", "describedBy" : { "id" : "http://lobid.org/resources/990194668760206441", @@ -117,13 +117,13 @@ "gndIdentifier" : "(DE-588)118892711", "id" : "https://d-nb.info/gnd/118892711", "label" : "Quedenfeldt, Erwin", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990194668760206441#!" + "id" : "http://lobid.org/resources/990194668760206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT017559543.json b/src/test/resources/alma-fix/(DE-605)HT017559543.json index ccbbbff6dd..8b5e4ef65b 100644 --- a/src/test/resources/alma-fix/(DE-605)HT017559543.json +++ b/src/test/resources/alma-fix/(DE-605)HT017559543.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990194744870206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Tierfamilien-Quartett", "describedBy" : { "id" : "http://lobid.org/resources/990194744870206441", @@ -35,7 +35,7 @@ "label" : "Creative Commons-Lizenz CC0 1.0 Universal" } ], "sourceOrganization" : { - "id" : "http://lobid.org/organisations/DE-Kob 7#!", + "id" : "http://lobid.org/organisations/DE-Kob7#!", "label" : "lobid Organisation" } }, @@ -79,13 +79,13 @@ "gndIdentifier" : "(DE-588)120830108", "id" : "https://d-nb.info/gnd/120830108", "label" : "Bergk, Marion", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990194744870206441#!" + "id" : "http://lobid.org/resources/990194744870206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT017655416.json b/src/test/resources/alma-fix/(DE-605)HT017655416.json index 0d0db74b2f..782276ec0b 100644 --- a/src/test/resources/alma-fix/(DE-605)HT017655416.json +++ b/src/test/resources/alma-fix/(DE-605)HT017655416.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990196925330206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "The Geneva gazette", "alternativeTitle" : [ "Early American newspapers / <>Geneva gazette" ], "describedBy" : { @@ -76,5 +76,5 @@ "id" : "http://rdaregistry.info/termList/RDAproductionMethod/1010" } ], "type" : [ "BibliographicResource", "Newspaper" ], - "id" : "https://lobid.org/resources/990196925330206441#!" + "id" : "http://lobid.org/resources/990196925330206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT017664407.json b/src/test/resources/alma-fix/(DE-605)HT017664407.json index 7bd1a27112..e02f1465a1 100644 --- a/src/test/resources/alma-fix/(DE-605)HT017664407.json +++ b/src/test/resources/alma-fix/(DE-605)HT017664407.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990197023370206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Aegyptische Nachrichten", "describedBy" : { "id" : "http://lobid.org/resources/990197023370206441", @@ -66,10 +66,6 @@ "id" : "http://lobid.org/resources/HT014846970#!", "label" : "Zeitschriftendatenbank (ZDB)", "type" : [ "Collection" ] - }, { - "id" : "http://lobid.org/collections/lzZDB#!", - "type" : [ "Collection" ], - "label" : "lzZDB#!" } ], "subjectAltLabel" : [ "<> Qāhira", "Miṣr al-Qāhira", "AlQāhira", "Al-Qāhira", "Misr el-Kahira", "Al Kahira", "<> Kahira", "LeCaire", "Le Caire", "Qahîr", "<> Kahira", "al-Kahira", "Il Cairo", "Alkeir", "<>Qāhira", "Cairo", "<> Caire", "قاهرة", "مصر القاهرة", "مصر" ], "hasItem" : [ { @@ -109,5 +105,5 @@ "id" : "http://rdaregistry.info/termList/RDACarrierType/1018" } ], "type" : [ "BibliographicResource" ], - "id" : "https://lobid.org/resources/990197023370206441#!" + "id" : "http://lobid.org/resources/990197023370206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT017894012.json b/src/test/resources/alma-fix/(DE-605)HT017894012.json index 57ddb8c0e2..e349221786 100644 --- a/src/test/resources/alma-fix/(DE-605)HT017894012.json +++ b/src/test/resources/alma-fix/(DE-605)HT017894012.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990199611280206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Advances in special education", "otherTitleInformation" : [ "a research annual" ], "describedBy" : { @@ -64,11 +64,6 @@ "note" : "Erscheint auch als Druckausg.", "label" : "Advances in special education" } ], - "inCollection" : [ { - "id" : "http://lobid.org/collections/iall#!", - "type" : [ "Collection" ], - "label" : "iall#!" - } ], "natureOfContent" : [ { "label" : "Aufsatzsammlung", "id" : "http://d-nb.info/gnd/4143413-4" @@ -153,5 +148,5 @@ "id" : "http://rdaregistry.info/termList/RDACarrierType/1018" } ], "type" : [ "BibliographicResource", "Periodical", "Report" ], - "id" : "https://lobid.org/resources/990199611280206441#!" + "id" : "http://lobid.org/resources/990199611280206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT018295975.json b/src/test/resources/alma-fix/(DE-605)HT018295975.json index 7038068fca..da4b3a10bb 100644 --- a/src/test/resources/alma-fix/(DE-605)HT018295975.json +++ b/src/test/resources/alma-fix/(DE-605)HT018295975.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990204246530206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Thüringische und rheinische Forschungen", "otherTitleInformation" : [ "Bonn - Koblenz - Weimar - Meiningen ; Festschrift für Johannes Mötsch zum 65. Geburtstag" ], "edition" : [ "1. Aufl" ], @@ -63,11 +63,6 @@ "label" : "Inhaltsverzeichnis", "id" : "http://digitale-objekte.hbz-nrw.de/storage2/2014/11/09/file_16/5852707.pdf" } ], - "inCollection" : [ { - "id" : "http://lobid.org/collections/NWBib-6#!", - "type" : [ "Collection" ], - "label" : "NWBib-6#!" - } ], "natureOfContent" : [ { "label" : "Bibliografie", "id" : "http://d-nb.info/gnd/4006432-3" @@ -125,11 +120,11 @@ "gndIdentifier" : "(DE-588)136529348", "id" : "https://d-nb.info/gnd/136529348", "label" : "Moczarski, Norbert", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/edt", - "label" : "Herausgeber/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/edt", + "label" : "Herausgeber/in" }, "type" : [ "Contribution" ] }, { @@ -137,13 +132,13 @@ "gndIdentifier" : "(DE-588)12174793X", "id" : "https://d-nb.info/gnd/12174793X", "label" : "Mötsch, Johannes", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/hnr", - "label" : "Gefeierte Person" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/hnr", + "label" : "Gefeierte Person" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990204246530206441#!" + "id" : "http://lobid.org/resources/990204246530206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT018839495.json b/src/test/resources/alma-fix/(DE-605)HT018839495.json index 959dc4deed..9e46a957e1 100644 --- a/src/test/resources/alma-fix/(DE-605)HT018839495.json +++ b/src/test/resources/alma-fix/(DE-605)HT018839495.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990210093550206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Classics in linguistics", "describedBy" : { "id" : "http://lobid.org/resources/990210093550206441", @@ -133,5 +133,5 @@ "id" : "http://rdaregistry.info/termList/RDACarrierType/1018" } ], "type" : [ "BibliographicResource", "Series" ], - "id" : "https://lobid.org/resources/990210093550206441#!" + "id" : "http://lobid.org/resources/990210093550206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT018857620.json b/src/test/resources/alma-fix/(DE-605)HT018857620.json index 9bbc19c48d..3cfa5b624b 100644 --- a/src/test/resources/alma-fix/(DE-605)HT018857620.json +++ b/src/test/resources/alma-fix/(DE-605)HT018857620.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990210285400206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "European Concert 1992", "describedBy" : { "id" : "http://lobid.org/resources/990210285400206441", @@ -35,7 +35,7 @@ "label" : "Creative Commons-Lizenz CC0 1.0 Universal" } ], "sourceOrganization" : { - "id" : "http://lobid.org/organisations/DE-Kn 38#!", + "id" : "http://lobid.org/organisations/DE-Kn38#!", "label" : "lobid Organisation" }, "modifiedBy" : { @@ -87,11 +87,11 @@ "gndIdentifier" : "(DE-588)118506560", "id" : "https://d-nb.info/gnd/118506560", "label" : "Barenboim, Daniel", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/cnd", - "label" : "Dirigent/in / Leitung" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/cnd", + "label" : "Dirigent/in / Leitung" }, "type" : [ "Contribution" ] }, { @@ -99,11 +99,11 @@ "gndIdentifier" : "(DE-588)118506560", "id" : "https://d-nb.info/gnd/118506560", "label" : "Barenboim, Daniel", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/drt", - "label" : "Regie" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/drt", + "label" : "Regie" }, "type" : [ "Contribution" ] }, { @@ -111,11 +111,11 @@ "gndIdentifier" : "(DE-588)118680242", "id" : "https://d-nb.info/gnd/118680242", "label" : "Domingo, Plácido", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/sng", - "label" : "Gesang" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/sng", + "label" : "Gesang" }, "type" : [ "Contribution" ] }, { @@ -123,11 +123,11 @@ "gndIdentifier" : "(DE-588)134751957", "id" : "https://d-nb.info/gnd/134751957", "label" : "Large, Brian", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/drt", - "label" : "Regie" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/drt", + "label" : "Regie" }, "type" : [ "Contribution" ] }, { @@ -135,11 +135,11 @@ "gndIdentifier" : "(DE-588)1138654418", "id" : "https://d-nb.info/gnd/1138654418", "label" : "Birke-Malzer, Hans Peter", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/tlp", - "label" : "Fernsehproduktion" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/tlp", + "label" : "Fernsehproduktion" }, "type" : [ "Contribution" ] }, { @@ -147,13 +147,13 @@ "gndIdentifier" : "(DE-588)2173862-2", "id" : "https://d-nb.info/gnd/2173862-2", "label" : "Berliner Philharmoniker", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990210285400206441#!" + "id" : "http://lobid.org/resources/990210285400206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT018860300.json b/src/test/resources/alma-fix/(DE-605)HT018860300.json index ae5d4331e2..9a7f270bbb 100644 --- a/src/test/resources/alma-fix/(DE-605)HT018860300.json +++ b/src/test/resources/alma-fix/(DE-605)HT018860300.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990210312460206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Gerhard Tersteegen in Mülheim", "describedBy" : { "id" : "http://lobid.org/resources/990210312460206441", @@ -35,7 +35,7 @@ "label" : "Creative Commons-Lizenz CC0 1.0 Universal" } ], "sourceOrganization" : { - "id" : "http://lobid.org/organisations/DE-Bm 3#!", + "id" : "http://lobid.org/organisations/DE-Bm3#!", "label" : "lobid Organisation" }, "modifiedBy" : { @@ -67,10 +67,6 @@ "id" : "http://lobid.org/resources/HT014176012#!", "label" : "Nordrhein-Westfälische Bibliographie (NWBib)", "type" : [ "Collection" ] - }, { - "id" : "http://lobid.org/collections/NWBib-61#!", - "type" : [ "Collection" ], - "label" : "NWBib-61#!" } ], "natureOfContent" : [ { "label" : "Bibliografie", @@ -120,13 +116,13 @@ "gndIdentifier" : "(DE-588)1025333764", "id" : "https://d-nb.info/gnd/1025333764", "label" : "Hohensee, Heinz", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990210312460206441#!" + "id" : "http://lobid.org/resources/990210312460206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT018907266.json b/src/test/resources/alma-fix/(DE-605)HT018907266.json index 9090fd681c..debceb8427 100644 --- a/src/test/resources/alma-fix/(DE-605)HT018907266.json +++ b/src/test/resources/alma-fix/(DE-605)HT018907266.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990210781980206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "titleOfSubSeries" : "Part 1: DOI registration with ZB MED", "title" : "Digital object identifiers (DOIs) for research data and publications in the field of life sciences, Part 1: DOI registration with ZB MED", "describedBy" : { @@ -36,7 +36,7 @@ "label" : "Creative Commons-Lizenz CC0 1.0 Universal" } ], "sourceOrganization" : { - "id" : "http://lobid.org/organisations/DE-38 M#!", + "id" : "http://lobid.org/organisations/DE-38M#!", "label" : "lobid Organisation" }, "provider" : { @@ -44,7 +44,7 @@ "label" : "lobid Organisation" }, "modifiedBy" : { - "id" : "http://lobid.org/organisations/DE-38 M#!", + "id" : "http://lobid.org/organisations/DE-38M#!", "label" : "lobid Organisation" } }, @@ -71,15 +71,6 @@ } ], "numbering" : "1" } ], - "inCollection" : [ { - "id" : "http://lobid.org/collections/iall#!", - "type" : [ "Collection" ], - "label" : "iall#!" - }, { - "id" : "http://lobid.org/collections/38 M: ellinet; GND: (DE-588)1049797671#!", - "type" : [ "Collection" ], - "label" : "38 M: ellinet; GND: (DE-588)1049797671#!" - } ], "hasItem" : [ { "id" : "https://lobid.org/item/990210781980206441", "type" : [ "Item", "MBD" ], @@ -109,11 +100,11 @@ "gndIdentifier" : "(DE-588)1080327010", "id" : "https://d-nb.info/gnd/1080327010", "label" : "Haas, Simone", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] }, { @@ -121,11 +112,11 @@ "gndIdentifier" : "(DE-588)1080327355", "id" : "https://d-nb.info/gnd/1080327355", "label" : "Kullmer, Bettina", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] }, { @@ -133,11 +124,11 @@ "gndIdentifier" : "(DE-588)105204266X", "id" : "https://d-nb.info/gnd/105204266X", "label" : "Lindstädt, Birte", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] }, { @@ -145,11 +136,11 @@ "gndIdentifier" : "(DE-588)1080064435", "id" : "https://d-nb.info/gnd/1080064435", "label" : "Pletsch, Katja", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] }, { @@ -157,11 +148,11 @@ "gndIdentifier" : "(DE-588)1072011352", "id" : "https://d-nb.info/gnd/1072011352", "label" : "Arning, Ursula", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Beitragende/r" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Beitragende/r" }, "type" : [ "Contribution" ] }, { @@ -169,13 +160,13 @@ "gndIdentifier" : "(DE-588)1088345387", "id" : "https://d-nb.info/gnd/1088345387", "label" : "Schmitz, Jasmin", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Beitragende/r" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Beitragende/r" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990210781980206441#!" + "id" : "http://lobid.org/resources/990210781980206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT019075404.json b/src/test/resources/alma-fix/(DE-605)HT019075404.json index 0a9b4efc59..706dee711a 100644 --- a/src/test/resources/alma-fix/(DE-605)HT019075404.json +++ b/src/test/resources/alma-fix/(DE-605)HT019075404.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990213367870206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Einfluss der Alterung auf die innere und äußere Schädigung von Hochleistungsbeton unter Frost- und Frost-Tausalzangriff", "otherTitleInformation" : [ "Forschungsbericht des Instituts für Materialwissenschaft" ], "describedBy" : { @@ -63,10 +63,6 @@ "id" : "http://lobid.org/collections/cuvillier#!", "type" : [ "Collection" ], "label" : "cuvillier#!" - }, { - "id" : "http://lobid.org/collections/iall#!", - "type" : [ "Collection" ], - "label" : "iall#!" } ], "subject" : [ { "type" : [ "Keyword" ], @@ -131,13 +127,13 @@ "gndIdentifier" : "(DE-588)173816576", "id" : "https://d-nb.info/gnd/173816576", "label" : "Palecki, Susanne", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990213367870206441#!" + "id" : "http://lobid.org/resources/990213367870206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT019128882.json b/src/test/resources/alma-fix/(DE-605)HT019128882.json index c21e763d57..2750cf7c9b 100644 --- a/src/test/resources/alma-fix/(DE-605)HT019128882.json +++ b/src/test/resources/alma-fix/(DE-605)HT019128882.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990213906490206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Das Lied von Eis und Feuer", "describedBy" : { "id" : "http://lobid.org/resources/990213906490206441", @@ -96,13 +96,13 @@ "gndIdentifier" : "(DE-588)123619025", "id" : "https://d-nb.info/gnd/123619025", "label" : "Martin, George R. R.", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990213906490206441#!" + "id" : "http://lobid.org/resources/990213906490206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT019246898.json b/src/test/resources/alma-fix/(DE-605)HT019246898.json index 7c9c973777..53b0a49733 100644 --- a/src/test/resources/alma-fix/(DE-605)HT019246898.json +++ b/src/test/resources/alma-fix/(DE-605)HT019246898.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990217478660206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Architektur wahrnehmen", "describedBy" : { "id" : "http://lobid.org/resources/990217478660206441", @@ -256,42 +256,6 @@ "id" : "http://lobid.org/organisations/DE-468#!", "label" : "lobid Organisation" } - }, { - "id" : "https://lobid.org/item/22194214360006445", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "BAB / Freihand", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", - "label" : "lobid Organisation" - } - }, { - "id" : "https://lobid.org/item/22121719540006447", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "W0001 / 21", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", - "label" : "lobid Organisation" - } - }, { - "id" : "https://lobid.org/item/22121719560006447", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "W0001 / 20", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", - "label" : "lobid Organisation" - } - }, { - "id" : "https://lobid.org/item/22121719490006447", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "W0001 / 91", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", - "label" : "lobid Organisation" - } }, { "id" : "https://lobid.org/item/23194214350006445", "label" : "lobid Bestandsressource", @@ -444,11 +408,11 @@ "gndIdentifier" : "(DE-588)1069204668", "id" : "https://d-nb.info/gnd/1069204668", "label" : "Abel, Alexandra", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/edt", - "label" : "Herausgeber/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/edt", + "label" : "Herausgeber/in" }, "type" : [ "Contribution" ] }, { @@ -456,11 +420,11 @@ "gndIdentifier" : "(DE-588)1069204668", "id" : "https://d-nb.info/gnd/1069204668", "label" : "Abel, Alexandra", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] }, { @@ -468,11 +432,11 @@ "gndIdentifier" : "(DE-588)1038489679", "id" : "https://d-nb.info/gnd/1038489679", "label" : "Rudolf, Bernd", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/edt", - "label" : "Herausgeber/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/edt", + "label" : "Herausgeber/in" }, "type" : [ "Contribution" ] }, { @@ -480,11 +444,11 @@ "gndIdentifier" : "(DE-588)1038489679", "id" : "https://d-nb.info/gnd/1038489679", "label" : "Rudolf, Bernd", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] }, { @@ -492,13 +456,13 @@ "gndIdentifier" : "(DE-588)1058035266", "id" : "https://d-nb.info/gnd/1058035266", "label" : "Transcript GbR", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/pbl", - "label" : "Verlag" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/pbl", + "label" : "Verlag" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990217478660206441#!" + "id" : "http://lobid.org/resources/990217478660206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT019631849.json b/src/test/resources/alma-fix/(DE-605)HT019631849.json index 2df80ad16e..b5cafbfcec 100644 --- a/src/test/resources/alma-fix/(DE-605)HT019631849.json +++ b/src/test/resources/alma-fix/(DE-605)HT019631849.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990223521400206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Einstieg in JavaScript", "edition" : [ "3., aktualisierte Auflage" ], "describedBy" : { @@ -277,24 +277,6 @@ "id" : "http://lobid.org/organisations/DE-468#!", "label" : "lobid Organisation" } - }, { - "id" : "https://lobid.org/item/22189128760006445", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "ZB / Freihand", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-290#!", - "label" : "lobid Organisation" - } - }, { - "id" : "https://lobid.org/item/22143395270006447", - "label" : "lobid Bestandsressource", - "type" : [ "Item", "H52" ], - "currentLocation" : "W0001 / 75", - "heldBy" : { - "id" : "http://lobid.org/organisations/DE-468#!", - "label" : "lobid Organisation" - } }, { "id" : "https://lobid.org/item/2384742870006444", "label" : "lobid Bestandsressource", @@ -427,11 +409,11 @@ "gndIdentifier" : "(DE-588)13698925X", "id" : "https://d-nb.info/gnd/13698925X", "label" : "Theis, Thomas", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] }, { @@ -439,13 +421,13 @@ "gndIdentifier" : "(DE-588)1065964404", "id" : "https://d-nb.info/gnd/1065964404", "label" : "Galileo Press", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/pbl", - "label" : "Verlag" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/pbl", + "label" : "Verlag" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990223521400206441#!" + "id" : "http://lobid.org/resources/990223521400206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT019838800.json b/src/test/resources/alma-fix/(DE-605)HT019838800.json index 9021a944f1..7921494ae2 100644 --- a/src/test/resources/alma-fix/(DE-605)HT019838800.json +++ b/src/test/resources/alma-fix/(DE-605)HT019838800.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990226465800206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Mit Suffizienz mehr Klimaschutz modellieren", "otherTitleInformation" : [ "Relevanz von Suffizienz in der Modellierung, Übersicht über die aktuelle Modellierungspraxis und Ableitung methodischer Empfehlungen : Zwischenbericht zu AP 2.1 „Möglichkeiten der Instrumentierung von Energieverbrauchsreduktion durch Verhaltensänderung“" ], "describedBy" : { @@ -63,15 +63,6 @@ } ], "numbering" : "2018,55" } ], - "inCollection" : [ { - "id" : "http://lobid.org/collections/iall#!", - "type" : [ "Collection" ], - "label" : "iall#!" - }, { - "id" : "http://lobid.org/collections/98: ellinet; GND: (DE-588)2116834-9#!", - "type" : [ "Collection" ], - "label" : "98: ellinet; GND: (DE-588)2116834-9#!" - } ], "subject" : [ { "type" : [ "Concept" ], "source" : { @@ -105,21 +96,21 @@ "gndIdentifier" : "(DE-588)1142549178", "id" : "https://d-nb.info/gnd/1142549178", "label" : "Zell-Ziegler, Carina", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] }, { "agent" : { "label" : "Förster, Hannah", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] }, { @@ -127,11 +118,11 @@ "gndIdentifier" : "(DE-588)2116834-9", "id" : "https://d-nb.info/gnd/2116834-9", "label" : "Deutschland. Umweltbundesamt", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/pat", - "label" : "Im Auftrag von" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/pat", + "label" : "Im Auftrag von" }, "type" : [ "Contribution" ] }, { @@ -139,13 +130,13 @@ "gndIdentifier" : "(DE-588)2116834-9", "id" : "https://d-nb.info/gnd/2116834-9", "label" : "Deutschland. Umweltbundesamt", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/isb", - "label" : "Herausgeber/in" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/isb", + "label" : "Herausgeber/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990226465800206441#!" + "id" : "http://lobid.org/resources/990226465800206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT019868557.json b/src/test/resources/alma-fix/(DE-605)HT019868557.json index f36dff532f..19abd04a11 100644 --- a/src/test/resources/alma-fix/(DE-605)HT019868557.json +++ b/src/test/resources/alma-fix/(DE-605)HT019868557.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990226763120206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Euregionen am Rhein", "otherTitleInformation" : [ "zur \"Relativierung\" der Grenze durch grenzüberschreitende Zusammenarbeit" ], "describedBy" : { @@ -60,10 +60,6 @@ "id" : "http://lobid.org/resources/HT014176012#!", "label" : "Nordrhein-Westfälische Bibliographie (NWBib)", "type" : [ "Collection" ] - }, { - "id" : "http://lobid.org/collections/NWBib-61#!", - "type" : [ "Collection" ], - "label" : "NWBib-61#!" } ], "subject" : [ { "type" : [ "ComplexSubject" ], @@ -120,13 +116,13 @@ "gndIdentifier" : "(DE-588)128710195", "id" : "https://d-nb.info/gnd/128710195", "label" : "Hiepel, Claudia", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990226763120206441#!" + "id" : "http://lobid.org/resources/990226763120206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT020202475.json b/src/test/resources/alma-fix/(DE-605)HT020202475.json index 05f8a16555..9106eea653 100644 --- a/src/test/resources/alma-fix/(DE-605)HT020202475.json +++ b/src/test/resources/alma-fix/(DE-605)HT020202475.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990363946050206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Kritische Theorie", "otherTitleInformation" : [ "Schlüsselbegriffe, Kontroversen, Grenzen" ], "describedBy" : { @@ -61,10 +61,6 @@ "id" : "http://lobid.org/organisations/ZDB-197-MSE#!", "label" : "eResource package", "type" : [ "Collection" ] - }, { - "id" : "http://lobid.org/collections/iall#!", - "type" : [ "Collection" ], - "label" : "iall#!" } ], "subject" : [ { "type" : [ "Keyword" ], @@ -123,13 +119,13 @@ "gndIdentifier" : "(DE-588)120195364", "id" : "https://d-nb.info/gnd/120195364", "label" : "Breuer, Stefan", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990363946050206441#!" + "id" : "http://lobid.org/resources/990363946050206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT020391499.json b/src/test/resources/alma-fix/(DE-605)HT020391499.json index 6c50ce57a5..98341cf39a 100644 --- a/src/test/resources/alma-fix/(DE-605)HT020391499.json +++ b/src/test/resources/alma-fix/(DE-605)HT020391499.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990365842280206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "L’importance de l’Objectif de développement durable relatif à l’éducation (ODD 4) pour les pays de l’OCDE", "describedBy" : { "id" : "http://lobid.org/resources/990365842280206441", @@ -113,13 +113,13 @@ "contribution" : [ { "agent" : { "label" : "Organisation de coopération et de développement économiques", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990365842280206441#!" + "id" : "http://lobid.org/resources/990365842280206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT020446683.json b/src/test/resources/alma-fix/(DE-605)HT020446683.json index b5179fc3e3..d80f1648d1 100644 --- a/src/test/resources/alma-fix/(DE-605)HT020446683.json +++ b/src/test/resources/alma-fix/(DE-605)HT020446683.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990366394400206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Medizinisches Rezeptbuch in niederdeutsch-westfälischer Sprache", "describedBy" : { "id" : "http://lobid.org/resources/990366394400206441", @@ -66,5 +66,5 @@ "id" : "http://purl.org/ontology/bibo/Manuscript" } ], "type" : [ "BibliographicResource", "Book" ], - "id" : "https://lobid.org/resources/990366394400206441#!" + "id" : "http://lobid.org/resources/990366394400206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT020681018.json b/src/test/resources/alma-fix/(DE-605)HT020681018.json index 152f0b5ddf..9c86adaeba 100644 --- a/src/test/resources/alma-fix/(DE-605)HT020681018.json +++ b/src/test/resources/alma-fix/(DE-605)HT020681018.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990368743120206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Entwürfe für das Gebäude eines Hippodroms", "otherTitleInformation" : [ "Aussenansichten, Grundriss" ], "describedBy" : { @@ -67,5 +67,5 @@ "id" : "http://purl.org/ontology/bibo/Manuscript" } ], "type" : [ "BibliographicResource", "Book" ], - "id" : "https://lobid.org/resources/990368743120206441#!" + "id" : "http://lobid.org/resources/990368743120206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)HT020936481.json b/src/test/resources/alma-fix/(DE-605)HT020936481.json index 8715a63e35..0cb016da3f 100644 --- a/src/test/resources/alma-fix/(DE-605)HT020936481.json +++ b/src/test/resources/alma-fix/(DE-605)HT020936481.json @@ -1,6 +1,6 @@ { "almaMmsId" : "99370782520706441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "titleOfSubSeries" : "2021. Teil 2: Statistische Kostenkennwerte für Bauelemente", "title" : "BKI-Baukosten ... Neubau, 2021. Teil 2: Statistische Kostenkennwerte für Bauelemente", "describedBy" : { @@ -302,13 +302,13 @@ "gndIdentifier" : "(DE-588)5253963-5", "id" : "https://d-nb.info/gnd/5253963-5", "label" : "Baukosteninformationszentrum Deutscher Architektenkammern", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/99370782520706441#!" + "id" : "http://lobid.org/resources/99370782520706441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)TT000075751.json b/src/test/resources/alma-fix/(DE-605)TT000075751.json index e2f6482e7f..961e7adf65 100644 --- a/src/test/resources/alma-fix/(DE-605)TT000075751.json +++ b/src/test/resources/alma-fix/(DE-605)TT000075751.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990122511970206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Complete folk song arrangements", "describedBy" : { "id" : "http://lobid.org/resources/990122511970206441", @@ -35,11 +35,11 @@ "label" : "Creative Commons-Lizenz CC0 1.0 Universal" } ], "sourceOrganization" : { - "id" : "http://lobid.org/organisations/DE-Kn 38#!", + "id" : "http://lobid.org/organisations/DE-Kn38#!", "label" : "lobid Organisation" }, "provider" : { - "id" : "http://lobid.org/organisations/DE-Kn 38#!", + "id" : "http://lobid.org/organisations/DE-Kn38#!", "label" : "lobid Organisation" }, "modifiedBy" : { @@ -76,11 +76,11 @@ "gndIdentifier" : "(DE-588)118515527", "id" : "https://d-nb.info/gnd/118515527", "label" : "Britten, Benjamin", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/cre", - "label" : "Schöpfer/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/cre", + "label" : "Schöpfer/in" }, "type" : [ "Contribution" ] }, { @@ -88,11 +88,11 @@ "gndIdentifier" : "(DE-588)13482167X", "id" : "https://d-nb.info/gnd/13482167X", "label" : "Anderson, Lorna", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/sng", - "label" : "Gesang" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/sng", + "label" : "Gesang" }, "type" : [ "Contribution" ] }, { @@ -100,11 +100,11 @@ "gndIdentifier" : "(DE-588)134926285", "id" : "https://d-nb.info/gnd/134926285", "label" : "Nathan, Regina", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/sng", - "label" : "Gesang" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/sng", + "label" : "Gesang" }, "type" : [ "Contribution" ] }, { @@ -112,11 +112,11 @@ "gndIdentifier" : "(DE-588)134769236", "id" : "https://d-nb.info/gnd/134769236", "label" : "Martineau, Malcolm", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/itr", - "label" : "Instrumentalmusiker/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/itr", + "label" : "Instrumentalmusiker/in" }, "type" : [ "Contribution" ] }, { @@ -124,11 +124,11 @@ "gndIdentifier" : "(DE-588)134782852", "id" : "https://d-nb.info/gnd/134782852", "label" : "MacDougall, Jamie", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/sng", - "label" : "Gesang" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/sng", + "label" : "Gesang" }, "type" : [ "Contribution" ] }, { @@ -136,11 +136,11 @@ "gndIdentifier" : "(DE-588)134845323", "id" : "https://d-nb.info/gnd/134845323", "label" : "Lewis, Bryn", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/itr", - "label" : "Instrumentalmusiker/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/itr", + "label" : "Instrumentalmusiker/in" }, "type" : [ "Contribution" ] }, { @@ -148,13 +148,13 @@ "gndIdentifier" : "(DE-588)134926277", "id" : "https://d-nb.info/gnd/134926277", "label" : "Ogden, Craig", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/itr", - "label" : "Instrumentalmusiker/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/itr", + "label" : "Instrumentalmusiker/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990122511970206441#!" + "id" : "http://lobid.org/resources/990122511970206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)TT000166861.json b/src/test/resources/alma-fix/(DE-605)TT000166861.json index f84f72e07a..a855d7c51b 100644 --- a/src/test/resources/alma-fix/(DE-605)TT000166861.json +++ b/src/test/resources/alma-fix/(DE-605)TT000166861.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990123613330206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "titleOfSubSeries" : "Tonkassette", "title" : "Die Sonnenblume [Medienkombination], Tonkassette", "otherTitleInformation" : [ "99 Lieder für Kinder ; Grundschule" ], @@ -76,13 +76,13 @@ "contribution" : [ { "agent" : { "label" : "Lemmermann, Heinz", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/edt", - "label" : "Herausgeber/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/edt", + "label" : "Herausgeber/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990123613330206441#!" + "id" : "http://lobid.org/resources/990123613330206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)TT001230001.json b/src/test/resources/alma-fix/(DE-605)TT001230001.json index 1bae4c9364..6b9d21c39c 100644 --- a/src/test/resources/alma-fix/(DE-605)TT001230001.json +++ b/src/test/resources/alma-fix/(DE-605)TT001230001.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990141342350206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Reliqva Librorvm Friderici II. Imperatoris, De arte venandi cum auibus", "alternativeTitle" : [ "Reliqua librorum Friderici II. ... de arte venandi cum avibus" ], "otherTitleInformation" : [ "Cvm Manfredi Regis additionibus" ], @@ -92,11 +92,11 @@ "gndIdentifier" : "(DE-588)118535765", "id" : "https://d-nb.info/gnd/118535765", "label" : "Friedrich", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] }, { @@ -104,11 +104,11 @@ "gndIdentifier" : "(DE-588)118577018", "id" : "https://d-nb.info/gnd/118577018", "label" : "Manfred", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] }, { @@ -116,11 +116,11 @@ "gndIdentifier" : "(DE-588)118637649", "id" : "https://d-nb.info/gnd/118637649", "label" : "Albertus", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] }, { @@ -128,13 +128,13 @@ "gndIdentifier" : "(DE-588)118637649", "id" : "https://d-nb.info/gnd/118637649", "label" : "Albertus", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990141342350206441#!" + "id" : "http://lobid.org/resources/990141342350206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)TT002494857.json b/src/test/resources/alma-fix/(DE-605)TT002494857.json index 52d2d22bf0..d85c407484 100644 --- a/src/test/resources/alma-fix/(DE-605)TT002494857.json +++ b/src/test/resources/alma-fix/(DE-605)TT002494857.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990167595410206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "MALEREI, RADIERUNGEN, HOLZSCHNITTE", "describedBy" : { "id" : "http://lobid.org/resources/990167595410206441", @@ -35,11 +35,11 @@ "label" : "Creative Commons-Lizenz CC0 1.0 Universal" } ], "sourceOrganization" : { - "id" : "http://lobid.org/organisations/DE-Kn 3#!", + "id" : "http://lobid.org/organisations/DE-Kn3#!", "label" : "lobid Organisation" }, "provider" : { - "id" : "http://lobid.org/organisations/DE-Kn 3#!", + "id" : "http://lobid.org/organisations/DE-Kn3#!", "label" : "lobid Organisation" } }, @@ -72,11 +72,11 @@ "gndIdentifier" : "(DE-588)118521314", "id" : "https://d-nb.info/gnd/118521314", "label" : "Çoban, Ismail", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/ill", - "label" : "Illustration" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/ill", + "label" : "Illustration" }, "type" : [ "Contribution" ] }, { @@ -84,11 +84,11 @@ "gndIdentifier" : "(DE-588)5150278-1", "id" : "https://d-nb.info/gnd/5150278-1", "label" : "Bergkamen. Kulturverwaltung", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] }, { @@ -96,13 +96,13 @@ "gndIdentifier" : "(DE-588)2052102-9", "id" : "https://d-nb.info/gnd/2052102-9", "label" : "Städtische Galerie Sohle 1", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990167595410206441#!" + "id" : "http://lobid.org/resources/990167595410206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)TT003059252.json b/src/test/resources/alma-fix/(DE-605)TT003059252.json index 91194fc231..2cd9250640 100644 --- a/src/test/resources/alma-fix/(DE-605)TT003059252.json +++ b/src/test/resources/alma-fix/(DE-605)TT003059252.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990185607520206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "The Beatles", "otherTitleInformation" : [ "Magical Mystery Tour" ], "describedBy" : { @@ -84,13 +84,13 @@ "gndIdentifier" : "(DE-588)2005535-3", "id" : "https://d-nb.info/gnd/2005535-3", "label" : "<> Beatles", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990185607520206441#!" + "id" : "http://lobid.org/resources/990185607520206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)TT003060418.json b/src/test/resources/alma-fix/(DE-605)TT003060418.json index c03e53ddba..38abf397a7 100644 --- a/src/test/resources/alma-fix/(DE-605)TT003060418.json +++ b/src/test/resources/alma-fix/(DE-605)TT003060418.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990185619180206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Faust", "otherTitleInformation" : [ "Oper in fünf Akten" ], "describedBy" : { @@ -85,11 +85,11 @@ "gndIdentifier" : "(DE-588)118718312", "id" : "https://d-nb.info/gnd/118718312", "label" : "Gounod, Charles", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/cmp", - "label" : "Komposition" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/cmp", + "label" : "Komposition" }, "type" : [ "Contribution" ] }, { @@ -97,11 +97,11 @@ "gndIdentifier" : "(DE-588)119309998", "id" : "https://d-nb.info/gnd/119309998", "label" : "Barbier, Jules", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] }, { @@ -109,31 +109,31 @@ "gndIdentifier" : "(DE-588)119374536", "id" : "https://d-nb.info/gnd/119374536", "label" : "Carré, Michel", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] }, { "agent" : { "label" : "Cluytens, André", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/cnd", - "label" : "Dirigent/in / Leitung" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/cnd", + "label" : "Dirigent/in / Leitung" }, "type" : [ "Contribution" ] }, { "agent" : { "label" : "Angeles, Victoria De Los", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/sng", - "label" : "Gesang" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/sng", + "label" : "Gesang" }, "type" : [ "Contribution" ] }, { @@ -141,31 +141,31 @@ "gndIdentifier" : "(DE-588)120540215", "id" : "https://d-nb.info/gnd/120540215", "label" : "Gedda, Nicolai", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/sng", - "label" : "Gesang" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/sng", + "label" : "Gesang" }, "type" : [ "Contribution" ] }, { "agent" : { "label" : "Blanc, Ernest", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/sng", - "label" : "Gesang" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/sng", + "label" : "Gesang" }, "type" : [ "Contribution" ] }, { "agent" : { "label" : "Christoff, Boris", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] }, { @@ -173,13 +173,13 @@ "gndIdentifier" : "(DE-588)16294456-1", "id" : "https://d-nb.info/gnd/16294456-1", "label" : "Orchestre et Choeurs du Theatre National de L Opera", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/oth", - "label" : "Sonstige" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/oth", + "label" : "Sonstige" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990185619180206441#!" + "id" : "http://lobid.org/resources/990185619180206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)TT003280170.json b/src/test/resources/alma-fix/(DE-605)TT003280170.json index 82496e56a7..e3446de30a 100644 --- a/src/test/resources/alma-fix/(DE-605)TT003280170.json +++ b/src/test/resources/alma-fix/(DE-605)TT003280170.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990207668220206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Festschrift zum 60. Geburtstag von Professor Dr. Ing. habil. Franz Pöpel am 4. Oktober 1961", "describedBy" : { "id" : "http://lobid.org/resources/990207668220206441", @@ -78,5 +78,5 @@ "id" : "http://rdaregistry.info/termList/RDAproductionMethod/1010" } ], "type" : [ "BibliographicResource", "Festschrift", "Book" ], - "id" : "https://lobid.org/resources/990207668220206441#!" + "id" : "http://lobid.org/resources/990207668220206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)TT003907920.json b/src/test/resources/alma-fix/(DE-605)TT003907920.json index 7b025472ae..a92241809b 100644 --- a/src/test/resources/alma-fix/(DE-605)TT003907920.json +++ b/src/test/resources/alma-fix/(DE-605)TT003907920.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990225056670206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "titleOfSubSeries" : "3: Gewöhnliche Differentialgleichungen, Funktionentheorie, Integraltransformationen, Partielle Differentialgleichungen", "title" : "Das gelbe Rechenbuch, 3: Gewöhnliche Differentialgleichungen, Funktionentheorie, Integraltransformationen, Partielle Differentialgleichungen", "otherTitleInformation" : [ "für Ingenieure, Naturwissenschaftler und Mathematiker ; Rechenverfahren der höheren Mathematik in Einzelschritten erklärt ; mit vielen ausführlich gerechneten Beispielen" ], @@ -88,13 +88,13 @@ "gndIdentifier" : "(DE-588)1049517296", "id" : "https://d-nb.info/gnd/1049517296", "label" : "Furlan, Peter", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990225056670206441#!" + "id" : "http://lobid.org/resources/990225056670206441#!" } diff --git a/src/test/resources/alma-fix/(DE-605)TT050421649.json b/src/test/resources/alma-fix/(DE-605)TT050421649.json index 962e18e3fb..637306aa03 100644 --- a/src/test/resources/alma-fix/(DE-605)TT050421649.json +++ b/src/test/resources/alma-fix/(DE-605)TT050421649.json @@ -1,6 +1,6 @@ { "almaMmsId" : "990197293880206441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "Keine Angst vor Linux/Unix", "otherTitleInformation" : [ "Ein Lehrbuch für Linux- und Unix-Anwender" ], "edition" : [ "11., vollst. überarb. Aufl. 2013" ], @@ -225,13 +225,13 @@ "contribution" : [ { "agent" : { "label" : "Wolfinger, Christine", - "type" : [ "Person" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/aut", - "label" : "Autor/in" - } + "type" : [ "Person" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/aut", + "label" : "Autor/in" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/990197293880206441#!" + "id" : "http://lobid.org/resources/990197293880206441#!" } diff --git a/src/test/resources/alma-fix/(OCoLC)945571548.json b/src/test/resources/alma-fix/(OCoLC)945571548.json index f913005eb7..05404267cb 100644 --- a/src/test/resources/alma-fix/(OCoLC)945571548.json +++ b/src/test/resources/alma-fix/(OCoLC)945571548.json @@ -1,6 +1,6 @@ { "almaMmsId" : "99371107766906441", - "@context" : "https://lobid.org/resources/context.jsonld", + "@context" : "http://lobid.org/resources/context.jsonld", "title" : "The natural family", "describedBy" : { "id" : "http://lobid.org/resources/99371107766906441", @@ -100,13 +100,13 @@ "contribution" : [ { "agent" : { "label" : "Howard Center for Family, Religion, & Society", - "type" : [ "CorporateBody" ], - "role" : { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Beitragende/r" - } + "type" : [ "CorporateBody" ] + }, + "role" : { + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Beitragende/r" }, "type" : [ "Contribution" ] } ], - "id" : "https://lobid.org/resources/99371107766906441#!" + "id" : "http://lobid.org/resources/99371107766906441#!" } diff --git a/src/test/resources/validateJsonTestFiles.sh b/src/test/resources/validateJsonTestFiles.sh index e5b4b39729..6c6e8622d8 100644 --- a/src/test/resources/validateJsonTestFiles.sh +++ b/src/test/resources/validateJsonTestFiles.sh @@ -7,7 +7,7 @@ # old transformation of Aleph data, known to be often invalid: # DIRECTORY_OF_JSON_TO_VALIDATE="jsonld/" # new transformation of Alma data: -DIRECTORY_OF_JSON_TO_VALIDATE="alma/" +DIRECTORY_OF_JSON_TO_VALIDATE="alma-fix/" for version in "draft"; do