From 59d1e0620b34b0e18a679332e840b6470cd241c9 Mon Sep 17 00:00:00 2001 From: dr0i Date: Fri, 23 Dec 2016 11:58:48 +0100 Subject: [PATCH 1/7] Add "publication" to labels See hbz/lobid-lodmill#730. --- src/main/resources/labels.json | 44 ++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/src/main/resources/labels.json b/src/main/resources/labels.json index 25cacb16d..08e3b1b6d 100644 --- a/src/main/resources/labels.json +++ b/src/main/resources/labels.json @@ -48,6 +48,44 @@ "referenceType": "@id", "multilangLabel": { } }, + { + "uri": "http://schema.org/location", + "label": "Ort", + "name": "location", + "referenceType": "String", + "container": "@set", + "multilangLabel": { } + }, + { + "uri": "http://schema.org/publishedBy", + "label": "Veröffentlicht von", + "name": "publishedBy", + "referenceType": "String", + "container": "@set", + "multilangLabel": { } + }, + { + "uri": "http://schema.org/startDate", + "label": "Beginn", + "name": "startDate", + "referenceType": "String", + "container": "@set", + "multilangLabel": { } + }, + { + "uri": "http://schema.org/endDate", + "label": "Ende", + "name": "endDate", + "referenceType": "String", + "container": "@set", + "multilangLabel": { } + }, + { + "uri": "http://schema.org/Publication", + "name": "Publication", + "referenceType": "@id", + "multilangLabel": { } + }, { "uri": "http://www.w3.org/2000/01/rdf-schema#label", "label": "Bezeichnung", @@ -6076,6 +6114,12 @@ "referenceType": "@id", "multilangLabel": { } }, + { + "uri": "http://purl.org/lobid/lv#secondaryPublication", + "name": "Secondary Publication", + "referenceType": "@id", + "multilangLabel": { } + }, { "uri": "http://purl.org/lobid/lv#containedIn", "label": "Enthalten in", From f192f16a4cf2aadaccb977d5535947194268ff7f Mon Sep 17 00:00:00 2001 From: dr0i Date: Fri, 23 Dec 2016 11:58:48 +0100 Subject: [PATCH 2/7] Add "publication" to labels See hbz/lobid-lodmill#730. --- src/main/resources/labels.json | 52 ++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/src/main/resources/labels.json b/src/main/resources/labels.json index 08e3b1b6d..079676b3c 100644 --- a/src/main/resources/labels.json +++ b/src/main/resources/labels.json @@ -86,6 +86,52 @@ "referenceType": "@id", "multilangLabel": { } }, + { + "uri": "http://schema.org/publication", + "label": "Veröffentlichung", + "name": "publication", + "referenceType": "String", + "container": "@set", + "multilangLabel": { } + }, + { + "uri": "http://schema.org/location", + "label": "Ort", + "name": "location", + "referenceType": "String", + "container": "@set", + "multilangLabel": { } + }, + { + "uri": "http://schema.org/publishedBy", + "label": "Veröffentlicht von", + "name": "publishedBy", + "referenceType": "String", + "container": "@set", + "multilangLabel": { } + }, + { + "uri": "http://schema.org/startDate", + "label": "Beginn", + "name": "startDate", + "referenceType": "String", + "container": "@set", + "multilangLabel": { } + }, + { + "uri": "http://schema.org/endDate", + "label": "Ende", + "name": "endDate", + "referenceType": "String", + "container": "@set", + "multilangLabel": { } + }, + { + "uri": "http://schema.org/Publication", + "name": "Publication", + "referenceType": "@id", + "multilangLabel": { } + }, { "uri": "http://www.w3.org/2000/01/rdf-schema#label", "label": "Bezeichnung", @@ -6120,6 +6166,12 @@ "referenceType": "@id", "multilangLabel": { } }, + { + "uri": "http://purl.org/lobid/lv#secondaryPublication", + "name": "secondaryPublication", + "referenceType": "@id", + "multilangLabel": { } + }, { "uri": "http://purl.org/lobid/lv#containedIn", "label": "Enthalten in", From a600d00d1a66a96f0646fc9fe3805cf7508a4c7a Mon Sep 17 00:00:00 2001 From: dr0i Date: Tue, 27 Dec 2016 17:39:19 +0100 Subject: [PATCH 3/7] Remove unnecessary arrays Default to "string", not "set". - add HT005077920.nt - update ntriples See hbz/lobid-resources#132. --- .../java/de/hbz/lobid/helper/Etikett.java | 13 + .../de/hbz/lobid/helper/JsonConverter.java | 56 ++- src/main/resources/labels.json | 17 +- src/test/resources/hbz01.es.json | 51 +-- .../resources/input/nt/00000/BT000002852.nt | 28 +- .../resources/input/nt/00000/BT000003404.nt | 49 +-- .../resources/input/nt/00000/HT000009600.nt | 16 +- .../resources/input/nt/00004/BT000040377.nt | 42 +-- .../resources/input/nt/00004/BT000041593.nt | 10 +- .../resources/input/nt/00006/BT000067443.nt | 12 +- .../resources/input/nt/00007/TT000075751.nt | 43 +-- .../resources/input/nt/00012/BT000128754.nt | 46 +-- .../resources/input/nt/00029/HT000290078.nt | 19 +- .../resources/input/nt/00121/TT001210514.nt | 15 +- .../resources/input/nt/00123/TT001230001.nt | 31 +- .../resources/input/nt/00131/HT001310215.nt | 19 +- .../resources/input/nt/00167/TT001671747.nt | 99 ++--- .../resources/input/nt/00172/TT001726537.nt | 15 +- .../resources/input/nt/00189/HT001898812.nt | 47 +-- .../resources/input/nt/00223/TT002234042.nt | 20 +- .../resources/input/nt/00223/TT002234459.nt | 40 +- .../resources/input/nt/00223/TT002234858.nt | 6 +- .../resources/input/nt/00261/HT002619538.nt | 26 +- .../resources/input/nt/00301/CT003012479.nt | 77 ++-- .../resources/input/nt/00305/TT003059252.nt | 21 +- .../resources/input/nt/00316/HT003160768.nt | 31 +- .../resources/input/nt/00438/HT004381366.nt | 51 +-- .../resources/input/nt/00494/HT004944075.nt | 22 +- .../resources/input/nt/00507/HT005077920.nt | 72 ++++ .../resources/input/nt/00626/HT006266886.nt | 39 +- .../resources/input/nt/00971/HT009719670.nt | 21 +- .../resources/input/nt/01066/HT010662586.nt | 15 +- .../resources/input/nt/01072/HT010726584.nt | 29 +- .../resources/input/nt/01223/HT012237361.nt | 22 +- .../resources/input/nt/01289/HT012895751.nt | 31 +- .../resources/input/nt/01292/HT012926727.nt | 31 +- .../resources/input/nt/01307/HT013077595.nt | 60 +-- .../resources/input/nt/01330/HT013304490.nt | 36 +- .../resources/input/nt/01357/HT013577568.nt | 62 +-- .../resources/input/nt/01391/HT013911008.nt | 33 +- .../resources/input/nt/01401/HT014015351.nt | 41 +- .../resources/input/nt/01404/HT014046679.nt | 23 +- .../resources/input/nt/01421/HT014215912.nt | 30 +- .../resources/input/nt/01431/HT014319164.nt | 45 +-- .../resources/input/nt/01452/HT014525099.nt | 43 +-- .../resources/input/nt/01499/HT014997977.nt | 22 +- .../resources/input/nt/01508/HT015082724.nt | 37 +- .../resources/input/nt/01518/HT015183529.nt | 27 +- .../resources/input/nt/01541/HT015414894.nt | 20 +- .../resources/input/nt/01544/HT015440386.nt | 43 +-- .../resources/input/nt/01545/HT015455455.nt | 196 +++++----- .../resources/input/nt/01586/HT015865114.nt | 89 ++--- .../resources/input/nt/01589/HT015891797.nt | 61 +-- .../resources/input/nt/01589/HT015894164.nt | 15 +- .../resources/input/nt/01613/HT016135351.nt | 31 +- .../resources/input/nt/01638/HT016382441.nt | 29 +- .../resources/input/nt/01654/HT016545462.nt | 47 +-- .../resources/input/nt/01660/HT016604323.nt | 39 +- .../resources/input/nt/01660/HT016608165.nt | 30 +- .../resources/input/nt/01746/HT017468042.nt | 15 +- .../resources/input/nt/01748/HT017480009.nt | 14 +- .../resources/input/nt/01752/HT017529028.nt | 113 +++--- .../resources/input/nt/01813/HT018131501.nt | 36 +- .../resources/input/nt/01818/HT018187026.nt | 9 +- .../resources/input/nt/01823/HT018239864.nt | 41 +- .../resources/input/nt/01829/HT018290299.nt | 59 +-- .../resources/input/nt/01829/HT018295975.nt | 55 +-- .../resources/input/nt/01831/HT018312899.nt | 38 +- .../resources/input/nt/01845/HT018454638.nt | 42 +-- .../resources/input/nt/01846/HT018468645.nt | 51 +-- .../resources/input/nt/01858/HT018585406.nt | 82 ++-- .../resources/input/nt/01861/HT018612706.nt | 95 ++--- .../resources/input/nt/01861/HT018617137.nt | 17 +- .../resources/input/nt/01870/HT018700720.nt | 41 +- .../resources/input/nt/01872/HT018726005.nt | 30 +- .../resources/input/nt/01877/HT018770176.nt | 25 +- .../resources/input/nt/01877/HT018771475.nt | 35 +- .../resources/input/nt/01877/HT018779822.nt | 15 +- .../resources/input/nt/01880/HT018801101.nt | 27 +- .../output/json/00000/BT000002852.json | 27 +- .../output/json/00000/BT000003404.json | 24 +- .../output/json/00000/HT000009600.json | 355 +++++++++--------- .../output/json/00004/BT000040377.json | 33 +- .../output/json/00004/BT000041593.json | 23 +- .../output/json/00006/BT000067443.json | 23 +- .../output/json/00007/TT000075751.json | 114 +++--- .../output/json/00012/BT000128754.json | 25 +- .../output/json/00029/HT000290078.json | 44 +-- .../output/json/00121/TT001210514.json | 34 +- .../output/json/00123/TT001230001.json | 64 ++-- .../output/json/00131/HT001310215.json | 56 +-- .../output/json/00167/TT001671747.json | 110 +++--- .../output/json/00172/TT001726537.json | 44 +-- .../output/json/00189/HT001898812.json | 178 ++++----- .../output/json/00223/TT002234042.json | 40 +- .../output/json/00223/TT002234459.json | 20 +- .../output/json/00223/TT002234858.json | 28 +- .../output/json/00261/HT002619538.json | 71 ++-- .../output/json/00301/CT003012479.json | 182 ++++----- .../output/json/00301/CT003012479_.json | 10 +- .../output/json/00305/TT003059252.json | 42 ++- .../output/json/00316/HT003160768.json | 74 ++-- .../output/json/00438/HT004381366.json | 60 +-- .../output/json/00494/HT004944075.json | 35 +- .../output/json/00507/HT005077920.json | 88 +++-- .../output/json/00626/HT006266886.json | 98 ++--- .../output/json/00971/HT009719670.json | 42 ++- .../output/json/01066/HT010662586.json | 38 +- .../output/json/01072/HT010726584.json | 290 +++++++------- .../output/json/01223/HT012237361.json | 37 +- .../output/json/01289/HT012895751.json | 36 +- .../output/json/01292/HT012926727.json | 326 ++++++++-------- .../output/json/01307/HT013077595.json | 69 ++-- .../output/json/01330/HT013304490.json | 49 +-- .../output/json/01357/HT013577568.json | 25 +- .../output/json/01391/HT013911008.json | 32 +- .../output/json/01401/HT014015351.json | 130 +++---- .../output/json/01404/HT014046679.json | 46 +-- .../output/json/01421/HT014215912.json | 25 +- .../output/json/01431/HT014319164.json | 50 +-- .../output/json/01452/HT014525099.json | 120 +++--- .../output/json/01499/HT014997977.json | 51 +-- .../output/json/01508/HT015082724.json | 30 +- .../output/json/01518/HT015183529.json | 42 ++- .../output/json/01541/HT015414894.json | 43 +-- .../output/json/01544/HT015440386.json | 38 +- .../output/json/01545/HT015455455.json | 43 +-- .../output/json/01586/HT015865114.json | 69 ++-- .../output/json/01589/HT015891797.json | 140 +++---- .../output/json/01589/HT015894164.json | 226 +++++------ .../output/json/01613/HT016135351.json | 38 +- .../output/json/01638/HT016382441.json | 198 +++++----- .../output/json/01654/HT016545462.json | 22 +- .../output/json/01660/HT016604323.json | 42 ++- .../output/json/01660/HT016608165.json | 47 +-- .../output/json/01746/HT017468042.json | 38 +- .../output/json/01748/HT017480009.json | 37 +- .../output/json/01752/HT017529028.json | 74 ++-- .../output/json/01813/HT018131501.json | 27 +- .../output/json/01818/HT018187026.json | 46 +-- .../output/json/01823/HT018239864.json | 94 ++--- .../output/json/01829/HT018290299.json | 70 ++-- .../output/json/01829/HT018295975.json | 76 ++-- .../output/json/01831/HT018312899.json | 27 +- .../output/json/01845/HT018454638.json | 67 ++-- .../output/json/01846/HT018468645.json | 42 ++- .../output/json/01858/HT018585406.json | 61 +-- .../output/json/01861/HT018612706.json | 92 ++--- .../output/json/01861/HT018617137.json | 34 +- .../output/json/01870/HT018700720.json | 50 +-- .../output/json/01872/HT018726005.json | 27 +- .../output/json/01877/HT018770176.json | 50 +-- .../output/json/01877/HT018771475.json | 34 +- .../output/json/01877/HT018779822.json | 38 +- .../output/json/01880/HT018801101.json | 70 ++-- .../output/nt/00000/BT000002852.nt | 26 +- .../output/nt/00000/BT000003404.nt | 33 +- .../output/nt/00000/HT000009600.nt | 26 +- .../output/nt/00004/BT000040377.nt | 27 +- .../output/nt/00004/BT000041593.nt | 10 +- .../output/nt/00006/BT000067443.nt | 10 +- .../output/nt/00007/TT000075751.nt | 55 +-- .../output/nt/00012/BT000128754.nt | 36 +- .../output/nt/00029/HT000290078.nt | 19 +- .../output/nt/00121/TT001210514.nt | 13 +- .../output/nt/00123/TT001230001.nt | 29 +- .../output/nt/00131/HT001310215.nt | 27 +- .../output/nt/00167/TT001671747.nt | 43 +-- .../output/nt/00172/TT001726537.nt | 15 +- .../output/nt/00189/HT001898812.nt | 35 +- .../output/nt/00223/TT002234042.nt | 19 +- .../output/nt/00261/HT002619538.nt | 26 +- .../output/nt/00301/CT003012479.nt | 89 ++--- .../output/nt/00305/TT003059252.nt | 19 +- .../output/nt/00316/HT003160768.nt | 29 +- .../output/nt/00438/HT004381366.nt | 33 +- .../output/nt/00494/HT004944075.nt | 24 +- .../output/nt/00507/HT005077920.nt | 114 +++--- .../output/nt/00626/HT006266886.nt | 45 +-- .../output/nt/00971/HT009719670.nt | 19 +- .../output/nt/01066/HT010662586.nt | 15 +- .../output/nt/01072/HT010726584.nt | 27 +- .../output/nt/01223/HT012237361.nt | 16 +- .../output/nt/01289/HT012895751.nt | 29 +- .../output/nt/01292/HT012926727.nt | 29 +- .../output/nt/01307/HT013077595.nt | 50 +-- .../output/nt/01330/HT013304490.nt | 34 +- .../output/nt/01357/HT013577568.nt | 46 +-- .../output/nt/01391/HT013911008.nt | 23 +- .../output/nt/01401/HT014015351.nt | 43 +-- .../output/nt/01404/HT014046679.nt | 21 +- .../output/nt/01421/HT014215912.nt | 26 +- .../output/nt/01431/HT014319164.nt | 35 +- .../output/nt/01452/HT014525099.nt | 53 +-- .../output/nt/01499/HT014997977.nt | 28 +- .../output/nt/01508/HT015082724.nt | 27 +- .../output/nt/01518/HT015183529.nt | 19 +- .../output/nt/01541/HT015414894.nt | 18 +- .../output/nt/01544/HT015440386.nt | 31 +- .../output/nt/01545/HT015455455.nt | 66 ++-- .../output/nt/01586/HT015865114.nt | 40 +- .../output/nt/01589/HT015891797.nt | 43 +-- .../output/nt/01589/HT015894164.nt | 15 +- .../output/nt/01613/HT016135351.nt | 29 +- .../output/nt/01638/HT016382441.nt | 23 +- .../output/nt/01654/HT016545462.nt | 29 +- .../output/nt/01660/HT016604323.nt | 37 +- .../output/nt/01660/HT016608165.nt | 20 +- .../output/nt/01746/HT017468042.nt | 15 +- .../output/nt/01748/HT017480009.nt | 14 +- .../output/nt/01752/HT017529028.nt | 42 +-- .../output/nt/01813/HT018131501.nt | 28 +- .../output/nt/01818/HT018187026.nt | 9 +- .../output/nt/01823/HT018239864.nt | 31 +- .../output/nt/01829/HT018290299.nt | 35 +- .../output/nt/01829/HT018295975.nt | 55 +-- .../output/nt/01831/HT018312899.nt | 28 +- .../output/nt/01845/HT018454638.nt | 38 +- .../output/nt/01846/HT018468645.nt | 41 +- .../output/nt/01858/HT018585406.nt | 38 +- .../output/nt/01861/HT018612706.nt | 71 ++-- .../output/nt/01861/HT018617137.nt | 15 +- .../output/nt/01870/HT018700720.nt | 29 +- .../output/nt/01872/HT018726005.nt | 20 +- .../output/nt/01877/HT018770176.nt | 19 +- .../output/nt/01877/HT018771475.nt | 35 +- .../output/nt/01877/HT018779822.nt | 15 +- .../output/nt/01880/HT018801101.nt | 43 +-- 228 files changed, 5592 insertions(+), 5103 deletions(-) create mode 100644 src/test/resources/input/nt/00507/HT005077920.nt diff --git a/src/main/java/de/hbz/lobid/helper/Etikett.java b/src/main/java/de/hbz/lobid/helper/Etikett.java index de4d0119c..a8a519676 100644 --- a/src/main/java/de/hbz/lobid/helper/Etikett.java +++ b/src/main/java/de/hbz/lobid/helper/Etikett.java @@ -89,6 +89,19 @@ public Etikett(String subj) { */ public String container = null; + public static enum Container { + LIST("@list"), SET("@set"), STRING("@string"); + private final String name; + + Container(final String name) { + this.name = name; + } + + public String getName() { + return name; + } + } + /** * A weigth for ordering */ diff --git a/src/main/java/de/hbz/lobid/helper/JsonConverter.java b/src/main/java/de/hbz/lobid/helper/JsonConverter.java index 3d0cc5583..7a1273e71 100644 --- a/src/main/java/de/hbz/lobid/helper/JsonConverter.java +++ b/src/main/java/de/hbz/lobid/helper/JsonConverter.java @@ -140,7 +140,8 @@ private void createObject(Map jsonResult, Statement s, Etikett e) { String key = e.name; if (s.getObject() instanceof org.openrdf.model.Literal) { - addLiteralToJsonResult(jsonResult, key, s.getObject().stringValue()); + addLiteralToJsonResult(jsonResult, key, s.getObject().stringValue(), + etikette.getEtikett(s.getPredicate().stringValue())); } else { if (s.getObject() instanceof org.openrdf.model.BNode) { if (isList(s)) { @@ -153,12 +154,14 @@ private void createObject(Map jsonResult, Statement s, if (s.getPredicate().stringValue().equals(RDF_TYPE)) { try { addLiteralToJsonResult(jsonResult, key, - etikette.getEtikett(s.getObject().stringValue()).name); + etikette.getEtikett(s.getObject().stringValue()).name, + etikette.getEtikett(s.getPredicate().stringValue())); } catch (Exception ex) { logger.info("", ex); } } else { - addObjectToJsonResult(jsonResult, key, s.getObject().stringValue()); + addObjectToJsonResult(jsonResult, key, s.getObject().stringValue(), + e); } } } @@ -211,9 +214,10 @@ private List traverseList(String uri, String property, } private void addObjectToJsonResult(Map jsonResult, String key, - String uri) { + String uri, Etikett e) { if (jsonResult.containsKey(key)) { - if (jsonResult.get(key) instanceof ArrayList) { + if (e.container != null + && e.container.equals(Etikett.Container.LIST.getName())) { @SuppressWarnings("unchecked") ArrayList> literals = (ArrayList>) jsonResult.get(key); @@ -225,10 +229,22 @@ private void addObjectToJsonResult(Map jsonResult, String key, literals.add(createObjectWithId(uri)); } } else { - Set> literals = new HashSet<>(); - literals.add(createObjectWithId(uri)); - jsonResult.put(key, literals); + if (e.container != null + && e.container.equals(Etikett.Container.SET.getName())) { + Set> literals = new HashSet<>(); + literals.add(createObjectWithId(uri)); + jsonResult.put(key, literals); + } else { + if (e.container != null + && e.container.equals(Etikett.Container.LIST.getName())) { + ArrayList> literals = new ArrayList<>(); + literals.add(createObjectWithId(uri)); + jsonResult.put(key, literals); + } else + jsonResult.put(key, createObjectWithId(uri)); + } } + } private void addBlankNodeToJsonResult(Map jsonResult, @@ -327,16 +343,20 @@ private Set find(String uri) { private static void addLiteralToJsonResult( final Map jsonResult, final String key, - final String value) { - if (jsonResult.containsKey(key)) { - @SuppressWarnings("unchecked") - Set literals = (Set) jsonResult.get(key); - literals.add(value); - } else { - Set literals = new HashSet<>(); - literals.add(value); - jsonResult.put(key, literals); - } + final String value, Etikett e) { + if (e.container != null + && e.container.equals(Etikett.Container.SET.getName())) { + if (jsonResult.containsKey(key)) { + @SuppressWarnings("unchecked") + Set literals = (Set) jsonResult.get(key); + literals.add(value); + } else { + Set literals = new HashSet<>(); + literals.add(value); + jsonResult.put(key, literals); + } + } else + jsonResult.put(key, value); } private void collect(Graph g) { diff --git a/src/main/resources/labels.json b/src/main/resources/labels.json index 079676b3c..3e1dc3f04 100644 --- a/src/main/resources/labels.json +++ b/src/main/resources/labels.json @@ -218,7 +218,6 @@ "label": "Beilage zu", "name": "isSupplementTo", "referenceType": "String", - "container": "@set", "multilangLabel": { } }, { @@ -5800,7 +5799,6 @@ "label": "Agent", "name": "agent", "referenceType": "@id", - "container": "@set", "multilangLabel": { } }, { @@ -5941,7 +5939,6 @@ "label": "Umfang", "name": "extent", "referenceType": "String", - "container": "@set", "multilangLabel": { } }, { @@ -6013,7 +6010,6 @@ "label": "Veröffentlichungs Details", "name": "bibliographicCitation", "referenceType": "String", - "container": "@set", "multilangLabel": { } }, { @@ -6069,7 +6065,6 @@ "label": "Format von", "name": "isFormatOf", "referenceType": "@id", - "container": "@set", "multilangLabel": { } }, { @@ -6085,7 +6080,6 @@ "label": "Erschienen", "name": "issued", "referenceType": "String", - "container": "@set", "multilangLabel": { } }, { @@ -6151,7 +6145,6 @@ "label": "Titel", "name": "title", "referenceType": "String", - "container": "@set", "multilangLabel": { } }, { @@ -6199,10 +6192,9 @@ { "uri": "http://purl.org/lobid/lv#hbzID", "label": "Katalog Id", - "icon": "fa fa-bars", "name": "hbzId", + "icon": "fa fa-bars", "referenceType": "String", - "container": "@set", "multilangLabel": { } }, { @@ -6339,7 +6331,6 @@ "label": "ZdbID", "name": "zdbId", "referenceType": "String", - "container": "@set", "multilangLabel": { } }, { @@ -11943,7 +11934,6 @@ "label": "Signatur", "name": "callNumber", "referenceType": "String", - "container": "@set", "multilangLabel": { } }, { @@ -11983,7 +11973,6 @@ "label": "Exemplar", "name": "exemplarOf", "referenceType": "@id", - "container": "@set", "multilangLabel": { } }, { @@ -11991,7 +11980,6 @@ "label": "Besitz", "name": "owner", "referenceType": "@id", - "container": "@set", "multilangLabel": { } }, { @@ -12048,7 +12036,6 @@ "label": "Verantwortlich", "name": "statementOfResponsibility", "referenceType": "String", - "container": "@set", "multilangLabel": { } }, { @@ -12128,7 +12115,6 @@ "label": "Beschrieben durch", "name": "describedby", "referenceType": "@id", - "container": "@set", "multilangLabel": { } }, { @@ -12136,7 +12122,6 @@ "label": "Weitere Informationen", "name": "isPrimaryTopicOf", "referenceType": "@id", - "container": "@set", "multilangLabel": { } }, { diff --git a/src/test/resources/hbz01.es.json b/src/test/resources/hbz01.es.json index 29498b467..9ade28406 100644 --- a/src/test/resources/hbz01.es.json +++ b/src/test/resources/hbz01.es.json @@ -4,36 +4,36 @@ "id" : "http://lobid.org/resources/NWBib" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : [ "Schierbaum, Ursula Clemens-", "Schierbaum, Ursula C.-", "Clemens, Ursula" ], "id" : "http://d-nb.info/gnd/172845785", "label" : "Clemens-Schierbaum, Ursula", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "altLabel" : [ "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach", "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach", "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach" ], "id" : "http://d-nb.info/gnd/1060772442", "label" : "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "altLabel" : [ "Pfarrgemeinderat Sankt Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Herkenrath", "Pfarrgemeinderat", "Pfarrei St. Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Bergisch Gladbach- Herkenrath" ], "id" : "http://d-nb.info/gnd/2175350-7", "label" : "Pfarrei Sankt Antonius Abbas Herkenrath", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -42,41 +42,40 @@ } ], "contributorOrder" : [ "http://d-nb.info/gnd/172845785 | http://d-nb.info/gnd/1060772442 | http://d-nb.info/gnd/2175350-7" ], "coverage" : [ "Bergisch Gladbach- Herkenrath" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20141111", "dateModified" : "20150303", "id" : "http://lobid.org/resources/HT018454638" - } ], + }, "exemplar" : [ { "callNumber" : "Gb 7470/201", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018454638:DE-5-39:Gb%207470%2F201" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018454638#!", "id" : "http://lobid.org/items/HT018454638:DE-5-39:Gb%207470%2F201#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5-39" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Fc 6601", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018454638:DE-Kn28:Fc%206601" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018454638#!", "id" : "http://lobid.org/items/HT018454638:DE-Kn28:Fc%206601#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Kn28" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "122 S. : zahlr. Ill." ], - "hbzId" : [ "HT018454638" ], + "extent" : "122 S. : zahlr. Ill.", + "hbzId" : "HT018454638", "id" : "http://lobid.org/resources/HT018454638#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018454638" - } ], - "issued" : [ "2014" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -89,12 +88,14 @@ "label" : "Kirchengemeinden" } ], "otherTitleInformation" : [ "Festschrift zum Jubiläum 2014 in St. Antonius Abbas, Herkenrath ; Ausstellungsbegleiter" ], - "placeOfPublication" : [ "Bergisch Gladbach" ], - "publicationStatement" : [ "Bergisch Gladbach; 2014" ], + "publication" : [ { + "location" : "Bergisch Gladbach", + "startDate" : "2014" + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT018454638" } ], - "statementOfResponsibility" : [ "[Hrsg.: St. Joseph und St. Antonius, Bergisch-Gladbach. Beitr.: Ursula Clemens-Schierbaum ...]" ], + "statementOfResponsibility" : "[Hrsg.: St. Joseph und St. Antonius, Bergisch-Gladbach. Beitr.: Ursula Clemens-Schierbaum ...]", "subject" : [ { "altLabel" : [ "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach", "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach", "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach" ], "id" : "http://d-nb.info/gnd/1060772442", @@ -112,6 +113,6 @@ "subjectChain" : [ "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach | Pfarrei Sankt Antonius Abbas Herkenrath | Geschichte (213)" ], "subjectLabel" : [ "Pfarrgemeinderat Sankt Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Herkenrath. Pfarrgemeinderat", "Pfarrei St. Antonius Abbas Herkenrath", "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach", "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach", "Pfarrei Sankt Antonius Abbas Bergisch Gladbach- Herkenrath", "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach", "Pfarrgemeinderat (Pfarrei Sankt Antonius Abbas Herkenrath)" ], "subjectOrder" : [ "http://d-nb.info/gnd/1060772442, http://d-nb.info/gnd/2175350-7, Geschichte" ], - "title" : [ "Gottes Haus - Tor des Himmels" ], + "title" : "Gottes Haus - Tor des Himmels", "type" : [ "BibliographicResource", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/input/nt/00000/BT000002852.nt b/src/test/resources/input/nt/00000/BT000002852.nt index e85559f0b..5d7d90ed9 100644 --- a/src/test/resources/input/nt/00000/BT000002852.nt +++ b/src/test/resources/input/nt/00000/BT000002852.nt @@ -1,19 +1,20 @@ +_:B6ab42f36d56ead0e211940b83388e626 . +_:B6ab42f36d56ead0e211940b83388e626 . . "Freudenberg, Kreis Siegen-Wittgenstein" . +_:B6263387745cbcab20f664ac28e7acdd8 "http://d-nb.info/gnd/4018466-3, http://d-nb.info/gnd/4020517-4" . +_:B6263387745cbcab20f664ac28e7acdd8 . "19960513" . "19960513" . -_:B67d74a47c005f74903c3c7002afb8f29 . -_:B67d74a47c005f74903c3c7002afb8f29 . "[Hrsg.: Stadt Freudenberg, Der Stadtdirektor]" . - "Freudenberg; 1989" . "Freudenberg, Kreis Siegen-Wittgenstein | Geschichte" . . . - _:B975667de90e07b872c0fcb864a7a556c . "Freudenberg " . . - _:Ba60edc7456bcf32d30ef61c6d14b2ffa . + _:B195ba714e791565fb3ac814a9a67bc1a . "Freudenberg Siegen" . + _:B93733aa5a54a7a28a1e8f59d758a9a07 . "46 S. : Ill., Kt." . "http://d-nb.info/gnd/4018466-3" . "Ortsgeschichte" . @@ -27,21 +28,20 @@ _:B67d74a47c005f74903c3c7002afb8f29 . "Stadt Freudenberg" . "wechselvolle Geschichte" . + _:B6263387745cbcab20f664ac28e7acdd8 . "Landesgeschichte" . - "1989" . "Stadt Freudenberg S\u00FCdwestfalen" . . . - "Freudenberg" . - _:B961ab19b31f4c313eb5ef0135022f735 . -_:B961ab19b31f4c313eb5ef0135022f735 "http://d-nb.info/gnd/4018466-3, http://d-nb.info/gnd/4020517-4" . -_:B961ab19b31f4c313eb5ef0135022f735 . + _:B801cac4bb94e94d14aca287214e7e5f9 . +_:B801cac4bb94e94d14aca287214e7e5f9 "Freudenberg" . +_:B801cac4bb94e94d14aca287214e7e5f9 "1989" . +_:B93733aa5a54a7a28a1e8f59d758a9a07 . +_:B93733aa5a54a7a28a1e8f59d758a9a07 _:B6ab42f36d56ead0e211940b83388e626 . . "Geschichte" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F4018466X2D3httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F4018466X2D3httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F4018466X2D3httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Ba60edc7456bcf32d30ef61c6d14b2ffa _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F4018466X2D3httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Ba60edc7456bcf32d30ef61c6d14b2ffa . -_:B975667de90e07b872c0fcb864a7a556c . -_:B975667de90e07b872c0fcb864a7a556c _:B67d74a47c005f74903c3c7002afb8f29 . +_:B195ba714e791565fb3ac814a9a67bc1a _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F4018466X2D3httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B195ba714e791565fb3ac814a9a67bc1a . diff --git a/src/test/resources/input/nt/00000/BT000003404.nt b/src/test/resources/input/nt/00000/BT000003404.nt index eb2e3d49f..22430fc06 100644 --- a/src/test/resources/input/nt/00000/BT000003404.nt +++ b/src/test/resources/input/nt/00000/BT000003404.nt @@ -1,61 +1,62 @@ -_:Bd4909d31a1f968d38a7fd785782c9ba5 . -_:Bd4909d31a1f968d38a7fd785782c9ba5 _:B1603c9260c2611bcb92ff5d0bf044514 . +_:Bd3fa703b4a059de958588830a18a0d76 . +_:Bd3fa703b4a059de958588830a18a0d76 _:B5d63b61513920ef467df6bf5ea4d52ff . +_:B50d4c2e8e70c2c226c23924b279cb323 . +_:B50d4c2e8e70c2c226c23924b279cb323 _:Be19702867e199c2f3820be1a30240c14 . "19940829" . "20101004" . -_:Bf2b72a27bf9bee0f1f0c96e213579268 _:BKarte . -_:Bf2b72a27bf9bee0f1f0c96e213579268 . +_:B5d63b61513920ef467df6bf5ea4d52ff _:BKarte . +_:B5d63b61513920ef467df6bf5ea4d52ff _:B50d4c2e8e70c2c226c23924b279cb323 . +_:B8c8e3ab6784579f9968e03bd919af791 . +_:B8c8e3ab6784579f9968e03bd919af791 . +_:B8c8e3ab6784579f9968e03bd919af791 "2" . _:BKarte "Karte" . _:BKarte . -_:B8a42e33feb64cb414d97688baf3dc53b . -_:B8a42e33feb64cb414d97688baf3dc53b _:Bf2b72a27bf9bee0f1f0c96e213579268 . -_:B1603c9260c2611bcb92ff5d0bf044514 _:BKarte . -_:B1603c9260c2611bcb92ff5d0bf044514 _:B8a42e33feb64cb414d97688baf3dc53b . +_:Be19702867e199c2f3820be1a30240c14 _:BKarte . +_:Be19702867e199c2f3820be1a30240c14 . +_:Bbcad50db981083e402013e7e10d2372b "http://d-nb.info/gnd/4115393-5, Karte" . +_:Bbcad50db981083e402013e7e10d2372b . "Nordrhein-Westfalen | Karte" . . "2" . . . - _:Bb49195e7705f3e14441f2f931271f1f5 . "S\u00FCdniedersachsen" . "North Rhine-Westphalia" . . "Deutschland, 2: Nordrhein-Westfalen, Niedersachsen-S\u00FCd" . - _:B5085c95ebe5779ef17506df16474bf0d . . - . "Kt." . + . + _:B78464ffab264b4237045fc49560ae7d3 . "3575112088" . . + _:B8c8e3ab6784579f9968e03bd919af791 . "mit Ortsverzeichnis" . "10.[Aufl., Ausg.] 1993/94" . + _:B53d5f63822983a0982c03d84b44710bf . "NRW" . "NW" . - "Berlin [u.a.]; Berlin [u.a.]; Reise- u. Verkehrsverl.; Reise- u. Verkehrsverl.; 1993" . - "1993" . . . - "Nord-Westphalie" . "Niedersachsen, S\u00FCd | Karte" . - "Berlin [u.a.]" . + "Nord-Westphalie" . "Norte-Westfalia" . "Noordrijn-Westfalen" . - _:Bd4909d31a1f968d38a7fd785782c9ba5 . . - "Reise- u. Verkehrsverl." . "BT000003404" . . . "S\u00FCdliches Niedersachsen" . + _:Bd3fa703b4a059de958588830a18a0d76 . "9783575112088" . . "Nordrhein-Westfalen" . -_:B5085c95ebe5779ef17506df16474bf0d . -_:B5085c95ebe5779ef17506df16474bf0d . -_:B5085c95ebe5779ef17506df16474bf0d "2" . -_:Bb49195e7705f3e14441f2f931271f1f5 "http://d-nb.info/gnd/4042570-8, Karte" . -_:Bb49195e7705f3e14441f2f931271f1f5 _:B510d63343ad0c600826d3bfa268bb68b . -_:B510d63343ad0c600826d3bfa268bb68b "http://d-nb.info/gnd/4115393-5, Karte" . -_:B510d63343ad0c600826d3bfa268bb68b . +_:B78464ffab264b4237045fc49560ae7d3 "http://d-nb.info/gnd/4042570-8, Karte" . +_:B78464ffab264b4237045fc49560ae7d3 _:Bbcad50db981083e402013e7e10d2372b . +_:B53d5f63822983a0982c03d84b44710bf "Berlin [u.a.]" . +_:B53d5f63822983a0982c03d84b44710bf "Reise- u. Verkehrsverl." . +_:B53d5f63822983a0982c03d84b44710bf . +_:B53d5f63822983a0982c03d84b44710bf "1993" . . . "Niedersachsen, S\u00FCd" . diff --git a/src/test/resources/input/nt/00000/HT000009600.nt b/src/test/resources/input/nt/00000/HT000009600.nt index dd93882cf..d28f6c957 100644 --- a/src/test/resources/input/nt/00000/HT000009600.nt +++ b/src/test/resources/input/nt/00000/HT000009600.nt @@ -43,6 +43,8 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F37043X2D5httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . . "Bg 168:14-15.1961-62" . +_:B5f9c12c961cc61320d3ab7e2816924f3 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F37043X2D5httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B5f9c12c961cc61320d3ab7e2816924f3 . . . . @@ -63,6 +65,11 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F37043X2D5httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . . "D 00/49 Z 25" . +_:Bf555e5c59e65e88bf23da922da8d31a4 "Hamburg" . +_:Bf555e5c59e65e88bf23da922da8d31a4 "DAG" . +_:Bf555e5c59e65e88bf23da922da8d31a4 . +_:Bf555e5c59e65e88bf23da922da8d31a4 "1983" . +_:Bf555e5c59e65e88bf23da922da8d31a4 "1983" . . . . @@ -95,13 +102,13 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F37043X2D5httpX3AX2FX2FidX2ElocX2EgovX2Fvoc "Deutsche Angestellten-Gewerkschaft" . "DAG" . . + _:B5f9c12c961cc61320d3ab7e2816924f3 . . . . "Der Angestellte" . "6211-x" . . - "1948 - 1983" . . . . @@ -112,6 +119,7 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F37043X2D5httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . . . + _:Bf555e5c59e65e88bf23da922da8d31a4 . . . "Bei Jg. 28 setzt die durchgehende Nr.-Z\u00E4hlung ein" . @@ -123,7 +131,6 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F37043X2D5httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . . . - _:Bdd8ee2f615d0caf84a52a247fb917daf . "263589870" . "http://d-nb.info/gnd/37043-5" . . @@ -148,11 +155,9 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F37043X2D5httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . . . - "DAG" . . . "HT000009600" . - "Hamburg; DAG; 1948" . . . . @@ -162,7 +167,6 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F37043X2D5httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . . . - "Hamburg" . . . . @@ -199,8 +203,6 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F37043X2D5httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . . "Bg 168:1978" . -_:Bdd8ee2f615d0caf84a52a247fb917daf _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F37043X2D5httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bdd8ee2f615d0caf84a52a247fb917daf . . . . diff --git a/src/test/resources/input/nt/00004/BT000040377.nt b/src/test/resources/input/nt/00004/BT000040377.nt index 30bdad269..6fa618148 100644 --- a/src/test/resources/input/nt/00004/BT000040377.nt +++ b/src/test/resources/input/nt/00004/BT000040377.nt @@ -1,43 +1,43 @@ -_:BVogelschutz _:B6a836362892c5cdafe36f2b6d424be42 . _:BVogelschutz "Vogelschutz" . _:BVogelschutz . - _:B46d6cc953f5ac821e2dd724ff8569fc6 . + "Vogelschutz, Rheine" . . "Rheine" . + "Rheine, Vogelschutz" . . + "http://d-nb.info/gnd/105745944" . + _:Be32b2bb4feeee322de051c1bdfef965f . + . . + _:Bd28f692d81d5e6af4869f9442a2d090f . . . "BT000040377" . + _:Ba04d2c048a19ab25111f8650f5f982c5 . + _:B43044de182fb56117bb92a329a7f3f5c . . "Rheine gestern, heute, morgen. - 11 (1983), S. 26-38 : Abb." . . + "Die Vogelwelt der Stadt Rheine." . . . . "Schmidt, Eckhard" . -_:B7c7d5e2e1971cb56961d7e79766b1d4f _:BRheine . -_:B7c7d5e2e1971cb56961d7e79766b1d4f . -_:B2a39500a792269f30a9368756178b579 "Vogelschutz" . -_:B2a39500a792269f30a9368756178b579 _:B0e9c0a7db0d4a535718508078ca40ba7 . +_:B43044de182fb56117bb92a329a7f3f5c "Vogelschutz" . +_:B43044de182fb56117bb92a329a7f3f5c _:B1784fa17d93f09c32b5b76c2b72ff7aa . +_:B1784fa17d93f09c32b5b76c2b72ff7aa "Rheine" . +_:B1784fa17d93f09c32b5b76c2b72ff7aa . +_:B94dbcf992888b19b02faaf7d28bd9fd4 _:BRheine . +_:B94dbcf992888b19b02faaf7d28bd9fd4 . +_:Ba04d2c048a19ab25111f8650f5f982c5 _:BVogelschutz . +_:Ba04d2c048a19ab25111f8650f5f982c5 _:B94dbcf992888b19b02faaf7d28bd9fd4 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F105745944httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F105745944httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F105745944httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:BRheine "Vogelschutz, Rheine" . -_:BRheine "Rheine, Vogelschutz" . -_:BRheine _:B2a39500a792269f30a9368756178b579 . -_:BRheine "1983" . -_:BRheine "1983" . -_:BRheine . -_:BRheine "http://d-nb.info/gnd/105745944" . -_:BRheine "Die Vogelwelt der Stadt Rheine." . -_:BRheine . +_:Bd28f692d81d5e6af4869f9442a2d090f "1983" . _:BRheine "Rheine" . -_:B46d6cc953f5ac821e2dd724ff8569fc6 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F105745944httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B46d6cc953f5ac821e2dd724ff8569fc6 . -_:B6a836362892c5cdafe36f2b6d424be42 _:BVogelschutz . -_:B6a836362892c5cdafe36f2b6d424be42 _:B7c7d5e2e1971cb56961d7e79766b1d4f . +_:BRheine . "19960814" . "19960814" . -_:B0e9c0a7db0d4a535718508078ca40ba7 "Rheine" . -_:B0e9c0a7db0d4a535718508078ca40ba7 . +_:Be32b2bb4feeee322de051c1bdfef965f _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F105745944httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Be32b2bb4feeee322de051c1bdfef965f . diff --git a/src/test/resources/input/nt/00004/BT000041593.nt b/src/test/resources/input/nt/00004/BT000041593.nt index 842f27cff..dd83be08d 100644 --- a/src/test/resources/input/nt/00004/BT000041593.nt +++ b/src/test/resources/input/nt/00004/BT000041593.nt @@ -1,3 +1,5 @@ +_:Ba2e07b37cf29ca8db80c0ff8b67e938e _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10880724XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Ba2e07b37cf29ca8db80c0ff8b67e938e . . "Altekamp, Heinrich" . . @@ -5,9 +7,8 @@ "BT000041593" . "Das Portrait einer Region: Kreis Coesfeld." . "http://d-nb.info/gnd/10880724X" . - _:B9964a021ea7381ff544b1f223f701ca5 . . - "1983" . + _:Ba2e07b37cf29ca8db80c0ff8b67e938e . . . . @@ -15,14 +16,13 @@ "Coesfeld (Kreis)" . . . - "1983" . + _:B85e40d5d0a8d7dbc04b0083c6982a8b7 . . "Wirtschaftsspiegel. - 38 (1983) H. 7, S. 24-25 : 1 Abb." . . "19960814" . "19960814" . -_:B9964a021ea7381ff544b1f223f701ca5 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10880724XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B9964a021ea7381ff544b1f223f701ca5 . +_:B85e40d5d0a8d7dbc04b0083c6982a8b7 "1983" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10880724XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10880724XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10880724XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . diff --git a/src/test/resources/input/nt/00006/BT000067443.nt b/src/test/resources/input/nt/00006/BT000067443.nt index ac4994c36..9b9b443ed 100644 --- a/src/test/resources/input/nt/00006/BT000067443.nt +++ b/src/test/resources/input/nt/00006/BT000067443.nt @@ -2,29 +2,29 @@ "Meier, Elmar" . "19960816" . "19960816" . +_:Bb72700421c8ef12d6fa682a8691407d1 "1986" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118033948httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118033948httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118033948httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B72d9bd6ee122dd9ff97f076d50d70bf0 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118033948httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B72d9bd6ee122dd9ff97f076d50d70bf0 . +_:B0da64c44de78fe367e11f69543ab724a _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118033948httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B0da64c44de78fe367e11f69543ab724a . . "Vergleichsunters. zu e. Erfassung aus d. Jahre 1976." . . "Coesfeld (Kreis)" . "Kiebitz. - 6 (1986), S. 29-36, S. 63-67" . . - "1986" . . . . . - "Bestandsaufnahme der Amphibien im Raum Coesfeld-Billerbeck" . . - _:B72d9bd6ee122dd9ff97f076d50d70bf0 . + "Bestandsaufnahme der Amphibien im Raum Coesfeld-Billerbeck" . + _:B0da64c44de78fe367e11f69543ab724a . "Anfang s. Jg. 5 (1985) S. 22-29" . "http://d-nb.info/gnd/118033948" . . - "1986" . + _:Bb72700421c8ef12d6fa682a8691407d1 . . "BT000067443" . . diff --git a/src/test/resources/input/nt/00007/TT000075751.nt b/src/test/resources/input/nt/00007/TT000075751.nt index 931c6d6ca..815ec45e9 100644 --- a/src/test/resources/input/nt/00007/TT000075751.nt +++ b/src/test/resources/input/nt/00007/TT000075751.nt @@ -3,26 +3,20 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F13482167XXhttpX3AX2FX2FidX2ElocX2EgovX2Fvo _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F13482167XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fsng . . "Lewis, Bryn" . -_:B0d0b2da56ee3e2bd2700600ed29b532b _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F13482167XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fsng . -_:B0d0b2da56ee3e2bd2700600ed29b532b _:B8088fa987db8ee96ece37233af081156 . . . . . "CD 2410 - CD 2411" . -_:B8e1b88cd945b1c03770f0a7505d3955a _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134782852httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fsng . -_:B8e1b88cd945b1c03770f0a7505d3955a _:B367074ada5e0f10f5b1b34a40e788ddd . . "Anderson, Lorna" . -_:B16582952f361e8e7b846222585275a17 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134926277httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B16582952f361e8e7b846222585275a17 . +_:Be6e29d3594826a4de1cc2f1f483339d7 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134769236httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:Be6e29d3594826a4de1cc2f1f483339d7 _:Beada1a149b6a20c1f94d95cc5ee63264 . . "Britten, Benjamin" . "Britten, ..." . "Britten, Edward Benjamin" . "Britten, Edward B." . -_:B367074ada5e0f10f5b1b34a40e788ddd _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134845323httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B367074ada5e0f10f5b1b34a40e788ddd _:B16582952f361e8e7b846222585275a17 . . "Martineau, Malcolm" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118515527httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . @@ -31,48 +25,55 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118515527httpX3AX2FX2FidX2ElocX2EgovX2Fvoc _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134926285httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fsng . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134926285httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fsng . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134926285httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fsng . +_:B523a7af0f7590f50e1f33e9dc4527d3d _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134926277httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B523a7af0f7590f50e1f33e9dc4527d3d . + _:B3323da8019669a2cad7a196b80991b62 . . "Benjamin Britten. Lorna Anderson, soprano ; Regina Nathan, soprano ; Jamie MacDougall, tenor ; Malcolm Martineau, piano ; Bryn Lewis, harp ; Craig Ogden, guitar" . "http://d-nb.info/gnd/118515527 | http://d-nb.info/gnd/13482167X | http://d-nb.info/gnd/134926285 | http://d-nb.info/gnd/134769236 | http://d-nb.info/gnd/134782852 | http://d-nb.info/gnd/134845323 | http://d-nb.info/gnd/134926277" . - _:B849a413a56217f7a05c3162da8da0dd6 . "Complete folk song arrangements" . - "London; Hyperion; 1994" . . "2 CD : DDD + Beih." . . "TT000075751" . . - "Hyperion" . - "1994" . + _:B03727ef8c5396a0a7117ed7b0f018897 . . - "London" . . . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134782852httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fsng . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134782852httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fsng . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134782852httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fsng . +_:B3323da8019669a2cad7a196b80991b62 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118515527httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B3323da8019669a2cad7a196b80991b62 _:B509b22ad64220a0074bbfe8760977dca . . "MacDougall, Jamie" . "McDougall, Jamie" . "Mac Dougall, Jamie" . +_:Beada1a149b6a20c1f94d95cc5ee63264 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134782852httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fsng . +_:Beada1a149b6a20c1f94d95cc5ee63264 _:B4d4caf449ff320aa271d3d1f34d25f5c . +_:Bf2de1849f29ac89bae1f200e0986fe3f _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134926285httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fsng . +_:Bf2de1849f29ac89bae1f200e0986fe3f _:Be6e29d3594826a4de1cc2f1f483339d7 . "19990816" . "20120309" . -_:B849a413a56217f7a05c3162da8da0dd6 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118515527httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B849a413a56217f7a05c3162da8da0dd6 _:B0d0b2da56ee3e2bd2700600ed29b532b . . "Ogden, Craig" . +_:B4d4caf449ff320aa271d3d1f34d25f5c _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134845323httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B4d4caf449ff320aa271d3d1f34d25f5c _:B523a7af0f7590f50e1f33e9dc4527d3d . +_:B509b22ad64220a0074bbfe8760977dca _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F13482167XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fsng . +_:B509b22ad64220a0074bbfe8760977dca _:Bf2de1849f29ac89bae1f200e0986fe3f . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134845323httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134845323httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134845323httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134926277httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134926277httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134926277httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B1d2742a023182840cfb58f3702622721 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134769236httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B1d2742a023182840cfb58f3702622721 _:B8e1b88cd945b1c03770f0a7505d3955a . + . + "Nathan, Regina" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134769236httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134769236httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134769236httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B8088fa987db8ee96ece37233af081156 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F134926285httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fsng . -_:B8088fa987db8ee96ece37233af081156 _:B1d2742a023182840cfb58f3702622721 . - . - "Nathan, Regina" . +_:B03727ef8c5396a0a7117ed7b0f018897 "London" . +_:B03727ef8c5396a0a7117ed7b0f018897 "Hyperion" . +_:B03727ef8c5396a0a7117ed7b0f018897 . +_:B03727ef8c5396a0a7117ed7b0f018897 "1994" . diff --git a/src/test/resources/input/nt/00012/BT000128754.nt b/src/test/resources/input/nt/00012/BT000128754.nt index 979027fe1..f20926005 100644 --- a/src/test/resources/input/nt/00012/BT000128754.nt +++ b/src/test/resources/input/nt/00012/BT000128754.nt @@ -1,61 +1,61 @@ -_:B2a3b162c38d9e9efda85ca4fe90e0163 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F174423330httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B2a3b162c38d9e9efda85ca4fe90e0163 . -_:B78f1279a6e8c46856240b61af570e985 . -_:B78f1279a6e8c46856240b61af570e985 _:Ba71ccbccbc6e1ad4b78445b5f1db6309 . +_:B31043312faa1916320aff845ed25b882 _:BGeschichte . +_:B31043312faa1916320aff845ed25b882 _:Bc4ca361fb80026325ff6f7dce63889a5 . +_:B1ddf4b3c915a118acaebbdee568ef3a6 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F174423330httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B1ddf4b3c915a118acaebbdee568ef3a6 . +_:B13acf982913595b5a4c7ccd646f7fb8d "http://d-nb.info/gnd/2050419-6, Geschichte" . +_:B13acf982913595b5a4c7ccd646f7fb8d _:B9d9f48fd70df79e2daf9003798c55cdd . "19970106" . "20090401" . -_:B1a9be565f5abe31d259a9351ab53c130 "http://d-nb.info/gnd/2041907-7, Geschichte" . -_:B1a9be565f5abe31d259a9351ab53c130 . +_:Bc4ca361fb80026325ff6f7dce63889a5 . +_:Bc4ca361fb80026325ff6f7dce63889a5 _:B7033ab5ac14e2e19cbc84a0b6bdc6c06 . +_:B7033ab5ac14e2e19cbc84a0b6bdc6c06 _:BGeschichte . +_:B7033ab5ac14e2e19cbc84a0b6bdc6c06 . . "Verein f\u00FCr Leibes\u00FCbungen Borussia 1900 M\u00F6nchengladbach" . + . + "1. Fu\u00DFball-Club K\u00F6ln 01/07" . "Erster FC K\u00F6ln" . - _:B2a3b162c38d9e9efda85ca4fe90e0163 . "VfL Borussia M\u00F6nchengladbach" . . - _:B78f1279a6e8c46856240b61af570e985 . - _:B71a61cf3bec259b9516ba72e19a07168 . "http://d-nb.info/gnd/174423330" . . "M\u00F6nchengladbach" . - "1. FC K\u00F6ln" . "K\u00F6ln" . + "1. FC K\u00F6ln" . "Erster Fu\u00DFball-Club K\u00F6ln 01/07" . . . "Erinnerungen an d. 1. FC K\u00F6ln u. Borussia M\u00F6nchengladbach" . "Verein f\u00FCr Leibes\u00FCbungen Borussia 1900 M\u00F6nchengladbach | Geschichte" . + _:B1ddf4b3c915a118acaebbdee568ef3a6 . . "Borussia M\u00F6nchengladbach" . "Erster Fu\u00DFball-Klub K\u00F6ln 01/07" . . + _:Bd7b0ba578539dd27f7584eec5638beb8 . . - "1996; Reinbek bei Hamburg" . - "Reinbek bei Hamburg" . "Jugend zwischen zwei Magnetpolen ; nur Animosit\u00E4t gebiert gro\u00DFe Spiele" . . "1. Fu\u00DFball-Club K\u00F6ln 01/07 | Geschichte" . - "1996" . + _:B13acf982913595b5a4c7ccd646f7fb8d . "Nach dem Spiel ist vor dem Spiel : die wunderbare Welt des Fu\u00DFballs / Wolfgang Frank (Hg.); Orig.-Ausg.; 1996; S. 101-[108]" . "BT000128754" . . "Alle B\u00F6cke bei\u00DFen oder in Feindschaft fest" . + _:B5e321a13b6c2b1dded973f6e54fe3643 . "1. FC K\u00F6ln 01/07" . . "1. Fu\u00DFball-Club K\u00F6ln 01/07 e.V." . - . - "1. Fu\u00DFball-Club K\u00F6ln 01/07" . +_:B9d9f48fd70df79e2daf9003798c55cdd "http://d-nb.info/gnd/2041907-7, Geschichte" . +_:B9d9f48fd70df79e2daf9003798c55cdd . . "Job, Bertram" . -_:Ba71ccbccbc6e1ad4b78445b5f1db6309 _:BGeschichte . -_:Ba71ccbccbc6e1ad4b78445b5f1db6309 _:B585bf870259d00f406ee632da00be1e3 . -_:B585bf870259d00f406ee632da00be1e3 . -_:B585bf870259d00f406ee632da00be1e3 _:B1895d41cda4445b2711d82ad7f052d25 . +_:B5e321a13b6c2b1dded973f6e54fe3643 "Reinbek bei Hamburg" . +_:B5e321a13b6c2b1dded973f6e54fe3643 "1996" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F174423330httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F174423330httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F174423330httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B1895d41cda4445b2711d82ad7f052d25 _:BGeschichte . -_:B1895d41cda4445b2711d82ad7f052d25 . +_:Bd7b0ba578539dd27f7584eec5638beb8 . +_:Bd7b0ba578539dd27f7584eec5638beb8 _:B31043312faa1916320aff845ed25b882 . _:BGeschichte "Geschichte" . _:BGeschichte . -_:B71a61cf3bec259b9516ba72e19a07168 "http://d-nb.info/gnd/2050419-6, Geschichte" . -_:B71a61cf3bec259b9516ba72e19a07168 _:B1a9be565f5abe31d259a9351ab53c130 . diff --git a/src/test/resources/input/nt/00029/HT000290078.nt b/src/test/resources/input/nt/00029/HT000290078.nt index afa52b5c0..5445eea2d 100644 --- a/src/test/resources/input/nt/00029/HT000290078.nt +++ b/src/test/resources/input/nt/00029/HT000290078.nt @@ -1,28 +1,31 @@ +_:B1e1b9cac39f5786054c656a276902d00 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F174737203httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B1e1b9cac39f5786054c656a276902d00 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F174737203httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F174737203httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F174737203httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:Bc02be03c7efb880872d443bbccd0b8a7 "WIEN" . +_:Bc02be03c7efb880872d443bbccd0b8a7 "HOELDER-PICHLER-TEMPSKY" . +_:Bc02be03c7efb880872d443bbccd0b8a7 . +_:Bc02be03c7efb880872d443bbccd0b8a7 "GRAZ" . +_:Bc02be03c7efb880872d443bbccd0b8a7 "LEYKAM" . +_:Bc02be03c7efb880872d443bbccd0b8a7 "1976" . "19840831" . "20070718" . - _:Bcc5614547f04aaf718f0c23cb3380e5f . . . "NEUE GRAMMATIK IM DEUTSCHUNTERRICHT FUER- ZEHN- BIS FUENFZEHNJAEHRIGE" . - "GRAZ" . "HT000290078" . - "HOELDER-PICHLER-TEMPSKY" . . . . - "1976" . + _:Bc02be03c7efb880872d443bbccd0b8a7 . . "3209001731" . - "LEYKAM" . "http://d-nb.info/gnd/174737203" . . + _:B1e1b9cac39f5786054c656a276902d00 . "X, 99 S. : GRAPH. DARST." . "9783209001733" . - "WIEN; HOELDER-PICHLER-TEMPSKY; GRAZ; LEYKAM; 1976" . - "WIEN" . . "NEUE GRAMMATIK IM DEUTSCHUNTERRICHT FUER 10 - 15JAEHRIGE : E. HANDBUCH FUER D. LEHRER ; FACHLICHE ANREGUNGEN U. PRAKTISCHE BEISPIELE MIT VERWENDUNG D. SATZFIGUREN / VERF. VON E. ARBEITSGEMEINSCHAFT IM RAHMEN D. OESTERR. VERSUCHSSCHULWESENS: JOHANN AIGNER .." . . @@ -37,5 +40,3 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F174737203httpX3AX2FX2FidX2ElocX2EgovX2Fvoc "Jc F 16826" . . "Aigner, Johann" . -_:Bcc5614547f04aaf718f0c23cb3380e5f _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F174737203httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bcc5614547f04aaf718f0c23cb3380e5f . diff --git a/src/test/resources/input/nt/00121/TT001210514.nt b/src/test/resources/input/nt/00121/TT001210514.nt index 2015f5b6f..0019efdc0 100644 --- a/src/test/resources/input/nt/00121/TT001210514.nt +++ b/src/test/resources/input/nt/00121/TT001210514.nt @@ -1,3 +1,6 @@ +_:B25eaabb21ba99806e094a2d80634edba "Marburg/Lahn" . +_:B25eaabb21ba99806e094a2d80634edba "Blindenhochschulb\u00FCcherei" . +_:B25eaabb21ba99806e094a2d80634edba . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118551655httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118551655httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118551655httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . @@ -19,19 +22,17 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118551655httpX3AX2FX2FidX2ElocX2EgovX2Fvoc "Hitor\u00E2, Adorufu" . . "Ausgabe in Blindenschrift" . - "Marburg/Lahn; Blindenhochschulb\u00FCcherei" . . - "Blindenhochschulb\u00FCcherei" . . - _:Bafd6a7ed88ec32ded88f726c7e6eb05c . "Mein Kampf" . . "von Adolf Hitler" . . + _:B2f120e9428f78369e3ded06c9e1a4a89 . "http://d-nb.info/gnd/118551655" . - "Marburg/Lahn" . - . . + . + _:B25eaabb21ba99806e094a2d80634edba . . "TT001210514" . . @@ -40,7 +41,7 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118551655httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . . . -_:Bafd6a7ed88ec32ded88f726c7e6eb05c _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118551655httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Bafd6a7ed88ec32ded88f726c7e6eb05c . +_:B2f120e9428f78369e3ded06c9e1a4a89 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118551655httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B2f120e9428f78369e3ded06c9e1a4a89 . "20051110" . "20060207" . diff --git a/src/test/resources/input/nt/00123/TT001230001.nt b/src/test/resources/input/nt/00123/TT001230001.nt index acc6981f0..fa90aeb02 100644 --- a/src/test/resources/input/nt/00123/TT001230001.nt +++ b/src/test/resources/input/nt/00123/TT001230001.nt @@ -22,28 +22,28 @@ "Frederick, Germany, Emperor" . "Federicus, Germania, Imperator" . "Fr\u00E9d\u00E9ric, Allemagne, Empereur" . -_:B28ff2233e17eb7b3fb0d995f7ae816c7 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118637649httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B28ff2233e17eb7b3fb0d995f7ae816c7 . . . . . "MF 275/F2001/F2003" . -_:B8d47899d251f678b5b9ade1345142b74 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118577018httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B8d47899d251f678b5b9ade1345142b74 _:B28ff2233e17eb7b3fb0d995f7ae816c7 . +_:B18a842d057a63ecb7b7a2df8cb4ad0ca "Avgvstae Vindelicorvm" . +_:B18a842d057a63ecb7b7a2df8cb4ad0ca "Praetorius" . +_:B18a842d057a63ecb7b7a2df8cb4ad0ca . +_:B18a842d057a63ecb7b7a2df8cb4ad0ca "1596" . +_:B5b02f69499e92d8dfff83c3c82e7f914 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118637649httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B5b02f69499e92d8dfff83c3c82e7f914 . . - _:Bc1b736692ccc1b5bd31a75c049c07838 . "[8] Bl., 414, [1] S. : Ill." . . . . - "Avgvstae Vindelicorvm; Praetorius; 1596" . - "1596" . + _:B756e23661b7e21644dd62294416117f3 . "F2001/F2003]" . + _:B18a842d057a63ecb7b7a2df8cb4ad0ca . "Cvm Manfredi Regis additionibus" . - "Praetorius" . "Reliqva Librorvm Friderici II. Imperatoris, De arte venandi cum auibus" . - _:B1f47b1edec3e7fae04bda25c2b37ae11 . + _:B690468cf218223a8ec2f89d097f2f31b . "Ex membranis vetustis nunc prim\u00F9m edita" . "TT001230001" . "Reliqua librorum Friderici II. ... de arte venandi cum avibus" . @@ -54,10 +54,8 @@ _:B8d47899d251f678b5b9ade1345142b74 . . . - "Avgvstae Vindelicorvm" . -_:Bc1b736692ccc1b5bd31a75c049c07838 "F2001/F2003]" . -_:Bc1b736692ccc1b5bd31a75c049c07838 . -_:Bc1b736692ccc1b5bd31a75c049c07838 . +_:B690468cf218223a8ec2f89d097f2f31b _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118535765httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B690468cf218223a8ec2f89d097f2f31b _:B8e3d7eef6f73593eda07df2b753461d2 . "Albertus, Magnus" . "Albert, der Gro\u00DFe" . "Albert, von Bollst\u00E4dt" . @@ -83,6 +81,8 @@ _:Bc1b736692ccc1b5bd31a75c049c07838 "Magnus, Albertus" . "Albertus, Parvus Lucius" . "Albert, der Grosse" . +_:B8e3d7eef6f73593eda07df2b753461d2 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118577018httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B8e3d7eef6f73593eda07df2b753461d2 _:B5b02f69499e92d8dfff83c3c82e7f914 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118535765httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118535765httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118535765httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . @@ -107,6 +107,7 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118577018httpX3AX2FX2FidX2ElocX2EgovX2Fvoc _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118637649httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118637649httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118637649httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B1f47b1edec3e7fae04bda25c2b37ae11 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118535765httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B1f47b1edec3e7fae04bda25c2b37ae11 _:B8d47899d251f678b5b9ade1345142b74 . +_:B756e23661b7e21644dd62294416117f3 "F2001/F2003]" . +_:B756e23661b7e21644dd62294416117f3 . +_:B756e23661b7e21644dd62294416117f3 . "20051110" . diff --git a/src/test/resources/input/nt/00131/HT001310215.nt b/src/test/resources/input/nt/00131/HT001310215.nt index c5adfd265..ee3f4bb41 100644 --- a/src/test/resources/input/nt/00131/HT001310215.nt +++ b/src/test/resources/input/nt/00131/HT001310215.nt @@ -1,14 +1,16 @@ +_:B3e9a8cc1be5dfedf841e6851b5db08f8 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F177572388httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B3e9a8cc1be5dfedf841e6851b5db08f8 _:Baf501136baa99453dbc5fe2f88f95ce8 . "19950206" . . "SCHOLLE, ROGER H." . -_:Bde19a1963fbe0966d0ff89ba59746b4e _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F37460X2DXXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Bde19a1963fbe0966d0ff89ba59746b4e . - _:B363b2d9daa36dd8c91495fdbaf75495a . - "CHICAGO, ILL." . +_:B0880a20ddc36ef286515bdf15a397c28 "CHICAGO, ILL." . +_:B0880a20ddc36ef286515bdf15a397c28 "AMERICAN DENTAL ASSOCIATION" . +_:B0880a20ddc36ef286515bdf15a397c28 . +_:B0880a20ddc36ef286515bdf15a397c28 "1980" . + _:B3e9a8cc1be5dfedf841e6851b5db08f8 . . - "AMERICAN DENTAL ASSOCIATION" . . - "1980 - " . + _:B0880a20ddc36ef286515bdf15a397c28 . . . . @@ -16,14 +18,13 @@ _:Bde19a1963fbe0966d0ff89ba59746b4e "http://d-nb.info/gnd/177572388 | http://d-nb.info/gnd/37460-X" . "HT001310215" . . - "CHICAGO, ILL.; AMERICAN DENTAL ASSOCIATION; 1980" . "THE JOURNAL OF THE AMERICAN DENTAL ASSOCIATION / ED.: ROGER H. SCHOLLE" . "JOURNAL" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F37460X2DXXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F37460X2DXXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F37460X2DXXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B363b2d9daa36dd8c91495fdbaf75495a _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F177572388httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B363b2d9daa36dd8c91495fdbaf75495a _:Bde19a1963fbe0966d0ff89ba59746b4e . +_:Baf501136baa99453dbc5fe2f88f95ce8 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F37460X2DXXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Baf501136baa99453dbc5fe2f88f95ce8 . . "American Dental Association" . "Dental Association" . diff --git a/src/test/resources/input/nt/00167/TT001671747.nt b/src/test/resources/input/nt/00167/TT001671747.nt index 49476d969..62255c7a0 100644 --- a/src/test/resources/input/nt/00167/TT001671747.nt +++ b/src/test/resources/input/nt/00167/TT001671747.nt @@ -9,15 +9,22 @@ "GOA 7/62-3,5,1" . _:BAtlas "Atlas" . _:BAtlas . +_:Ba6db92326be8ef74908bde0956b0e53e "http://d-nb.info/gnd/4065781-4, http://d-nb.info/gnd/4073972-7, Atlas" . +_:Ba6db92326be8ef74908bde0956b0e53e . . . . . +_:B7ddce67650fd9b4dd81a3ccde2fb21f2 _:BAtlas . +_:B7ddce67650fd9b4dd81a3ccde2fb21f2 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F137082479httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fred . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F137082479httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fred . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F137082479httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fred . "20060407" . "20131108" . +_:B62766312d6b6b546ce8f5a0b525c2806 . +_:B62766312d6b6b546ce8f5a0b525c2806 . +_:B62766312d6b6b546ce8f5a0b525c2806 "3,5,1" . . . . @@ -27,57 +34,54 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F137082479httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . . . -_:B95a205d6b578a3e75150fb1ce90fa019 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2056181X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B95a205d6b578a3e75150fb1ce90fa019 . -_:Bc033422f06ab9db49797fa8496de5085 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F137082479httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fred . -_:Bc033422f06ab9db49797fa8496de5085 _:B95a205d6b578a3e75150fb1ce90fa019 . . "Mayr, Alois" . "Mayr, A." . +_:Bf490ef0cc2a88e92d1eeefda2047c95b _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F137082479httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fred . +_:Bf490ef0cc2a88e92d1eeefda2047c95b _:B8d5e49eba79e0815c822c0022d3ecc04 . +_:Bd36faa5bad5f40480e4f84ec59dab4ec "M\u00FCnster" . +_:Bd36faa5bad5f40480e4f84ec59dab4ec "Aschendorff" . +_:Bd36faa5bad5f40480e4f84ec59dab4ec . +_:Bd36faa5bad5f40480e4f84ec59dab4ec "1990" . + . + . + "3402061740" . + _:Bd36faa5bad5f40480e4f84ec59dab4ec . + "Westfalen | Landeskunde | Atlas" . "Westfalen (Provinzialverband)" . - "Geographisch-landeskundlicher Atlas von Westfalen, 3,5,1: Bev\u00F6lkerungsdichte der Gemeinden 1871 - 1987 und Ver\u00E4nderung 1818 - 1987" . - "9783402061749" . - "1990" . - "3,5,1" . - . - . - _:Bb033b17725dae067a4940cddfd7b1206 . - "hrsg. durch den Landschaftsverband Westfalen-Lippe, Geographische Kommission f\u00FCr Westfalen. Atlasred., wiss. und kartograph. Betreuung: Alois Mayr ..." . + . + "Herzogtum Westfalen" . + "Lfg. 5" . + . + _:Bf490ef0cc2a88e92d1eeefda2047c95b . . . - "M\u00FCnster" . - . - "Westfalen | Landeskunde | Atlas" . - . - . - "Themenbereich 3, Bev\u00F6lkerung" . + "9783402061749" . + "Regionalkunde" . + _:B62766312d6b6b546ce8f5a0b525c2806 . + . "TT001671747" . - "Doppelbl. 1" . - _:B750c4886bd29f5cefe90917e67a822b2 . - _:Bc033422f06ab9db49797fa8496de5085 . - "Westfalen (Volk, Neuzeit)" . - "http://d-nb.info/gnd/137082479 | http://d-nb.info/gnd/2056181-7" . + . + . + . + "hrsg. durch den Landschaftsverband Westfalen-Lippe, Geographische Kommission f\u00FCr Westfalen. Atlasred., wiss. und kartograph. Betreuung: Alois Mayr ..." . . - _:Ba1e6c4e47d9d0925c31069c326976ffb . + . + "Geographisch-landeskundlicher Atlas von Westfalen, 3,5,1: Bev\u00F6lkerungsdichte der Gemeinden 1871 - 1987 und Ver\u00E4nderung 1818 - 1987" . + . + "Doppelbl. 1" . + _:B823c49fa16001381429eccf18865e7c8 . + . "[2] Bl. : graph. Darst., Kt." . - "3402061740" . + _:Ba6db92326be8ef74908bde0956b0e53e . "Provinz Westfalen" . - . - . - . - . - "Herzogtum Westfalen" . - "Regionalkunde" . - . - . - "Aschendorff" . - "Lfg. 5" . - "M\u00FCnster; Aschendorff; 1990" . - . + "Themenbereich 3, Bev\u00F6lkerung" . + "Westfalen (Volk, Neuzeit)" . . - . -_:Ba1e6c4e47d9d0925c31069c326976ffb . -_:Ba1e6c4e47d9d0925c31069c326976ffb _:B84640fc0d057b1e725471bfc4c2ca198 . + . + . + "http://d-nb.info/gnd/137082479 | http://d-nb.info/gnd/2056181-7" . + "3,5,1" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2056181X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2056181X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2056181X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . @@ -85,26 +89,23 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2056181X2D7httpX3AX2FX2FidX2ElocX2EgovX2Fv . . . -_:B750c4886bd29f5cefe90917e67a822b2 . -_:B750c4886bd29f5cefe90917e67a822b2 . -_:B750c4886bd29f5cefe90917e67a822b2 "3,5,1" . +_:B8d5e49eba79e0815c822c0022d3ecc04 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2056181X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B8d5e49eba79e0815c822c0022d3ecc04 . . . . . "FN 66" . -_:Bb033b17725dae067a4940cddfd7b1206 "http://d-nb.info/gnd/4065781-4, http://d-nb.info/gnd/4073972-7, Atlas" . -_:Bb033b17725dae067a4940cddfd7b1206 . +_:B823c49fa16001381429eccf18865e7c8 . +_:B823c49fa16001381429eccf18865e7c8 _:B659becad6a013c9a46e4795ef0dba38c . . "Landeskunde" . -_:B84640fc0d057b1e725471bfc4c2ca198 . -_:B84640fc0d057b1e725471bfc4c2ca198 _:Bf6b88c2726b694d4d45f8dea9d3ec7b0 . . . . . "C 367,V" . -_:Bf6b88c2726b694d4d45f8dea9d3ec7b0 _:BAtlas . -_:Bf6b88c2726b694d4d45f8dea9d3ec7b0 . +_:B659becad6a013c9a46e4795ef0dba38c . +_:B659becad6a013c9a46e4795ef0dba38c _:B7ddce67650fd9b4dd81a3ccde2fb21f2 . . "Westfalen" . diff --git a/src/test/resources/input/nt/00172/TT001726537.nt b/src/test/resources/input/nt/00172/TT001726537.nt index 46cb21f81..7b3a4d746 100644 --- a/src/test/resources/input/nt/00172/TT001726537.nt +++ b/src/test/resources/input/nt/00172/TT001726537.nt @@ -1,13 +1,18 @@ +_:B8bf07c1b73761beb832a112d66d23a15 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F115541802httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B8bf07c1b73761beb832a112d66d23a15 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F115541802httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F115541802httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F115541802httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:Ba876b7cde5456bb2d189644e7db19219 "Cologne [i.e.] Amsterdam" . +_:Ba876b7cde5456bb2d189644e7db19219 "Delpeuck" . +_:Ba876b7cde5456bb2d189644e7db19219 . +_:Ba876b7cde5456bb2d189644e7db19219 "1683" . "[2] Bl., 116 S. : Ill. (Kupfert.)" . - "1683" . - "Delpeuck" . + _:Ba876b7cde5456bb2d189644e7db19219 . + _:B8bf07c1b73761beb832a112d66d23a15 . "Critique Du Jesuite Secularis\u00E9" . . . - _:B051c3a3fdd2ee7c26a1425864994ae95 . "TT001726537" . . . @@ -16,13 +21,9 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F115541802httpX3AX2FX2FidX2ElocX2EgovX2Fvoc "http://d-nb.info/gnd/115541802" . "Streitschrift gegen Dupr\u00E9, ...: Le Jesuite Secularis\u00E9" . . - "Cologne [i.e.] Amsterdam; Delpeuck; 1683" . . . - "Cologne [i.e.] Amsterdam" . . -_:B051c3a3fdd2ee7c26a1425864994ae95 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F115541802httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B051c3a3fdd2ee7c26a1425864994ae95 . . "Maimbourg, Louis" . "Romain, Fran\u00E7ois" . diff --git a/src/test/resources/input/nt/00189/HT001898812.nt b/src/test/resources/input/nt/00189/HT001898812.nt index b38fd6de6..802dafbfe 100644 --- a/src/test/resources/input/nt/00189/HT001898812.nt +++ b/src/test/resources/input/nt/00189/HT001898812.nt @@ -3,14 +3,10 @@ . . "sla/b4953(2)" . -_:B3445a134d38d8f5fa7c74bb58933b212 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F177005009httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B3445a134d38d8f5fa7c74bb58933b212 _:Ba212bdc9a2c69d4658679451a5b9c80a . "19970903" . "20030610" . . "Deutsch" . -_:Bc918ffb67811466816ac8a2885efcb6d . -_:Bc918ffb67811466816ac8a2885efcb6d . . . . @@ -26,16 +22,15 @@ _:Bc918ffb67811466816ac8a2885efcb6d . . "NP701.35 G8D4P[2,2" . -_:B25518492afd1e31067d7d5421a6423ca . -_:B25518492afd1e31067d7d5421a6423ca _:B8699294d198fa2a57fe13983e498ab62 . -_:Bc5514cdd173bc2f3fab0f78d30f60895 . -_:Bc5514cdd173bc2f3fab0f78d30f60895 . -_:Bc5514cdd173bc2f3fab0f78d30f60895 "2" . +_:B7b630ab050dd82d27f3dbb4ec055e865 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F177005009httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B7b630ab050dd82d27f3dbb4ec055e865 _:Bc349d18dade963d8002ad24077f258c3 . . . . . "nc/01478" . +_:Be8de7412f90f864fc5ebdb4d0680d0bd "http://d-nb.info/gnd/4120314-8, W\u00F6rterbuch, http://d-nb.info/gnd/4113292-0" . +_:Be8de7412f90f864fc5ebdb4d0680d0bd . . . . @@ -46,26 +41,22 @@ _:Bc5514cdd173bc2f3fab0f78d30f60895 "2" . . "XVIII, 1306 S." . . - "Leipzig; Verl. Enzyklop\u00E4die [u.a.]; 1974" . "Gro\u00DFw\u00F6rterbuch Polnisch-Deutsch, 2: O - \u017B" . . . - _:Bc5514cdd173bc2f3fab0f78d30f60895 . - _:Bfd7e03243f4cbfce707697328807a3c1 . . + _:Bf291dd0a6207543940265c2e6d0cabd3 . . . - "Verl. Enzyklop\u00E4die [u.a.]" . + _:B5cce3405cde8900e65ec1e759df4a692 . . . - "1974" . + _:B7b630ab050dd82d27f3dbb4ec055e865 . "Deutsche Sprache" . . - _:B25518492afd1e31067d7d5421a6423ca . . . . - "Leipzig" . . . . @@ -75,23 +66,24 @@ _:Bc5514cdd173bc2f3fab0f78d30f60895 "2" . . "2" . "Hochdeutsch" . + _:B66ddcec92c9a9bdcddbfc252911e2456 . . . . "HT001898812" . "Polnische Sprache" . - _:B3445a134d38d8f5fa7c74bb58933b212 . . . "Neuhochdeutsch" . . + _:Be8de7412f90f864fc5ebdb4d0680d0bd . . . . +_:B4a7fefb493d2b55f5f0a03cfc065e5d1 _:BWXF6rterbuch . +_:B4a7fefb493d2b55f5f0a03cfc065e5d1 _:B6268d4cd3113782b6d2413e7b6ccebd6 . _:BWXF6rterbuch "W\u00F6rterbuch" . _:BWXF6rterbuch . -_:B8699294d198fa2a57fe13983e498ab62 _:BWXF6rterbuch . -_:B8699294d198fa2a57fe13983e498ab62 _:Bc918ffb67811466816ac8a2885efcb6d . . . . @@ -114,8 +106,6 @@ _:B8699294d198fa2a57fe13983e498ab62 . . "71/6301 (2)" . -_:Ba212bdc9a2c69d4658679451a5b9c80a _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124515312httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Ba212bdc9a2c69d4658679451a5b9c80a . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F177005009httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F177005009httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F177005009httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . @@ -124,6 +114,16 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F177005009httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . . "GYB1007-2" . +_:B6268d4cd3113782b6d2413e7b6ccebd6 . +_:B6268d4cd3113782b6d2413e7b6ccebd6 . +_:Bc349d18dade963d8002ad24077f258c3 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124515312httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:Bc349d18dade963d8002ad24077f258c3 . +_:Bf291dd0a6207543940265c2e6d0cabd3 "Leipzig" . +_:Bf291dd0a6207543940265c2e6d0cabd3 "Verl. Enzyklop\u00E4die [u.a.]" . +_:Bf291dd0a6207543940265c2e6d0cabd3 . +_:Bf291dd0a6207543940265c2e6d0cabd3 "1974" . +_:B66ddcec92c9a9bdcddbfc252911e2456 . +_:B66ddcec92c9a9bdcddbfc252911e2456 _:B4a7fefb493d2b55f5f0a03cfc065e5d1 . . "Piprek, Jan" . . @@ -144,8 +144,9 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F177005009httpX3AX2FX2FidX2ElocX2EgovX2Fvoc _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124515312httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124515312httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124515312httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bfd7e03243f4cbfce707697328807a3c1 "http://d-nb.info/gnd/4120314-8, W\u00F6rterbuch, http://d-nb.info/gnd/4113292-0" . -_:Bfd7e03243f4cbfce707697328807a3c1 . +_:B5cce3405cde8900e65ec1e759df4a692 . +_:B5cce3405cde8900e65ec1e759df4a692 . +_:B5cce3405cde8900e65ec1e759df4a692 "2" . . . . diff --git a/src/test/resources/input/nt/00223/TT002234042.nt b/src/test/resources/input/nt/00223/TT002234042.nt index 4bbd0d4a4..d3e73eb70 100644 --- a/src/test/resources/input/nt/00223/TT002234042.nt +++ b/src/test/resources/input/nt/00223/TT002234042.nt @@ -1,12 +1,11 @@ - . - . - . - . +_:B70b2afebb80f00e36b66fc2d1865f951 _:BX5FX3ALierschiedhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B70b2afebb80f00e36b66fc2d1865f951 . . . + _:B70b2afebb80f00e36b66fc2d1865f951 . . + _:Bfb52b9859824e7c32ba026ca37a31a27 . . - "2001" . . . . @@ -26,9 +25,18 @@ . . "2. Nachtragshaushaltssatzung und 1. Nachtragshaushaltsplan 2001" . - "2001" . . "urn:nbn:de:hbz:929:02-1513" . . "20030707" . "20160609" . +_:BX5FX3ALierschiedhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:BX5FX3ALierschiedhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:BX5FX3ALierschiedhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb _:BLierschied . + . + . + . + . +_:BLierschied . +_:BLierschied "Lierschied" . +_:Bfb52b9859824e7c32ba026ca37a31a27 "2001" . diff --git a/src/test/resources/input/nt/00223/TT002234459.nt b/src/test/resources/input/nt/00223/TT002234459.nt index 3d0d681e7..11a6e8cf6 100644 --- a/src/test/resources/input/nt/00223/TT002234459.nt +++ b/src/test/resources/input/nt/00223/TT002234459.nt @@ -1,18 +1,20 @@ +_:Be6de32314957a54b56f500ee9568705c _:BX5FX3AWirtschaftsfXF6rderungsX2DGesellschaftX20RheinX2DLahnhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:Be6de32314957a54b56f500ee9568705c . _:BMXFCllerX2CX20Guntram . _:BMXFCllerX2CX20Guntram "M\u00FCller, Guntram" . +_:B85ebbca73599398b69908ae707e510d9 "http://d-nb.info/gnd/4049787-2, http://d-nb.info/gnd/4114067-9, Karte" . +_:B85ebbca73599398b69908ae707e510d9 . _:BX5FX3AKranzX2CX20HeinrichhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BX5FX3AKranzX2CX20HeinrichhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BX5FX3AKranzX2CX20HeinrichhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb _:BKranzX2CX20Heinrich . -_:Bffef880e7180ddd3743252e5d9c2e689 _:BX5FX3AMXFCllerX2CX20GuntramhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bffef880e7180ddd3743252e5d9c2e689 _:B03014f31dba6f51f136247fb4519f4ef . -_:Bd0bce41c4b90f830af2a98f76d2e699c _:BX5FX3AKranzX2CX20HeinrichhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bd0bce41c4b90f830af2a98f76d2e699c _:Bffef880e7180ddd3743252e5d9c2e689 . . . . . "20030718" . "20081017" . +_:Bbab8317ea1db67975d95a2dac620466d _:BKarte . +_:Bbab8317ea1db67975d95a2dac620466d . _:BKranzX2CX20Heinrich . _:BKranzX2CX20Heinrich "Kranz, Heinrich" . _:BWirtschaftsfXF6rderungsX2DGesellschaftX20RheinX2DLahn . @@ -24,17 +26,19 @@ _:BX5FX3AWirtschaftsfXF6rderungsX2DGesellschaftX20RheinX2DLahnhttpX3AX2FX2FidX2E "Rhein-Lahn-Kreis" . _:BRheinX2DLahnX2DKreis . _:BRheinX2DLahnX2DKreis "Rhein-Lahn-Kreis" . -_:B278c5636c095033019028cb9eddf827f . -_:B278c5636c095033019028cb9eddf827f _:B6f3a2b8f40f13916b75abd757b4fe475 . -_:B6f3a2b8f40f13916b75abd757b4fe475 _:BKarte . -_:B6f3a2b8f40f13916b75abd757b4fe475 . +_:Bc9523ee3b3a900d0ab3373d91ed52f4e _:BX5FX3AKranzX2CX20HeinrichhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:Bc9523ee3b3a900d0ab3373d91ed52f4e _:B328669fedc23f22a71667105f8e30d53 . _:BKarte "Karte" . _:BKarte . +_:B6aafdcca78ae708b4a67184b47490dfd . +_:B6aafdcca78ae708b4a67184b47490dfd _:B43905ef5d4e8c0e911ff299396852345 . _:BX5FX3AMXFCllerX2CX20GuntramhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BX5FX3AMXFCllerX2CX20GuntramhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BX5FX3AMXFCllerX2CX20GuntramhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb _:BMXFCllerX2CX20Guntram . . + _:B85ebbca73599398b69908ae707e510d9 . "Rhein-Lahn-Kreis / Kreisverwaltung" . + _:Bc9523ee3b3a900d0ab3373d91ed52f4e . "Jakobusweg" . . "Kranz, Heinrich | M\u00FCller, Guntram | Rhein-Lahn-Kreis | Wirtschaftsf\u00F6rderungs-Gesellschaft Rhein-Lahn" . @@ -44,35 +48,31 @@ _:BX5FX3AMXFCllerX2CX20GuntramhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2Frelator "urn:nbn:de:hbz:929:01-2079" . "Camino de Santiago" . "TT002234459" . - _:B7806573f77e285cd83f026ad70d0a725 . . "Chemin de Saint Jacques" . . . + _:B6aafdcca78ae708b4a67184b47490dfd . . - . . . + . "Wandern, Diez, Lahnstein, Rhein-Lahn-Info, Rhein, Lahn, Wirtschaftsf\u00F6rderung" . - _:Bd0bce41c4b90f830af2a98f76d2e699c . "Rhein-Lahn-Kreis | Jakobsweg | Karte (213)" . . "Jakobswege : der Lahn-Camino" . - _:B721add91d32d58014e5ff058ce6cf871 . "Sternenweg" . . "Rhein-Lahn-Kreis / Landratsamt" . . -_:B7806573f77e285cd83f026ad70d0a725 . -_:B7806573f77e285cd83f026ad70d0a725 _:B278c5636c095033019028cb9eddf827f . -_:B721add91d32d58014e5ff058ce6cf871 "http://d-nb.info/gnd/4049787-2, http://d-nb.info/gnd/4114067-9, Karte" . -_:B721add91d32d58014e5ff058ce6cf871 . -_:B03014f31dba6f51f136247fb4519f4ef _:BX5FX3ARheinX2DLahnX2DKreishttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B03014f31dba6f51f136247fb4519f4ef _:B757e6f381dc1b6b056981ed62cbd4a58 . +_:B15d2a385c432df1fbce769dc145cf131 _:BX5FX3ARheinX2DLahnX2DKreishttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B15d2a385c432df1fbce769dc145cf131 _:Be6de32314957a54b56f500ee9568705c . +_:B43905ef5d4e8c0e911ff299396852345 . +_:B43905ef5d4e8c0e911ff299396852345 _:Bbab8317ea1db67975d95a2dac620466d . . "Jakobsweg" . +_:B328669fedc23f22a71667105f8e30d53 _:BX5FX3AMXFCllerX2CX20GuntramhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B328669fedc23f22a71667105f8e30d53 _:B15d2a385c432df1fbce769dc145cf131 . _:BX5FX3ARheinX2DLahnX2DKreishttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BX5FX3ARheinX2DLahnX2DKreishttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BX5FX3ARheinX2DLahnX2DKreishttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb _:BRheinX2DLahnX2DKreis . -_:B757e6f381dc1b6b056981ed62cbd4a58 _:BX5FX3AWirtschaftsfXF6rderungsX2DGesellschaftX20RheinX2DLahnhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B757e6f381dc1b6b056981ed62cbd4a58 . diff --git a/src/test/resources/input/nt/00223/TT002234858.nt b/src/test/resources/input/nt/00223/TT002234858.nt index 71b8ea6cc..5f954543c 100644 --- a/src/test/resources/input/nt/00223/TT002234858.nt +++ b/src/test/resources/input/nt/00223/TT002234858.nt @@ -1,12 +1,14 @@ +_:Bc11b702b2183fed622b05424e164e40f _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2029758X2D0httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Bc11b702b2183fed622b05424e164e40f . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2029758X2D0httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2029758X2D0httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2029758X2D0httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . . - _:B9217330876c6741c7630e010d2fe8b2f . . . "http://d-nb.info/gnd/2029758-0" . "TT002234858" . + _:Bc11b702b2183fed622b05424e164e40f . . . . @@ -41,5 +43,3 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2029758X2D0httpX3AX2FX2FidX2ElocX2EgovX2Fv . . . -_:B9217330876c6741c7630e010d2fe8b2f _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2029758X2D0httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B9217330876c6741c7630e010d2fe8b2f . diff --git a/src/test/resources/input/nt/00261/HT002619538.nt b/src/test/resources/input/nt/00261/HT002619538.nt index 3c07499a6..1cb2979aa 100644 --- a/src/test/resources/input/nt/00261/HT002619538.nt +++ b/src/test/resources/input/nt/00261/HT002619538.nt @@ -1,3 +1,8 @@ +_:B8714754c732741a32eb93fea0aed9df1 "Gen\u00E8ve [u.a.]" . +_:B8714754c732741a32eb93fea0aed9df1 "UN" . +_:B8714754c732741a32eb93fea0aed9df1 . +_:B8714754c732741a32eb93fea0aed9df1 "2004" . +_:B8714754c732741a32eb93fea0aed9df1 "2004" . "19991118" . "20131031" . "Vereinte Nationen. Economic Commission for Europe" . @@ -20,25 +25,22 @@ . . "Z 4' 66/103" . -_:B0690eb0f7244dac07fff4039061f546d _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2023669X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B0690eb0f7244dac07fff4039061f546d . . . . . - "UN" . . . "02509911" . . . + _:B8714754c732741a32eb93fea0aed9df1 . . "E\u017Eegodnyj bjulleten' statistiki transporta dlja Evropy i Severnoj Ameriki" . "1257-9" . + _:B1540dc2d2a0fa9a964d206f000b41ce0 . . - "Gen\u00E8ve [u.a.]" . . - "Gen\u00E8ve [u.a.]; UN; 1955" . . "http://d-nb.info/gnd/2023669-4" . "Economic Commission for Europe, Transport Division, United Nations" . @@ -48,24 +50,24 @@ _:B0690eb0f7244dac07fff4039061f546d "HT002619538" . . . - _:B0690eb0f7244dac07fff4039061f546d . . . "00663859" . - "1955 - 2004" . . . "Annual bulletin of transport statistics for Europe and North America" . - . - . - . - . - "V - B 151" . . . . . "Sh13" . + . + . + . + . + "V - B 151" . +_:B1540dc2d2a0fa9a964d206f000b41ce0 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2023669X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B1540dc2d2a0fa9a964d206f000b41ce0 . . . . diff --git a/src/test/resources/input/nt/00301/CT003012479.nt b/src/test/resources/input/nt/00301/CT003012479.nt index 6a0a10fa3..8071385a2 100644 --- a/src/test/resources/input/nt/00301/CT003012479.nt +++ b/src/test/resources/input/nt/00301/CT003012479.nt @@ -1,7 +1,3 @@ -_:B8f41924f9a286a3588603d6fa6aff7d4 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141834919httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:B8f41924f9a286a3588603d6fa6aff7d4 _:B951ca4c821536f94591e0228ba85705e . -_:B2934357308e3ee775d6c06469a1a95d4 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141891173httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:B2934357308e3ee775d6c06469a1a95d4 _:Bb5b7be22a63621173c0e58218e242d58 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F16068028X2D1httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F16068028X2D1httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F16068028X2D1httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . @@ -10,26 +6,30 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141889810httpX3AX2FX2FidX2ElocX2EgovX2Fvoc _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141889810httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . . "Annoni, ..." . +_:Be10a7916c31a468a724ae1eee4d26483 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F14216075XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . +_:Be10a7916c31a468a724ae1eee4d26483 _:B3767ba9a32590cc974447493be7c6f45 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141834919httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141834919httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141834919httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:B1b9c131c592ff9605e43be72b0e469eb _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118512536httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:B1b9c131c592ff9605e43be72b0e469eb _:B8f8923c2041c78b2a5e84f9711a93214 . "Deutsche Schauspieler-Gesellschaft (D\u00C3\u00BCsseldorf)" . . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F142027901httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F142027901httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F142027901httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . +_:B2bfa2f78e4b08861f0689dc849eec331 "[D\u00C3\u00BCsseldorf]" . +_:B2bfa2f78e4b08861f0689dc849eec331 "B\u00C3\u00B6gemann" . +_:B2bfa2f78e4b08861f0689dc849eec331 . +_:B2bfa2f78e4b08861f0689dc849eec331 "1805" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F116620153httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F116620153httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F116620153httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F142061166httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F142061166httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F142061166httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:B25c97ba1f983d24adb9fc905eeccc46d _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F14216075XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:B25c97ba1f983d24adb9fc905eeccc46d _:B1b9c131c592ff9605e43be72b0e469eb . -_:B2a560907f5b5eb23f2849a62e07f21ad _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141927135httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:B2a560907f5b5eb23f2849a62e07f21ad _:B4ea7b10cbbe60ab24c01df1c2c7fc25e . +_:B012cf2a6f37f6a20ec90e1271a1b39ff _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F16068028X2D1httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B012cf2a6f37f6a20ec90e1271a1b39ff . +_:B174715ac24860a35376ab68d2784d3a3 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141891173httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . +_:B174715ac24860a35376ab68d2784d3a3 _:B012cf2a6f37f6a20ec90e1271a1b39ff . . "Kellermann, ..." . "Giesecke, Carl Ludwig" . @@ -63,16 +63,21 @@ _:B2a560907f5b5eb23f2849a62e07f21ad "Giesecke, Johann Georg Karl" . "Giesecke, J. G. K." . "Metzler, Johann Georg Karl" . +_:B76bfeead70d60afa95aedef03b955e88 "Digitalisierte Ausg." . +_:B76bfeead70d60afa95aedef03b955e88 "2015" . . "Bilau, Margarete" . "Bilau, ..." . +_:B066ea832afc696827b4c896124835fcf _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F142027901httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . +_:B066ea832afc696827b4c896124835fcf _:Be10a7916c31a468a724ae1eee4d26483 . . "Bilau, Wilhelmine" . "B\u00C3\u00B6hm, ..., die J\u00C3\u00BCngere" . "B\u00C3\u00B6hm, Wilhelmine" . "Bilau, ..., Demoiselle" . -_:B0b2395e528389805701925004decb380 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F116620153httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B0b2395e528389805701925004decb380 _:B2a560907f5b5eb23f2849a62e07f21ad . +_:Bacd4e8e5dcb3358534e4b6926f160c65 "1805,04,17" . +_:Bacd4e8e5dcb3358534e4b6926f160c65 . +_:Bacd4e8e5dcb3358534e4b6926f160c65 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118512536httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118512536httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118512536httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . @@ -82,19 +87,17 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118512536httpX3AX2FX2FidX2ElocX2EgovX2Fvoc _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1041277814httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1041277814httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1041277814httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:B7f60037ae42276a7ed032fb347cc3128 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F142061166httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:B7f60037ae42276a7ed032fb347cc3128 _:B2934357308e3ee775d6c06469a1a95d4 . -_:B951ca4c821536f94591e0228ba85705e _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141889810httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:B951ca4c821536f94591e0228ba85705e _:B7f60037ae42276a7ed032fb347cc3128 . . "Dardenne, ..." . +_:B1146b28a30eea97369fbdb0edbbc5d97 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141927135httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . +_:B1146b28a30eea97369fbdb0edbbc5d97 _:B066ea832afc696827b4c896124835fcf . +_:B2b6fe2569a1c6f1f7877e5da3292e833 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F116620153httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B2b6fe2569a1c6f1f7877e5da3292e833 _:B1146b28a30eea97369fbdb0edbbc5d97 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141891173httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141891173httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141891173httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:B4ea7b10cbbe60ab24c01df1c2c7fc25e _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F142027901httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:B4ea7b10cbbe60ab24c01df1c2c7fc25e _:B25c97ba1f983d24adb9fc905eeccc46d . -_:B8f8923c2041c78b2a5e84f9711a93214 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1041277814httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:B8f8923c2041c78b2a5e84f9711a93214 _:B8f41924f9a286a3588603d6fa6aff7d4 . +_:B1935895cee8389ee358afdad46ed3918 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F142061166httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . +_:B1935895cee8389ee358afdad46ed3918 _:B174715ac24860a35376ab68d2784d3a3 . "Winter, Peter" . "Winter, Pietro" . "Winter, ..., Ritter von" . @@ -107,13 +110,18 @@ _:B8f8923c2041c78b2a5e84f9711a93214 "Winter, Pietro de" . "Winter, Pierre" . "20150420" . -_:B15ec74d54adf56edbd0e5639eb6bbff5 "1805,04,17" . -_:B15ec74d54adf56edbd0e5639eb6bbff5 . -_:B15ec74d54adf56edbd0e5639eb6bbff5 . +_:B3767ba9a32590cc974447493be7c6f45 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118512536httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . +_:B3767ba9a32590cc974447493be7c6f45 _:B46caf32deeaf5e22da6b4edf2ff5fc04 . +_:Bbef01c1a5ecd0bf392c5c4ffa7a23166 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F123633206httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:Bbef01c1a5ecd0bf392c5c4ffa7a23166 _:B2b6fe2569a1c6f1f7877e5da3292e833 . . "Krug, ..." . -_:Bb5b7be22a63621173c0e58218e242d58 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F16068028X2D1httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bb5b7be22a63621173c0e58218e242d58 . +_:B3ddec220f7cf62d7a8487c2c4fbe94b4 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141834919httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . +_:B3ddec220f7cf62d7a8487c2c4fbe94b4 _:Bdedac56069728dfb10f2f16e73622600 . +_:B46caf32deeaf5e22da6b4edf2ff5fc04 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1041277814httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . +_:B46caf32deeaf5e22da6b4edf2ff5fc04 _:B3ddec220f7cf62d7a8487c2c4fbe94b4 . +_:Bdedac56069728dfb10f2f16e73622600 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141889810httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . +_:Bdedac56069728dfb10f2f16e73622600 _:B1935895cee8389ee358afdad46ed3918 . "1805,04,17" . . . @@ -121,36 +129,29 @@ _:Bb5b7be22a63621173c0e58218e242d58 "http://d-nb.info/gnd/119055716 | http://d-nb.info/gnd/123633206 | http://d-nb.info/gnd/116620153 | http://d-nb.info/gnd/141927135 | http://d-nb.info/gnd/142027901 | http://d-nb.info/gnd/14216075X | http://d-nb.info/gnd/118512536 | http://d-nb.info/gnd/1041277814 | http://d-nb.info/gnd/141834919 | http://d-nb.info/gnd/141889810 | http://d-nb.info/gnd/142061166 | http://d-nb.info/gnd/141891173 | http://d-nb.info/gnd/16068028-1" . . "1 Plakat : sw ; 33 x 29 cm" . - "[D\u00C3\u00BCsseldorf]; B\u00C3\u00B6gemann; 1805" . . + _:Bacd4e8e5dcb3358534e4b6926f160c65 . . "CT003012479" . + _:B2bfa2f78e4b08861f0689dc849eec331 . . - "B\u00C3\u00B6gemann" . . "<> Belisa Ossia La Fedelt\u00C3\u00A1 Riconosciuta" . . - . + _:B76bfeead70d60afa95aedef03b955e88 . "Elise, Gr\u00C3\u00A4finn von Hillburg" . - "[D\u00C3\u00BCsseldorf]" . + . . . . . - "2015" . - _:B15ec74d54adf56edbd0e5639eb6bbff5 . + _:B2b6e8aeed2550740f52fbf4d083336a6 . . - _:B033204a786a31a6cb5152f4619622a16 . "... wird heute Mittwoch den 17ten April die hier anwesende deutsche Schauspieler-Gesellschaft (Zum Letztenmale) die Ehre haben aufzuf\u00C3\u00BChren ; Abonnement suspendu ; eine ganz neue gro\u00C3\u009Fe komische Oper in 2 Aufz\u00C3\u00BCgen" . "urn:nbn:de:hbz:061:2-46125" . - "1805" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F123633206httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F123633206httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F123633206httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B033204a786a31a6cb5152f4619622a16 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F119055716httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcmp . -_:B033204a786a31a6cb5152f4619622a16 _:B0f987455d044e904228c17b2f5fda3e7 . -_:B0f987455d044e904228c17b2f5fda3e7 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F123633206httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B0f987455d044e904228c17b2f5fda3e7 _:B0b2395e528389805701925004decb380 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F119055716httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcmp . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F119055716httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcmp . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F119055716httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcmp . @@ -165,6 +166,8 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F14216075XXhttpX3AX2FX2FidX2ElocX2EgovX2Fvo "Pepoli, Alessandro E." . . "B\u00C3\u00B6hm, Marianne" . +_:B2b6e8aeed2550740f52fbf4d083336a6 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F119055716httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcmp . +_:B2b6e8aeed2550740f52fbf4d083336a6 _:Bbef01c1a5ecd0bf392c5c4ffa7a23166 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141927135httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141927135httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141927135httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . diff --git a/src/test/resources/input/nt/00305/TT003059252.nt b/src/test/resources/input/nt/00305/TT003059252.nt index e523b0b50..418c6b89a 100644 --- a/src/test/resources/input/nt/00305/TT003059252.nt +++ b/src/test/resources/input/nt/00305/TT003059252.nt @@ -1,31 +1,34 @@ +_:Bae9a98dc0327271334b1c96eabc1bfdb "s.l." . +_:Bae9a98dc0327271334b1c96eabc1bfdb "Apple Films" . +_:Bae9a98dc0327271334b1c96eabc1bfdb . +_:Bae9a98dc0327271334b1c96eabc1bfdb "1967" . "The Beatles" . . "The Beatles" . +_:Be1a436ab83d2b3285a23ee98a65a366b _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2005535X2D3httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:Be1a436ab83d2b3285a23ee98a65a366b . "The Beatles. Produced and Directed by The Beatles." . + _:Bae9a98dc0327271334b1c96eabc1bfdb . "1 Video (VHS, 55 min.) : farb.; stereo" . . "The Beatles" . - _:Bb065fcf095f60a39f2424132a49f6e3b . - "Engl. Original mit dt. Untertiteln" . . - "s.l." . + "Engl. Original mit dt. Untertiteln" . "Magical Mystery Tour" . . - "s.l.; Apple Films; 1967" . . . . . - "Apple Films" . "TT003059252" . . + _:B9ae202422f3d40de00c9f78a78d802c4 . . "http://d-nb.info/gnd/2005535-3 | http://d-nb.info/gnd/2005535-3" . . - "1967" . "20110411" . -_:Bb065fcf095f60a39f2424132a49f6e3b _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2005535X2D3httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bb065fcf095f60a39f2424132a49f6e3b _:Bab81c31bbb30ecb312dcac082e0ddb74 . +_:B9ae202422f3d40de00c9f78a78d802c4 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2005535X2D3httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B9ae202422f3d40de00c9f78a78d802c4 _:Be1a436ab83d2b3285a23ee98a65a366b . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2005535X2D3httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2005535X2D3httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2005535X2D3httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . @@ -34,5 +37,3 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2005535X2D3httpX3AX2FX2FidX2ElocX2EgovX2Fv . . "9/041" . -_:Bab81c31bbb30ecb312dcac082e0ddb74 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2005535X2D3httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bab81c31bbb30ecb312dcac082e0ddb74 . diff --git a/src/test/resources/input/nt/00316/HT003160768.nt b/src/test/resources/input/nt/00316/HT003160768.nt index 2cee050d2..9ade6aaca 100644 --- a/src/test/resources/input/nt/00316/HT003160768.nt +++ b/src/test/resources/input/nt/00316/HT003160768.nt @@ -1,17 +1,15 @@ . "Regierungsbezirk M\u00FCnster, Westfalen" . -_:B4f9e2f4275c40faf12976f64fd2d1ff6 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2019209X2D5httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B4f9e2f4275c40faf12976f64fd2d1ff6 . -_:B4ab093a0a715b7bd8668533c57a35512 . -_:B4ab093a0a715b7bd8668533c57a35512 _:Be0b227726561193509a322d4242e082a . -_:Babf8604df6eaa03b98b8778911ac53eb "http://d-nb.info/gnd/4040613-1, http://d-nb.info/gnd/4034268-2" . -_:Babf8604df6eaa03b98b8778911ac53eb . "19931111" . "20031104" . . . . . +_:B2c1d40daefd4f5bd040dec823e39b4da "M\u00FCnster" . +_:B2c1d40daefd4f5bd040dec823e39b4da "Der Regierungspr\u00E4sident" . +_:B2c1d40daefd4f5bd040dec823e39b4da . +_:B2c1d40daefd4f5bd040dec823e39b4da "1980" . . . . @@ -21,17 +19,23 @@ _:Babf8604df6eaa03b98b8778911ac53eb . . . +_:Bcd0fb9f9ba3daaeacd74843fbef099f5 . +_:Bcd0fb9f9ba3daaeacd74843fbef099f5 _:Bab4fa8b3c088db2c1ca007c113e1c354 . +_:Bab4fa8b3c088db2c1ca007c113e1c354 . +_:Bab4fa8b3c088db2c1ca007c113e1c354 . . "Bezirk M\u00FCnster (Westf)" . . . . . +_:B0250b806e03fef2a2b1c0adbc013dac6 "http://d-nb.info/gnd/4040613-1, http://d-nb.info/gnd/4034268-2" . +_:B0250b806e03fef2a2b1c0adbc013dac6 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2019209X2D5httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2019209X2D5httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2019209X2D5httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Be0b227726561193509a322d4242e082a . -_:Be0b227726561193509a322d4242e082a . +_:B2010486f1fe9921df925bac82e53f16e _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2019209X2D5httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B2010486f1fe9921df925bac82e53f16e . . "Landesplanung" . . @@ -43,29 +47,26 @@ _:Be0b227726561193509a322d4242e082a . "M\u00FCnster (Westf) (Bezirk)" . . - _:B4f9e2f4275c40faf12976f64fd2d1ff6 . . . - _:B4ab093a0a715b7bd8668533c57a35512 . + _:B2c1d40daefd4f5bd040dec823e39b4da . . - "Der Regierungspr\u00E4sident" . . + _:B0250b806e03fef2a2b1c0adbc013dac6 . "M\u00FCnster " . "Gebietsplanung" . "Handwerkskammerbezirk M\u00FCnster (Westf)" . "Regierungsbezirk M\u00FCnster" . "Gebietsentwicklungsplan" . "Bezirk M\u00FCnster (Westf) | Landesplanung (21)" . - "1980 - " . . . - _:Babf8604df6eaa03b98b8778911ac53eb . + _:Bcd0fb9f9ba3daaeacd74843fbef099f5 . "http://d-nb.info/gnd/2019209-5" . - "M\u00FCnster" . . - "M\u00FCnster; Der Regierungspr\u00E4sident; 1980" . . . + _:B2010486f1fe9921df925bac82e53f16e . . . "Landesentwicklungsplanung" . diff --git a/src/test/resources/input/nt/00438/HT004381366.nt b/src/test/resources/input/nt/00438/HT004381366.nt index fbfe63e6c..fd96aa898 100644 --- a/src/test/resources/input/nt/00438/HT004381366.nt +++ b/src/test/resources/input/nt/00438/HT004381366.nt @@ -1,3 +1,7 @@ +_:B070813fa68e4f28c46f66c1cb8704a8b "M\u00FCnster" . +_:B070813fa68e4f28c46f66c1cb8704a8b "Der Regierungspr\u00E4sident" . +_:B070813fa68e4f28c46f66c1cb8704a8b . +_:B070813fa68e4f28c46f66c1cb8704a8b "1986" . . . . @@ -8,20 +12,12 @@ . . "Sep. 10.04.01/55,5" . -_:B54d7311d72e573ea1f3221d8974e8bc4 . -_:B54d7311d72e573ea1f3221d8974e8bc4 _:Bf87f7296a194794964dd1ee898e75341 . . "Bezirk M\u00FCnster (Westf)" . . "M\u00FCnsterland" . -_:B993de5c291763f91f83e4a0696c9e982 . -_:B993de5c291763f91f83e4a0696c9e982 . -_:Bf87f7296a194794964dd1ee898e75341 . -_:Bf87f7296a194794964dd1ee898e75341 _:B4bbe4644d9e46ef19bda40c3152a926f . . "Regierungsbezirk M\u00FCnster, Westfalen" . -_:B4bbe4644d9e46ef19bda40c3152a926f . -_:B4bbe4644d9e46ef19bda40c3152a926f _:B993de5c291763f91f83e4a0696c9e982 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2019209X2D5httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2019209X2D5httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2019209X2D5httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . @@ -36,24 +32,22 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2019209X2D5httpX3AX2FX2FidX2ElocX2EgovX2Fv "Regionaler Raumordnungsplan" . . . - _:B0fa1ef407924462dee1af5f297b05c62 . - _:B6d86bf1073689415923678abde31b25a . + _:B7f04f004e2f4ec9e976e216b5f9bebcb . . - "Der Regierungspr\u00E4sident" . + _:B4eed8bfc4448ff1193c7edcf8e864595 . . + _:B070813fa68e4f28c46f66c1cb8704a8b . "Handwerkskammerbezirk M\u00FCnster (Westf)" . . - "1986" . "M\u00FCnsterland" . - . + _:B4a08f547cd29ea1f0a36ddf2862c16fa . . - . + _:B93315c0a0b64b7fea3f1b888411ad4d3 . "HT004381366" . "Gebietsentwicklungsplan, Tezemu: Teilabschnitt Zentrales M\u00FCnsterland" . - "M\u00FCnster" . "Gebietsplanung" . - _:Bbb6316e8b0469b5e713f548948b37424 . - "M\u00FCnster; Der Regierungspr\u00E4sident; 1986" . + . + . "" . "M\u00FCnster (Westf) (Bezirk)" . "http://d-nb.info/gnd/2019209-5" . @@ -63,11 +57,18 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2019209X2D5httpX3AX2FX2FidX2ElocX2EgovX2Fv "M\u00FCnsterland | Regionalplan | Bezirk M\u00FCnster (Westf) | Landesplanung (21)" . . . - _:B54d7311d72e573ea1f3221d8974e8bc4 . -_:B6d86bf1073689415923678abde31b25a _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2019209X2D5httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B6d86bf1073689415923678abde31b25a . +_:Bb709c5935510c47fc5cb13c7a4c10b61 . +_:Bb709c5935510c47fc5cb13c7a4c10b61 _:B7255ae3b675bcfcb73d869e4f808c148 . +_:B4eed8bfc4448ff1193c7edcf8e864595 "http://d-nb.info/gnd/4040619-2, http://d-nb.info/gnd/4306876-5, http://d-nb.info/gnd/4040613-1, http://d-nb.info/gnd/4034268-2" . +_:B4eed8bfc4448ff1193c7edcf8e864595 . "19921203" . "20010605" . +_:B7255ae3b675bcfcb73d869e4f808c148 . +_:B7255ae3b675bcfcb73d869e4f808c148 _:Ba7d14b698900b9d46e4c3f730992de80 . +_:B4a08f547cd29ea1f0a36ddf2862c16fa _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2019209X2D5httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B4a08f547cd29ea1f0a36ddf2862c16fa . +_:B7f04f004e2f4ec9e976e216b5f9bebcb . +_:B7f04f004e2f4ec9e976e216b5f9bebcb _:Bb709c5935510c47fc5cb13c7a4c10b61 . . . . @@ -80,10 +81,10 @@ _:B6d86bf1073689415923678abde31b25a . . "MG 23990/1-1" . -_:B0fa1ef407924462dee1af5f297b05c62 "http://d-nb.info/gnd/4040619-2, http://d-nb.info/gnd/4306876-5, http://d-nb.info/gnd/4040613-1, http://d-nb.info/gnd/4034268-2" . -_:B0fa1ef407924462dee1af5f297b05c62 . -_:Bbb6316e8b0469b5e713f548948b37424 . -_:Bbb6316e8b0469b5e713f548948b37424 . -_:Bbb6316e8b0469b5e713f548948b37424 "Tezemu" . +_:Ba7d14b698900b9d46e4c3f730992de80 . +_:Ba7d14b698900b9d46e4c3f730992de80 . . "Regionalplan" . +_:B93315c0a0b64b7fea3f1b888411ad4d3 . +_:B93315c0a0b64b7fea3f1b888411ad4d3 . +_:B93315c0a0b64b7fea3f1b888411ad4d3 "Tezemu" . diff --git a/src/test/resources/input/nt/00494/HT004944075.nt b/src/test/resources/input/nt/00494/HT004944075.nt index 9c07eb4a4..bb197552c 100644 --- a/src/test/resources/input/nt/00494/HT004944075.nt +++ b/src/test/resources/input/nt/00494/HT004944075.nt @@ -1,4 +1,6 @@ "19930816" . +_:B35d7cfa34efe3f2ed31fbefe72fcae38 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2023669X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B35d7cfa34efe3f2ed31fbefe72fcae38 . "United Nations" . "ECE" . "Economic Commission for Europe" . @@ -19,10 +21,6 @@ . . "ZRC828-43" . -_:B0a177bd77cdff7c43d84a75671bcad52 . -_:B0a177bd77cdff7c43d84a75671bcad52 . -_:B0a177bd77cdff7c43d84a75671bcad52 "43" . - "UN" . . . . @@ -30,10 +28,10 @@ _:B0a177bd77cdff7c43d84a75671bcad52 "43" . "Annual bulletin of transport statistics for Europe and North America, 43" . . "HT004944075" . + _:B35d7cfa34efe3f2ed31fbefe72fcae38 . "http://d-nb.info/gnd/2023669-4" . + _:Ba4d7d3b292520f5fb661ac33f369cfc4 . . - _:B0a177bd77cdff7c43d84a75671bcad52 . - _:B2beffc9ea9a3c650ca36158dfc4d2af4 . "9789210162760" . . . @@ -43,14 +41,18 @@ _:B0a177bd77cdff7c43d84a75671bcad52 "43" . "43" . . "43. 1993" . + _:B4c2447acd22b76692a30cfe5441eed95 . "9210162765" . . - "Gen\u00E8ve [u.a.]" . . - "Gen\u00E8ve [u.a.]; UN; 43. 1993" . . -_:B2beffc9ea9a3c650ca36158dfc4d2af4 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2023669X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B2beffc9ea9a3c650ca36158dfc4d2af4 . +_:Ba4d7d3b292520f5fb661ac33f369cfc4 . +_:Ba4d7d3b292520f5fb661ac33f369cfc4 . +_:Ba4d7d3b292520f5fb661ac33f369cfc4 "43" . +_:B4c2447acd22b76692a30cfe5441eed95 "Gen\u00E8ve [u.a.]" . +_:B4c2447acd22b76692a30cfe5441eed95 "UN" . +_:B4c2447acd22b76692a30cfe5441eed95 . +_:B4c2447acd22b76692a30cfe5441eed95 "43. 1993" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2023669X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2023669X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2023669X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . diff --git a/src/test/resources/input/nt/00507/HT005077920.nt b/src/test/resources/input/nt/00507/HT005077920.nt new file mode 100644 index 000000000..3799ae98e --- /dev/null +++ b/src/test/resources/input/nt/00507/HT005077920.nt @@ -0,0 +1,72 @@ +_:Bd4045f88a5df304bc393095a7db4c0cc . +_:Bd4045f88a5df304bc393095a7db4c0cc _:Bfba39523f2ed742d0c2d7228b746466c . +_:B4d30e2de3993109fabf50f02520ca20e "http://d-nb.info/gnd/4059205-4, http://d-nb.info/gnd/4020517-4, http://d-nb.info/gnd/4067488-5" . +_:B4d30e2de3993109fabf50f02520ca20e _:B436e54c132be0a7658ca8abec06b74b7 . +_:B6cb65fafaf30b694a50b6927e5034aea . +_:B6cb65fafaf30b694a50b6927e5034aea _:Bae215022ed868f29ead3e9ed4f7164a2 . + "19991118" . + "20161122" . +_:BZeitschrift "Zeitschrift" . +_:BZeitschrift . + "Periodikum" . + . + "Ortsgeschichte" . + "HITEE" . + "07341512" . + "HT ; an international journal" . + . + . + _:B6cb65fafaf30b694a50b6927e5034aea . + "HT005077920" . + "Repr.: Germantown, NY : Periodical Service Co." . + "Zeitschriften" . + . + "Technik | Geschichte | Zeitschrift" . + . + "Hist Technol" . + . + "Regionalgeschichte" . + . + . + "Industrielle Technik" . + "Zeitgeschichte" . + . + _:B1d8f25df3b21136e86e39645a90bd518 . + . + "47030-2" . + "History and technology" . + "HITEEB" . + _:B4d30e2de3993109fabf50f02520ca20e . + "Landesgeschichte" . +_:Bdc99ca1d3e2782ba2d97f6a236b97151 _:BGeschichte . +_:Bdc99ca1d3e2782ba2d97f6a236b97151 _:B71f93a7799b6caacf8e26e2763228616 . +_:B71f93a7799b6caacf8e26e2763228616 _:BZeitschrift . +_:B71f93a7799b6caacf8e26e2763228616 . + . + "Technik" . + . + "Geschichte" . +_:B436e54c132be0a7658ca8abec06b74b7 "http://d-nb.info/gnd/4059205-4, Geschichte, Zeitschrift" . +_:B436e54c132be0a7658ca8abec06b74b7 . + . + "Zeitschrift" . + . + . + . + . + "14 CA000 H870" . +_:Bae215022ed868f29ead3e9ed4f7164a2 . +_:Bae215022ed868f29ead3e9ed4f7164a2 _:Bd4045f88a5df304bc393095a7db4c0cc . +_:BGeschichte "Geschichte" . +_:BGeschichte . +_:B1d8f25df3b21136e86e39645a90bd518 "Abingdon" . +_:B1d8f25df3b21136e86e39645a90bd518 "Routledge, Taylor & Francis Group" . +_:B1d8f25df3b21136e86e39645a90bd518 . +_:B1d8f25df3b21136e86e39645a90bd518 "1983" . + . + . + . + . + "Z 1023" . +_:Bfba39523f2ed742d0c2d7228b746466c . +_:Bfba39523f2ed742d0c2d7228b746466c _:Bdc99ca1d3e2782ba2d97f6a236b97151 . diff --git a/src/test/resources/input/nt/00626/HT006266886.nt b/src/test/resources/input/nt/00626/HT006266886.nt index e3432d6dc..4befc674e 100644 --- a/src/test/resources/input/nt/00626/HT006266886.nt +++ b/src/test/resources/input/nt/00626/HT006266886.nt @@ -4,8 +4,6 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F120454874httpX3AX2FX2FidX2ElocX2EgovX2Fvoc _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F143102893httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F143102893httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F143102893httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:Bb438001941044178599e4dd1daebef04 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118657496httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bb438001941044178599e4dd1daebef04 _:B99ab9ad316c661463d9c0073bc7902fb . . . . @@ -16,60 +14,63 @@ _:Bb438001941044178599e4dd1daebef04 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118657496httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118657496httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B118dae000973fd4c415b9e92b929f88d _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141649429httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:B118dae000973fd4c415b9e92b929f88d _:Bf66e9691999b9d759a1927c0045a9247 . +_:B9b21d0b2fef6aca7d0566251da2b9306 "Segrate (Milano)" . +_:B9b21d0b2fef6aca7d0566251da2b9306 "Mondadori Video" . +_:B9b21d0b2fef6aca7d0566251da2b9306 . +_:B9b21d0b2fef6aca7d0566251da2b9306 "1992" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141649429httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141649429httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141649429httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . +_:B5a47cdffadeb486d21819d6659b4f7f1 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118677942httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fdrt . +_:B5a47cdffadeb486d21819d6659b4f7f1 _:Bf4ab617d7cee8aef8c6e725b7a39a505 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118677942httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fdrt . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118677942httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fdrt . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118677942httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fdrt . -_:Bed0968aa92012fa580fc53e1cbc97f0c _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141618302httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:Bed0968aa92012fa580fc53e1cbc97f0c _:B118dae000973fd4c415b9e92b929f88d . . "Sanda, Dominique" . "Varaigne, Dominique" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141618302httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141618302httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141618302httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:Bf66e9691999b9d759a1927c0045a9247 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F120454874httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:Bf66e9691999b9d759a1927c0045a9247 . -_:B90114e3ab5d3667c6c8c29824052d8a5 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118677942httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fdrt . -_:B90114e3ab5d3667c6c8c29824052d8a5 _:Bb438001941044178599e4dd1daebef04 . . "Berger, Helmut" . "Steinberger, Helmut" . -_:B99ab9ad316c661463d9c0073bc7902fb _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F143102893httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . -_:B99ab9ad316c661463d9c0073bc7902fb _:Bed0968aa92012fa580fc53e1cbc97f0c . "19981218" . "20021108" . . "De Sica, Vittorio" . "Sica, Vittorio de" . "DeSica, Vittorio" . - "Segrate (Milano)" . "1 Videokassette (VHS, 93 Min.) : farb." . - . + _:B9b21d0b2fef6aca7d0566251da2b9306 . . + . . - _:B90114e3ab5d3667c6c8c29824052d8a5 . "HT006266886" . . . - "Mondadori Video" . - "1992" . - . . + . "Finzi Contini" . "http://d-nb.info/gnd/118677942 | http://d-nb.info/gnd/118657496 | http://d-nb.info/gnd/143102893 | http://d-nb.info/gnd/141618302 | http://d-nb.info/gnd/141649429 | http://d-nb.info/gnd/120454874" . - "Segrate (Milano); Mondadori Video; 1992" . . "Il giardino dei Finzi-Contini" . "Regia: Vittorio DeSica. Interpreti: Dominique Sanda ; Lino Capolicchio ; Fabio Testi ; Helmut Berger" . . + _:B5a47cdffadeb486d21819d6659b4f7f1 . . "Bassani, Giorgio" . "Marchi, Giacomo" . "Basani, G'org'o" . +_:Ba821701b65a758599bbf0bc6145f2c15 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F120454874httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . +_:Ba821701b65a758599bbf0bc6145f2c15 . . "Capolicchio, Lino" . +_:Bf4ab617d7cee8aef8c6e725b7a39a505 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118657496httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:Bf4ab617d7cee8aef8c6e725b7a39a505 _:B2c2ae97916d193fe5cc21ea81ebb3a84 . +_:B4c7aaba3e984b15e54612cd8bc458f5c _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141618302httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . +_:B4c7aaba3e984b15e54612cd8bc458f5c _:Bef9748e66df522569e76b5be83a4881b . +_:Bef9748e66df522569e76b5be83a4881b _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F141649429httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . +_:Bef9748e66df522569e76b5be83a4881b _:Ba821701b65a758599bbf0bc6145f2c15 . +_:B2c2ae97916d193fe5cc21ea81ebb3a84 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F143102893httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fact . +_:B2c2ae97916d193fe5cc21ea81ebb3a84 _:B4c7aaba3e984b15e54612cd8bc458f5c . diff --git a/src/test/resources/input/nt/00971/HT009719670.nt b/src/test/resources/input/nt/00971/HT009719670.nt index 147aac465..4321ee48e 100644 --- a/src/test/resources/input/nt/00971/HT009719670.nt +++ b/src/test/resources/input/nt/00971/HT009719670.nt @@ -1,5 +1,7 @@ -_:Bf012961607919b14e9d1d7c286918bab _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F172026644httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bf012961607919b14e9d1d7c286918bab _:Ba1a15018f0bb6ac21880aa88507790f2 . +_:B6beaf45da6b5de35a93ac1f472bd6a6b _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F133991210httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B6beaf45da6b5de35a93ac1f472bd6a6b _:B90d44d0e353a6ee028bf69daf7b0c132 . +_:B3092074806583640db53fac7d0f665f7 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F172026644httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B3092074806583640db53fac7d0f665f7 _:B6beaf45da6b5de35a93ac1f472bd6a6b . . "Courtillon, Janine" . "Courtillon, J." . @@ -15,31 +17,27 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F133991210httpX3AX2FX2FidX2ElocX2EgovX2Fvoc "Salins, Genevi\u00E8ve-Dominique de" . "Salins, G. D. de" . . - "Hatier/Didier" . . + _:B4dfac3fc6dd8662484a72a45417f8542 . . "http://d-nb.info/gnd/172026644 | http://d-nb.info/gnd/133991210 | http://d-nb.info/gnd/11860225X" . . - _:Bf012961607919b14e9d1d7c286918bab . "s\u00E9lectionn\u00E9s par Janine Courtillon et Genevi\u00E8ve-Dominique de Salins" . "Erschienen: 1 - 2, jeweils Videokass. u. Begleith." . "HT009719670" . - "Paris; Hatier/Didier" . "Le cin\u00E9ma de la vie" . . . + _:B3092074806583640db53fac7d0f665f7 . . . - "Paris" . . "extraits de films de Eric Rohmer" . -_:Ba1a15018f0bb6ac21880aa88507790f2 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F133991210httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Ba1a15018f0bb6ac21880aa88507790f2 _:B21e221509d842843b2c9c87f58ef5846 . +_:B90d44d0e353a6ee028bf69daf7b0c132 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11860225XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B90d44d0e353a6ee028bf69daf7b0c132 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11860225XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11860225XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11860225XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B21e221509d842843b2c9c87f58ef5846 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11860225XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B21e221509d842843b2c9c87f58ef5846 . . "Rohmer, Eric" . "Scherer, Maurice Jean-Marie" . @@ -53,3 +51,6 @@ _:B21e221509d842843b2c9c87f58ef5846 . . . +_:B4dfac3fc6dd8662484a72a45417f8542 "Paris" . +_:B4dfac3fc6dd8662484a72a45417f8542 "Hatier/Didier" . +_:B4dfac3fc6dd8662484a72a45417f8542 . diff --git a/src/test/resources/input/nt/01066/HT010662586.nt b/src/test/resources/input/nt/01066/HT010662586.nt index 02e6e82fa..8a654a84e 100644 --- a/src/test/resources/input/nt/01066/HT010662586.nt +++ b/src/test/resources/input/nt/01066/HT010662586.nt @@ -1,6 +1,12 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118839055httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118839055httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118839055httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B083c3552ea53b2ead8fd477cc3347a54 "[S.l.]" . +_:B083c3552ea53b2ead8fd477cc3347a54 "Leicester Univ. Pr." . +_:B083c3552ea53b2ead8fd477cc3347a54 . +_:B083c3552ea53b2ead8fd477cc3347a54 "1957" . +_:B00668c855e08172a3b8a1721bca757df _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118839055httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B00668c855e08172a3b8a1721bca757df . . "Wedgwood, Cicely V." . "Wedgwood, Veronica" . @@ -13,21 +19,16 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118839055httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . "19990818" . "23 p." . - _:B2982d0b9c8138334900572f045d4e7ea . - "[S.l.]; Leicester Univ. Pr.; 1957" . . + _:B00668c855e08172a3b8a1721bca757df . "http://d-nb.info/gnd/118839055" . . - "[S.l.]" . . . "The Common man in the great Civil War" . "HT010662586" . - "Leicester Univ. Pr." . - "1957" . . . "by C[icely] V[eronica] Wedgwood" . . -_:B2982d0b9c8138334900572f045d4e7ea _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118839055httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B2982d0b9c8138334900572f045d4e7ea . + _:B083c3552ea53b2ead8fd477cc3347a54 . diff --git a/src/test/resources/input/nt/01072/HT010726584.nt b/src/test/resources/input/nt/01072/HT010726584.nt index 1999d912d..f1423c0a5 100644 --- a/src/test/resources/input/nt/01072/HT010726584.nt +++ b/src/test/resources/input/nt/01072/HT010726584.nt @@ -1,3 +1,5 @@ +_:B30dd63a9e708bceea96e683ae181eb60 . +_:B30dd63a9e708bceea96e683ae181eb60 . . . . @@ -18,8 +20,6 @@ . . . -_:Bad40e9d89c4326335c427f02a3befea4 . -_:Bad40e9d89c4326335c427f02a3befea4 _:B4cf855b0483597f346fc364543ab2583 . . . . @@ -44,8 +44,6 @@ _:Bad40e9d89c4326335c427f02a3befea4 . . . -_:B4cf855b0483597f346fc364543ab2583 . -_:B4cf855b0483597f346fc364543ab2583 . . . . @@ -60,6 +58,10 @@ _:B4cf855b0483597f346fc364543ab2583 . . . +_:B28e99c48f28acf0110f85a36437a16e1 "[S.l.]" . +_:B28e99c48f28acf0110f85a36437a16e1 "American Institute of Physics" . +_:B28e99c48f28acf0110f85a36437a16e1 . +_:B28e99c48f28acf0110f85a36437a16e1 "1994" . . . . @@ -90,6 +92,8 @@ _:B4cf855b0483597f346fc364543ab2583 . . . +_:Bc3f28b12bb0bfae28b8b1fdeea7d16f7 . +_:Bc3f28b12bb0bfae28b8b1fdeea7d16f7 _:Bbcd529f9b8bd1de4fe218e6c60d6ba63 . . . . @@ -110,20 +114,20 @@ _:B4cf855b0483597f346fc364543ab2583 . . "Plasmaphysik | Zeitschrift | Online-Publikation" . + _:B9faa2bbf8d9ba5f85ed86afe0eb30c97 . "Netzpublikation" . "devoted to original contributions to and reviews of the physics of plasmas, including magnetofluid mechanics, kinetic theory and statistical mechanics of fully and partially ionized gases" . . "HT010726584" . . - _:B223cf57380a68e6bc435f9648e4fe0b7 . . . - _:B170c4cc29b3f4b0c1a5e16de7b32ea08 . . . . . . + _:B28e99c48f28acf0110f85a36437a16e1 . . . "Online-Datenbank (Formschlagwort)" . @@ -146,16 +150,13 @@ _:B4cf855b0483597f346fc364543ab2583 "Online-Ressource" . . . - "1994 - " . . . . - "[S.l.]" . . - "American Institute of Physics" . . - "[S.l.]; American Institute of Physics; 1994" . . + _:Bc3f28b12bb0bfae28b8b1fdeea7d16f7 . . . . @@ -164,12 +165,12 @@ _:B4cf855b0483597f346fc364543ab2583 . . "PHPAEN" . -_:B170c4cc29b3f4b0c1a5e16de7b32ea08 "http://d-nb.info/gnd/4046259-6, http://d-nb.info/gnd/4067488-5, http://d-nb.info/gnd/4511937-5" . -_:B170c4cc29b3f4b0c1a5e16de7b32ea08 . . . . . +_:B9faa2bbf8d9ba5f85ed86afe0eb30c97 "http://d-nb.info/gnd/4046259-6, http://d-nb.info/gnd/4067488-5, http://d-nb.info/gnd/4511937-5" . +_:B9faa2bbf8d9ba5f85ed86afe0eb30c97 . . . . @@ -210,8 +211,8 @@ _:B170c4cc29b3f4b0c1a5e16de7b32ea08 . . . -_:B223cf57380a68e6bc435f9648e4fe0b7 . -_:B223cf57380a68e6bc435f9648e4fe0b7 _:Bad40e9d89c4326335c427f02a3befea4 . +_:Bbcd529f9b8bd1de4fe218e6c60d6ba63 . +_:Bbcd529f9b8bd1de4fe218e6c60d6ba63 _:B30dd63a9e708bceea96e683ae181eb60 . . . . diff --git a/src/test/resources/input/nt/01223/HT012237361.nt b/src/test/resources/input/nt/01223/HT012237361.nt index 45ed8e53f..91a54e4f0 100644 --- a/src/test/resources/input/nt/01223/HT012237361.nt +++ b/src/test/resources/input/nt/01223/HT012237361.nt @@ -1,7 +1,7 @@ +_:Bc8183f9ddbc05e75bc69c50ac9096005 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F36467X2D8httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Bc8183f9ddbc05e75bc69c50ac9096005 . "19991120" . "20080109" . -_:B219448dd71ac4430d11882aed54bcb38 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F36467X2D8httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B219448dd71ac4430d11882aed54bcb38 . . . . @@ -11,24 +11,26 @@ _:B219448dd71ac4430d11882aed54bcb38 "Rheinland-Pfalz. Statistisches Landesamt" . "Statistisches Landesamt" . "Statistisches Landesamt Rheinland-Pfalz" . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F36467X2D8httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F36467X2D8httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F36467X2D8httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B4fda9c8f6cc60afcccab9dcb79f1af59 "Bad Ems" . +_:B4fda9c8f6cc60afcccab9dcb79f1af59 "Statist. Landesamt" . +_:B4fda9c8f6cc60afcccab9dcb79f1af59 . +_:B4fda9c8f6cc60afcccab9dcb79f1af59 "1975" . +_:B4fda9c8f6cc60afcccab9dcb79f1af59 "1975" . "Statistische Berichte des Statistischen Landesamtes Rheinland-Pfalz / L / 4 / 6" . . . . "590016-5" . "http://d-nb.info/gnd/36467-8" . - "Bad Ems" . - "Statist. Landesamt" . + _:B4fda9c8f6cc60afcccab9dcb79f1af59 . . . "Statistische Berichte des Statistischen Landesamtes Rheinland-Pfalz" . "HT012237361" . - "Bad Ems; Statist. Landesamt; 1975" . - "1975 - 1975" . + _:Bc8183f9ddbc05e75bc69c50ac9096005 . . - _:B219448dd71ac4430d11882aed54bcb38 . . . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F36467X2D8httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F36467X2D8httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F36467X2D8httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . diff --git a/src/test/resources/input/nt/01289/HT012895751.nt b/src/test/resources/input/nt/01289/HT012895751.nt index cbbf91de3..594c6db8d 100644 --- a/src/test/resources/input/nt/01289/HT012895751.nt +++ b/src/test/resources/input/nt/01289/HT012895751.nt @@ -1,49 +1,50 @@ -_:B210b3be9ca253ce4dc914f76acc681ac . -_:B210b3be9ca253ce4dc914f76acc681ac _:Bedb454e7646a2a30904efb46d9845283 . -_:B17580a4ed6f4a941bafc9610379b8f33 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2037247X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B17580a4ed6f4a941bafc9610379b8f33 . +_:B14daf08278dfb5352085cb7e6586b3e0 "http://d-nb.info/gnd/4037117-7, http://d-nb.info/gnd/4127794-6" . +_:B14daf08278dfb5352085cb7e6586b3e0 . +_:B1aa1268a8e497ce243f64ef9dfa6bdd7 . +_:B1aa1268a8e497ce243f64ef9dfa6bdd7 . . "Main-Kinzig-Kreis" . +_:Bfd7d6d54a55cd3e4933b693cabb1eefd _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2037247X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Bfd7d6d54a55cd3e4933b693cabb1eefd . . . . . "C2001A/13" . -_:B50c83c692cda1d78c90e78d3fcd5c734 "http://d-nb.info/gnd/4037117-7, http://d-nb.info/gnd/4127794-6" . -_:B50c83c692cda1d78c90e78d3fcd5c734 . +_:B6e7cdc5b5c1e3878d238ce8758563982 . +_:B6e7cdc5b5c1e3878d238ce8758563982 _:B1aa1268a8e497ce243f64ef9dfa6bdd7 . +_:B5104e75d44686e6886c0c446838548a9 "Bad Kreuznach" . +_:B5104e75d44686e6886c0c446838548a9 "FORM-Medien-Verl.-Ges." . +_:B5104e75d44686e6886c0c446838548a9 . +_:B5104e75d44686e6886c0c446838548a9 "2000" . . "Main-Kinzig-Kreis" . "20010111" . "20010312" . - "Bad Kreuznach; FORM-Medien-Verl.-Ges.; 2000" . + _:B14daf08278dfb5352085cb7e6586b3e0 . . "76 S. : zahlr. Ill." . - "Bad Kreuznach" . + _:B5104e75d44686e6886c0c446838548a9 . . . "http://d-nb.info/gnd/2037247-4" . . - _:B50c83c692cda1d78c90e78d3fcd5c734 . "Informationen f\u00FCr B\u00FCrger, Neub\u00FCrger & G\u00E4ste" . - _:B210b3be9ca253ce4dc914f76acc681ac . . "Heimatforschung" . - "FORM-Medien-Verl.-Ges." . . - _:B17580a4ed6f4a941bafc9610379b8f33 . "HT012895751" . + _:Bfd7d6d54a55cd3e4933b693cabb1eefd . . + _:B6e7cdc5b5c1e3878d238ce8758563982 . . . "Heimatgeschichte" . "Mainz-Kinzig-Kreis" . - "2000" . . "Main-Kinzig-Kreis | Heimatkunde" . . "Heimatkunde" . -_:Bedb454e7646a2a30904efb46d9845283 . -_:Bedb454e7646a2a30904efb46d9845283 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2037247X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2037247X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2037247X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . diff --git a/src/test/resources/input/nt/01292/HT012926727.nt b/src/test/resources/input/nt/01292/HT012926727.nt index b3bf0b33c..d9782f6ad 100644 --- a/src/test/resources/input/nt/01292/HT012926727.nt +++ b/src/test/resources/input/nt/01292/HT012926727.nt @@ -3,6 +3,8 @@ . . "3H 62052" . +_:B06a1b4780e005e09c76984afd0f3b372 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1031919368httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B06a1b4780e005e09c76984afd0f3b372 . . . . @@ -17,8 +19,6 @@ . . "E/ZB-Wgm32 20:2B" . -_:Bbd0bc9b7bdfab5f905c4bd92b080bfa7 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1031919368httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Bbd0bc9b7bdfab5f905c4bd92b080bfa7 . . . . @@ -29,6 +29,8 @@ _:Bbd0bc9b7bdfab5f905c4bd92b080bfa7 . . "81PUM5023(2)" . +_:Bb893bf21ef3db0472e1e75baa28d326d . +_:Bb893bf21ef3db0472e1e75baa28d326d . . . . @@ -59,8 +61,6 @@ _:Bbd0bc9b7bdfab5f905c4bd92b080bfa7 . . "AR/G 2003 6306(2)" . -_:B533987bb839e812fdda5be0227d63122 . -_:B533987bb839e812fdda5be0227d63122 _:Bd955faba354d7272e7bf0056e806b7b5 . . . . @@ -109,8 +109,6 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1031919368httpX3AX2FX2FidX2ElocX2EgovX2Fvo . . "00/XYG3(2)+4" . -_:Bd955faba354d7272e7bf0056e806b7b5 . -_:Bd955faba354d7272e7bf0056e806b7b5 . . . . @@ -126,13 +124,15 @@ _:Bd955faba354d7272e7bf0056e806b7b5 . . "XYF Muel" . +_:B6b69e15ab7ff54bf4e97fe42862785ab "Berlin [u.a.]" . +_:B6b69e15ab7ff54bf4e97fe42862785ab "Springer" . +_:B6b69e15ab7ff54bf4e97fe42862785ab . +_:B6b69e15ab7ff54bf4e97fe42862785ab "2001" . . . . . "00/XYG3(2)+2" . -_:B231e2d03ea3053938ea6c8050e0b4000 "http://d-nb.info/gnd/4011882-4, http://d-nb.info/gnd/4014228-0" . -_:B231e2d03ea3053938ea6c8050e0b4000 . . . . @@ -153,6 +153,8 @@ _:B231e2d03ea3053938ea6c8050e0b4000 . . "WQB20673:2" . +_:B92c5fd977682afd189f556809db582b6 . +_:B92c5fd977682afd189f556809db582b6 _:Bb893bf21ef3db0472e1e75baa28d326d . . . . @@ -179,7 +181,6 @@ _:B231e2d03ea3053938ea6c8050e0b4000 "20130305" . "BRD (1990-)" . "Elektrischer Strom / Energiewirtschaft" . - _:B533987bb839e812fdda5be0227d63122 . "Deutscher Bund" . . . @@ -189,8 +190,8 @@ _:B231e2d03ea3053938ea6c8050e0b4000 "Republic of Germany (Deutschland)" . . . - _:B231e2d03ea3053938ea6c8050e0b4000 . . + _:B06a1b4780e005e09c76984afd0f3b372 . "Deutsches Reich" . . "Deutschland (Bundesrepublik, 1990-)" . @@ -208,12 +209,11 @@ _:B231e2d03ea3053938ea6c8050e0b4000 . . "Deyizhi-Lianbang-Gongheguo" . - "2001" . - "Berlin [u.a.]; Springer; 2001" . . . "Handbuch der Elektrizit\u00E4tswirtschaft" . . + _:B6b69e15ab7ff54bf4e97fe42862785ab . . . . @@ -234,6 +234,8 @@ _:B231e2d03ea3053938ea6c8050e0b4000 . "Niemcy" . . + _:B92c5fd977682afd189f556809db582b6 . + _:Be9f1f785f19282318fd83a6c915c8f1c . . "2. Aufl." . "Leonhard M\u00FCller" . @@ -250,18 +252,15 @@ _:B231e2d03ea3053938ea6c8050e0b4000 "9783540676379" . "Germany (Deutschland)" . . - "Springer" . . "http://d-nb.info/gnd/1031919368" . "Heiliges R\u00F6misches Reich" . . . "Federativnaja Respublika Germanija" . - _:Bbd0bc9b7bdfab5f905c4bd92b080bfa7 . . . "Deutschland | Elektrizit\u00E4tswirtschaft (21)" . - "Berlin [u.a.]" . "Elektrizit\u00E4t / Energiewirtschaft" . "FRG" . . @@ -292,3 +291,5 @@ _:B231e2d03ea3053938ea6c8050e0b4000 . . "G IV a 132" . +_:Be9f1f785f19282318fd83a6c915c8f1c "http://d-nb.info/gnd/4011882-4, http://d-nb.info/gnd/4014228-0" . +_:Be9f1f785f19282318fd83a6c915c8f1c . diff --git a/src/test/resources/input/nt/01307/HT013077595.nt b/src/test/resources/input/nt/01307/HT013077595.nt index aebb55321..109539c83 100644 --- a/src/test/resources/input/nt/01307/HT013077595.nt +++ b/src/test/resources/input/nt/01307/HT013077595.nt @@ -1,11 +1,7 @@ -_:Bc4c66f90717717cb7298fad10ca81394 . -_:Bc4c66f90717717cb7298fad10ca81394 _:B2362626f34f8e205c6f4b88b7fe20b6d . -_:B78b7bcd1cf1643e00d127d3dbc2f18e9 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11079267XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B78b7bcd1cf1643e00d127d3dbc2f18e9 _:B8d243c7529dc3144a5f51fbec30f0f8f . +_:Bc9849b6dfd17975fc0796b12ba9428a3 . +_:Bc9849b6dfd17975fc0796b12ba9428a3 _:B7a30bd56522a9513063b49e1298ed681 . _:BLehrmittel "Lehrmittel" . _:BLehrmittel . -_:B2362626f34f8e205c6f4b88b7fe20b6d . -_:B2362626f34f8e205c6f4b88b7fe20b6d _:B698e7de8cdad9f45936fed0de2bc2abb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128755X2D2httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128755X2D2httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128755X2D2httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . @@ -14,14 +10,20 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128755X2D2httpX3AX2FX2FidX2ElocX2EgovX2Fvo . . "AA 12514" . +_:B4f043f06019339f4a396b4314389e47a _:BLehrmittel . +_:B4f043f06019339f4a396b4314389e47a _:Bc9849b6dfd17975fc0796b12ba9428a3 . +_:B6b54a6b941dee6e9bde4179948b0d71b "Coesfeld" . +_:B6b54a6b941dee6e9bde4179948b0d71b "2000" . . "Coesfeld. Pressestelle" . "Coesfeld. Stadtdirektor" . + _:B68d8248085c095a64fe71b60078b6780 . . + _:B5c20b8cf1d46640da086eb89855c776b . . . "Kreis Coesfeld | Heimatkundeunterricht | Lehrmittel (213)" . - _:Bed23b78ae750e27346813606d064494b . + _:B5c82730ab23fdbb5406d468b1dd4bee5 . "Kreis Coesfeld. Landrat" . "Kirsten Balke. [Hrsg.: Kreisheimatverein Coesfeld e.V. Red.: Hans-Peter Boer ...]" . "Coesfeld | Heimatkundeunterricht | Lehrmittel (213)" . @@ -29,15 +31,12 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128755X2D2httpX3AX2FX2FidX2ElocX2EgovX2Fvo "http://d-nb.info/gnd/11079267X | http://d-nb.info/gnd/109490312 | http://d-nb.info/gnd/128755-2" . "Heimatkunde / Didaktik" . "VII, 119 S. : Ill., graph. Darst., Kt." . - "Coesfeld" . - _:B78b7bcd1cf1643e00d127d3dbc2f18e9 . "Heimatkunde (Unterricht)" . "Stadtdirektor (Coesfeld)" . . . "Kreis Coesfeld. Oberkreisdirektor" . "Heimatkundedidaktik" . - "Coesfeld; 2000" . "Oberkreisdirektor (Kreis Coesfeld)" . "Landkreis Coesfeld" . . @@ -45,6 +44,7 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128755X2D2httpX3AX2FX2FidX2ElocX2EgovX2Fvo . . . + _:B6b54a6b941dee6e9bde4179948b0d71b . "Landrat (Kreis Coesfeld)" . . "Kreis Coesfeld. Hauptamt" . @@ -54,11 +54,9 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128755X2D2httpX3AX2FX2FidX2ElocX2EgovX2Fvo "Kreistag (Kreis Coesfeld)" . "Hauptamt (Kreis Coesfeld)" . "Kreis Coesfeld. Kreistag" . - _:Bc4c66f90717717cb7298fad10ca81394 . "Kreis Coesfeld. Kreisverwaltung" . "Kreisverwaltung (Kreis Coesfeld)" . "Kosfel'd" . - "2000" . "Pressestelle (Coesfeld)" . "Stadt Coesfeld" . "Hauptamt (Coesfeld)" . @@ -69,10 +67,12 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128755X2D2httpX3AX2FX2FidX2ElocX2EgovX2Fvo _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109490312httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fred . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109490312httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fred . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109490312httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fred . -_:Beddfbed05e29f3461602a037eb7503a8 . -_:Beddfbed05e29f3461602a037eb7503a8 _:B7b7e54f12e9de4b26d6759baaff9c4c7 . . "Balke, Kirsten" . +_:B7a30bd56522a9513063b49e1298ed681 . +_:B7a30bd56522a9513063b49e1298ed681 _:Bd754e8d902a9025e4808c6ff45dd3110 . +_:B5c82730ab23fdbb5406d468b1dd4bee5 "http://d-nb.info/gnd/4010355-9, http://d-nb.info/gnd/4024116-6, Lehrmittel" . +_:B5c82730ab23fdbb5406d468b1dd4bee5 _:B14b6eb94dcd9bae0b98e782569e8732d . . . . @@ -85,31 +85,31 @@ _:Beddfbed05e29f3461602a037eb7503a8 "2J 1468" . . "Coesfeld" . -_:Bed23b78ae750e27346813606d064494b "http://d-nb.info/gnd/4010355-9, http://d-nb.info/gnd/4024116-6, Lehrmittel" . -_:Bed23b78ae750e27346813606d064494b _:Bd0e0817b334a071f4696f355112b9426 . -_:B71e5ab12991d70dc3e1efb24366ff9bf . -_:B71e5ab12991d70dc3e1efb24366ff9bf _:Beddfbed05e29f3461602a037eb7503a8 . +_:B68d8248085c095a64fe71b60078b6780 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11079267XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B68d8248085c095a64fe71b60078b6780 _:B0406f1dffc2da5ab0ff3227b1856a564 . +_:B2ad321c307d775da6640ff078f8ef13b _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128755X2D2httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B2ad321c307d775da6640ff078f8ef13b . . "Heimatkundeunterricht" . +_:Bd754e8d902a9025e4808c6ff45dd3110 _:BLehrmittel . +_:Bd754e8d902a9025e4808c6ff45dd3110 . . "Boer, Hans-Peter" . "Boer, Hans Peter" . "Kreisheimatverein (Coesfeld)" . . -_:B7b7e54f12e9de4b26d6759baaff9c4c7 _:BLehrmittel . -_:B7b7e54f12e9de4b26d6759baaff9c4c7 . -_:Bd0e0817b334a071f4696f355112b9426 "http://d-nb.info/gnd/4010356-0, http://d-nb.info/gnd/4024116-6, Lehrmittel" . -_:Bd0e0817b334a071f4696f355112b9426 . -_:B8d243c7529dc3144a5f51fbec30f0f8f _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109490312httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fred . -_:B8d243c7529dc3144a5f51fbec30f0f8f _:Bcf3b8958177a7319724bc45700f6d1ce . - . - "Kreis Coesfeld" . "20010705" . "20011113" . + . + "Kreis Coesfeld" . +_:B14b6eb94dcd9bae0b98e782569e8732d "http://d-nb.info/gnd/4010356-0, http://d-nb.info/gnd/4024116-6, Lehrmittel" . +_:B14b6eb94dcd9bae0b98e782569e8732d . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11079267XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11079267XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11079267XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B698e7de8cdad9f45936fed0de2bc2abb _:BLehrmittel . -_:B698e7de8cdad9f45936fed0de2bc2abb _:B71e5ab12991d70dc3e1efb24366ff9bf . -_:Bcf3b8958177a7319724bc45700f6d1ce _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128755X2D2httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bcf3b8958177a7319724bc45700f6d1ce . +_:B5c20b8cf1d46640da086eb89855c776b . +_:B5c20b8cf1d46640da086eb89855c776b _:B68661017bb4070ebd71aef01dfdfba7f . +_:B68661017bb4070ebd71aef01dfdfba7f . +_:B68661017bb4070ebd71aef01dfdfba7f _:B4f043f06019339f4a396b4314389e47a . +_:B0406f1dffc2da5ab0ff3227b1856a564 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109490312httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fred . +_:B0406f1dffc2da5ab0ff3227b1856a564 _:B2ad321c307d775da6640ff078f8ef13b . diff --git a/src/test/resources/input/nt/01330/HT013304490.nt b/src/test/resources/input/nt/01330/HT013304490.nt index 21246650e..0bbe7293c 100644 --- a/src/test/resources/input/nt/01330/HT013304490.nt +++ b/src/test/resources/input/nt/01330/HT013304490.nt @@ -1,43 +1,39 @@ +_:Bb633b5a46be32a9a054d97416f64513d . +_:Bb633b5a46be32a9a054d97416f64513d _:Bfffdfd66c92b242ad42160a6af0f0004 . . "Zeitschrift" . +_:Bf8d23454fd3bdc7b78e91aee3958c8eb "Ulm" . +_:Bf8d23454fd3bdc7b78e91aee3958c8eb "Ebner" . +_:Bf8d23454fd3bdc7b78e91aee3958c8eb . +_:Bf8d23454fd3bdc7b78e91aee3958c8eb "2002" . +_:Bf8d23454fd3bdc7b78e91aee3958c8eb "2002" . "20020301" . "20130724" . . "Schmuck" . -_:B3c87b8a76310b9da84b61ba36a7e6e5c . -_:B3c87b8a76310b9da84b61ba36a7e6e5c _:Bea74cbbd3021f9209bb71b3526d8ef27 . -_:Bb116bdc255194ccf23d60c9b11796383 "http://d-nb.info/gnd/4052945-9, http://d-nb.info/gnd/4067488-5" . -_:Bb116bdc255194ccf23d60c9b11796383 . - . - . - . - . - "2002 - 2002" . + _:Bb633b5a46be32a9a054d97416f64513d . . "Magazin f\u00FCr Frauen, Kultur & Luxus" . . . - "Ebner" . "Periodikum" . . . - "Ulm; Ebner; 2002" . "Juwelierschmuck" . . "Periodizit\u00E4t: viertelj\u00E4hrl." . "Juwelen" . + "Schmuckware" . "635743319" . . "Zeitschriften" . - "Schmuckware" . + _:Bf8d23454fd3bdc7b78e91aee3958c8eb . + _:B26fdf907ed449239ac446a5c380a515b . . - _:B3c87b8a76310b9da84b61ba36a7e6e5c . "D\u00E9cid\u00E9" . . . . - "Ulm" . - _:Bb116bdc255194ccf23d60c9b11796383 . . . . @@ -49,8 +45,10 @@ _:Bb116bdc255194ccf23d60c9b11796383 "Juwelenschmuck" . . "2073588-1" . -_:Bea74cbbd3021f9209bb71b3526d8ef27 . -_:Bea74cbbd3021f9209bb71b3526d8ef27 . + . + . + . + . . . . @@ -61,3 +59,7 @@ _:Bea74cbbd3021f9209bb71b3526d8ef27 . . "<<01>> 34 Z 41" . +_:B26fdf907ed449239ac446a5c380a515b "http://d-nb.info/gnd/4052945-9, http://d-nb.info/gnd/4067488-5" . +_:B26fdf907ed449239ac446a5c380a515b . +_:Bfffdfd66c92b242ad42160a6af0f0004 . +_:Bfffdfd66c92b242ad42160a6af0f0004 . diff --git a/src/test/resources/input/nt/01357/HT013577568.nt b/src/test/resources/input/nt/01357/HT013577568.nt index ad446e33c..d39478a13 100644 --- a/src/test/resources/input/nt/01357/HT013577568.nt +++ b/src/test/resources/input/nt/01357/HT013577568.nt @@ -1,32 +1,33 @@ -_:Bfad5164ab9607a5df2847786d274ee5d _:BGeschichteX2071X20vX2EX20ChrX2EX2D70X20vX2EX20Chr . -_:Bfad5164ab9607a5df2847786d274ee5d . -_:Ba912aefc0d954160f1b27069732ab3ab "http://d-nb.info/gnd/4049788-4, http://d-nb.info/gnd/4076769-3, http://d-nb.info/gnd/4020378-5, http://d-nb.info/gnd/4040629-5, Geschichte 71 v. Chr.-70 v. Chr" . -_:Ba912aefc0d954160f1b27069732ab3ab _:Ba26ac4804a44a18b53dd771a1bbfe103 . -_:Bc35a4a919fd705a542a8cca68e617a05 . -_:Bc35a4a919fd705a542a8cca68e617a05 _:Bb5ae6ab78faf35767cd34fd6cea669aa . -_:Bb02c67d44bc1c253e3eb2a6b2069da44 . -_:Bb02c67d44bc1c253e3eb2a6b2069da44 _:Bd4eb23df43d21cfc97f00414d0d41642 . +_:B917e0c43cc7b989a93ead0dce6bcdeba _:BGeschichteX2071X20vX2EX20ChrX2EX2D70X20vX2EX20Chr . +_:B917e0c43cc7b989a93ead0dce6bcdeba _:B48d16a4f9924126ebe7d52fdd6fd0d93 . +_:Bfad6051c09c2180b476bef5bcf1f5dda . +_:Bfad6051c09c2180b476bef5bcf1f5dda _:B2e222350b43af5105a254da18656c437 . +_:B2e222350b43af5105a254da18656c437 . +_:B2e222350b43af5105a254da18656c437 _:Ba3f35b60a26ec4794955ac6d16a0ec29 . +_:B056f6bafe327b0781308ad5812ce1c80 . +_:B056f6bafe327b0781308ad5812ce1c80 _:B67e51bc44d2cbc74197f411c96a79f5a . +_:B67e51bc44d2cbc74197f411c96a79f5a _:BGeschichteX2071X20vX2EX20ChrX2EX2D70X20vX2EX20Chr . +_:B67e51bc44d2cbc74197f411c96a79f5a . "20030212" . -_:Be3179b515ddf458fa9f63a148bedd991 . -_:Be3179b515ddf458fa9f63a148bedd991 _:Bfad5164ab9607a5df2847786d274ee5d . . "M\u00FCnze" . +_:B48d16a4f9924126ebe7d52fdd6fd0d93 . +_:B48d16a4f9924126ebe7d52fdd6fd0d93 _:B0bde655ea0a41933ead8a566fc501a84 . . "R\u00F6merzeit" . _:BGeschichteX2071X20vX2EX20ChrX2EX2D70X20vX2EX20Chr "Geschichte 71 v. Chr.-70 v. Chr" . _:BGeschichteX2071X20vX2EX20ChrX2EX2D70X20vX2EX20Chr . + _:Bfddebcecbff4ba35730c15f43c62131c . "M\u00FCnzen" . - _:B0f750d38a8848de8b48952c772c2eb84 . - _:Ba912aefc0d954160f1b27069732ab3ab . . + _:B7e4daa336aab797acf9e5ad339479cb7 . . - "2003" . . - "2003" . "Fundm\u00FCnze" . "HT013577568" . "Metallgeld" . . + _:Bbd82cb561abb9bc31036ba505e9475f0 . "http://d-nb.info/gnd/108092704" . "Mittel- und Niederrhein ca. 70 - 71 v. Chr. anhand germanischer M\u00FCnzen" . "Kontinuit\u00E4t und Diskontinuit\u00E4t / hrsg. von Thomas Gr\u00FCnewald ... - Berlin [u.a.], 2003. - (Reallexikon der germanischen Altertumskunde : Erg\u00E4nzungsb\u00E4nde ; 35). - S. [266]-344 : Ill., Kt." . @@ -34,7 +35,6 @@ _:BGeschichteX2071X20vX2EX20ChrX2EX2D70X20vX2EX20Chr . . . - _:Bb02c67d44bc1c253e3eb2a6b2069da44 . "R\u00F6merzeit | M\u00FCnzfund | Geschichte 71 v. Chr.-70 v. Chr (2314,3214)" . . . @@ -46,32 +46,32 @@ _:BGeschichteX2071X20vX2EX20ChrX2EX2D70X20vX2EX20Chr . "R\u00F6mische Zeit" . . + _:B164fef1fe7bf2361767fbb3c1f5b895f . "Rheinlande (im engeren Sinn)" . "Rheinland | R\u00F6merzeit | Germanen | M\u00FCnze | Geschichte 71 v. Chr.-70 v. Chr (23415,34215,43215)" . -_:Ba26ac4804a44a18b53dd771a1bbfe103 "http://d-nb.info/gnd/4049788-4" . -_:Ba26ac4804a44a18b53dd771a1bbfe103 _:B2054fb30f6bb421fa23a61fcf7c55c84 . -_:Bd4eb23df43d21cfc97f00414d0d41642 . -_:Bd4eb23df43d21cfc97f00414d0d41642 _:B9c7bd40bc3f51d2aa0206021ed16741c . -_:Bb5ae6ab78faf35767cd34fd6cea669aa . -_:Bb5ae6ab78faf35767cd34fd6cea669aa _:Be3179b515ddf458fa9f63a148bedd991 . -_:B0f750d38a8848de8b48952c772c2eb84 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F108092704httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B0f750d38a8848de8b48952c772c2eb84 . -_:B9c7bd40bc3f51d2aa0206021ed16741c . -_:B9c7bd40bc3f51d2aa0206021ed16741c _:B536cb98a76ea513eb96c34ab1e7639fc . -_:B2054fb30f6bb421fa23a61fcf7c55c84 "http://d-nb.info/gnd/4076769-3, http://d-nb.info/gnd/4126078-8, Geschichte 71 v. Chr.-70 v. Chr" . -_:B2054fb30f6bb421fa23a61fcf7c55c84 . -_:B3cfc8272b16ae15496b8be16984e36e2 _:BGeschichteX2071X20vX2EX20ChrX2EX2D70X20vX2EX20Chr . -_:B3cfc8272b16ae15496b8be16984e36e2 _:Bc35a4a919fd705a542a8cca68e617a05 . +_:Ba94cb895deae6fdc0a7877a1a51ef715 "http://d-nb.info/gnd/4076769-3, http://d-nb.info/gnd/4126078-8, Geschichte 71 v. Chr.-70 v. Chr" . +_:Ba94cb895deae6fdc0a7877a1a51ef715 . . "Heinrichs, Johannes" . . "M\u00FCnzfund" . . "Germanen" . -_:B536cb98a76ea513eb96c34ab1e7639fc . -_:B536cb98a76ea513eb96c34ab1e7639fc _:B3cfc8272b16ae15496b8be16984e36e2 . +_:Ba3f35b60a26ec4794955ac6d16a0ec29 . +_:Ba3f35b60a26ec4794955ac6d16a0ec29 _:B917e0c43cc7b989a93ead0dce6bcdeba . +_:B164fef1fe7bf2361767fbb3c1f5b895f . +_:B164fef1fe7bf2361767fbb3c1f5b895f _:Bfad6051c09c2180b476bef5bcf1f5dda . +_:Bbd82cb561abb9bc31036ba505e9475f0 "2003" . . "Rheinland" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F108092704httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F108092704httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F108092704httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Bfddebcecbff4ba35730c15f43c62131c _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F108092704httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Bfddebcecbff4ba35730c15f43c62131c . +_:B7e4daa336aab797acf9e5ad339479cb7 "http://d-nb.info/gnd/4049788-4, http://d-nb.info/gnd/4076769-3, http://d-nb.info/gnd/4020378-5, http://d-nb.info/gnd/4040629-5, Geschichte 71 v. Chr.-70 v. Chr" . +_:B7e4daa336aab797acf9e5ad339479cb7 _:B4e12ae5d5fd0b74f3328cac1f042104f . +_:B4e12ae5d5fd0b74f3328cac1f042104f "http://d-nb.info/gnd/4049788-4" . +_:B4e12ae5d5fd0b74f3328cac1f042104f _:Ba94cb895deae6fdc0a7877a1a51ef715 . +_:B0bde655ea0a41933ead8a566fc501a84 . +_:B0bde655ea0a41933ead8a566fc501a84 _:B056f6bafe327b0781308ad5812ce1c80 . diff --git a/src/test/resources/input/nt/01391/HT013911008.nt b/src/test/resources/input/nt/01391/HT013911008.nt index dd8157e50..ad7139168 100644 --- a/src/test/resources/input/nt/01391/HT013911008.nt +++ b/src/test/resources/input/nt/01391/HT013911008.nt @@ -1,47 +1,48 @@ . "Rothenburg ob der Tauber" . +_:Be0dc489118a339a0a588afd8328d245a "http://d-nb.info/gnd/4050698-8, CD-ROM" . +_:Be0dc489118a339a0a588afd8328d245a . "9783936547047" . . "Stadtmagistrat (Rothenburg, Tauber)" . . "Rothenburg, Tauber" . - "Eutropia" . . - _:B872061acad14d4aadb27f4b3a170a5e2 . - "Velbert" . . . + _:Befbd859920a80a4577b6f12140131852 . . "HT013911008" . . "3936547041" . + _:B330cfc393ec48711e85ec34ffc8df32c . "Rothenburg o.d.T." . . "1 CD-ROM ; 12 cm + 1 Beih. [6] S." . - _:B175f19d5427f0d5bbe7d4972476bdc2a . - "Velbert; Eutropia; 2003" . "5" . "Rothenburg ob der Tauber | CD-ROM" . + _:B30da943bb6ae1c557afefa00c091c3d8 . "Rothenburg ob der Tauber" . . - "2003" . + _:Be0dc489118a339a0a588afd8328d245a . . - _:B2294948c5ae61df0a192695dfec16ebf . "1000 Fotos aus Rothenburg ob der Tauber" . _:BCDX2DROM "CD-ROM" . _:BCDX2DROM . "20040202" . -_:B872061acad14d4aadb27f4b3a170a5e2 "http://d-nb.info/gnd/4050698-8, CD-ROM" . -_:B872061acad14d4aadb27f4b3a170a5e2 . -_:B175f19d5427f0d5bbe7d4972476bdc2a "5" . -_:B175f19d5427f0d5bbe7d4972476bdc2a . -_:B175f19d5427f0d5bbe7d4972476bdc2a . -_:B2294948c5ae61df0a192695dfec16ebf . -_:B2294948c5ae61df0a192695dfec16ebf _:B5c9e55edb8d3f926458e86453d5dc041 . +_:B330cfc393ec48711e85ec34ffc8df32c . +_:B330cfc393ec48711e85ec34ffc8df32c _:B6f16337ee5fe0b25137f035b75a8e6db . +_:Befbd859920a80a4577b6f12140131852 "Velbert" . +_:Befbd859920a80a4577b6f12140131852 "Eutropia" . +_:Befbd859920a80a4577b6f12140131852 . +_:Befbd859920a80a4577b6f12140131852 "2003" . . . . . "CB088.87-4144798" . -_:B5c9e55edb8d3f926458e86453d5dc041 _:BCDX2DROM . -_:B5c9e55edb8d3f926458e86453d5dc041 . +_:B30da943bb6ae1c557afefa00c091c3d8 "5" . +_:B30da943bb6ae1c557afefa00c091c3d8 . +_:B30da943bb6ae1c557afefa00c091c3d8 . +_:B6f16337ee5fe0b25137f035b75a8e6db _:BCDX2DROM . +_:B6f16337ee5fe0b25137f035b75a8e6db . diff --git a/src/test/resources/input/nt/01401/HT014015351.nt b/src/test/resources/input/nt/01401/HT014015351.nt index b0010cf21..9efe615bc 100644 --- a/src/test/resources/input/nt/01401/HT014015351.nt +++ b/src/test/resources/input/nt/01401/HT014015351.nt @@ -1,23 +1,21 @@ . "Symbolik" . -_:B023d4b7c46c61e8b779fa584e4f3b19f . -_:B023d4b7c46c61e8b779fa584e4f3b19f _:B16057eb53e202d6e62cd27ab2ca2b69d . . . . . "deu 503-109a" . -_:B0612ac635d4bdd7859893e2185e91870 "http://d-nb.info/gnd/4604932-0, http://d-nb.info/gnd/4184194-3, Aufsatzsammlung" . -_:B0612ac635d4bdd7859893e2185e91870 . -_:Bd63ff97587f10da253a109c5bbddcdf1 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F136788548httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fhnr . -_:Bd63ff97587f10da253a109c5bbddcdf1 . +_:B692d4cbfc8326f3716424ec22ca85f08 . +_:B692d4cbfc8326f3716424ec22ca85f08 _:B09e16ff5f1e96459ff56df94539d43e5 . +_:B2851bd8308be7378c70052fa98444d51 "M\u00FCnchen" . +_:B2851bd8308be7378c70052fa98444d51 "Fink" . +_:B2851bd8308be7378c70052fa98444d51 . +_:B2851bd8308be7378c70052fa98444d51 "2005" . . . . . "2010/1208" . -_:B03b6633a75b1338cd5d87aa69e26fa43 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F129016713httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . -_:B03b6633a75b1338cd5d87aa69e26fa43 _:Bd63ff97587f10da253a109c5bbddcdf1 . . . . @@ -35,10 +33,12 @@ _:B03b6633a75b1338cd5d87aa69e26fa43 "OH058 S7L5" . . "Fehrmann, Gisela" . -_:B16057eb53e202d6e62cd27ab2ca2b69d _:BAufsatzsammlung . -_:B16057eb53e202d6e62cd27ab2ca2b69d . . "Abbild" . +_:B43514dcc652d31a23a244802c111b9f4 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F129016713httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . +_:B43514dcc652d31a23a244802c111b9f4 _:Be590d9e315072e313eb75ac5da39e9ff . +_:B93fc3496fdae592db863c1506d7ebc3d . +_:B93fc3496fdae592db863c1506d7ebc3d _:B692d4cbfc8326f3716424ec22ca85f08 . . . . @@ -46,6 +46,8 @@ _:B16057eb53e202d6e62cd27ab2ca2b69d "deu 503-109" . . "J\u00E4ger, Ludwig" . +_:Be590d9e315072e313eb75ac5da39e9ff _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F136788548httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fhnr . +_:Be590d9e315072e313eb75ac5da39e9ff . "20040511" . "20081128" . . @@ -53,20 +55,15 @@ _:B16057eb53e202d6e62cd27ab2ca2b69d . . "alge910.s772" . -_:B9bfed0753e03ca0b06b5a06387e8cf45 . -_:B9bfed0753e03ca0b06b5a06387e8cf45 _:B023d4b7c46c61e8b779fa584e4f3b19f . - "M\u00FCnchen" . + _:B2851bd8308be7378c70052fa98444d51 . "3770538471" . . . - _:B0612ac635d4bdd7859893e2185e91870 . . - _:B9bfed0753e03ca0b06b5a06387e8cf45 . - "M\u00FCnchen; Fink; 2005" . . - . + _:B93fc3496fdae592db863c1506d7ebc3d . . - _:B03b6633a75b1338cd5d87aa69e26fa43 . + . . . . @@ -75,11 +72,11 @@ _:B9bfed0753e03ca0b06b5a06387e8cf45 "324 S. : Ill." . "hrsg. von Gisela Fehrmann ..." . . - "2005" . + _:B43514dcc652d31a23a244802c111b9f4 . . . . - "Fink" . + _:B50b937f1e5ef016b9df3678d4c372779 . . . . @@ -90,6 +87,8 @@ _:B9bfed0753e03ca0b06b5a06387e8cf45 "Abbild | Symbolik | Aufsatzsammlung (213)" . "HT014015351" . "http://d-nb.info/gnd/129016713 | http://d-nb.info/gnd/136788548" . +_:B50b937f1e5ef016b9df3678d4c372779 "http://d-nb.info/gnd/4604932-0, http://d-nb.info/gnd/4184194-3, Aufsatzsammlung" . +_:B50b937f1e5ef016b9df3678d4c372779 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F129016713httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F129016713httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F129016713httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . @@ -113,3 +112,5 @@ _:BAufsatzsammlung . . "BJHJ1028" . +_:B09e16ff5f1e96459ff56df94539d43e5 _:BAufsatzsammlung . +_:B09e16ff5f1e96459ff56df94539d43e5 . diff --git a/src/test/resources/input/nt/01404/HT014046679.nt b/src/test/resources/input/nt/01404/HT014046679.nt index 8427e4afa..5378ddb8d 100644 --- a/src/test/resources/input/nt/01404/HT014046679.nt +++ b/src/test/resources/input/nt/01404/HT014046679.nt @@ -1,5 +1,5 @@ -_:B289279494e85f950200e2e0190b12e7c _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F183839064httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B289279494e85f950200e2e0190b12e7c _:Bf6b79d9090b1321030031cd2aa498f20 . +_:B83c527ec36fed3346e72284d0c8a7795 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F183839064httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B83c527ec36fed3346e72284d0c8a7795 _:Bc4f037ba20257b26413cac6e07015f9f . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2095440X2D2httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2095440X2D2httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2095440X2D2httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . @@ -11,35 +11,36 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2095440X2D2httpX3AX2FX2FidX2ElocX2EgovX2Fv . . "ICE Brav" . -_:B7d68905c0ca583fad70b6f4da956c17c _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2095440X2D2httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B7d68905c0ca583fad70b6f4da956c17c . +_:Bc4f037ba20257b26413cac6e07015f9f _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F175894612httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:Bc4f037ba20257b26413cac6e07015f9f _:B4ef15b6270c0f6d7dbe94eec2a54b7b4 . "20040615" . "20041018" . "1 Spiel (Inhalt: 1 Spielanleitung, 100 Situationskarten: 60 f\u00FCr Frauen, 40 f\u00FCr M\u00E4dchen (ab 12 J.). 90 Brave-Karten, 90 B\u00F6se-Karten)" . - "Hennef; INVENTION; 1997" . . . "http://d-nb.info/gnd/183839064 | http://d-nb.info/gnd/175894612 | http://d-nb.info/gnd/2095440-2" . . + _:B2563b80f3608c5ca52838c6fff17c9c2 . . "HT014046679" . - "INVENTION" . "das Kommunikationsspiel zur Bewertung weiblichen Verhaltens f\u00FCr 2 - 8 Spielerinnen" . . - _:B289279494e85f950200e2e0190b12e7c . "Idee und Konzeption: Erika Herrenbr\u00FCck. Texte: Angelika Hoefler" . - "Hennef" . "Lizenziert f\u00FCr das Amt f\u00FCr Jugendarbeit der Evangelischen Kirche von Westfalen, Haus Villigast" . + _:B83c527ec36fed3346e72284d0c8a7795 . . . - "1997" . "Brave M\u00E4dchen - B\u00F6se M\u00E4dchen" . . +_:B4ef15b6270c0f6d7dbe94eec2a54b7b4 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2095440X2D2httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B4ef15b6270c0f6d7dbe94eec2a54b7b4 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F175894612httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F175894612httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F175894612httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bf6b79d9090b1321030031cd2aa498f20 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F175894612httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bf6b79d9090b1321030031cd2aa498f20 _:B7d68905c0ca583fad70b6f4da956c17c . +_:B2563b80f3608c5ca52838c6fff17c9c2 "Hennef" . +_:B2563b80f3608c5ca52838c6fff17c9c2 "INVENTION" . +_:B2563b80f3608c5ca52838c6fff17c9c2 . +_:B2563b80f3608c5ca52838c6fff17c9c2 "1997" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F183839064httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F183839064httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F183839064httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . diff --git a/src/test/resources/input/nt/01421/HT014215912.nt b/src/test/resources/input/nt/01421/HT014215912.nt index 9c653110b..bc86509e4 100644 --- a/src/test/resources/input/nt/01421/HT014215912.nt +++ b/src/test/resources/input/nt/01421/HT014215912.nt @@ -1,10 +1,14 @@ -_:B3e75139e691b93c67b7bcdbed5a3a5e5 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F121815684httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B3e75139e691b93c67b7bcdbed5a3a5e5 . +_:B471452b3347a0d511a873fcddcd64e94 . +_:B471452b3347a0d511a873fcddcd64e94 _:B7e002bbb628be9d9b04cdbe9366c576c . +_:B2ea28944bb378fbf1783d34992c38b0c _:BGeschichte . +_:B2ea28944bb378fbf1783d34992c38b0c . +_:B2118b288553834ac1c5579b31692e567 "http://d-nb.info/gnd/118560034, http://d-nb.info/gnd/4159648-1, Geschichte" . +_:B2118b288553834ac1c5579b31692e567 . +_:B64965728982b445ff0f3903bafb213d9 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F121815684httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B64965728982b445ff0f3903bafb213d9 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F121815684httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F121815684httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F121815684httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Be51642fcbc563122d988b970f069c5cd "http://d-nb.info/gnd/118560034, http://d-nb.info/gnd/4159648-1, Geschichte" . -_:Be51642fcbc563122d988b970f069c5cd . . "L\u00FCken, Sven" . . @@ -20,7 +24,7 @@ _:Be51642fcbc563122d988b970f069c5cd . . "Franken, K\u00F6nig (747-814)" . - _:Bdd3773b07bf0f1c21dc65f8dc0cda59e . + _:B175071bebc24ab1b8e8205d57cf438e3 . "the Great (747-814)" . "Sven L\u00FCken" . "Heiliges R\u00F6misches Reich, Kaiser (747-814)" . @@ -28,24 +32,23 @@ _:Be51642fcbc563122d988b970f069c5cd "Charlemaine (747-814)" . "Germania, Imperator (747-814)" . "Karl der Gro\u00DFe und sein Bild" . + _:B2118b288553834ac1c5579b31692e567 . . "http://d-nb.info/gnd/121815684" . "M\u00F3r (747-814)" . "Magnus (747-814)" . "Karl, I. (747-814), Heiliges R\u00F6misches Reich, Kaiser | Herrscherbild | Geschichte (213)" . . - _:Be51642fcbc563122d988b970f069c5cd . "Magnus Germanus (747-814)" . - "2004" . - _:B3e75139e691b93c67b7bcdbed5a3a5e5 . . "Karl der Gro\u00DFe und Europa / hrsg. von der Schweizerischen Botschaft in der Bundesrepublik Deutschland ... - Frankfurt am Main [u.a.], 2004. - S. 67-86 : Ill." . "R\u00F6mischer Kaiser (747-814)" . . - "2004" . + _:B471452b3347a0d511a873fcddcd64e94 . . "Carlomagno (747-814)" . "le Grand (747-814)" . + _:B64965728982b445ff0f3903bafb213d9 . . . . @@ -54,12 +57,9 @@ _:Be51642fcbc563122d988b970f069c5cd "814" . . "Herrscherbild" . -_:Bdd3773b07bf0f1c21dc65f8dc0cda59e . -_:Bdd3773b07bf0f1c21dc65f8dc0cda59e _:B4f941e3a1aaea7122466c064e304fab3 . +_:B7e002bbb628be9d9b04cdbe9366c576c . +_:B7e002bbb628be9d9b04cdbe9366c576c _:B2ea28944bb378fbf1783d34992c38b0c . +_:B175071bebc24ab1b8e8205d57cf438e3 "2004" . "20041208" . _:BGeschichte "Geschichte" . _:BGeschichte . -_:B3938628f5a9739f5e599b7fb6dcdf068 _:BGeschichte . -_:B3938628f5a9739f5e599b7fb6dcdf068 . -_:B4f941e3a1aaea7122466c064e304fab3 . -_:B4f941e3a1aaea7122466c064e304fab3 _:B3938628f5a9739f5e599b7fb6dcdf068 . diff --git a/src/test/resources/input/nt/01431/HT014319164.nt b/src/test/resources/input/nt/01431/HT014319164.nt index e7d82c029..04b62d97a 100644 --- a/src/test/resources/input/nt/01431/HT014319164.nt +++ b/src/test/resources/input/nt/01431/HT014319164.nt @@ -1,21 +1,27 @@ . "Plastik" . +_:B31b4cf6bfb778682135b9e515a3e95ed "http://d-nb.info/gnd/133595935, http://d-nb.info/gnd/4046277-8, Bildband" . +_:B31b4cf6bfb778682135b9e515a3e95ed . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F159865794httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F159865794httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F159865794httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B8fff10020ee436ba962a399ad4421f32 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F159865794httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B8fff10020ee436ba962a399ad4421f32 . "20050322" . "20130117" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F133595935httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F133595935httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F133595935httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Bf360803c9d2f0a5ce81da818ff42c246 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F159865794httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bf360803c9d2f0a5ce81da818ff42c246 . +_:Bc4b8af8b28a6f99cd8ab1b79669767d8 "[Sinzig]" . +_:Bc4b8af8b28a6f99cd8ab1b79669767d8 "[Selbstverl.]" . +_:Bc4b8af8b28a6f99cd8ab1b79669767d8 . +_:Bc4b8af8b28a6f99cd8ab1b79669767d8 "1998" . . "Adenauer, Konrad" . + _:Bc4b8af8b28a6f99cd8ab1b79669767d8 . "K\u00F6ln" . . "Plastiken" . - "[Sinzig]" . . "Bildwerk" . "http://d-nb.info/gnd/133595935 | http://d-nb.info/gnd/159865794" . @@ -30,45 +36,40 @@ _:Bf360803c9d2f0a5ce81da818ff42c246 . "Bad Honnef" . "HT014319164" . - _:Be1a272015b1552ee80aecabe3dc96502 . - "1998" . - _:Bd443f430f5e40053a510b6e095615078 . - "Bildhauerkunst" . . - "[Sinzig]; [Selbstverl.]; 1998" . + "Bildhauerkunst" . . - _:Bbaeee7a6b7da8c814613ee07f6f25c7b . - "[Selbstverl.]" . + _:B36e53630557d09c455bd674de237b28f . . . . "[Textbeitr. Konrad Adenauer ...]" . + "Skulptur" . + . . "Reinarz, Titus (1948-) | Plastik | Bildband" . - . - "Skulptur" . + _:B31b4cf6bfb778682135b9e515a3e95ed . + _:B5552f2c7e02c6c39d8e49781cc59c646 . +_:B056444679cd4f51803f25b80ad280d23 _:BBildband . +_:B056444679cd4f51803f25b80ad280d23 . . "Reinarz, Titus" . "1948" . -_:Bd443f430f5e40053a510b6e095615078 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F133595935httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Bd443f430f5e40053a510b6e095615078 _:Bf360803c9d2f0a5ce81da818ff42c246 . -_:Be1a272015b1552ee80aecabe3dc96502 . -_:Be1a272015b1552ee80aecabe3dc96502 _:B6c990822eafe0fa813bf030f101e44be . +_:Bc07e139832c29521d51d1fb97337182c . +_:Bc07e139832c29521d51d1fb97337182c _:B056444679cd4f51803f25b80ad280d23 . . . . . "2005/1952" . -_:B6c990822eafe0fa813bf030f101e44be . -_:B6c990822eafe0fa813bf030f101e44be _:Bf5f62209c09f6b565f922b45bb1a81fd . +_:B5552f2c7e02c6c39d8e49781cc59c646 . +_:B5552f2c7e02c6c39d8e49781cc59c646 _:Bc07e139832c29521d51d1fb97337182c . _:BBildband "Bildband" . _:BBildband . -_:Bf5f62209c09f6b565f922b45bb1a81fd _:BBildband . -_:Bf5f62209c09f6b565f922b45bb1a81fd . +_:B36e53630557d09c455bd674de237b28f _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F133595935httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B36e53630557d09c455bd674de237b28f _:B8fff10020ee436ba962a399ad4421f32 . . . . . "17B2432" . -_:Bbaeee7a6b7da8c814613ee07f6f25c7b "http://d-nb.info/gnd/133595935, http://d-nb.info/gnd/4046277-8, Bildband" . -_:Bbaeee7a6b7da8c814613ee07f6f25c7b . diff --git a/src/test/resources/input/nt/01452/HT014525099.nt b/src/test/resources/input/nt/01452/HT014525099.nt index 298397d9e..2cc0b1339 100644 --- a/src/test/resources/input/nt/01452/HT014525099.nt +++ b/src/test/resources/input/nt/01452/HT014525099.nt @@ -1,7 +1,5 @@ -_:B24c6ff429a84392a8f4ebcdeec0e62a9 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128992204httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B24c6ff429a84392a8f4ebcdeec0e62a9 _:Bd072cce731d75236adaf019223b34600 . -_:B86a150a92c1a81a4b4e7f1b590649246 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118500546httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B86a150a92c1a81a4b4e7f1b590649246 _:Be9a6beba1452860fea06823aad5d8431 . +_:Bc2dc01c480a7780dd36dea017ad3364b _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11850553XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Bc2dc01c480a7780dd36dea017ad3364b _:B3d721dfb62165af1272d4a5f868da0ca . . "Schreier, Peter" . "Schreier, P." . @@ -17,16 +15,18 @@ _:B86a150a92c1a81a4b4e7f1b590649246 "20051020" . . "Wenkel, Ortrun" . -_:B030b7158bf33afe5f64d990292076ef9 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11850553XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B030b7158bf33afe5f64d990292076ef9 _:Bc1e0d8644a457ffc72faa398913efc3d . -_:Bd072cce731d75236adaf019223b34600 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118610724httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Bd072cce731d75236adaf019223b34600 _:B86a150a92c1a81a4b4e7f1b590649246 . -_:Ba5b501ad991bbe602bb8542b50a93d71 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1212749X2D8httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Ba5b501ad991bbe602bb8542b50a93d71 _:Bf011d7ad2b647520a535e24b58b8577a . -_:Be9a6beba1452860fea06823aad5d8431 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118867539httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Be9a6beba1452860fea06823aad5d8431 _:Ba5b501ad991bbe602bb8542b50a93d71 . -_:Bf011d7ad2b647520a535e24b58b8577a _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F806366X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bf011d7ad2b647520a535e24b58b8577a . +_:Bd182fa26cb9643971587300376cd0638 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118610724httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Bd182fa26cb9643971587300376cd0638 _:B8f60ae55d977e8422a0646502ee99bb5 . +_:B52b1c11b104be4d5b7726f4d0c3c7458 "Berlin" . +_:B52b1c11b104be4d5b7726f4d0c3c7458 "Dt. Schallplatten" . +_:B52b1c11b104be4d5b7726f4d0c3c7458 . +_:B52b1c11b104be4d5b7726f4d0c3c7458 "1981" . +_:B3aa24bcde5051c30e41bc83a0f1c363f _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118867539httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B3aa24bcde5051c30e41bc83a0f1c363f _:B5d82e2345ca2d929aabe6e88b747656e . +_:Be4c3bc0026d003746b54b2009098d6f6 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128992204httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Be4c3bc0026d003746b54b2009098d6f6 _:Bd182fa26cb9643971587300376cd0638 . +_:B0161c80bb3c693b611352e52dbcfc1a9 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F806366X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B0161c80bb3c693b611352e52dbcfc1a9 . "Neues Bachisches Collegium Musicum (Leipzig)" . . "New Leipzig Bach Collegium Musicum" . @@ -51,8 +51,6 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F806366X2D7httpX3AX2FX2FidX2ElocX2EgovX2Fvo _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118500546httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118500546httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118500546httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Bc1e0d8644a457ffc72faa398913efc3d _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F129389641httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Bc1e0d8644a457ffc72faa398913efc3d _:B24c6ff429a84392a8f4ebcdeec0e62a9 . "Bach, Joh. Seb." . "Bach, Jean-Sebastien" . "Bach, Iogann Sebast\u02B9jan" . @@ -78,26 +76,27 @@ _:Bc1e0d8644a457ffc72faa398913efc3d . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11850553XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11850553XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B3d721dfb62165af1272d4a5f868da0ca _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F129389641httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B3d721dfb62165af1272d4a5f868da0ca _:Be4c3bc0026d003746b54b2009098d6f6 . "Christ lag in Todesbanden BWV 4 ; Ein Herz, da seinen Jesum lebend wei\u00DF BWV 134 ; Erschallet, ihr Lieder BWV 172 ; Also hat Gott die Welt geliebt BWV 68" . + _:Bc2dc01c480a7780dd36dea017ad3364b . + _:B52b1c11b104be4d5b7726f4d0c3c7458 . "Johann Sebastian Bach" . . . "HT014525099" . . "Kantaten Ostern, Pfingsten" . - "Dt. Schallplatten" . - "1981" . "http://d-nb.info/gnd/11850553X | http://d-nb.info/gnd/129389641 | http://d-nb.info/gnd/128992204 | http://d-nb.info/gnd/118610724 | http://d-nb.info/gnd/118500546 | http://d-nb.info/gnd/118867539 | http://d-nb.info/gnd/1212749-8 | http://d-nb.info/gnd/806366-7" . - _:B030b7158bf33afe5f64d990292076ef9 . . "2 Schallpl. : 33 UpM, stereo ; 30 cm" . - "Berlin; Dt. Schallplatten; 1981" . . . - "Berlin" . . . . +_:B5d82e2345ca2d929aabe6e88b747656e _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1212749X2D8httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B5d82e2345ca2d929aabe6e88b747656e _:B0161c80bb3c693b611352e52dbcfc1a9 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128992204httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128992204httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128992204httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . @@ -111,3 +110,5 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118867539httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . "Thomaner" . "Thomaner Chor" . +_:B8f60ae55d977e8422a0646502ee99bb5 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118500546httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B8f60ae55d977e8422a0646502ee99bb5 _:B3aa24bcde5051c30e41bc83a0f1c363f . diff --git a/src/test/resources/input/nt/01499/HT014997977.nt b/src/test/resources/input/nt/01499/HT014997977.nt index 451ad8590..966d6b033 100644 --- a/src/test/resources/input/nt/01499/HT014997977.nt +++ b/src/test/resources/input/nt/01499/HT014997977.nt @@ -2,11 +2,11 @@ . "Landesbetrieb Stra\u00DFen und Verkehr RP" . "LSV" . +_:Be62f40f30423eb7ed4d5cdc3197899bf _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10048424X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:Be62f40f30423eb7ed4d5cdc3197899bf _:Bdf8099311cac9935498f98649b52747b . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2092393X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2092393X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2092393X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bb5d530a304e6d8dff4b120600e722e3e _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10048424X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bb5d530a304e6d8dff4b120600e722e3e _:Bdaabb9d91718a268fbb2efda54015bff . "Rheinland-Pfalz (Koblenz). Landesamt f\u00FCr Umweltschutz und Gewerbeaufsicht" . . "Landesamt f\u00FCr Umweltschutz und Gewerbeaufsicht" . @@ -14,8 +14,8 @@ _:Bb5d530a304e6d8dff4b120600e722e3e "Rheinland-Pfalz" . "LfUG" . "Leitfaden f\u00FCr die Behandlung von Ausbauasphalt und Stra\u00DFenaufbruch mit teer-/pechtypischen Bestandteilen" . + _:B69e3a63f57d3e571b5cfe8047a798f15 . . - _:Be67f66b24095dd842ec4122479b9389c . "Leitfaden f\u00FCr den Gesch\u00E4ftsbereich des Landesbetriebes Stra\u00DFen und Verkehr" . . . @@ -23,33 +23,33 @@ _:Bb5d530a304e6d8dff4b120600e722e3e "1. Aufl." . . . - "[Mainz]" . "15, [14] S. : graph. Darst." . . . - "[Mainz]; 2003" . "http://d-nb.info/gnd/3062366-2 | http://d-nb.info/gnd/10048424-4 | http://d-nb.info/gnd/2092393-4" . . . . "HT014997977" . . - . . . . - "2003" . + . "Arbeitskreis Stra\u00DFenbauabf\u00E4lle Rheinland-Pfalz; Landesamt f\u00FCr Umweltschutz und Gewerbeaufsicht; Landesbetrieb Stra\u00DFen und Verkehr Rheinland-Pfalz" . + _:B213a05e126ccd7ca23e09852467aff78 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10048424X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10048424X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10048424X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B213a05e126ccd7ca23e09852467aff78 "[Mainz]" . +_:B213a05e126ccd7ca23e09852467aff78 "2003" . "Arbeitskreis Stra\u00DFenbauabf\u00E4lle Rheinland-Pfalz" . . -_:Bdaabb9d91718a268fbb2efda54015bff _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2092393X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bdaabb9d91718a268fbb2efda54015bff . +_:B69e3a63f57d3e571b5cfe8047a798f15 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F3062366X2D2httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B69e3a63f57d3e571b5cfe8047a798f15 _:Be62f40f30423eb7ed4d5cdc3197899bf . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F3062366X2D2httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F3062366X2D2httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F3062366X2D2httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:Bdf8099311cac9935498f98649b52747b _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2092393X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:Bdf8099311cac9935498f98649b52747b . "20070222" . -_:Be67f66b24095dd842ec4122479b9389c _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F3062366X2D2httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Be67f66b24095dd842ec4122479b9389c _:Bb5d530a304e6d8dff4b120600e722e3e . diff --git a/src/test/resources/input/nt/01508/HT015082724.nt b/src/test/resources/input/nt/01508/HT015082724.nt index 841af181c..50428dc6e 100644 --- a/src/test/resources/input/nt/01508/HT015082724.nt +++ b/src/test/resources/input/nt/01508/HT015082724.nt @@ -1,49 +1,50 @@ _:BZeitschrift "Zeitschrift" . _:BZeitschrift . -_:B36a2d755b5cf17ad80269a6b11938b78 _:BZeitschrift . -_:B36a2d755b5cf17ad80269a6b11938b78 . +_:Bda4e0e0bc6758b4fa04576fdc8be337f _:BZeitschrift . +_:Bda4e0e0bc6758b4fa04576fdc8be337f . . "Niederlande" . -_:Bc2faebeaaeaeebf85089a219ef8dd06d . -_:Bc2faebeaaeaeebf85089a219ef8dd06d _:B0243fedb8d565a547c49c53fa9e5a098 . -_:B0243fedb8d565a547c49c53fa9e5a098 _:BGeschichte . -_:B0243fedb8d565a547c49c53fa9e5a098 _:B36a2d755b5cf17ad80269a6b11938b78 . +_:B9e5ea79310a8e47700164e78845338e4 _:BGeschichte . +_:B9e5ea79310a8e47700164e78845338e4 _:Bda4e0e0bc6758b4fa04576fdc8be337f . . . . . "CA000 T340[119" . -_:Bdb9ebcf514b03fa11b5f6cf49fbe772d . -_:Bdb9ebcf514b03fa11b5f6cf49fbe772d . -_:Bdb9ebcf514b03fa11b5f6cf49fbe772d "119" . -_:B819244d79ca44f275feedb5d9875cb62 "http://d-nb.info/gnd/4042203-3, Geschichte, Zeitschrift" . -_:B819244d79ca44f275feedb5d9875cb62 . "20070508" . +_:Bfe6825673e2d2cf36e20f78a77d07a26 . +_:Bfe6825673e2d2cf36e20f78a77d07a26 . +_:Bfe6825673e2d2cf36e20f78a77d07a26 "119" . . "Tijdschrift voor geschiedenis, 119" . - _:B819244d79ca44f275feedb5d9875cb62 . "Staat Holland" . - "2006" . . . . . + _:Bfe6825673e2d2cf36e20f78a77d07a26 . + _:B652d2da165751499c9ad9c99d71ea8f9 . . "Niederlande | Geschichte | Zeitschrift" . "Vereinigte Niederlande" . . + _:B15a233f1fa09efcced588c5cb1bc081c . "119. 2006" . "HT015082724" . . "119" . - "Assen; Van Gorcum; 2006" . + _:Be958196953cd3161ddf6a62e869c349e . . . . - "Van Gorcum" . - _:Bdb9ebcf514b03fa11b5f6cf49fbe772d . - "Assen" . - _:Bc2faebeaaeaeebf85089a219ef8dd06d . "Batavische Republik" . +_:B652d2da165751499c9ad9c99d71ea8f9 "Assen" . +_:B652d2da165751499c9ad9c99d71ea8f9 "Van Gorcum" . +_:B652d2da165751499c9ad9c99d71ea8f9 . +_:B652d2da165751499c9ad9c99d71ea8f9 "2006" . _:BGeschichte "Geschichte" . _:BGeschichte . +_:B15a233f1fa09efcced588c5cb1bc081c "http://d-nb.info/gnd/4042203-3, Geschichte, Zeitschrift" . +_:B15a233f1fa09efcced588c5cb1bc081c . +_:Be958196953cd3161ddf6a62e869c349e . +_:Be958196953cd3161ddf6a62e869c349e _:B9e5ea79310a8e47700164e78845338e4 . diff --git a/src/test/resources/input/nt/01518/HT015183529.nt b/src/test/resources/input/nt/01518/HT015183529.nt index ad4af01dd..ca47e2a06 100644 --- a/src/test/resources/input/nt/01518/HT015183529.nt +++ b/src/test/resources/input/nt/01518/HT015183529.nt @@ -1,35 +1,36 @@ +_:B3f5ad5c49cbaba31f941e7f725513759 "Cambridge [u.a.]" . +_:B3f5ad5c49cbaba31f941e7f725513759 "Cambridge Univ. Press" . +_:B3f5ad5c49cbaba31f941e7f725513759 . +_:B3f5ad5c49cbaba31f941e7f725513759 "2006" . "LV, 225 S. : Kt." . . - "Cambridge [u.a.]; Cambridge Univ. Press; 2006" . . . - "Cambridge Univ. Press" . - . . - "2006" . - _:B1eea0721c160a84969e7f1f5d3d7a435 . - "Cambridge [u.a.]" . + . + _:B3f5ad5c49cbaba31f941e7f725513759 . "F. Scott Fitzgerald. Ed. by Matthew J. Bruccoli" . "12. print." . "0521402301" . . - _:Bdc329547b69edaff3fe94fb4fa7a927e . "The great Gatsby" . + _:B3903aa2f9f6203345372e2bffa04ada8 . . "HT015183529" . . + _:B85d73318c4456b4f5aa12d0b58121730 . "http://d-nb.info/gnd/118533592 | http://d-nb.info/gnd/119468476" . "9780521402309" . . -_:Bdc329547b69edaff3fe94fb4fa7a927e . -_:Bdc329547b69edaff3fe94fb4fa7a927e . +_:B85d73318c4456b4f5aa12d0b58121730 . +_:B85d73318c4456b4f5aa12d0b58121730 . . "Bruccoli, Matthew Joseph" . "Bruccoli, Matthew J." . -_:B250f1caa46d09db824ac75fc1bcfe862 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F119468476httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . -_:B250f1caa46d09db824ac75fc1bcfe862 . -_:B1eea0721c160a84969e7f1f5d3d7a435 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118533592httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B1eea0721c160a84969e7f1f5d3d7a435 _:B250f1caa46d09db824ac75fc1bcfe862 . +_:B3903aa2f9f6203345372e2bffa04ada8 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118533592httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B3903aa2f9f6203345372e2bffa04ada8 _:B1590b8880f49f1447575d5fa2d3433a4 . +_:B1590b8880f49f1447575d5fa2d3433a4 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F119468476httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . +_:B1590b8880f49f1447575d5fa2d3433a4 . "Fitzgerald, Scott" . "Fic\u01C6eralds, Skots Fr\u0101nsiss" . "Fitzgerald, F. Scott" . diff --git a/src/test/resources/input/nt/01541/HT015414894.nt b/src/test/resources/input/nt/01541/HT015414894.nt index e0833444a..43377c7a3 100644 --- a/src/test/resources/input/nt/01541/HT015414894.nt +++ b/src/test/resources/input/nt/01541/HT015414894.nt @@ -1,10 +1,10 @@ "20080125" . +_:Bf54f7a63f7319057e9ea25ec7284cc37 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F186186193httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Bf54f7a63f7319057e9ea25ec7284cc37 _:Bef9a52515efb7160ba76d6efe9cad7e7 . . . . . - "2002; M\u00FCnster [u.a.]" . - "M\u00FCnster [u.a.]" . . "http://d-nb.info/gnd/122021878 | http://d-nb.info/gnd/186186193 | http://d-nb.info/gnd/11075851X" . "Die Terrorkrise als Medienereignis?" . @@ -14,22 +14,20 @@ . "Sascha Werthes ; Richard Kim ; Christoph Conrad" . "Internationale Krisenkommunikation - eine Herausforderung im 21. Jahrhundert" . - _:B2032b1840c911d5c9b64c61665811f5a . . "HT015414894" . - "2002" . + _:Bf256e08f645c4dc540fcc6222268dce3 . . . . . "Medien und Terrorismus; Christian Schicha ... (Hg.); 2002; S. 80 - 93" . -_:B2032b1840c911d5c9b64c61665811f5a _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F122021878httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B2032b1840c911d5c9b64c61665811f5a _:B5e1358840a3d085c168067d8f0ac37fd . + _:B54159e683371912ae88d0e22799cd048 . +_:Bf256e08f645c4dc540fcc6222268dce3 "M\u00FCnster [u.a.]" . +_:Bf256e08f645c4dc540fcc6222268dce3 "2002" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F186186193httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F186186193httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F186186193httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B24c68c2051edc4abb7ccc3d8510d359d _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11075851XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B24c68c2051edc4abb7ccc3d8510d359d . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F122021878httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F122021878httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F122021878httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . @@ -40,7 +38,9 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11075851XXhttpX3AX2FX2FidX2ElocX2EgovX2Fvo _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11075851XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . . "Werthes, Sascha" . -_:B5e1358840a3d085c168067d8f0ac37fd _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F186186193httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B5e1358840a3d085c168067d8f0ac37fd _:B24c68c2051edc4abb7ccc3d8510d359d . . "Conrad, Christoph" . +_:Bef9a52515efb7160ba76d6efe9cad7e7 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11075851XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Bef9a52515efb7160ba76d6efe9cad7e7 . +_:B54159e683371912ae88d0e22799cd048 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F122021878httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B54159e683371912ae88d0e22799cd048 _:Bf54f7a63f7319057e9ea25ec7284cc37 . diff --git a/src/test/resources/input/nt/01544/HT015440386.nt b/src/test/resources/input/nt/01544/HT015440386.nt index 656b0e1d6..76521b4e3 100644 --- a/src/test/resources/input/nt/01544/HT015440386.nt +++ b/src/test/resources/input/nt/01544/HT015440386.nt @@ -1,8 +1,8 @@ -_:B5ec1ab4ab80c33e3209587c9d4b32160 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F111614597httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B5ec1ab4ab80c33e3209587c9d4b32160 . -_:B6f685b8fc14d9989e76c2629b6039bf0 "22392" . -_:B6f685b8fc14d9989e76c2629b6039bf0 . -_:B6f685b8fc14d9989e76c2629b6039bf0 . +_:Bf64eabc4e5bc970aef4e40d0d967f2b1 "22392" . +_:Bf64eabc4e5bc970aef4e40d0d967f2b1 . +_:Bf64eabc4e5bc970aef4e40d0d967f2b1 . +_:B6dfd6a9839a1c2159f995959f79eba00 . +_:B6dfd6a9839a1c2159f995959f79eba00 _:B14c50cba7a309412084e3e9b317186a8 . . "K\u00F6nig, Ralf" . "1960" . @@ -13,13 +13,14 @@ _:B6f685b8fc14d9989e76c2629b6039bf0 . . "C/ld487" . -_:B4a88f56e8c2ab700bf9ccc447fe62d4e "http://d-nb.info/gnd/119411970, http://d-nb.info/gnd/4010427-8, http://d-nb.info/gnd/4145395-5" . -_:B4a88f56e8c2ab700bf9ccc447fe62d4e . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F111614597httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F111614597httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F111614597httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B5ad6b8e5d8b21dc1418f9dc28de8f989 . +_:B5ad6b8e5d8b21dc1418f9dc28de8f989 . "Ansichtspostkarte (Formschlagwort)" . "Comics" . + _:Bee173919788ac03bf90225102f482bb3 . . "Comic Strips" . "22392" . @@ -33,14 +34,14 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F111614597httpX3AX2FX2FidX2ElocX2EgovX2Fvoc "Photographien-Bildband" . "King, Ralph (1960-)" . . - _:Bb350082f8c93673176d33cfc8cb8d1e0 . - "Reinbek bei Hamburg" . . + _:Bf64eabc4e5bc970aef4e40d0d967f2b1 . "Comicstrip" . "K\u0113nigs, Ralfs (1960-)" . "Jago" . "Abbildungen (Formschlagwort)" . "Bildatlas" . + _:Bda9248b07dfd30f3d87b98c12d1b8313 . "Bilder (Formschlagwort)" . "Comic ; [nach Motiven aus den Dramen Othello, Macbeth, Romeo & Julia und Ein Sommernachtstraum von William Shakespeare]" . . @@ -51,33 +52,33 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F111614597httpX3AX2FX2FidX2ElocX2EgovX2Fvoc "Abbildungswerk" . "Fotographien-Bildband" . "3499223929" . - "Rowohlt-Taschenbuch-Verl." . - _:B4a88f56e8c2ab700bf9ccc447fe62d4e . - _:B6f685b8fc14d9989e76c2629b6039bf0 . "HT015440386" . "Bildsammlung" . . "9783499223921" . "Bildb\u00E4nde" . "Comic Strip" . - "1998" . - "Reinbek bei Hamburg; Rowohlt-Taschenbuch-Verl.; 1998" . - _:B5ec1ab4ab80c33e3209587c9d4b32160 . + _:B6dfd6a9839a1c2159f995959f79eba00 . + _:Bfffb06d6cd960b800c7174beda0b3c3d . . "Illustrationswerk" . . . "181, VIII S." . "Bildmaterial (Formschlagwort)" . -_:B2e1f14b2d7267dbeb54540fabfcbd588 . -_:B2e1f14b2d7267dbeb54540fabfcbd588 . +_:B14c50cba7a309412084e3e9b317186a8 . +_:B14c50cba7a309412084e3e9b317186a8 _:B5ad6b8e5d8b21dc1418f9dc28de8f989 . . "Bildband" . -_:Bc18d4d07b009db56ed1fd9d6b2cdb309 . -_:Bc18d4d07b009db56ed1fd9d6b2cdb309 _:B2e1f14b2d7267dbeb54540fabfcbd588 . +_:Bee173919788ac03bf90225102f482bb3 "Reinbek bei Hamburg" . +_:Bee173919788ac03bf90225102f482bb3 "Rowohlt-Taschenbuch-Verl." . +_:Bee173919788ac03bf90225102f482bb3 . +_:Bee173919788ac03bf90225102f482bb3 "1998" . +_:Bfffb06d6cd960b800c7174beda0b3c3d "http://d-nb.info/gnd/119411970, http://d-nb.info/gnd/4010427-8, http://d-nb.info/gnd/4145395-5" . +_:Bfffb06d6cd960b800c7174beda0b3c3d . "20080220" . -_:Bb350082f8c93673176d33cfc8cb8d1e0 . -_:Bb350082f8c93673176d33cfc8cb8d1e0 _:Bc18d4d07b009db56ed1fd9d6b2cdb309 . . "K\u00F6nig, Ralf" . "K\u00F6nig, R." . +_:Bda9248b07dfd30f3d87b98c12d1b8313 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F111614597httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Bda9248b07dfd30f3d87b98c12d1b8313 . diff --git a/src/test/resources/input/nt/01545/HT015455455.nt b/src/test/resources/input/nt/01545/HT015455455.nt index 5888a434b..32d0a1efe 100644 --- a/src/test/resources/input/nt/01545/HT015455455.nt +++ b/src/test/resources/input/nt/01545/HT015455455.nt @@ -1,124 +1,124 @@ - . - "Daimler, Marke" . +_:B8491babde91c5fad987161e7b8a64a90 "http://d-nb.info/gnd/2101246-5, http://d-nb.info/gnd/4003988-2, http://d-nb.info/gnd/4207786-2, Geschichte" . +_:B8491babde91c5fad987161e7b8a64a90 _:B42914c866310cca405ef32006e408691 . _:BGeschichteX201920X2D1945 "Geschichte 1920-1945" . _:BGeschichteX201920X2D1945 . -_:B9b0f9cf4266a72e15b15df0949d2d496 "http://d-nb.info/gnd/4576855-9, http://d-nb.info/gnd/4073757-3, Geschichte 1920-1945, Verzeichnis" . -_:B9b0f9cf4266a72e15b15df0949d2d496 . . "Austro-Daimler-Puchwerke" . -_:B09c39caf9c81d698bc6c2ca06019cb5a "http://d-nb.info/gnd/2101246-5, http://d-nb.info/gnd/4003988-2, http://d-nb.info/gnd/4207786-2, Geschichte" . -_:B09c39caf9c81d698bc6c2ca06019cb5a _:B7364eed207c2369584c91c4c742f8717 . -_:B310e926a4d061bad621ab3552715af23 . -_:B310e926a4d061bad621ab3552715af23 _:Becfa5c016b91aee8f2c42230247e57ad . + . + "Pfundner, Martin" . . "Steyr-Daimler-Puch AG" . -_:Bb6cb795b5aa16e82fba6e45dfdd763ce . -_:Bb6cb795b5aa16e82fba6e45dfdd763ce _:Bd76ca295cf4057236ec5dbb7cc7d62fb . -_:Bb7d4e253dbced2158b28ba33b05585bd "http://d-nb.info/gnd/2101246-5, http://d-nb.info/gnd/118595881, http://d-nb.info/gnd/4207786-2, Geschichte" . -_:Bb7d4e253dbced2158b28ba33b05585bd _:B09c39caf9c81d698bc6c2ca06019cb5a . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124897274httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124897274httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124897274httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . - . - "Porsche, Ferdinand" . - "1875" . - "1951" . - . - "Kraftfahrzeug" . - . - "Automobilsport" . -_:B342e111666813d486e474758badb8978 _:BVerzeichnis . -_:B342e111666813d486e474758badb8978 _:B310e926a4d061bad621ab3552715af23 . - "Wien ; K\u00F6ln ; Weimar; 2007" . - . - "\u00D6sterreichische Daimler-Motoren-Commanditgesellschaft Bierenz, Fischer und Co. (Wiener Neustadt)" . +_:B42914c866310cca405ef32006e408691 "http://d-nb.info/gnd/4443675-0, http://d-nb.info/gnd/4073757-3, Geschichte 1918-1940, Verzeichnis" . +_:B42914c866310cca405ef32006e408691 _:Bd206d7ba97e88ffb8513958ecab01d26 . +_:B52e7a9a899b773bb98167ab32ae030c4 . +_:B52e7a9a899b773bb98167ab32ae030c4 _:B13816919949d61f23c2fea616b60d2d8 . +_:BGeschichte "Geschichte" . +_:BGeschichte . + . + _:B705890e9c281043901fcc8af394ecb59 . + _:B7056f0715aefc11797d6e5e894a33f91 . + "SDP AG" . + . + _:Be38309d0da06272822c9aa1bc9414c4d . + . + . + "Kfz" . + . + "Automobilrennsport" . + "Steyr-Daimler-Puch-AG" . + _:B17e948efcfc1aa945605992044b5d23b . . - . - "http://d-nb.info/gnd/124897274" . + "Austro-Daimler-Puchwerke | Automobilsport | Steyr-Daimler-Puch AG | Geschichte (2134,3214)" . + . + "\u00D6sterreichische Daimler-Motoren-Commanditgesellschaft Bierenz, Fischer und Co. (Wiener Neustadt)" . + "Motorfahrzeug" . "HT015455455" . - "Automobilrennsport" . + . + "Daimler, Marke | Kraftfahrzeug | Geschichte 1918-1940 | Verzeichnis (2134)" . + "Autorennsport" . + . + . + "Daimler Company (Marke)" . + "http://d-nb.info/gnd/124897274" . + "3205776399" . + "Rivalen bis zur Fusion ; die fr\u00FChen Jahre des Ferdinand Porsche" . "Austro-Daimler-Puchwerke (Wiener Neustadt)" . - "Daimler-Puchwerke, Austro-" . - . - "2007" . "Steyr, Marke | Kraftfahrzeug | Geschichte 1920-1945 | Verzeichnis (2134)" . - "Austro-Daimler-Puchwerke | Automobilsport | Steyr-Daimler-Puch AG | Geschichte (2134,3214)" . - "Kfz" . + "Kraftfahrzeuge" . + "Austro-Daimler-Puchwerke | Porsche, Ferdinand (1875-1951) | Steyr-Daimler-Puch AG | Geschichte (2134,3214)" . "291 S. : Ill., graph. Darst." . - . - . + "Daimler-Puchwerke, Austro-" . + . + . "Martin Pfundner" . - . - "Autorennsport" . - "Daimler Company (Marke)" . "9783205776390" . - "Kraftfahrzeuge" . - . - "Motorfahrzeug" . - . - "SDP AG" . - . "Austro-Daimler und Steyr" . - "Steyr-Daimler-Puch-AG" . - "Austro-Daimler-Puchwerke | Porsche, Ferdinand (1875-1951) | Steyr-Daimler-Puch AG | Geschichte (2134,3214)" . - "Rivalen bis zur Fusion ; die fr\u00FChen Jahre des Ferdinand Porsche" . - _:Bc079d13e4cd44acf49fbc8656dc70ea1 . - . - "Daimler, Marke | Kraftfahrzeug | Geschichte 1918-1940 | Verzeichnis (2134)" . - _:Bd60ba1a61e47f21e6d85943c8889ba5b . - "3205776399" . - _:Bb7d4e253dbced2158b28ba33b05585bd . - "Wien ; K\u00F6ln ; Weimar" . - . -_:B2b38e4b9398f25e4c0687c0856e36998 . -_:B2b38e4b9398f25e4c0687c0856e36998 _:Bea113b752e3deb95e513bf5bcd47e2a6 . -_:Bea113b752e3deb95e513bf5bcd47e2a6 . -_:Bea113b752e3deb95e513bf5bcd47e2a6 _:B4f92556ce7e36a38ab38d00b76f23962 . + . + "Porsche, Ferdinand" . + "1875" . + "1951" . _:BGeschichteX201918X2D1940 "Geschichte 1918-1940" . _:BGeschichteX201918X2D1940 . -_:Bc079d13e4cd44acf49fbc8656dc70ea1 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124897274httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Bc079d13e4cd44acf49fbc8656dc70ea1 . - . - "Pfundner, Martin" . -_:B1ac0c9b9f552acb638650b397799a561 _:BVerzeichnis . -_:B1ac0c9b9f552acb638650b397799a561 . -_:B7364eed207c2369584c91c4c742f8717 "http://d-nb.info/gnd/4443675-0, http://d-nb.info/gnd/4073757-3, Geschichte 1918-1940, Verzeichnis" . -_:B7364eed207c2369584c91c4c742f8717 _:B9b0f9cf4266a72e15b15df0949d2d496 . -_:Bd60ba1a61e47f21e6d85943c8889ba5b . -_:Bd60ba1a61e47f21e6d85943c8889ba5b _:Bd593f612630f60d8fdcac02a5e44ed39 . -_:Bdab277777a776e22bd48b40c7f2b1c7a . -_:Bdab277777a776e22bd48b40c7f2b1c7a _:Bce7e661d603d3bbe082062d27277bf74 . -_:Bb3a48ff22ca5c176a3414c368fce1eee _:BGeschichteX201920X2D1945 . -_:Bb3a48ff22ca5c176a3414c368fce1eee _:B1ac0c9b9f552acb638650b397799a561 . -_:Bce7e661d603d3bbe082062d27277bf74 . -_:Bce7e661d603d3bbe082062d27277bf74 _:B7c0a2c453afe4fb8c397775d3e6f54c9 . -_:BGeschichte "Geschichte" . -_:BGeschichte . +_:B02438d476c778c5da686bd18ddbc27f5 _:BVerzeichnis . +_:B02438d476c778c5da686bd18ddbc27f5 _:Bc4ef880bacb65cfaa8b2ed922a712248 . + . + "Daimler, Marke" . +_:B2d732e2460574c1a73093a6f4204a4a3 _:BVerzeichnis . +_:B2d732e2460574c1a73093a6f4204a4a3 . +_:BVerzeichnis "Verzeichnis" . +_:BVerzeichnis . +_:Bc4ef880bacb65cfaa8b2ed922a712248 . +_:Bc4ef880bacb65cfaa8b2ed922a712248 _:B65e60a73e07c463ff484f497f401757e . +_:B1c4281e0c7701bcb6795957d6b179fe1 _:BGeschichte . +_:B1c4281e0c7701bcb6795957d6b179fe1 _:B5285bae81b72c81acb7dc27551632639 . +_:Bd206d7ba97e88ffb8513958ecab01d26 "http://d-nb.info/gnd/4576855-9, http://d-nb.info/gnd/4073757-3, Geschichte 1920-1945, Verzeichnis" . +_:Bd206d7ba97e88ffb8513958ecab01d26 . + . + "Steyr, Marke" . +_:B5de41a8b716d5ef130443b01555331d0 . +_:B5de41a8b716d5ef130443b01555331d0 _:Bfcb665d2329265a015413f518b5e2b5b . + . + "Automobilsport" . +_:B65e60a73e07c463ff484f497f401757e . +_:B65e60a73e07c463ff484f497f401757e _:Bc24deae0396df0962f8034ea60fe74be . +_:B13816919949d61f23c2fea616b60d2d8 . +_:B13816919949d61f23c2fea616b60d2d8 _:B1c4281e0c7701bcb6795957d6b179fe1 . +_:B6f272ada6d5049da133942aaf2bbbf99 . +_:B6f272ada6d5049da133942aaf2bbbf99 _:B52e7a9a899b773bb98167ab32ae030c4 . +_:B7056f0715aefc11797d6e5e894a33f91 "Wien ; K\u00F6ln ; Weimar" . +_:B7056f0715aefc11797d6e5e894a33f91 "2007" . +_:B66c2a2921375b0d85ff48f302b0b26c7 _:BGeschichte . +_:B66c2a2921375b0d85ff48f302b0b26c7 _:B6f272ada6d5049da133942aaf2bbbf99 . . . . . "(1)043776" . -_:Becfa5c016b91aee8f2c42230247e57ad . -_:Becfa5c016b91aee8f2c42230247e57ad _:Bb3a48ff22ca5c176a3414c368fce1eee . -_:BVerzeichnis "Verzeichnis" . -_:BVerzeichnis . +_:B705890e9c281043901fcc8af394ecb59 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124897274httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B705890e9c281043901fcc8af394ecb59 . +_:Be2cf250a5b6b8cbcb896c8f949bf3f96 . +_:Be2cf250a5b6b8cbcb896c8f949bf3f96 _:B16287f1c2cdcf0500e7f5bafd0fa52e3 . +_:B5285bae81b72c81acb7dc27551632639 . +_:B5285bae81b72c81acb7dc27551632639 _:B5de41a8b716d5ef130443b01555331d0 . + "20080304" . + "20130930" . +_:Bfcb665d2329265a015413f518b5e2b5b _:BGeschichteX201918X2D1940 . +_:Bfcb665d2329265a015413f518b5e2b5b _:B02438d476c778c5da686bd18ddbc27f5 . +_:Be38309d0da06272822c9aa1bc9414c4d "http://d-nb.info/gnd/2101246-5, http://d-nb.info/gnd/118595881, http://d-nb.info/gnd/4207786-2, Geschichte" . +_:Be38309d0da06272822c9aa1bc9414c4d _:B8491babde91c5fad987161e7b8a64a90 . +_:B16287f1c2cdcf0500e7f5bafd0fa52e3 . +_:B16287f1c2cdcf0500e7f5bafd0fa52e3 _:B66c2a2921375b0d85ff48f302b0b26c7 . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124897274httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124897274httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124897274httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . . . . . "208-316" . -_:B4f92556ce7e36a38ab38d00b76f23962 _:BGeschichteX201918X2D1940 . -_:B4f92556ce7e36a38ab38d00b76f23962 _:B342e111666813d486e474758badb8978 . -_:B7c0a2c453afe4fb8c397775d3e6f54c9 . -_:B7c0a2c453afe4fb8c397775d3e6f54c9 _:B94aa3603e8cc7705e5aac95506f22a2f . -_:Bd593f612630f60d8fdcac02a5e44ed39 . -_:Bd593f612630f60d8fdcac02a5e44ed39 _:Bb6cb795b5aa16e82fba6e45dfdd763ce . - . - "Steyr, Marke" . -_:Bd76ca295cf4057236ec5dbb7cc7d62fb _:BGeschichte . -_:Bd76ca295cf4057236ec5dbb7cc7d62fb _:Bdab277777a776e22bd48b40c7f2b1c7a . - "20080304" . - "20130930" . -_:B94aa3603e8cc7705e5aac95506f22a2f _:BGeschichte . -_:B94aa3603e8cc7705e5aac95506f22a2f _:B2b38e4b9398f25e4c0687c0856e36998 . + . + "Kraftfahrzeug" . +_:Bc24deae0396df0962f8034ea60fe74be _:BGeschichteX201920X2D1945 . +_:Bc24deae0396df0962f8034ea60fe74be _:B2d732e2460574c1a73093a6f4204a4a3 . +_:B17e948efcfc1aa945605992044b5d23b . +_:B17e948efcfc1aa945605992044b5d23b _:Be2cf250a5b6b8cbcb896c8f949bf3f96 . diff --git a/src/test/resources/input/nt/01586/HT015865114.nt b/src/test/resources/input/nt/01586/HT015865114.nt index 0b1ed9668..a80fea953 100644 --- a/src/test/resources/input/nt/01586/HT015865114.nt +++ b/src/test/resources/input/nt/01586/HT015865114.nt @@ -1,38 +1,19 @@ - . - . - . - . -_:BGeschichteX201945X2D2003 _:Bda4c00a8779b5c063909e0e989d7cd9e . +_:B6141ddad1f15347f8975f69408e44e85 . +_:B6141ddad1f15347f8975f69408e44e85 _:B65f3d27ca6e379f44ef6b9bd9bfe2d73 . _:BGeschichteX201945X2D2003 "Geschichte 1945-2003" . _:BGeschichteX201945X2D2003 . - . - . - . - . -_:B98ab0707a03be61dc5a2867a7cc06115 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F105667129httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B98ab0707a03be61dc5a2867a7cc06115 . _:BSchulbuch "Schulbuch" . _:BSchulbuch . - . - "Geschichtsunterricht" . - . - "Weber, J\u00FCrgen" . - "20090317" . - "20090318" . - . - . - . - . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F105667129httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F105667129httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F105667129httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . - "Buchner" . +_:B1ce4411607e78d808a22cbfc97e14d2f _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F105667129httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B1ce4411607e78d808a22cbfc97e14d2f . +_:B77e95e0b1dae45dc2bb3218adce9b1e0 "Bamberg" . +_:B77e95e0b1dae45dc2bb3218adce9b1e0 "Buchner" . +_:B77e95e0b1dae45dc2bb3218adce9b1e0 . +_:B77e95e0b1dae45dc2bb3218adce9b1e0 "2003" . "Geschichte 1945-2003 | Geschichtsunterricht | Schulbuch" . - . . - _:B1e0737f577e4f02aabc5043a097dfaa5 . - _:B98ab0707a03be61dc5a2867a7cc06115 . - "Bamberg" . + . + _:B6ec7d669e24d2856200e7acf164db72f . "Von der Teilung zur Einheit" . . . @@ -42,18 +23,18 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F105667129httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . . . - _:Bd328c435bdbc2e50951bd81e9ba19180 . - "2003 - " . . - "Geschichte / Didaktik" . "Schulbuch Buchner" . - "Bamberg; Buchner; 2003" . + "Geschichte / Didaktik" . "http://d-nb.info/gnd/105667129" . "Geschichte / Unterricht" . + _:B77e95e0b1dae45dc2bb3218adce9b1e0 . "HT015865114" . + . . "die Welt nach 1945" . - . + _:B7342e9edcd6d872964c7ba66d71c7d76 . + _:B1ce4411607e78d808a22cbfc97e14d2f . . . . @@ -61,17 +42,37 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F105667129httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . "Geschichtsdidaktik" . . -_:B1e0737f577e4f02aabc5043a097dfaa5 "Geschichte 1945-2003, http://d-nb.info/gnd/4020533-2, Schulbuch" . -_:B1e0737f577e4f02aabc5043a097dfaa5 . -_:B6ad68af930268ff113378489072ed0e5 . -_:B6ad68af930268ff113378489072ed0e5 _:B8089e9b3e989c1243328ec7b8c80e9ca . -_:B8089e9b3e989c1243328ec7b8c80e9ca _:BSchulbuch . -_:B8089e9b3e989c1243328ec7b8c80e9ca . -_:Bd328c435bdbc2e50951bd81e9ba19180 . -_:Bd328c435bdbc2e50951bd81e9ba19180 . + _:Bdd590304daeab9f83c9d63c85efc1396 . + . + . + . + . + . + . + . + . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F105667129httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F105667129httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F105667129httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . . . . . -_:Bda4c00a8779b5c063909e0e989d7cd9e _:BGeschichteX201945X2D2003 . -_:Bda4c00a8779b5c063909e0e989d7cd9e _:B6ad68af930268ff113378489072ed0e5 . + . + "Geschichtsunterricht" . +_:B7342e9edcd6d872964c7ba66d71c7d76 . +_:B7342e9edcd6d872964c7ba66d71c7d76 . + . + . + . + . + . + "Weber, J\u00FCrgen" . +_:Bdd590304daeab9f83c9d63c85efc1396 _:BGeschichteX201945X2D2003 . +_:Bdd590304daeab9f83c9d63c85efc1396 _:B6141ddad1f15347f8975f69408e44e85 . +_:B65f3d27ca6e379f44ef6b9bd9bfe2d73 _:BSchulbuch . +_:B65f3d27ca6e379f44ef6b9bd9bfe2d73 . + "20090317" . + "20090318" . +_:B6ec7d669e24d2856200e7acf164db72f "Geschichte 1945-2003, http://d-nb.info/gnd/4020533-2, Schulbuch" . +_:B6ec7d669e24d2856200e7acf164db72f . diff --git a/src/test/resources/input/nt/01589/HT015891797.nt b/src/test/resources/input/nt/01589/HT015891797.nt index 5605bbc7b..54478c3fa 100644 --- a/src/test/resources/input/nt/01589/HT015891797.nt +++ b/src/test/resources/input/nt/01589/HT015891797.nt @@ -1,19 +1,15 @@ +_:B3282a6e067047fbcd4871d3569daa78d _:BGeschichteX201963X2D1967 . +_:B3282a6e067047fbcd4871d3569daa78d _:B729d1d08a902057813099a8ae5891be2 . . . . . "09 A 756" . +_:B5c30863f6ec9c6e2e8146a972befa632 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109702662httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B5c30863f6ec9c6e2e8146a972befa632 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109702662httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109702662httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109702662httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bbafc0c1882cd6c7a720dcf1ef0c0959c _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109702662httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bbafc0c1882cd6c7a720dcf1ef0c0959c . - . - "Adenauer, Konrad" . - "Adenauer, ..." . - "Adenauer, Konrad Hermann Joseph" . - "1876" . - "1967" . . "Mensing, Hans Peter" . . @@ -21,6 +17,12 @@ _:Bbafc0c1882cd6c7a720dcf1ef0c0959c . . "9.1191/10,2" . + . + "Adenauer, Konrad" . + "Adenauer, ..." . + "Adenauer, Konrad Hermann Joseph" . + "1876" . + "1967" . . . . @@ -41,22 +43,17 @@ _:Bbafc0c1882cd6c7a720dcf1ef0c0959c . . "2009/1681:2" . -_:B0853718ee11122623bbde08058da2c0e . -_:B0853718ee11122623bbde08058da2c0e _:B116b978257d8e241e5e6f32c263074f7 . -_:B70638f09c742eb959a3bd8b8512e0fed _:BQuelle . -_:B70638f09c742eb959a3bd8b8512e0fed . -_:B86ea8fcd188f2708dd3ebee7702ecdd8 . -_:B86ea8fcd188f2708dd3ebee7702ecdd8 . -_:B86ea8fcd188f2708dd3ebee7702ecdd8 "2" . +_:B729d1d08a902057813099a8ae5891be2 _:BQuelle . +_:B729d1d08a902057813099a8ae5891be2 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11850066XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11850066XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11850066XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B116b978257d8e241e5e6f32c263074f7 _:BGeschichteX201963X2D1967 . -_:B116b978257d8e241e5e6f32c263074f7 _:B70638f09c742eb959a3bd8b8512e0fed . +_:Be2eee8505dfd12d8c3eb3e87013486f1 "Paderborn [u.a.]" . +_:Be2eee8505dfd12d8c3eb3e87013486f1 "Sch\u00F6ningh" . +_:Be2eee8505dfd12d8c3eb3e87013486f1 . +_:Be2eee8505dfd12d8c3eb3e87013486f1 "2009" . _:BGeschichteX201963X2D1967 "Geschichte 1963-1967" . _:BGeschichteX201963X2D1967 . -_:Bf9dc8a3df2ce1a250795924e949ecdaa "http://d-nb.info/gnd/11850066X, Geschichte 1963-1967, Quelle" . -_:Bf9dc8a3df2ce1a250795924e949ecdaa . _:BQuelle "Quelle" . _:BQuelle . . @@ -69,18 +66,18 @@ _:BQuelle . . "LRKA 101-S,4,2" . +_:B1dea68aba280c26db187dc4655ae547b . +_:B1dea68aba280c26db187dc4655ae547b _:B3282a6e067047fbcd4871d3569daa78d . . "HT015891797" . . . . - _:Bf9dc8a3df2ce1a250795924e949ecdaa . . . - _:B86ea8fcd188f2708dd3ebee7702ecdd8 . . - _:B2f726d61c48a11e8a20fa3d57c4cf2b6 . - "Paderborn [u.a.]" . + _:B1dea68aba280c26db187dc4655ae547b . + _:Bb1c4b768bcd67e8041a237ca6d42a6f6 . . . . @@ -89,27 +86,29 @@ _:BQuelle . "Adenauer, Konrad Hermann Joseph (1876-1967)" . . - . "Adenauer, Konrad (1876-1967) | Geschichte 1963-1967 | Quelle" . - "Sch\u00F6ningh" . + . + _:B5e3fc834f5e4fdbb013e15bed0373efa . "http://d-nb.info/gnd/11850066X | http://d-nb.info/gnd/109702662" . . . . - "2009" . + _:Be2eee8505dfd12d8c3eb3e87013486f1 . "Adenauer. Bearb. von Hans Peter Mensing" . "670 S. : Ill." . . "Die letzten Lebensjahre, 1963 - 1967, 2: September 1965 - April 1967" . . "Adenauer, ... (1876-1967)" . - "Paderborn [u.a.]; Sch\u00F6ningh; 2009" . - _:B0853718ee11122623bbde08058da2c0e . + _:B1fe9ec2ef6626daa2b2618721f121154 . "2" . . . -_:B2f726d61c48a11e8a20fa3d57c4cf2b6 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11850066XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B2f726d61c48a11e8a20fa3d57c4cf2b6 _:Bbafc0c1882cd6c7a720dcf1ef0c0959c . +_:B5e3fc834f5e4fdbb013e15bed0373efa . +_:B5e3fc834f5e4fdbb013e15bed0373efa . +_:B5e3fc834f5e4fdbb013e15bed0373efa "2" . +_:B1fe9ec2ef6626daa2b2618721f121154 "http://d-nb.info/gnd/11850066X, Geschichte 1963-1967, Quelle" . +_:B1fe9ec2ef6626daa2b2618721f121154 . . . . @@ -120,6 +119,8 @@ _:B2f726d61c48a11e8a20fa3d57c4cf2b6 . . "82 = 4385" . +_:Bb1c4b768bcd67e8041a237ca6d42a6f6 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F11850066XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Bb1c4b768bcd67e8041a237ca6d42a6f6 _:B5c30863f6ec9c6e2e8146a972befa632 . . . . diff --git a/src/test/resources/input/nt/01589/HT015894164.nt b/src/test/resources/input/nt/01589/HT015894164.nt index fb00d62e8..2f01e7920 100644 --- a/src/test/resources/input/nt/01589/HT015894164.nt +++ b/src/test/resources/input/nt/01589/HT015894164.nt @@ -11,6 +11,7 @@ _:BOrganisationX20deX20coopXE9rationX20etX20deX20dXE9veloppementX20XE9conomiques . . . + _:Bfa8437c906c32d52280c666c618c0dd2 . . . "Examens en mati\u00E8re de coop\u00E9ration pour le d\u00E9veloppement" . @@ -18,7 +19,6 @@ _:BOrganisationX20deX20coopXE9rationX20etX20deX20dXE9veloppementX20XE9conomiques . . . - "OECD Publishing" . . . . @@ -31,6 +31,7 @@ _:BOrganisationX20deX20coopXE9rationX20etX20deX20dXE9veloppementX20XE9conomiques "no.33" . . . + _:B704157fa20cffed22f5acbcaaf501f91 . . . . @@ -38,22 +39,24 @@ _:BOrganisationX20deX20coopXE9rationX20etX20deX20dXE9veloppementX20XE9conomiques . . . - "Paris; OECD Publishing; 1999" . . "Organisation de coop\u00E9ration et de d\u00E9veloppement \u00E9conomiques" . . - "Paris" . . "9789264273085" . . . - _:B971e5290e6d1d5f9937826315517d653 . . - "1999" . . . . . +_:Bfa8437c906c32d52280c666c618c0dd2 _:BX5FX3AOrganisationX20deX20coopXE9rationX20etX20deX20dXE9veloppementX20XE9conomiqueshttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:Bfa8437c906c32d52280c666c618c0dd2 . +_:B704157fa20cffed22f5acbcaaf501f91 "Paris" . +_:B704157fa20cffed22f5acbcaaf501f91 "OECD Publishing" . +_:B704157fa20cffed22f5acbcaaf501f91 . +_:B704157fa20cffed22f5acbcaaf501f91 "1999" . . . . @@ -102,8 +105,6 @@ _:BOrganisationX20deX20coopXE9rationX20etX20deX20dXE9veloppementX20XE9conomiques . . . -_:B971e5290e6d1d5f9937826315517d653 _:BX5FX3AOrganisationX20deX20coopXE9rationX20etX20deX20dXE9veloppementX20XE9conomiqueshttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B971e5290e6d1d5f9937826315517d653 . . . . diff --git a/src/test/resources/input/nt/01613/HT016135351.nt b/src/test/resources/input/nt/01613/HT016135351.nt index de1a93864..05b95f308 100644 --- a/src/test/resources/input/nt/01613/HT016135351.nt +++ b/src/test/resources/input/nt/01613/HT016135351.nt @@ -1,37 +1,36 @@ . "Lutter-Wasserm\u00FChle Roberg, Harsewinkel" . -_:Ba3455ff7458873e82456acb86193962f _:BBildband . -_:Ba3455ff7458873e82456acb86193962f . +_:B23c6d00c1cfdba063ac0f136f5fe3429 _:BBildband . +_:B23c6d00c1cfdba063ac0f136f5fe3429 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F186931808httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fpht . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F186931808httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fpht . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F186931808httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fpht . -_:B18e682d5392fb6c920be1b96fb174874 "http://d-nb.info/gnd/7684863-2, Bildband" . -_:B18e682d5392fb6c920be1b96fb174874 . +_:Bc6b0b3c06a352153b19fe23d90171fb0 . +_:Bc6b0b3c06a352153b19fe23d90171fb0 _:B23c6d00c1cfdba063ac0f136f5fe3429 . +_:B61f678cd0d8c7581d534d5e033d48a51 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F186931808httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fpht . +_:B61f678cd0d8c7581d534d5e033d48a51 . . . . . "2C 8876" . - "2006" . + _:B61f678cd0d8c7581d534d5e033d48a51 . . "M\u00FChle Roberg (Harsewinkel)" . - "Marienfeld; Selbstverl.; 2006" . . + _:B544beeb5f3029e631f4965f417f7ae51 . "Kornm\u00FChle Roberg (Harsewinkel)" . . + _:Ba1394dc69722b564fb6aaefe8b4faf8d . . - _:B50d79ef764747f1413cbd179c24ade49 . . . "Zeitzeuge und Kleinod in Harsewinkel" . "32 gez. S. : \u00FCberw. Ill." . - "Selbstverl." . "Lutter-Wasserm\u00FChle Roberg (Harsewinkel-Marienfeld)" . . - "Marienfeld" . "Lutter-Wasserm\u00FChle Roberg, Harsewinkel | Bildband" . . - _:B46d519d6b7c1cdb2eeb975c1a2921240 . "Harsewinkel-Marienfeld" . . . @@ -39,14 +38,16 @@ _:B18e682d5392fb6c920be1b96fb174874 "HT016135351" . "Lutter-Wasserm\u00FChle Roberg" . "[Hemut Buchmann" . - _:B18e682d5392fb6c920be1b96fb174874 . + _:Bc6b0b3c06a352153b19fe23d90171fb0 . . "Buchmann, Helmut" . _:BBildband "Bildband" . _:BBildband . -_:B50d79ef764747f1413cbd179c24ade49 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F186931808httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fpht . -_:B50d79ef764747f1413cbd179c24ade49 . -_:B46d519d6b7c1cdb2eeb975c1a2921240 . -_:B46d519d6b7c1cdb2eeb975c1a2921240 _:Ba3455ff7458873e82456acb86193962f . +_:B544beeb5f3029e631f4965f417f7ae51 "Marienfeld" . +_:B544beeb5f3029e631f4965f417f7ae51 "Selbstverl." . +_:B544beeb5f3029e631f4965f417f7ae51 . +_:B544beeb5f3029e631f4965f417f7ae51 "2006" . "20091118" . "20091210" . +_:Ba1394dc69722b564fb6aaefe8b4faf8d "http://d-nb.info/gnd/7684863-2, Bildband" . +_:Ba1394dc69722b564fb6aaefe8b4faf8d . diff --git a/src/test/resources/input/nt/01638/HT016382441.nt b/src/test/resources/input/nt/01638/HT016382441.nt index 3f3cd9533..ff054395e 100644 --- a/src/test/resources/input/nt/01638/HT016382441.nt +++ b/src/test/resources/input/nt/01638/HT016382441.nt @@ -10,8 +10,6 @@ "TWR 644" . "20100607" . "20110309" . -_:B71bde6adcd2117f66fa865eb477c24d7 . -_:B71bde6adcd2117f66fa865eb477c24d7 . . . . @@ -37,6 +35,8 @@ _:B71bde6adcd2117f66fa865eb477c24d7 . . "M/P-Tgn 162" . +_:B7947e14dae4460d4ac4c82b3e4acc835 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F14320713XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B7947e14dae4460d4ac4c82b3e4acc835 . . . . @@ -47,12 +47,13 @@ _:B71bde6adcd2117f66fa865eb477c24d7 . . "TWR 1053" . +_:Be4d84aade5e8a21d5c46ba1d92d4fc21 . +_:Be4d84aade5e8a21d5c46ba1d92d4fc21 . . . . . "nc/18910" . - _:B71bde6adcd2117f66fa865eb477c24d7 . . . . @@ -62,15 +63,15 @@ _:B71bde6adcd2117f66fa865eb477c24d7 . . . + _:Be99307fbcd68842bd3b8244a77439d1e . . "Linux for dummies " . - "Weinheim; Wiley-VCH; 2011" . . . - "Weinheim" . - "Wiley-VCH" . + _:B7947e14dae4460d4ac4c82b3e4acc835 . . "HT016382441" . + _:Be4d84aade5e8a21d5c46ba1d92d4fc21 . . . . @@ -81,11 +82,9 @@ _:B71bde6adcd2117f66fa865eb477c24d7 . "9783527706495" . . - _:B79b88639c9b24277107ccd83e03cb196 . . . . - "2011" . . "418 S. : zahlr. Ill., graph. Darst." . . @@ -95,11 +94,11 @@ _:B71bde6adcd2117f66fa865eb477c24d7 "1. Aufl." . . . + _:B882d3e3f4c5bf29aaa6a0086f7b9818d . . . - "[frei wie ein Pinguin ; auf einen Blick: Linux schnell und sicher installieren, KDE, GNOME und GUI geschickt einsetzen, OpenOffice clever nutzen ; alles f\u00FCr Ihr Rendezvous mit dem Pinguin]" . . - _:B0fd6ba058bcaa87fa47d238f4de1006a . + "[frei wie ein Pinguin ; auf einen Blick: Linux schnell und sicher installieren, KDE, GNOME und GUI geschickt einsetzen, OpenOffice clever nutzen ; alles f\u00FCr Ihr Rendezvous mit dem Pinguin]" . "LINUX" . "Linux f\u00FCr Dummies" . . @@ -135,8 +134,6 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F14320713XXhttpX3AX2FX2FidX2ElocX2EgovX2Fvo . . "11 = TWR5408+3" . -_:B79b88639c9b24277107ccd83e03cb196 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F14320713XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B79b88639c9b24277107ccd83e03cb196 . . . . @@ -152,13 +149,17 @@ _:B79b88639c9b24277107ccd83e03cb196 . . "51TWRF4584" . +_:Be99307fbcd68842bd3b8244a77439d1e "Weinheim" . +_:Be99307fbcd68842bd3b8244a77439d1e "Wiley-VCH" . +_:Be99307fbcd68842bd3b8244a77439d1e . +_:Be99307fbcd68842bd3b8244a77439d1e "2011" . . . . . "033 4370#3" . -_:B0fd6ba058bcaa87fa47d238f4de1006a "http://d-nb.info/gnd/4337730-0" . -_:B0fd6ba058bcaa87fa47d238f4de1006a . +_:B882d3e3f4c5bf29aaa6a0086f7b9818d "http://d-nb.info/gnd/4337730-0" . +_:B882d3e3f4c5bf29aaa6a0086f7b9818d . . . . diff --git a/src/test/resources/input/nt/01654/HT016545462.nt b/src/test/resources/input/nt/01654/HT016545462.nt index daba668e5..29c14957c 100644 --- a/src/test/resources/input/nt/01654/HT016545462.nt +++ b/src/test/resources/input/nt/01654/HT016545462.nt @@ -1,44 +1,45 @@ . "Eigent\u00FCmer" . -_:B7b99f4e10ad8f8747eaa442909cfff36 . -_:B7b99f4e10ad8f8747eaa442909cfff36 _:B2c5a3451989a0fb9795f278968a7332e . +_:B6b5daec07116c14c9f5cdcb032e887a1 "http://d-nb.info/gnd/4042552-6, http://d-nb.info/gnd/4156127-2, http://d-nb.info/gnd/4151183-9, Geschichte 1805-2000, Verzeichnis" . +_:B6b5daec07116c14c9f5cdcb032e887a1 . . "Nordkirchen" . -_:B4b2dad42a1da9e08645e610a730e9905 . -_:B4b2dad42a1da9e08645e610a730e9905 _:B7b99f4e10ad8f8747eaa442909cfff36 . +_:B18d085b3a47c6feda67d850aef78b639 _:BGeschichteX201805X2D2000 . +_:B18d085b3a47c6feda67d850aef78b639 _:Bfdb50d67bb99f314d3bc490638664f0a . +_:Bfdb50d67bb99f314d3bc490638664f0a _:BVerzeichnis . +_:Bfdb50d67bb99f314d3bc490638664f0a . _:BGeschichteX201805X2D2000 "Geschichte 1805-2000" . _:BGeschichteX201805X2D2000 . -_:Bbd0c95173648ed7b33ec303967814128 _:BVerzeichnis . -_:Bbd0c95173648ed7b33ec303967814128 . . "Geb\u00E4ude" . - "Heimatverein der Gemeinde Nordkirchen e. V:" . +_:Bca6b8a8b50690f0a1355e078441bb898 . +_:Bca6b8a8b50690f0a1355e078441bb898 _:Bb61244e5f8d1ba7677e37f2861fc7d85 . +_:Bb61244e5f8d1ba7677e37f2861fc7d85 . +_:Bb61244e5f8d1ba7677e37f2861fc7d85 _:B8b0e94f5227e4c3e22d727fcf2d4b234 . +_:BVerzeichnis "Verzeichnis" . +_:BVerzeichnis . + "20101012" . . + _:Bca6b8a8b50690f0a1355e078441bb898 . . "Verzeichnis der Geb\u00E4ude und ihrer Eigent\u00FCmer auf dem Gebiet der Altgemeinde Nordkirchen 1805, 1900, 1955 und 2000" . . - . . - _:B28f4f09dfb3e4538ce31ca8344be1efd . - "9999" . - "HT016545462" . + . + _:B6b5daec07116c14c9f5cdcb032e887a1 . . + "HT016545462" . . "Haus (im weiteren Sinn)" . - "Nordkirchen; Heimatverein der Gemeinde Nordkirchen e. V:; 9999" . + _:B56f6f5abe24320d4cc94b8c23eb7860c . . "Nordkirchen | Geb\u00E4ude | Eigent\u00FCmer | Geschichte 1805-2000 | Verzeichnis (23145,32145)" . "Nordkirchen" . . - "Nordkirchen" . . - _:B4b2dad42a1da9e08645e610a730e9905 . - "20101012" . -_:BVerzeichnis "Verzeichnis" . -_:BVerzeichnis . -_:B2c5a3451989a0fb9795f278968a7332e . -_:B2c5a3451989a0fb9795f278968a7332e _:B4fb290fbd2617901a9bbe76b8a341fed . -_:B4fb290fbd2617901a9bbe76b8a341fed _:BGeschichteX201805X2D2000 . -_:B4fb290fbd2617901a9bbe76b8a341fed _:Bbd0c95173648ed7b33ec303967814128 . -_:B28f4f09dfb3e4538ce31ca8344be1efd "http://d-nb.info/gnd/4042552-6, http://d-nb.info/gnd/4156127-2, http://d-nb.info/gnd/4151183-9, Geschichte 1805-2000, Verzeichnis" . -_:B28f4f09dfb3e4538ce31ca8344be1efd . +_:B8b0e94f5227e4c3e22d727fcf2d4b234 . +_:B8b0e94f5227e4c3e22d727fcf2d4b234 _:B18d085b3a47c6feda67d850aef78b639 . +_:B56f6f5abe24320d4cc94b8c23eb7860c "Nordkirchen" . +_:B56f6f5abe24320d4cc94b8c23eb7860c "Heimatverein der Gemeinde Nordkirchen e. V:" . +_:B56f6f5abe24320d4cc94b8c23eb7860c . +_:B56f6f5abe24320d4cc94b8c23eb7860c "9999" . diff --git a/src/test/resources/input/nt/01660/HT016604323.nt b/src/test/resources/input/nt/01660/HT016604323.nt index dea87dd40..77390c46b 100644 --- a/src/test/resources/input/nt/01660/HT016604323.nt +++ b/src/test/resources/input/nt/01660/HT016604323.nt @@ -1,11 +1,13 @@ -_:Bd902c630372379336c17540864fdb7e7 . -_:Bd902c630372379336c17540864fdb7e7 _:Bd7dc4273ddb2fe37dcaf69c0f9ecb1dc . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F16090142X2DXXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F16090142X2DXXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F16090142X2DXXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Bb2f18769494310e8c07bd2677d28caf7 . +_:Bb2f18769494310e8c07bd2677d28caf7 _:B05ee901c9c4b261348a0449a853b3450 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F4065786X2D3httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F4065786X2D3httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F4065786X2D3httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B05ee901c9c4b261348a0449a853b3450 _:BBericht . +_:B05ee901c9c4b261348a0449a853b3450 . "Westfalen-Lippe" . . "Westfalen-Lippe" . @@ -18,47 +20,46 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F4065786X2D3httpX3AX2FX2FidX2ElocX2EgovX2Fv . "http://d-nb.info/gnd/16090142-X | http://d-nb.info/gnd/4065786-3" . "f\u00FCr das Jahr ..." . + _:Bb2f18769494310e8c07bd2677d28caf7 . . "PsychiatrieVerbund Westfalen, Beschwerdekommission | Bericht" . . + . . "Hrsg.: Landschaftsverband Westfalen-Lippe, LWL-Abteilung f\u00FCr Krankenh\u00E4user und Gesundheitswesen, LWL-PsychiatrieVerbund Westfalen" . . - . "Ersch. j\u00E4hrl." . . - "M\u00FCnster" . - _:B133104a09a063fbc3a9b0e56b9c8ee60 . . . - "2005 - " . "2581964-1" . + _:Bb4716c41a06cd483268cf35265c3ed10 . . - . + _:B6c064ce1d60025f06dbd66321dd31633 . . . - "Landschaftsverb. Westfalen-Lippe" . + . "Bericht der Beschwerdekommission" . - _:Bd902c630372379336c17540864fdb7e7 . - "M\u00FCnster; Landschaftsverb. Westfalen-Lippe; 2005" . "HT016604323" . - _:B5167df2a02afdab5a97a56296bfefd17 . + _:B2de2251228dde9e4baaac015b678b494 . +_:Bb4716c41a06cd483268cf35265c3ed10 "http://d-nb.info/gnd/16090142-X, Bericht" . +_:Bb4716c41a06cd483268cf35265c3ed10 . . . . . "XB 3534" . -_:Be2c03963ca40d80da15a9bba3ae635d3 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F4065786X2D3httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Be2c03963ca40d80da15a9bba3ae635d3 . +_:B2de2251228dde9e4baaac015b678b494 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F16090142X2DXXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B2de2251228dde9e4baaac015b678b494 _:B7d0140ed2f37a68bbb9d1ee6319dad8c . "20101116" . "20141121" . . "PsychiatrieVerbund Westfalen. Beschwerdekommission" . -_:B133104a09a063fbc3a9b0e56b9c8ee60 "http://d-nb.info/gnd/16090142-X, Bericht" . -_:B133104a09a063fbc3a9b0e56b9c8ee60 . -_:Bd7dc4273ddb2fe37dcaf69c0f9ecb1dc _:BBericht . -_:Bd7dc4273ddb2fe37dcaf69c0f9ecb1dc . -_:B5167df2a02afdab5a97a56296bfefd17 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F16090142X2DXXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B5167df2a02afdab5a97a56296bfefd17 _:Be2c03963ca40d80da15a9bba3ae635d3 . _:BBericht "Bericht" . _:BBericht . +_:B6c064ce1d60025f06dbd66321dd31633 "M\u00FCnster" . +_:B6c064ce1d60025f06dbd66321dd31633 "Landschaftsverb. Westfalen-Lippe" . +_:B6c064ce1d60025f06dbd66321dd31633 . +_:B6c064ce1d60025f06dbd66321dd31633 "2005" . +_:B7d0140ed2f37a68bbb9d1ee6319dad8c _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F4065786X2D3httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B7d0140ed2f37a68bbb9d1ee6319dad8c . diff --git a/src/test/resources/input/nt/01660/HT016608165.nt b/src/test/resources/input/nt/01660/HT016608165.nt index 9c8fe6c32..39778ba4f 100644 --- a/src/test/resources/input/nt/01660/HT016608165.nt +++ b/src/test/resources/input/nt/01660/HT016608165.nt @@ -1,6 +1,4 @@ "20101130" . -_:Bbc22a32baa1aa7aea5b603a29bb05da2 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124362869httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Bbc22a32baa1aa7aea5b603a29bb05da2 _:B894c45b88dbf73d36bca32329c8c339b . . "Mespl\u00E9, Mady" . . @@ -8,15 +6,16 @@ _:Bbc22a32baa1aa7aea5b603a29bb05da2 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124362869httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124362869httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B894c45b88dbf73d36bca32329c8c339b _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F119080389httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B894c45b88dbf73d36bca32329c8c339b . . . . . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F130290637httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F130290637httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F130290637httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B68fc9d40a6c87278aa0a23297e3adc4c _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F119080389httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B68fc9d40a6c87278aa0a23297e3adc4c . +_:B7b3ce26f999a64a6603053fc9880d81e "[S.l.]" . +_:B7b3ce26f999a64a6603053fc9880d81e "1980" . +_:B6510f077322bfa997ea731aa6a346f69 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F130290637httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B6510f077322bfa997ea731aa6a346f69 _:B7fca948aa7f684c5b4c082625dc5c0be . "Debussy, Claude" . "Debussy, Achille-Claude" . "Debussy, Achille" . @@ -30,6 +29,10 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F130290637httpX3AX2FX2FidX2ElocX2EgovX2Fvoc "Debussy, Claude Achill" . "Debjussi, Klod" . "Debussy, Claude Achille" . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F130290637httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F130290637httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F130290637httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . + _:B7b3ce26f999a64a6603053fc9880d81e . . . . @@ -38,20 +41,15 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F130290637httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . . "M\u00E9lodies; Claude Debussy; 1980" . - _:Bb5f9fd8bcd20188b25404ec69f234bc8 . "[L 15]" . - "1980" . . "Claude Debussy. [Text:] (Th\u00E9odore de Banville)" . "Pierrot" . . . - "1980; [S.l.]" . - "[S.l.]" . + _:B74ad6219950bc9965cc98062c031553a . . "http://d-nb.info/gnd/118524186 | http://d-nb.info/gnd/130290637 | http://d-nb.info/gnd/124362869 | http://d-nb.info/gnd/119080389" . -_:Bb5f9fd8bcd20188b25404ec69f234bc8 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118524186httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Bb5f9fd8bcd20188b25404ec69f234bc8 _:B034761f110eae99b65ec69eb76780021 . . "Banville, Th\u00E9odore de" . "Banville, Teodoro de" . @@ -59,8 +57,10 @@ _:Bb5f9fd8bcd20188b25404ec69f234bc8 "Banville, Th\u00E9odore" . "Banville, Th. de" . "Follain de Banville, Th\u00E9odore" . -_:B034761f110eae99b65ec69eb76780021 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F130290637httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B034761f110eae99b65ec69eb76780021 _:Bbc22a32baa1aa7aea5b603a29bb05da2 . +_:B74ad6219950bc9965cc98062c031553a _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118524186httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B74ad6219950bc9965cc98062c031553a _:B6510f077322bfa997ea731aa6a346f69 . +_:B7fca948aa7f684c5b4c082625dc5c0be _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124362869httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B7fca948aa7f684c5b4c082625dc5c0be _:B68fc9d40a6c87278aa0a23297e3adc4c . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118524186httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118524186httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118524186httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . diff --git a/src/test/resources/input/nt/01746/HT017468042.nt b/src/test/resources/input/nt/01746/HT017468042.nt index fa2cadcba..8b786cb90 100644 --- a/src/test/resources/input/nt/01746/HT017468042.nt +++ b/src/test/resources/input/nt/01746/HT017468042.nt @@ -1,30 +1,31 @@ - "[N\u00FCrnberg]; Homannianos Heredes; 1757" . + _:B759b657024543572c3a724e7a942cf3d . . . . . - "1757" . "Titelkartusche mit Ma\u00DFstab geschm\u00FC. mit 1 Wappen links Mitte" . - "Homannianos Heredes" . + _:B709f4261d9d518f003f3050695f7f496 . "HT017468042" . "Territorium Seculare Episcopatus Monasterii Munster Germanis dicti. Ubi una cum Episcopatu Osnabr. simul integri Comitatus Bentheim, Steinfurt, Teklenburg, Lingen, Diepholz, Gemen conspiciuntur" . - _:Bd7d97736572438127bb7eebd001222e0 . "Mappa publicata per Homannianos Heredes" . . . "E 006 26 -E 008 47 /N 053 11 -N 051 37" . "http://d-nb.info/gnd/5293676-4" . - "[N\u00FCrnberg]" . "1 Kt. : grenzkolor., fl\u00E4chenkolor., Kupferst." . . . "20121126" . "20130220" . -_:Bd7d97736572438127bb7eebd001222e0 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F5293676X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Bd7d97736572438127bb7eebd001222e0 . +_:B709f4261d9d518f003f3050695f7f496 "[N\u00FCrnberg]" . +_:B709f4261d9d518f003f3050695f7f496 "Homannianos Heredes" . +_:B709f4261d9d518f003f3050695f7f496 . +_:B709f4261d9d518f003f3050695f7f496 "1757" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F5293676X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F5293676X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F5293676X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B759b657024543572c3a724e7a942cf3d _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F5293676X2D4httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B759b657024543572c3a724e7a942cf3d . "Homannische Erben" . "Homann Heredibus" . "Homannianis Heredibus" . diff --git a/src/test/resources/input/nt/01748/HT017480009.nt b/src/test/resources/input/nt/01748/HT017480009.nt index cbbd508bc..b32a6110f 100644 --- a/src/test/resources/input/nt/01748/HT017480009.nt +++ b/src/test/resources/input/nt/01748/HT017480009.nt @@ -1,5 +1,5 @@ - "http://d-nb.info/gnd/1028627270" . . + "http://d-nb.info/gnd/1028627270" . . . . @@ -15,17 +15,16 @@ "HT017480009" . . . - "2012" . . . . - "Immunohistochemical localization of complement regulatory proteins in the human retina" . + _:B71d9de1ed392af6e52003acddd8ea741 . + _:B9d7ea785c0b65859ecdf161afe25b8df . . . - _:B3c50fdfd828512df8444a9f363a4ba7b . + "Immunohistochemical localization of complement regulatory proteins in the human retina" . . . - "2012" . "vorgelegt von Anna Laura Fett" . . "20121206" . @@ -38,7 +37,8 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1028627270httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1028627270httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1028627270httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B9d7ea785c0b65859ecdf161afe25b8df "2012" . +_:B71d9de1ed392af6e52003acddd8ea741 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1028627270httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B71d9de1ed392af6e52003acddd8ea741 . . "Fett, Anna Laura" . -_:B3c50fdfd828512df8444a9f363a4ba7b _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1028627270httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B3c50fdfd828512df8444a9f363a4ba7b . diff --git a/src/test/resources/input/nt/01752/HT017529028.nt b/src/test/resources/input/nt/01752/HT017529028.nt index 31eca93c7..22dec1d26 100644 --- a/src/test/resources/input/nt/01752/HT017529028.nt +++ b/src/test/resources/input/nt/01752/HT017529028.nt @@ -1,32 +1,61 @@ -_:Bd9013fc85a0a449f42f00d4a3168b335 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F12226861XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . -_:Bd9013fc85a0a449f42f00d4a3168b335 _:Bf293a161ef00e08aa62042a5e04ff4b7 . -_:Bf293a161ef00e08aa62042a5e04ff4b7 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F120534983httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bf293a161ef00e08aa62042a5e04ff4b7 . +_:B4c3ca1a77856f067c8968961075e2716 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118617230httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B4c3ca1a77856f067c8968961075e2716 _:B9e2e63439ee77090c76ec712d7f13f4a . + "Teresa Benedicta, de la Cruz" . + "Theresia Benedicta, a Cruce" . + "Shutain, \u0112dito" . + "Teresa Benedicta a Cruce OCD" . + "Teresia Benedicta a Cruce, Schwester" . + "Teresa Benedykta, od Krzy\u017Ca" . + "Stein, Edith" . + "Cruce, Teresia Benedicta a" . + "Teresa Benedicta, of the Cross" . + "T. Benedicta, vom Kreuz" . + "Cruz, Beata Teresa Benedicta de la" . + . + "Steinov\u00E1, Edita" . + "T. Benedicta, a Cruce" . + "\u0160tejn, \u0116dit" . + "Stein, Edyta" . + "Teresia Benedicta, a Cruce" . + "Teresia Benedicta, vom Kreuz" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F12226861XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F12226861XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F12226861XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . - . - . - . - . +_:B4a66931d9e92de7942749b02d5b3c871 . +_:B4a66931d9e92de7942749b02d5b3c871 . +_:B4a66931d9e92de7942749b02d5b3c871 "18" . +_:Bce78d87225f7f83f4d5ce8652339bba0 "Freiburg i. Br. [u.a.]" . +_:Bce78d87225f7f83f4d5ce8652339bba0 "Herder" . +_:Bce78d87225f7f83f4d5ce8652339bba0 . +_:Bce78d87225f7f83f4d5ce8652339bba0 "2013" . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F120534983httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F120534983httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F120534983httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . . "Juan, de la Cruz" . "1542" . "1591" . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118617230httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118617230httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118617230httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . + . + . + . + . + "PHBB 18/22/XVIII" . +_:B068249a1f49a2f2096868776352b3619 . +_:B068249a1f49a2f2096868776352b3619 . . "Linssen, Michael" . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F120534983httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F120534983httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F120534983httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . "vom Creutz (1542-1591)" . "DeLaCruz, San Juan (1542-1591)" . . "Cruce, Joannis a (1542-1591)" . + _:Bce78d87225f7f83f4d5ce8652339bba0 . . "Alvarez, Juan de Yepes y (1542-1591)" . "4., durchges. und korr. Aufl." . "della Croce (1542-1591)" . - _:B1044b2f632a46801c3d8fa1bbf5cd187 . . "Jean de la Croix (1542-1591)" . "Abt. 1, Ph\u00E4nomenologie und Mystik" . @@ -44,17 +73,15 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F120534983httpX3AX2FX2FidX2ElocX2EgovX2Fvoc "9783451273889" . "Cruce, Johannes a (1542-1591)" . "http://d-nb.info/gnd/118617230 | http://d-nb.info/gnd/12226861X | http://d-nb.info/gnd/120534983" . - "Freiburg i. Br. [u.a.]" . - _:B7d472386d0b0a7f0c6e325ef2d0c90ff . "hrsg. im Auftr. des Internationalen Edith-Stein-Instituts W\u00FCrzburg von Michael Linssen unter wiss. Mitarb. von Hanna-Barbara Gerl-Falkovitz" . "Stein, Edith" . + _:B4a66931d9e92de7942749b02d5b3c871 . "La Cruz, Juan de (1542-1591)" . "Yepes, Juan de (1542-1591)" . "Cruz, Ioannes (1542-1591)" . "Studie \u00FCber Johannes vom Kreuz" . "Yepes y Alvarez, Juan de (1542-1591)" . "Juan (1542-1591), de la Cruz" . - _:B49eb05fe4a153b012c0012e431fdcbc7 . . "Cruce, Ioannis a (1542-1591)" . "neu bearb. und eingeleitet von Ulrich Dobhan" . @@ -64,55 +91,17 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F120534983httpX3AX2FX2FidX2ElocX2EgovX2Fvoc "D. Schriften zu Mystik und Spiritualit\u00E4t" . "de la Cruz (1542-1591)" . "Cruz, Juan de la (1542-1591)" . - "Herder" . - "Freiburg i. Br. [u.a.]; Herder; 2013" . "LaCruz, Juan de (1542-1591)" . . "de la Croix (1542-1591)" . - "2013" . + _:B47bc33a327e29e64ad7be10a59356671 . . "2" . + _:B068249a1f49a2f2096868776352b3619 . "Edith-Stein-Gesamtausgabe, 18: Kreuzeswissenschaft" . . "Della Croce, Giovanni (1542-1591)" . - _:B0a8d25d0c2eea00083e0f815a25920dd . -_:B0a8d25d0c2eea00083e0f815a25920dd . -_:B0a8d25d0c2eea00083e0f815a25920dd . -_:B0a8d25d0c2eea00083e0f815a25920dd "18" . - "20130131" . - "20150323" . -_:B49eb05fe4a153b012c0012e431fdcbc7 "http://d-nb.info/gnd/118640038" . -_:B49eb05fe4a153b012c0012e431fdcbc7 . - . - . - . - . - "PHBB 18/22/XVIII" . -_:B1044b2f632a46801c3d8fa1bbf5cd187 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118617230httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B1044b2f632a46801c3d8fa1bbf5cd187 _:Bd9013fc85a0a449f42f00d4a3168b335 . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118617230httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118617230httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F118617230httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . - "Teresa Benedicta, de la Cruz" . - "Theresia Benedicta, a Cruce" . - "Shutain, \u0112dito" . - "Teresa Benedicta a Cruce OCD" . - "Teresia Benedicta a Cruce, Schwester" . - "Teresa Benedykta, od Krzy\u017Ca" . - "Stein, Edith" . - "Cruce, Teresia Benedicta a" . - "Teresa Benedicta, of the Cross" . - "T. Benedicta, vom Kreuz" . - "Cruz, Beata Teresa Benedicta de la" . - . - "Steinov\u00E1, Edita" . - "T. Benedicta, a Cruce" . - "\u0160tejn, \u0116dit" . - "Stein, Edyta" . - "Teresia Benedicta, a Cruce" . - "Teresia Benedicta, vom Kreuz" . -_:B7d472386d0b0a7f0c6e325ef2d0c90ff . -_:B7d472386d0b0a7f0c6e325ef2d0c90ff . + _:B4c3ca1a77856f067c8968961075e2716 . . "Neyer, Maria Amata" . "Neyerov\u00E1, Maria Amata" . @@ -120,3 +109,15 @@ _:B7d472386d0b0a7f0c6e325ef2d0c90ff "Neyerov\u00E1, Maria A." . "Neyer, Amata" . "Neyer, Maria A." . + "20130131" . + "20150323" . + . + . + . + . +_:B47bc33a327e29e64ad7be10a59356671 "http://d-nb.info/gnd/118640038" . +_:B47bc33a327e29e64ad7be10a59356671 . +_:B9e2e63439ee77090c76ec712d7f13f4a _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F12226861XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . +_:B9e2e63439ee77090c76ec712d7f13f4a _:B7b98fc623a9a55949a3eaf14728dde1e . +_:B7b98fc623a9a55949a3eaf14728dde1e _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F120534983httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B7b98fc623a9a55949a3eaf14728dde1e . diff --git a/src/test/resources/input/nt/01813/HT018131501.nt b/src/test/resources/input/nt/01813/HT018131501.nt index cf4fb7f63..dd20df0bb 100644 --- a/src/test/resources/input/nt/01813/HT018131501.nt +++ b/src/test/resources/input/nt/01813/HT018131501.nt @@ -1,34 +1,31 @@ -_:B830cb7c16c92e1766ebe5783083198f2 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124348165httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B830cb7c16c92e1766ebe5783083198f2 . -_:B0d16e30ae0cf37fec609da968bfad2bb . -_:B0d16e30ae0cf37fec609da968bfad2bb _:Bf75008240ed066223135375220350901 . -_:Bb4b2762398de09e6b77321b0b85c8d36 _:BGeschichteX201288X2D1815 . -_:Bb4b2762398de09e6b77321b0b85c8d36 . +_:B3ca9f54305342d13d45a4816363edbc3 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124348165httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B3ca9f54305342d13d45a4816363edbc3 . _:BGeschichteX201288X2D1815 "Geschichte 1288-1815" . _:BGeschichteX201288X2D1815 . +_:B2881af1ce90d21057eb0cf374a798976 "http://d-nb.info/gnd/4013255-9, http://d-nb.info/gnd/4137215-3, Geschichte 1288-1815" . +_:B2881af1ce90d21057eb0cf374a798976 . +_:B7ee9014212f2f6b1a05e3cf99f112a98 . +_:B7ee9014212f2f6b1a05e3cf99f112a98 _:Bf9e7993a1bab94c5b5e7f57587fc2273 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124348165httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124348165httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F124348165httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . . "D\u00FCsseldorf" . -_:Bf75008240ed066223135375220350901 . -_:Bf75008240ed066223135375220350901 _:Bb4b2762398de09e6b77321b0b85c8d36 . -_:B708c6ede24c339fd94fdc16a90eaf573 "http://d-nb.info/gnd/4013255-9, http://d-nb.info/gnd/4137215-3, Geschichte 1288-1815" . -_:B708c6ede24c339fd94fdc16a90eaf573 . - . - "Staat Berg" . +_:B4d44411ba6c1951122da57a10e9b057b "D\u00FCsseldorf" . +_:B4d44411ba6c1951122da57a10e9b057b "2014" . "Presseamt (D\u00FCsseldorf)" . "Stadtverwaltung (D\u00FCsseldorf)" . "Rat (D\u00FCsseldorf)" . . . "Hauptamt (D\u00FCsseldorf)" . - "D\u00FCsseldorf" . "Oberb\u00FCrgermeister (D\u00FCsseldorf)" . "Gro\u00DFherzogtum Berg" . "D\u00FCsseldorf und das bergische Territorium" . "Berg (Staat)" . . + _:B3ca9f54305342d13d45a4816363edbc3 . + _:B7ee9014212f2f6b1a05e3cf99f112a98 . "Grafschaft Berg" . . "Ducatus Montensis" . @@ -44,34 +41,37 @@ _:B708c6ede24c339fd94fdc16a90eaf573 . "HT018131501" . "D\u00FCsseldorf. Stadtverwaltung" . + _:B2881af1ce90d21057eb0cf374a798976 . "Herzogtum Berg" . . . . "Der Gie\u00DFerjunge; 34 (2014),1, S. 14-15" . "D\u00FCsseldorf" . - _:B0d16e30ae0cf37fec609da968bfad2bb . "D\u00FCsseldorf. Stadtverordnetenversammlung" . "Stadtgemeinde D\u00FCsseldorf" . "D\u00FCsseldorf. Ratsversammlung" . "Stadt D\u00FCsseldorf" . "Djussel'dorf" . "Gro\u00DFherzogthum Berg" . - "2014; D\u00FCsseldorf" . "D\u00FCsseldorf. Oberb\u00FCrgermeister" . "D\u00FCsseldorf. Oberstadtdirektor" . - _:B830cb7c16c92e1766ebe5783083198f2 . "Dyusserudorufu" . . "Landeshauptstadt D\u00FCsseldorf" . . "D\u00FCsseldorf. Presseamt" . + _:B4d44411ba6c1951122da57a10e9b057b . "Oberstadtdirektor (D\u00FCsseldorf)" . "D\u00FCsseldorf. Organisationsabteilung" . - _:B708c6ede24c339fd94fdc16a90eaf573 . "D\u00FCsseldorf. Hauptamt" . - "2014" . "Manfred Engelhardt" . + . + "Staat Berg" . +_:Bf9e7993a1bab94c5b5e7f57587fc2273 . +_:Bf9e7993a1bab94c5b5e7f57587fc2273 _:B642c12b6f4560250c47b7b08fc5aad4f . . "Engelhardt, Manfred" . "20140115" . +_:B642c12b6f4560250c47b7b08fc5aad4f _:BGeschichteX201288X2D1815 . +_:B642c12b6f4560250c47b7b08fc5aad4f . diff --git a/src/test/resources/input/nt/01818/HT018187026.nt b/src/test/resources/input/nt/01818/HT018187026.nt index 47dd68a5e..473aa7ece 100644 --- a/src/test/resources/input/nt/01818/HT018187026.nt +++ b/src/test/resources/input/nt/01818/HT018187026.nt @@ -10,22 +10,23 @@ . . . +_:Bc070b21610707706a6742fec76cd5a09 "Berlin" . +_:Bc070b21610707706a6742fec76cd5a09 "Logos-Verl." . +_:Bc070b21610707706a6742fec76cd5a09 . +_:Bc070b21610707706a6742fec76cd5a09 "2013" . "20140304" . "20140610" . "21955131" . . - "2013 - " . . - "Logos-Verl." . . . "HT018187026" . . "Gesundheit und Pflege - aus der Hochschule in die Praxis" . + _:Bc070b21610707706a6742fec76cd5a09 . . . . . - "Berlin" . - "Berlin; Logos-Verl.; 2013" . . diff --git a/src/test/resources/input/nt/01823/HT018239864.nt b/src/test/resources/input/nt/01823/HT018239864.nt index 7ce540bce..6a334b054 100644 --- a/src/test/resources/input/nt/01823/HT018239864.nt +++ b/src/test/resources/input/nt/01823/HT018239864.nt @@ -1,3 +1,5 @@ +_:B1aa8129ff494fbb123adbd7aa07140e6 . +_:B1aa8129ff494fbb123adbd7aa07140e6 . . . . @@ -13,18 +15,14 @@ . . "2015/1330" . -_:Bbeac9743ae37ab4bc35d793054e7b2c9 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1056946172httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Bbeac9743ae37ab4bc35d793054e7b2c9 . . . - _:Bbeac9743ae37ab4bc35d793054e7b2c9 . "Keina, Irmgarde (1905-1982)" . - "de Gruyter" . + _:Bdc0114e85a7e80dbb248dc6740fb6b13 . . "9783050064642" . . "Irmgard Keun: Zeit und Zitat" . - _:Ba9b74836e2d4523a104ab979a61621ea . . "3050064641" . "Kojn, Irmgard (1905-1982)" . @@ -38,46 +36,44 @@ _:Bbeac9743ae37ab4bc35d793054e7b2c9 . . "narrative Verfahren und literarische Autorschaft im Gesamtwerk" . - _:B0a322e62293890bb06d3162ec17c5e28 . "\u1E32oyn, Irmgard (1905-1982)" . . . . "517 S." . - "2014" . + _:B1225d95fee5b8836cd00509b60c32348 . + _:B33e32adf7694f30200b4e4b0f3f65b6c . . + _:B09d6a3cb03ec07e1fa52e2c5fe751309 . . . . "K\u00F6ln" . . - _:B2d1bc5f699dbc1c3d2bed97263a93b51 . . "Narratologie" . . . - . . - "Berlin [u.a.]; de Gruyter; 2014" . + . "http://d-nb.info/gnd/1056946172" . "9783050103020" . "Beate Kennedy" . - "Berlin [u.a.]" . + _:B372f28ead63e9036eb2a231e70cac5b2 . . . "Zugl., G\u00F6ttingen, Univ., Diss., 2013" . -_:Ba9b74836e2d4523a104ab979a61621ea "17" . -_:Ba9b74836e2d4523a104ab979a61621ea . -_:Ba9b74836e2d4523a104ab979a61621ea . +_:B1225d95fee5b8836cd00509b60c32348 "Berlin [u.a.]" . +_:B1225d95fee5b8836cd00509b60c32348 "de Gruyter" . +_:B1225d95fee5b8836cd00509b60c32348 . +_:B1225d95fee5b8836cd00509b60c32348 "2014" . +_:B372f28ead63e9036eb2a231e70cac5b2 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1056946172httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B372f28ead63e9036eb2a231e70cac5b2 . . . . . "CQWK3670" . -_:B2d1bc5f699dbc1c3d2bed97263a93b51 . -_:B2d1bc5f699dbc1c3d2bed97263a93b51 _:B419d36fd9a8ca34a9cbe9781cab5caab . -_:B0a322e62293890bb06d3162ec17c5e28 "http://d-nb.info/gnd/118722123, http://d-nb.info/gnd/4152975-3" . -_:B0a322e62293890bb06d3162ec17c5e28 . . "Keun, Irmgard" . "1905" . @@ -99,6 +95,9 @@ _:B0a322e62293890bb06d3162ec17c5e28 . . "CQWK5664" . +_:B33e32adf7694f30200b4e4b0f3f65b6c "17" . +_:B33e32adf7694f30200b4e4b0f3f65b6c . +_:B33e32adf7694f30200b4e4b0f3f65b6c . . "Kennedy, Beate" . . @@ -106,10 +105,12 @@ _:B0a322e62293890bb06d3162ec17c5e28 . . "11CQWK6864" . +_:B09d6a3cb03ec07e1fa52e2c5fe751309 "http://d-nb.info/gnd/118722123, http://d-nb.info/gnd/4152975-3" . +_:B09d6a3cb03ec07e1fa52e2c5fe751309 . +_:Bdc0114e85a7e80dbb248dc6740fb6b13 . +_:Bdc0114e85a7e80dbb248dc6740fb6b13 _:B1aa8129ff494fbb123adbd7aa07140e6 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1056946172httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1056946172httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1056946172httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B419d36fd9a8ca34a9cbe9781cab5caab . -_:B419d36fd9a8ca34a9cbe9781cab5caab . "20140423" . "20141113" . diff --git a/src/test/resources/input/nt/01829/HT018290299.nt b/src/test/resources/input/nt/01829/HT018290299.nt index eb5156b3d..1cf186615 100644 --- a/src/test/resources/input/nt/01829/HT018290299.nt +++ b/src/test/resources/input/nt/01829/HT018290299.nt @@ -1,17 +1,9 @@ -_:B53c33d300a70b222fc12370db148ba03 "19" . -_:B53c33d300a70b222fc12370db148ba03 . -_:B53c33d300a70b222fc12370db148ba03 . -_:B218b3a7883d06308f3896a39b37b4f0e _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109728068httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B218b3a7883d06308f3896a39b37b4f0e . -_:B4b4ac214b42faa1a3d18b189912ac430 "19" . -_:B4b4ac214b42faa1a3d18b189912ac430 . -_:B4b4ac214b42faa1a3d18b189912ac430 . -_:B4b4ac214b42faa1a3d18b189912ac430 "2" . -_:B4b4ac214b42faa1a3d18b189912ac430 . +_:B7d366dd098a2c79232b85a499dc829cd _:BGeschichte . +_:B7d366dd098a2c79232b85a499dc829cd . +_:B9895d93f56c61b5a04938c6965e68463 . +_:B9895d93f56c61b5a04938c6965e68463 _:B7d366dd098a2c79232b85a499dc829cd . . "K\u00C3\u00B6ln" . -_:Bbca3b04221fded3e3eccaa7d8c95be8c . -_:Bbca3b04221fded3e3eccaa7d8c95be8c _:B15dab94b403c0684a7979406c109f745 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109728068httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109728068httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109728068httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . @@ -20,34 +12,44 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109728068httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . . "3K 55857" . +_:Be556c2ef548c91216e8a446e3abec1e7 "19" . +_:Be556c2ef548c91216e8a446e3abec1e7 . +_:Be556c2ef548c91216e8a446e3abec1e7 . +_:Be556c2ef548c91216e8a446e3abec1e7 "2" . +_:Be556c2ef548c91216e8a446e3abec1e7 . . "Lehndorff-Felsko, Angelika" . "Felsko, Angelika Lehndorff-" . +_:Bfc1c997bfcac0ae584dfbf2887fc1d27 . +_:Bfc1c997bfcac0ae584dfbf2887fc1d27 _:Bdd082607c0bcd65ee7e7015f6bdabebb . . "Arbeitsbedingungen" . +_:Bb163e3adeaada040dbfa3bdccf0e3b15 "19" . +_:Bb163e3adeaada040dbfa3bdccf0e3b15 . +_:Bb163e3adeaada040dbfa3bdccf0e3b15 . . . . . "Gb 9130/650 (19)" . +_:Bdd082607c0bcd65ee7e7015f6bdabebb . +_:Bdd082607c0bcd65ee7e7015f6bdabebb _:B9895d93f56c61b5a04938c6965e68463 . "Hauptamt (K\u00C3\u00B6ln)" . "Amt f\u00C3\u00BCr Presse und \u00C3\u0096ffentlichkeitsarbeit (K\u00C3\u00B6ln)" . . "Nachrichtenamt (K\u00C3\u00B6ln)" . "Oberstadtdirektor (K\u00C3\u00B6ln)" . "ADV" . - "K\u00C3\u00B6ln" . "C\u00C3\u00B6ln" . + _:Bfc1c997bfcac0ae584dfbf2887fc1d27 . "K\u00C3\u00B6ln. Rat" . "K\u00C3\u00B6ln. Nachrichtenamt" . . - _:B218b3a7883d06308f3896a39b37b4f0e . "9783954513673" . "K\u00C3\u00B6ln. Amt f\u00C3\u00BCr Presse und \u00C3\u0096ffentlichkeitsarbeit" . . . . - _:B9861ddba51f4f600ec20ce5deace04c4 . "K\u00C5\u00ABl\u00C5\u00ABniy\u00C4\u0081" . "Colonia Agrippina" . "Gro\u00C3\u009F-K\u00C3\u00B6ln" . @@ -55,12 +57,13 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109728068httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . "K\u00C3\u00B6ln | Zwangsarbeit | Arbeitsbedingungen | Geschichte" . . + _:B9eb4835a3e1b2db127e75e8331040312 . "Arbeit / Bedingung" . "Arbeitsbedingung" . "K\u00C3\u00B6ln. Interkulturelles Referat" . + _:Be9e20907381abf962961f31b4c2dfdb2 . . "544 S. : Ill." . - "K\u00C3\u00B6ln; Emons; 2014" . . . "K\u00C3\u00B6ln. Stadtverwaltung" . @@ -70,13 +73,12 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109728068httpX3AX2FX2FidX2ElocX2EgovX2Fvoc "K\u00C3\u00B6ln" . "http://d-nb.info/gnd/109728068" . "Colonia Claudia Ara Agrippinensium" . - _:B53c33d300a70b222fc12370db148ba03 . "\"Uns verschleppten sie nach K\u00C3\u00B6ln ...\"" . + _:Bb163e3adeaada040dbfa3bdccf0e3b15 . "Stadtverwaltung (K\u00C3\u00B6ln)" . . "Stadt K\u00C3\u00B6ln" . "Ausz\u00C3\u00BCge aus 500 Interviews mit ehemaligen Zwangsarbeiterinnen und Zwangsarbeitern" . - "2014" . "K\u00C3\u00B6ln. Verwaltung" . "Verwaltung (K\u00C3\u00B6ln)" . . @@ -85,11 +87,11 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109728068httpX3AX2FX2FidX2ElocX2EgovX2Fvoc "Colonia (K\u00C3\u00B6ln)" . "19" . . + _:Be556c2ef548c91216e8a446e3abec1e7 . "Oberb\u00C3\u00BCrgermeister (K\u00C3\u00B6ln)" . "K\u00C3\u00B6ln. Wasser- und Br\u00C3\u00BCckenbauabteilung" . "K\u00C3\u00B6ln. Oberstadtdirektor" . "Colonia Ubiorum" . - _:Bd21d96567e3ad8eb74623d8fc49f6e1c . "Kerun" . . . @@ -104,10 +106,9 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109728068httpX3AX2FX2FidX2ElocX2EgovX2Fvoc "Presse- und Informationsamt (K\u00C3\u00B6ln)" . "HT018290299" . "Keln" . - _:B4b4ac214b42faa1a3d18b189912ac430 . + _:Bdd248d7acadf8de00ba66f5a41573f93 . "K\u00C3\u00B6ln. Hauptamt" . "Arbeitssituation" . - "Emons" . . . "2" . @@ -115,14 +116,14 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109728068httpX3AX2FX2FidX2ElocX2EgovX2Fvoc "Stadtverordneten-Versammlung (K\u00C3\u00B6ln)" . "K\u00C3\u00B6ln. Stadtverordneten-Versammlung" . . +_:B9eb4835a3e1b2db127e75e8331040312 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F109728068httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B9eb4835a3e1b2db127e75e8331040312 . _:BGeschichte "Geschichte" . _:BGeschichte . -_:B9861ddba51f4f600ec20ce5deace04c4 . -_:B9861ddba51f4f600ec20ce5deace04c4 _:Bbca3b04221fded3e3eccaa7d8c95be8c . -_:B15dab94b403c0684a7979406c109f745 . -_:B15dab94b403c0684a7979406c109f745 _:B7d91666e66dacc945d4ab90718ee0ebd . -_:B7d91666e66dacc945d4ab90718ee0ebd _:BGeschichte . -_:B7d91666e66dacc945d4ab90718ee0ebd . +_:Bdd248d7acadf8de00ba66f5a41573f93 "K\u00C3\u00B6ln" . +_:Bdd248d7acadf8de00ba66f5a41573f93 "Emons" . +_:Bdd248d7acadf8de00ba66f5a41573f93 . +_:Bdd248d7acadf8de00ba66f5a41573f93 "2014" . . . . @@ -130,13 +131,13 @@ _:B7d91666e66dacc945d4ab90718ee0ebd "W 2015/2920" . "20140610" . "20150326" . +_:Be9e20907381abf962961f31b4c2dfdb2 "http://d-nb.info/gnd/4031483-2, http://d-nb.info/gnd/4139439-2, http://d-nb.info/gnd/4002641-3, Geschichte" . +_:Be9e20907381abf962961f31b4c2dfdb2 . . . . . "17B5040" . -_:Bd21d96567e3ad8eb74623d8fc49f6e1c "http://d-nb.info/gnd/4031483-2, http://d-nb.info/gnd/4139439-2, http://d-nb.info/gnd/4002641-3, Geschichte" . -_:Bd21d96567e3ad8eb74623d8fc49f6e1c . . "Zwangsarbeit" . . diff --git a/src/test/resources/input/nt/01829/HT018295975.nt b/src/test/resources/input/nt/01829/HT018295975.nt index 67ae494f1..b75f46014 100644 --- a/src/test/resources/input/nt/01829/HT018295975.nt +++ b/src/test/resources/input/nt/01829/HT018295975.nt @@ -1,41 +1,43 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F12174793XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fhnr . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F12174793XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fhnr . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F12174793XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fhnr . -_:Bb4b91d38d84c2a2a62a140d481c58374 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F136529348httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . -_:Bb4b91d38d84c2a2a62a140d481c58374 _:B3734412229bc92077b39f1246c32ab3c . -_:Bcb37d9309923bf689dd9be1ca42cf538 _:BGeschichte . -_:Bcb37d9309923bf689dd9be1ca42cf538 _:B0fd7f45112ac05d206b322074f7a93e6 . -_:B0fd7f45112ac05d206b322074f7a93e6 _:BAufsatzsammlung . -_:B0fd7f45112ac05d206b322074f7a93e6 . -_:B99f07cff105a4193eff49dc572b8df85 _:BBibliographie . -_:B99f07cff105a4193eff49dc572b8df85 _:B4ae56afbdca10bfcd7ebb7aecb292a93 . +_:Bfb6b5cb1e78fb8a9b0723f1a518931f3 "Leipzig [u.a.]" . +_:Bfb6b5cb1e78fb8a9b0723f1a518931f3 "Salier" . +_:Bfb6b5cb1e78fb8a9b0723f1a518931f3 . +_:Bfb6b5cb1e78fb8a9b0723f1a518931f3 "2014" . +_:B7c350bed6dc0c2675ef7248c474f75db _:BGeschichte . +_:B7c350bed6dc0c2675ef7248c474f75db _:B85f03bdce1206035126451c6fb4a9b87 . +_:B85f03bdce1206035126451c6fb4a9b87 _:BAufsatzsammlung . +_:B85f03bdce1206035126451c6fb4a9b87 . +_:B9c4c58e35b8b74a4d4e57385debeddb5 _:BBibliographie . +_:B9c4c58e35b8b74a4d4e57385debeddb5 _:B2769d9dafbcadd13f3fb37590b37abbf . +_:Beca72ee543f1375cb40653a744b6b08a _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F12174793XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fhnr . +_:Beca72ee543f1375cb40653a744b6b08a . +_:B7780b4155910a8e7da28f7393ff4418b "http://d-nb.info/gnd/4059979-6, Geschichte, Aufsatzsammlung" . +_:B7780b4155910a8e7da28f7393ff4418b . . "Th\u00FCringen" . -_:B52405499ef4bd0d01109563dbca9b3d2 "http://d-nb.info/gnd/4059979-6, Geschichte, Aufsatzsammlung" . -_:B52405499ef4bd0d01109563dbca9b3d2 . -_:Beb3d26de583bcca9b3fceaae506f0d2c . -_:Beb3d26de583bcca9b3fceaae506f0d2c _:B99f07cff105a4193eff49dc572b8df85 . . . . . "3K 51779" . +_:B69af3dc96bbdfd25446310915bbe4aa3 "http://d-nb.info/gnd/12174793X, Bibliographie" . +_:B69af3dc96bbdfd25446310915bbe4aa3 _:B7780b4155910a8e7da28f7393ff4418b . +_:BGeschichte "Geschichte" . +_:BGeschichte . . . . . "C 60/145/10" . -_:BGeschichte "Geschichte" . -_:BGeschichte . . "M\u00F6tsch, Johannes" . "1949" . +_:Beaa6bd72975e560acc153521200f212c . +_:Beaa6bd72975e560acc153521200f212c _:B9c4c58e35b8b74a4d4e57385debeddb5 . _:BAufsatzsammlung "Aufsatzsammlung" . _:BAufsatzsammlung . -_:B4ae56afbdca10bfcd7ebb7aecb292a93 . -_:B4ae56afbdca10bfcd7ebb7aecb292a93 _:Bcb37d9309923bf689dd9be1ca42cf538 . -_:Bf6cf6034ecb796a21c176d7c23d40b6c "http://d-nb.info/gnd/12174793X, Bibliographie" . -_:Bf6cf6034ecb796a21c176d7c23d40b6c _:B52405499ef4bd0d01109563dbca9b3d2 . . "Thuringia" . . @@ -43,22 +45,19 @@ _:Bf6cf6034ecb796a21c176d7c23d40b6c . . "Vereinigte Th\u00FCringische Staaten" . - "2014" . "Th\u00FCringische und rheinische Forschungen" . . "Gro\u00DFth\u00FCringen" . . . + _:Beaa6bd72975e560acc153521200f212c . "Th\u00FCringer Land" . - _:Beb3d26de583bcca9b3fceaae506f0d2c . + _:Bc703814ab935db5d9a75c11d9917489b . "http://d-nb.info/gnd/136529348 | http://d-nb.info/gnd/12174793X" . "M\u00F6tsch, Johannes (1949-) | Bibliographie" . "Bonn - Koblenz - Weimar - Meiningen ; Festschrift f\u00FCr Johannes M\u00F6tsch zum 65. Geburtstag" . - _:Bf6cf6034ecb796a21c176d7c23d40b6c . - "Salier" . . "Th\u00FCringen | Geschichte | Aufsatzsammlung" . - "Leipzig [u.a.]; Salier; 2014" . . . "Freistaat Th\u00FCringen" . @@ -69,30 +68,32 @@ _:Bf6cf6034ecb796a21c176d7c23d40b6c "HT018295975" . . . - "Leipzig [u.a.]" . "hrsg. von Norbert Moczarski ..." . "Land Th\u00FCringen" . . . . . + _:Bfb6b5cb1e78fb8a9b0723f1a518931f3 . . - _:Bb4b91d38d84c2a2a62a140d481c58374 . "9783943539233" . . + _:B69af3dc96bbdfd25446310915bbe4aa3 . "20140616" . "20141105" . -_:B3734412229bc92077b39f1246c32ab3c _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F12174793XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fhnr . -_:B3734412229bc92077b39f1246c32ab3c . . "Moczarski, Norbert" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F136529348httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F136529348httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F136529348httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . +_:B2769d9dafbcadd13f3fb37590b37abbf . +_:B2769d9dafbcadd13f3fb37590b37abbf _:B7c350bed6dc0c2675ef7248c474f75db . . . . . "2014/3450" . +_:Bc703814ab935db5d9a75c11d9917489b _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F136529348httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . +_:Bc703814ab935db5d9a75c11d9917489b _:Beca72ee543f1375cb40653a744b6b08a . _:BBibliographie "Bibliographie" . _:BBibliographie . diff --git a/src/test/resources/input/nt/01831/HT018312899.nt b/src/test/resources/input/nt/01831/HT018312899.nt index 08f0ba30e..7f757bd01 100644 --- a/src/test/resources/input/nt/01831/HT018312899.nt +++ b/src/test/resources/input/nt/01831/HT018312899.nt @@ -1,24 +1,25 @@ -_:B218957f740050b6fef559d1046038db7 . -_:B218957f740050b6fef559d1046038db7 . -_:B35ae2a739120d2535cdccc9df37ee26a _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1023391147httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B35ae2a739120d2535cdccc9df37ee26a . -_:B7f925f01a5193008ace0e7ff73d29791 . -_:B7f925f01a5193008ace0e7ff73d29791 _:B218957f740050b6fef559d1046038db7 . + . + "Rezeption" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1023391147httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1023391147httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1023391147httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B84b58188ca2626a7269db5dcf9bccc02 . -_:B84b58188ca2626a7269db5dcf9bccc02 _:B7f925f01a5193008ace0e7ff73d29791 . . "Maes, Sientje" . "Grabbe, Christian Dietrich: Der Cid" . . "1801" . "1836" . +_:B4d8df3038cb17128da4cd22184332482 "http://d-nb.info/gnd/7683386-0, http://d-nb.info/gnd/4124796-6, http://d-nb.info/gnd/4049716-1" . +_:B4d8df3038cb17128da4cd22184332482 . +_:B2a4220eed747fc1611b27f97be33f37c _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1023391147httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B2a4220eed747fc1611b27f97be33f37c . + "20140702" . "Grabbe, Christian Dietrich (1801-1836): Der Cid | Dramaturgie | Rezeption (231,321)" . + _:Bbb836ccf8a7cab94af9c15f0a7e63c98 . . "der Cid als Zeit- und Gattungskritik" . . + _:B1ebbf75e54344390f84f73e2122cb3b8 . . "Sientje Maes" . . @@ -32,24 +33,23 @@ _:B84b58188ca2626a7269db5dcf9bccc02 "Fortwirken" . . "Grabbe-Jahrbuch ...; 32. 2013 (2014), S. 80-95" . - "Bielefeld" . . . "Nachwirkung (Rezeption)" . - "2014; Bielefeld" . . . - "2014" . - _:B84b58188ca2626a7269db5dcf9bccc02 . "Detmold" . - _:B35ae2a739120d2535cdccc9df37ee26a . "Wirkungsgeschichte" . - _:B03b830c651295b1afed98cbfac86025a . + _:B2a4220eed747fc1611b27f97be33f37c . + _:B4d8df3038cb17128da4cd22184332482 . . - "20140702" . . "Dramaturgie" . -_:B03b830c651295b1afed98cbfac86025a "http://d-nb.info/gnd/7683386-0, http://d-nb.info/gnd/4124796-6, http://d-nb.info/gnd/4049716-1" . -_:B03b830c651295b1afed98cbfac86025a . - . - "Rezeption" . +_:Bdf2dcbc505c5f7b9d6cc65ac048b66f2 . +_:Bdf2dcbc505c5f7b9d6cc65ac048b66f2 _:B8aa7ff91931fd043ff0df44f0614ea7a . +_:B8aa7ff91931fd043ff0df44f0614ea7a . +_:B8aa7ff91931fd043ff0df44f0614ea7a . +_:Bbb836ccf8a7cab94af9c15f0a7e63c98 . +_:Bbb836ccf8a7cab94af9c15f0a7e63c98 _:Bdf2dcbc505c5f7b9d6cc65ac048b66f2 . +_:B1ebbf75e54344390f84f73e2122cb3b8 "Bielefeld" . +_:B1ebbf75e54344390f84f73e2122cb3b8 "2014" . diff --git a/src/test/resources/input/nt/01845/HT018454638.nt b/src/test/resources/input/nt/01845/HT018454638.nt index 236125a06..133962e96 100644 --- a/src/test/resources/input/nt/01845/HT018454638.nt +++ b/src/test/resources/input/nt/01845/HT018454638.nt @@ -3,8 +3,8 @@ . . "Gb 7470/201" . -_:B1419a26c5ba4a1112b3f238496bef7b2 . -_:B1419a26c5ba4a1112b3f238496bef7b2 _:B75a9f4dfaf64442da726c51cad734d7d . +_:B67cd3d16c560dbaec6edcecb60dba7d4 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F172845785httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B67cd3d16c560dbaec6edcecb60dba7d4 _:B0e06417619192b22f07588a2c9c599d8 . "Pfarrei Sankt Antonius Abbas Herkenrath" . . "Pfarrei St. Antonius Abbas Herkenrath" . @@ -12,6 +12,10 @@ _:B1419a26c5ba4a1112b3f238496bef7b2 "Pfarrei Sankt Antonius Abbas Herkenrath" . "Pfarrgemeinderat" . "Pfarrgemeinderat Sankt Antonius Abbas Herkenrath" . +_:B5b161d7fd25b63717301fa8afdda613f "Bergisch Gladbach" . +_:B5b161d7fd25b63717301fa8afdda613f "2014" . +_:B538747461af251b530f7d12147b6a878 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2175350X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B538747461af251b530f7d12147b6a878 . . . . @@ -20,16 +24,10 @@ _:B1419a26c5ba4a1112b3f238496bef7b2 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F172845785httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F172845785httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B367f33012a7ef5e45fda50d28b0bd41c _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2175350X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B367f33012a7ef5e45fda50d28b0bd41c . -_:B9efab1572b106eb69bef05a6f980a2a8 _:BGeschichte . -_:B9efab1572b106eb69bef05a6f980a2a8 . -_:B162f3231c8308bbed221f5a81fcf7f62 "http://d-nb.info/gnd/1060772442, http://d-nb.info/gnd/2175350-7, Geschichte" . -_:B162f3231c8308bbed221f5a81fcf7f62 . -_:Bdceedc2c875eac3b805d1291c3b56e04 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F172845785httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bdceedc2c875eac3b805d1291c3b56e04 _:Bdad97637c4658bd94ccc9320785433de . -_:B75a9f4dfaf64442da726c51cad734d7d . -_:B75a9f4dfaf64442da726c51cad734d7d _:B9efab1572b106eb69bef05a6f980a2a8 . +_:B7c7d58ea8b731cc61d6152c422108878 _:BGeschichte . +_:B7c7d58ea8b731cc61d6152c422108878 . +_:Bf41e69ef4ab267a8c81af7258c1cc8bc . +_:Bf41e69ef4ab267a8c81af7258c1cc8bc _:Be65616a60c0762d11759cbc4a24dd244 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2175350X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2175350X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2175350X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . @@ -45,12 +43,15 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1060772442httpX3AX2FX2FidX2ElocX2EgovX2Fvo "Schierbaum, Ursula Clemens-" . _:BGeschichte "Geschichte" . _:BGeschichte . +_:B0e06417619192b22f07588a2c9c599d8 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1060772442httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B0e06417619192b22f07588a2c9c599d8 _:B538747461af251b530f7d12147b6a878 . +_:Ba7a354fe97013bfa719f429e7be7eeb8 "http://d-nb.info/gnd/1060772442, http://d-nb.info/gnd/2175350-7, Geschichte" . +_:Ba7a354fe97013bfa719f429e7be7eeb8 . "Pfarrgemeinderat (Pfarrei Sankt Antonius Abbas Herkenrath)" . "122 S. : zahlr. Ill." . + _:Ba7a354fe97013bfa719f429e7be7eeb8 . . . - "Bergisch Gladbach" . - _:B1419a26c5ba4a1112b3f238496bef7b2 . "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach" . "Bergisch Gladbach- Herkenrath" . . @@ -58,15 +59,14 @@ _:BGeschichte "Festschrift zum Jubil\u00E4um 2014 in St. Antonius Abbas, Herkenrath ; Ausstellungsbegleiter" . "Pfarrgemeinderat Sankt Antonius Abbas Herkenrath" . "HT018454638" . + _:B5b161d7fd25b63717301fa8afdda613f . "http://d-nb.info/gnd/172845785 | http://d-nb.info/gnd/1060772442 | http://d-nb.info/gnd/2175350-7" . - "2014" . - "Pfarrei St. Antonius Abbas Herkenrath" . . - "Bergisch Gladbach; 2014" . - _:Bdceedc2c875eac3b805d1291c3b56e04 . + "Pfarrei St. Antonius Abbas Herkenrath" . . . . + _:B67cd3d16c560dbaec6edcecb60dba7d4 . . "Gottes Haus - Tor des Himmels" . "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach" . @@ -74,7 +74,7 @@ _:BGeschichte . "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach" . "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach | Pfarrei Sankt Antonius Abbas Herkenrath | Geschichte (213)" . - _:B162f3231c8308bbed221f5a81fcf7f62 . + _:Bf41e69ef4ab267a8c81af7258c1cc8bc . . . "Pfarrei Sankt Antonius Abbas Bergisch Gladbach- Herkenrath" . @@ -83,5 +83,5 @@ _:BGeschichte "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach" . "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach" . "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach" . -_:Bdad97637c4658bd94ccc9320785433de _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1060772442httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bdad97637c4658bd94ccc9320785433de _:B367f33012a7ef5e45fda50d28b0bd41c . +_:Be65616a60c0762d11759cbc4a24dd244 . +_:Be65616a60c0762d11759cbc4a24dd244 _:B7c7d58ea8b731cc61d6152c422108878 . diff --git a/src/test/resources/input/nt/01846/HT018468645.nt b/src/test/resources/input/nt/01846/HT018468645.nt index 0e9aa6e50..779f8dad6 100644 --- a/src/test/resources/input/nt/01846/HT018468645.nt +++ b/src/test/resources/input/nt/01846/HT018468645.nt @@ -2,23 +2,30 @@ "Aufsatzsammlung" . . "Fritsche, Christiane" . +_:B9b6f5e1980b7db39f404f34afc9c84d2 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128495626httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . +_:B9b6f5e1980b7db39f404f34afc9c84d2 _:B899204abe9ad4db00bac7c7927d482cf . +_:B28344613956412810cd90e6703d78fd0 "K\u00C3\u00B6ln [u.a.]" . +_:B28344613956412810cd90e6703d78fd0 "B\u00C3\u00B6hlau" . +_:B28344613956412810cd90e6703d78fd0 . +_:B28344613956412810cd90e6703d78fd0 "2014" . "20141125" . -_:Be344765a7ff7c379203050de2e3d9da7 . -_:Be344765a7ff7c379203050de2e3d9da7 . +_:Ba95a8ebaf2bf71a5144a1e935fcb05d4 . +_:Ba95a8ebaf2bf71a5144a1e935fcb05d4 _:B3cd32499d865a1d4e16c608e4660d788 . +_:B60589915d1411e6e5f08bfef2a65ccb9 "http://d-nb.info/gnd/4011882-4, http://d-nb.info/gnd/4219952-9, http://d-nb.info/gnd/4136959-2, http://d-nb.info/gnd/4020517-4, http://d-nb.info/gnd/4143413-4" . +_:B60589915d1411e6e5f08bfef2a65ccb9 . +_:B3cd32499d865a1d4e16c608e4660d788 . +_:B3cd32499d865a1d4e16c608e4660d788 _:Bc759ff16e57894e01c4048a045947857 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F122511158httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F122511158httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F122511158httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . -_:Bbcb9eba8ba45be654578d4812abc4251 . -_:Bbcb9eba8ba45be654578d4812abc4251 _:B0c36ec0c4572a4c85d36390fb2db6119 . . "Deutschland" . . "Geschichte" . -_:B0c36ec0c4572a4c85d36390fb2db6119 . -_:B0c36ec0c4572a4c85d36390fb2db6119 _:Be344765a7ff7c379203050de2e3d9da7 . . "Deutschland | Arisierung | Wiedergutmachung | Geschichte | Aufsatzsammlung" . "10.7788/boehlau.9783412216689" . + _:Ba95a8ebaf2bf71a5144a1e935fcb05d4 . "Hrsg. von Fritsche, Christiane ; Paulmann, Johannes" . "Rheinbund" . "Republic of Germany (Deutschland)" . @@ -27,27 +34,24 @@ _:B0c36ec0c4572a4c85d36390fb2db6119 "Repubblica Federale di Germania (Deutschland)" . "Beitr\u00C3\u00A4ge (Formschlagwort)" . "Regionalgeschichte" . + _:B28344613956412810cd90e6703d78fd0 . . - "B\u00C3\u00B6hlau" . . "Zeitgeschichte" . "Germany (Deutschland)" . - "K\u00C3\u00B6ln [u.a.]; B\u00C3\u00B6hlau; 2014" . . . "Heiliges R\u00C3\u00B6misches Reich" . "Deutschland (Gebiet unter Alliierter Besatzung)" . "Sammelwerk (Formschlagwort)" . "BRD (1990-)" . - "2014" . . "Deutschland (Bundesrepublik, 1990-)" . + _:B60589915d1411e6e5f08bfef2a65ccb9 . "Bundesrepublik Deutschland (1990-)" . . . - _:B04f83aaf68d968f8328fbb501846ab9b . "Deutscher Bund" . - _:Bf03aeae90457080365c2572b8c953f7e . "Federal Republic of Germany (Deutschland)" . "Niemcy" . . @@ -57,9 +61,7 @@ _:B0c36ec0c4572a4c85d36390fb2db6119 "Einzelbeitr\u00C3\u00A4ge" . "Deyizhi-Lianbang-Gongheguo" . "9783412216689" . - "K\u00C3\u00B6ln [u.a.]" . "HT018468645" . - _:Bbe45477b3448f5cd632e9fdfbcd63326 . "Landesgeschichte" . "R\u00C3\u00A9publique F\u00C3\u00A9d\u00C3\u00A9rale d'Allemagne (Deutschland)" . "Allemagne (Deutschland)" . @@ -67,11 +69,12 @@ _:B0c36ec0c4572a4c85d36390fb2db6119 "Federativnaja Respublika Germanija" . . . - . - "BRD" . "Germanija" . + "BRD" . + . . "http://d-nb.info/gnd/128495626 | http://d-nb.info/gnd/122511158" . + _:B9b6f5e1980b7db39f404f34afc9c84d2 . . "\u00C7\u00A6umh\u00C5\u00ABr\u00C4\u00AByat Alm\u00C4\u0081niy\u00C4\u0081 al-Itti\u00E1\u00B8\u00A5\u00C4\u0081d\u00C4\u00ABya" . "Deutsche L\u00C3\u00A4nder" . @@ -81,25 +84,23 @@ _:B0c36ec0c4572a4c85d36390fb2db6119 "FRG" . "Deutsches Reich" . "Deutschland / Arisierung" . -_:B04f83aaf68d968f8328fbb501846ab9b _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128495626httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . -_:B04f83aaf68d968f8328fbb501846ab9b _:Bc3037af10766e5f9fe195cfe03e22dfb . -_:Bf03aeae90457080365c2572b8c953f7e . -_:Bf03aeae90457080365c2572b8c953f7e _:B6ba93fca0b08f3eb682b8c224fb4d35d . +_:Bea222ae633b1806cf8f563ae17afa6a7 . +_:Bea222ae633b1806cf8f563ae17afa6a7 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128495626httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128495626httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F128495626httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . +_:Bff8e12899eeddeea068a350359154be8 . +_:Bff8e12899eeddeea068a350359154be8 _:Bea222ae633b1806cf8f563ae17afa6a7 . . "Wiedergutmachung" . -_:Bbe45477b3448f5cd632e9fdfbcd63326 "http://d-nb.info/gnd/4011882-4, http://d-nb.info/gnd/4219952-9, http://d-nb.info/gnd/4136959-2, http://d-nb.info/gnd/4020517-4, http://d-nb.info/gnd/4143413-4" . -_:Bbe45477b3448f5cd632e9fdfbcd63326 . -_:B6ba93fca0b08f3eb682b8c224fb4d35d . -_:B6ba93fca0b08f3eb682b8c224fb4d35d _:Bbcb9eba8ba45be654578d4812abc4251 . -_:Bc3037af10766e5f9fe195cfe03e22dfb _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F122511158httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . -_:Bc3037af10766e5f9fe195cfe03e22dfb . . "Arisierung" . . "Paulmann, Johannes" . +_:B899204abe9ad4db00bac7c7927d482cf _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F122511158httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fedt . +_:B899204abe9ad4db00bac7c7927d482cf . +_:Bc759ff16e57894e01c4048a045947857 . +_:Bc759ff16e57894e01c4048a045947857 _:Bff8e12899eeddeea068a350359154be8 . . . . diff --git a/src/test/resources/input/nt/01858/HT018585406.nt b/src/test/resources/input/nt/01858/HT018585406.nt index ce06d9044..c788e71d6 100644 --- a/src/test/resources/input/nt/01858/HT018585406.nt +++ b/src/test/resources/input/nt/01858/HT018585406.nt @@ -1,34 +1,6 @@ - . - "Clev, Hans-G\u00FCnther" . - "Deutsch-Franz\u00F6sisch-Schweizerische Oberrheinkonferenz" . - . - "Oberrheinkonferenz" . - "Conf\u00E9rence Franco-Germano-Suisse du Rhin Sup\u00E9rieur" . - "Conf\u00E9rence du Rhin Sup\u00E9rieur" . - "ORK" . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F121842118httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F121842118httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F121842118httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bd24bc1bf1cf5ab884566942cb7750fa5 . -_:Bd24bc1bf1cf5ab884566942cb7750fa5 _:B3dd8cd594bcd951ad6314a54bc74172a . -_:B3dd8cd594bcd951ad6314a54bc74172a . -_:B3dd8cd594bcd951ad6314a54bc74172a . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F5079636X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F5079636X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F5079636X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B8e2eb1351aef34cd3142e95e9594c9c2 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F16080300X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B8e2eb1351aef34cd3142e95e9594c9c2 _:B4fd71e1bdbc0018c61692362100fec38 . -_:Bc5e35e211ede5cd327c68e7333a0d5ea _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F121842118httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bc5e35e211ede5cd327c68e7333a0d5ea _:B8e2eb1351aef34cd3142e95e9594c9c2 . - "20150319" . - . - "Oberrheinisches Tiefland" . - . - . - . - . - . - "Landesplanung" . . . . @@ -37,10 +9,10 @@ _:Bc5e35e211ede5cd327c68e7333a0d5ea . . "HT018585406" . + _:Ba13ca3d1982c50fd24b83584c1bc5c47 . "Deutsch-Franz\u00F6sisch-Schweizerische Oberrheinkonferenz, AG Raumordnung. Hrsg.: Entwicklungsagentur Rheinland-Pfalz e.V. Red.: Hans-G\u00FCnther Clev ..." . "Endbericht Workshop Der Oberrhein als Europ\u00E4ische Metropolregion" . "http://d-nb.info/gnd/121842118 | http://d-nb.info/gnd/16080300-7 | http://d-nb.info/gnd/5079636-7" . - _:Bc5e35e211ede5cd327c68e7333a0d5ea . . . "Oberrheinlande" . @@ -51,25 +23,53 @@ _:Bc5e35e211ede5cd327c68e7333a0d5ea . "Oberrhein-Gebiet" . "Oberrheinisches Tiefland | Landesplanung" . + _:Bc372dec3855e80e632f5bbe6a69d120c . "Oberrhein (Region)" . "Oberrheinebene" . - "Kaiserslautern; 2006" . - "2006" . + _:B9932a989637ed44e1186b09239dd980c . + _:B976a842fadaab02051f23668d49d6d8c . "45 S. : Ill., Kt." . - "Kaiserslautern" . - _:Bb4fe07de4729d37d799f6c2d4f7dc623 . "Landesentwicklungsplanung" . . . . - _:Bd24bc1bf1cf5ab884566942cb7750fa5 . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F16080300X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F16080300X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F16080300X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bb4fe07de4729d37d799f6c2d4f7dc623 "http://d-nb.info/gnd/4075561-7, http://d-nb.info/gnd/4034268-2" . -_:Bb4fe07de4729d37d799f6c2d4f7dc623 . + . + "Clev, Hans-G\u00FCnther" . + . + "Oberrheinisches Tiefland" . + "Deutsch-Franz\u00F6sisch-Schweizerische Oberrheinkonferenz" . + . + "Oberrheinkonferenz" . + "Conf\u00E9rence Franco-Germano-Suisse du Rhin Sup\u00E9rieur" . + "Conf\u00E9rence du Rhin Sup\u00E9rieur" . + "ORK" . + "20150319" . +_:B1ef089119bcbb24c3cd9cf55b6c1dc8a _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F16080300X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B1ef089119bcbb24c3cd9cf55b6c1dc8a _:B59d8c46340bf30164ae8af2c7b2541e0 . "Entwicklungsagentur Rheinland-Pfalz" . . "Entwicklungsagentur Rheinland-Pfalz e.V." . -_:B4fd71e1bdbc0018c61692362100fec38 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F5079636X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B4fd71e1bdbc0018c61692362100fec38 . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F16080300X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F16080300X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F16080300X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . + . + . + . + . +_:B59d8c46340bf30164ae8af2c7b2541e0 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F5079636X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B59d8c46340bf30164ae8af2c7b2541e0 . +_:B976a842fadaab02051f23668d49d6d8c "Kaiserslautern" . +_:B976a842fadaab02051f23668d49d6d8c "2006" . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F121842118httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F121842118httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F121842118httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . + . + "Landesplanung" . +_:B3fa9e290dce5dc71b83d00c16612f32c . +_:B3fa9e290dce5dc71b83d00c16612f32c . +_:B9932a989637ed44e1186b09239dd980c . +_:B9932a989637ed44e1186b09239dd980c _:B3fa9e290dce5dc71b83d00c16612f32c . +_:Ba13ca3d1982c50fd24b83584c1bc5c47 "http://d-nb.info/gnd/4075561-7, http://d-nb.info/gnd/4034268-2" . +_:Ba13ca3d1982c50fd24b83584c1bc5c47 . +_:Bc372dec3855e80e632f5bbe6a69d120c _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F121842118httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:Bc372dec3855e80e632f5bbe6a69d120c _:B1ef089119bcbb24c3cd9cf55b6c1dc8a . diff --git a/src/test/resources/input/nt/01861/HT018612706.nt b/src/test/resources/input/nt/01861/HT018612706.nt index 0e762c4af..af3dfa4c7 100644 --- a/src/test/resources/input/nt/01861/HT018612706.nt +++ b/src/test/resources/input/nt/01861/HT018612706.nt @@ -1,21 +1,12 @@ -_:Bafa853ccce513e54878a8e561d9c643c _:BKXC3XB6lnX202015 . -_:Bafa853ccce513e54878a8e561d9c643c . -_:Be3d394c2d893209db474643131bcbd8e _:BGeschichteX201959X2D1972 . -_:Be3d394c2d893209db474643131bcbd8e _:B289b80b32ea70df4270c44e3fcc2da66 . +_:B487a67d37370cfa498307815b79f7424 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1050748387httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B487a67d37370cfa498307815b79f7424 _:B980390169157529ae4656aeeb726e57d . . "Herzog, G\u00C3\u00BCnter" . -_:B7fd27b478e65c1f62b6b3831df5ceefe _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10040152X2D1httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B7fd27b478e65c1f62b6b3831df5ceefe . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1050748387httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1050748387httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1050748387httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B2cf4a6449cf9bf913b05c39523bf243d "25/26" . -_:B2cf4a6449cf9bf913b05c39523bf243d . -_:B2cf4a6449cf9bf913b05c39523bf243d . -_:B870140a8ca0910eb28d8c7ad66bfeed5 "http://d-nb.info/gnd/4013255-9, http://d-nb.info/gnd/4031483-2, http://d-nb.info/gnd/4076259-2, Geschichte 1959-1972, Ausstellung, K\u00C3\u00B6ln <2015>" . -_:B870140a8ca0910eb28d8c7ad66bfeed5 . -_:B4d5c6b99509d7106566505ea516f6bd6 . -_:B4d5c6b99509d7106566505ea516f6bd6 _:Be3d394c2d893209db474643131bcbd8e . +_:Bf7e150d522c7b2814fe9a119846f2498 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10040152X2D1httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:Bf7e150d522c7b2814fe9a119846f2498 . . . . @@ -36,9 +27,7 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10040152X2D1httpX3AX2FX2FidX2ElocX2EgovX2F "CCAA" . "Westdeutschland (Bundesrepublik, 1949-1990)" . "Alemanha (Deutschland, Bundesrepublik)" . - "Zentralarchiv des Internationalen Kunsthandels e.V., ZADIK" . "Colonia Agrippinensis" . - _:B9729606c82b3989449853d87a946d308 . "Colonia Ubiorum" . "Alemania (Deutschland, Bundesrepublik)" . "Rep\u00C3\u00BAblica Federal de Alemania (Deutschland, Bundesrepublik)" . @@ -60,25 +49,22 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10040152X2D1httpX3AX2FX2FidX2ElocX2EgovX2F "K\u00C3\u00B6ln. Interkulturelles Referat" . "K\u00C3\u00B6ln. Nachrichtenamt" . "173 S. : zahlr. Ill." . - "Verl. f\u00C3\u00BCr moderne Kunst" . "BRD" . "D\u00C3\u00BCsseldorf. Oberstadtdirektor" . "Pop-Kunst" . "D\u00C3\u00BCsseldorf. Rat" . "HT018612706" . - _:B2cf4a6449cf9bf913b05c39523bf243d . - "K\u00C3\u00B6ln" . "Duseerduofu" . "Republik Federasi Djerman (Deutschland, Bundesrepublik)" . "Stadtverwaltung (K\u00C3\u00B6ln)" . "D\u00C3\u00BCsseldorf. Organisationsabteilung" . "K\u00C3\u00B6ln" . - "Wien; Verl. f\u00C3\u00BCr moderne Kunst; K\u00C3\u00B6ln; Zentralarchiv des Internationalen Kunsthandels e.V., ZADIK; 2015" . "Allemagne (Deutschland, Bundesrepublik)" . "Gro\u00C3\u009F-K\u00C3\u00B6ln" . "Pop art" . "K\u00C3\u00B6ln. Oberstadtdirektor" . "Repubblica Federale di Germania (Deutschland, Bundesrepublik)" . + _:Be9e94336a084deba757a1187e1cef825 . . "NRF" . "F\u00C3\u00B6rbundsrepubliken Tyskland (Deutschland, Bundesrepublik)" . @@ -92,7 +78,6 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10040152X2D1httpX3AX2FX2FidX2ElocX2EgovX2F "Ratsversammlung (D\u00C3\u00BCsseldorf)" . "25/26" . . - _:B298fbcd78a88708784ca2a29b08a69d5 . "Stadtverwaltung (D\u00C3\u00BCsseldorf)" . "Ara Ubiorum" . . @@ -105,6 +90,7 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10040152X2D1httpX3AX2FX2FidX2ElocX2EgovX2F "FRG" . "N\u00C3\u00A9metorsz\u00C3\u00A1gi Sz\u00C3\u00B6vets\u00C3\u00A9gi K\u00C5\u0091zt\u00C3\u00A1rsas\u00C3\u00A1g (Deutschland, Bundesrepublik)" . "[Texte: G\u00C3\u00BCnter Herzog ...]" . + _:B1b561e4607c3f9e75c6e058dc706beb2 . "Stadt K\u00C3\u00B6ln" . "D\u00C3\u00BCsseldorf. Stadtverordnetenversammlung" . "K\u00C3\u00B6ln. Hauptamt" . @@ -114,8 +100,9 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10040152X2D1httpX3AX2FX2FidX2ElocX2EgovX2F "D\u00C3\u00BCsseldorf" . "D\u00C3\u00BCsseldorf | K\u00C3\u00B6ln | Pop-Art | Geschichte 1959-1972 | Ausstellung | K\u00C3\u00B6ln <2015> (213456,312456)" . "Nachrichtenamt (K\u00C3\u00B6ln)" . - . "Deutschland (1949-1990, Bundesrepublik)" . + . + _:B9047d29431d9796df552f94e1cfbc42f . "Oberb\u00C3\u00BCrgermeister (D\u00C3\u00BCsseldorf)" . "Keulen" . . @@ -125,7 +112,9 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10040152X2D1httpX3AX2FX2FidX2ElocX2EgovX2F "Deutschland, Bundesrepublik | Pop-Art | Geschichte 1959-1972 | Ausstellung | K\u00C3\u00B6ln <2015> (21345)" . "Stadt D\u00C3\u00BCsseldorf" . "Colonia Claudia Ara Agrippinensium" . + _:B487a67d37370cfa498307815b79f7424 . "Germany (Deutschland, Bundesrepublik)" . + _:B2d7711966e3887f58b6c7c95fcf1a9b5 . . . "R\u00C3\u00A9publique F\u00C3\u00A9d\u00C3\u00A9rale d'Allemagne (Deutschland, Bundesrepublik)" . @@ -139,18 +128,15 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10040152X2D1httpX3AX2FX2FidX2ElocX2EgovX2F . "Dyusserudorufu" . . - _:Bd2605a44184e7bf069d8f49581f6837b . "D\u00C3\u00BCsseldorf. Stadtverwaltung" . "RFN" . "Djussel'dorf" . "Kerun" . "Landeshauptstadt D\u00C3\u00BCsseldorf" . . - "Wien" . - . . "http://d-nb.info/gnd/1050748387 | http://d-nb.info/gnd/1069643262 | http://d-nb.info/gnd/10040152-1" . - "2015" . + . "Wie die Pop Art nach Deutschland kam" . "Colonia (K\u00C3\u00B6ln)" . . @@ -169,34 +155,39 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F10040152X2D1httpX3AX2FX2FidX2ElocX2EgovX2F _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1069643262httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1069643262httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1069643262httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bfccf7b65136b508fd4c47ef9f4c72b55 . -_:Bfccf7b65136b508fd4c47ef9f4c72b55 _:Bb2805b11024fda4b489294c6119a79a0 . _:BGeschichteX201959X2D1972 "Geschichte 1959-1972" . _:BGeschichteX201959X2D1972 . +_:B1b561e4607c3f9e75c6e058dc706beb2 "http://d-nb.info/gnd/4011889-7, http://d-nb.info/gnd/4076259-2, Geschichte 1959-1972, Ausstellung, K\u00C3\u00B6ln <2015>" . +_:B1b561e4607c3f9e75c6e058dc706beb2 _:B48735c3ddffa6756c6748970485cfb24 . _:BKXC3XB6lnX202015 "K\u00C3\u00B6ln <2015>" . _:BKXC3XB6lnX202015 . -_:Bf18a42b20913a43ccdd6a0fa2b23e96c . -_:Bf18a42b20913a43ccdd6a0fa2b23e96c _:B148c5b645437f86d5acf58532660ffcf . -_:B289b80b32ea70df4270c44e3fcc2da66 _:BAusstellung . -_:B289b80b32ea70df4270c44e3fcc2da66 _:Bafa853ccce513e54878a8e561d9c643c . -_:Ba5ad443a096314d90bd73509ab4f0be5 _:BAusstellung . -_:Ba5ad443a096314d90bd73509ab4f0be5 _:Bc58088f71105d759eb87c8ea34b572c9 . +_:B39b5aec7d88226158bc10421b067137e . +_:B39b5aec7d88226158bc10421b067137e _:B9dbd43766c45a43cc4b59439b591c418 . +_:B9dbd43766c45a43cc4b59439b591c418 . +_:B9dbd43766c45a43cc4b59439b591c418 _:B40e4ce053e71b500eef91218af9f01f3 . +_:B40e4ce053e71b500eef91218af9f01f3 . +_:B40e4ce053e71b500eef91218af9f01f3 _:B0f83d9f31b2b0c974a9f45f9de59f2d2 . +_:Bd08c0e5e7a91b168220488b01f3ee658 _:BKXC3XB6lnX202015 . +_:Bd08c0e5e7a91b168220488b01f3ee658 _:B39b5aec7d88226158bc10421b067137e . +_:B9047d29431d9796df552f94e1cfbc42f . +_:B9047d29431d9796df552f94e1cfbc42f _:Bacd0103ccffaf00d20e6c7fb70c136e7 . +_:B5c5dffe0d177886960c8ed506c7dea31 _:BAusstellung . +_:B5c5dffe0d177886960c8ed506c7dea31 _:Bd9acae703b0a4b285c016a4779c26391 . "49. Art Cologne, 2015, K\u00C3\u00B6ln" . . "49. Internationaler Kunstmarkt, 2015, K\u00C3\u00B6ln" . "49. Messe f\u00C3\u00BCr Moderne und Zeitgen\u00C3\u00B6ssische Kunst in K\u00C3\u00B6ln, 2015, K\u00C3\u00B6ln" . +_:Bacd0103ccffaf00d20e6c7fb70c136e7 . +_:Bacd0103ccffaf00d20e6c7fb70c136e7 _:B0631d4b708686f810e76ca68d8d9dc11 . +_:B2d7711966e3887f58b6c7c95fcf1a9b5 "25/26" . +_:B2d7711966e3887f58b6c7c95fcf1a9b5 . +_:B2d7711966e3887f58b6c7c95fcf1a9b5 . "20150421" . "20150804" . -_:B298fbcd78a88708784ca2a29b08a69d5 . -_:B298fbcd78a88708784ca2a29b08a69d5 _:Bf18a42b20913a43ccdd6a0fa2b23e96c . -_:B9729606c82b3989449853d87a946d308 "http://d-nb.info/gnd/4011889-7, http://d-nb.info/gnd/4076259-2, Geschichte 1959-1972, Ausstellung, K\u00C3\u00B6ln <2015>" . -_:B9729606c82b3989449853d87a946d308 _:B870140a8ca0910eb28d8c7ad66bfeed5 . . "D\u00C3\u00BCsseldorf" . -_:Bd2605a44184e7bf069d8f49581f6837b _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1050748387httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bd2605a44184e7bf069d8f49581f6837b _:Bae94738de3cec12a8a5a1c7c08812fe1 . -_:B148c5b645437f86d5acf58532660ffcf _:BGeschichteX201959X2D1972 . -_:B148c5b645437f86d5acf58532660ffcf _:Ba5ad443a096314d90bd73509ab4f0be5 . +_:Bd9acae703b0a4b285c016a4779c26391 _:BKXC3XB6lnX202015 . +_:Bd9acae703b0a4b285c016a4779c26391 . . . . @@ -208,16 +199,20 @@ _:B148c5b645437f86d5acf58532660ffcf . . "In Bearbeitung" . +_:B0631d4b708686f810e76ca68d8d9dc11 _:BGeschichteX201959X2D1972 . +_:B0631d4b708686f810e76ca68d8d9dc11 _:B55c817035cfe0ce64bf797387b77fed9 . "Zentralarchiv des Internationalen Kunsthandels" . . "ZADIK" . "Zentralarchiv des Internationalen Kunsthandels e.V." . -_:Bae94738de3cec12a8a5a1c7c08812fe1 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1069643262httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:Bae94738de3cec12a8a5a1c7c08812fe1 _:B7fd27b478e65c1f62b6b3831df5ceefe . +_:B980390169157529ae4656aeeb726e57d _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1069643262httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B980390169157529ae4656aeeb726e57d _:Bf7e150d522c7b2814fe9a119846f2498 . . "Deutschland, Bundesrepublik" . -_:Bc58088f71105d759eb87c8ea34b572c9 _:BKXC3XB6lnX202015 . -_:Bc58088f71105d759eb87c8ea34b572c9 _:Bfccf7b65136b508fd4c47ef9f4c72b55 . +_:B0f83d9f31b2b0c974a9f45f9de59f2d2 _:BGeschichteX201959X2D1972 . +_:B0f83d9f31b2b0c974a9f45f9de59f2d2 _:B5c5dffe0d177886960c8ed506c7dea31 . +_:B55c817035cfe0ce64bf797387b77fed9 _:BAusstellung . +_:B55c817035cfe0ce64bf797387b77fed9 _:Bd08c0e5e7a91b168220488b01f3ee658 . _:BAusstellung "Ausstellung" . _:BAusstellung . . @@ -225,5 +220,11 @@ _:BAusstellung . . "kund960.h582" . -_:Bb2805b11024fda4b489294c6119a79a0 . -_:Bb2805b11024fda4b489294c6119a79a0 _:B4d5c6b99509d7106566505ea516f6bd6 . +_:B48735c3ddffa6756c6748970485cfb24 "http://d-nb.info/gnd/4013255-9, http://d-nb.info/gnd/4031483-2, http://d-nb.info/gnd/4076259-2, Geschichte 1959-1972, Ausstellung, K\u00C3\u00B6ln <2015>" . +_:B48735c3ddffa6756c6748970485cfb24 . +_:Be9e94336a084deba757a1187e1cef825 "Wien" . +_:Be9e94336a084deba757a1187e1cef825 "Verl. f\u00C3\u00BCr moderne Kunst" . +_:Be9e94336a084deba757a1187e1cef825 . +_:Be9e94336a084deba757a1187e1cef825 "K\u00C3\u00B6ln" . +_:Be9e94336a084deba757a1187e1cef825 "Zentralarchiv des Internationalen Kunsthandels e.V., ZADIK" . +_:Be9e94336a084deba757a1187e1cef825 "2015" . diff --git a/src/test/resources/input/nt/01861/HT018617137.nt b/src/test/resources/input/nt/01861/HT018617137.nt index 270ea4f82..7078491b7 100644 --- a/src/test/resources/input/nt/01861/HT018617137.nt +++ b/src/test/resources/input/nt/01861/HT018617137.nt @@ -1,13 +1,12 @@ "9783981642216" . "Nachhaltige Forschung an Fachhochschulen in NRW" . - "K\u00C3\u00B6ln; Projekt \"Nachhaltige Forschung an Fachhochschulen in NRW\"; 2015" . - . + _:B68f1126ec45eb9d3b4caa20259ab7eb5 . "[Text: Eva Maria Helm]" . + . "HT018617137" . . . . - "K\u00C3\u00B6ln" . . . . @@ -16,16 +15,14 @@ . "urn:nbn:de:hbz:5:2-66128" . "Forschung gestaltet unsere Lebenswelten" . - "Projekt \"Nachhaltige Forschung an Fachhochschulen in NRW\"" . . . - _:Ba3126b095cfcb8d4d8f112b665c463a3 . . "55 S. : Ill." . . . . - "2015" . + _:Bf2d4f393d69c786b39c1d709182a6dad . . . . @@ -33,8 +30,12 @@ _:BHelmX2CX20EvaX20Maria . _:BHelmX2CX20EvaX20Maria "Helm, Eva Maria" . "20150424" . +_:Bf2d4f393d69c786b39c1d709182a6dad "K\u00C3\u00B6ln" . +_:Bf2d4f393d69c786b39c1d709182a6dad "Projekt \"Nachhaltige Forschung an Fachhochschulen in NRW\"" . +_:Bf2d4f393d69c786b39c1d709182a6dad . +_:Bf2d4f393d69c786b39c1d709182a6dad "2015" . _:BX5FX3AHelmX2CX20EvaX20MariahttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BX5FX3AHelmX2CX20EvaX20MariahttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BX5FX3AHelmX2CX20EvaX20MariahttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre _:BHelmX2CX20EvaX20Maria . -_:Ba3126b095cfcb8d4d8f112b665c463a3 _:BX5FX3AHelmX2CX20EvaX20MariahttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Ba3126b095cfcb8d4d8f112b665c463a3 . +_:B68f1126ec45eb9d3b4caa20259ab7eb5 _:BX5FX3AHelmX2CX20EvaX20MariahttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B68f1126ec45eb9d3b4caa20259ab7eb5 . diff --git a/src/test/resources/input/nt/01870/HT018700720.nt b/src/test/resources/input/nt/01870/HT018700720.nt index 2c85642cb..48040f9cf 100644 --- a/src/test/resources/input/nt/01870/HT018700720.nt +++ b/src/test/resources/input/nt/01870/HT018700720.nt @@ -1,48 +1,40 @@ -_:B5f65fd2040eab4a6816c666a9feb5d73 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2006655X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B5f65fd2040eab4a6816c666a9feb5d73 . -_:B672dd199911f5c2125da19b147688371 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F115325859httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B672dd199911f5c2125da19b147688371 _:B5f65fd2040eab4a6816c666a9feb5d73 . -_:Bf477c552198dd2e4f4068d6af609f439 "47" . -_:Bf477c552198dd2e4f4068d6af609f439 . -_:Bf477c552198dd2e4f4068d6af609f439 . +_:B9adc14bf2ba1f57104f538d8cc9bd76c "K\u00C3\u00B6ln" . +_:B9adc14bf2ba1f57104f538d8cc9bd76c "BZgA" . +_:B9adc14bf2ba1f57104f538d8cc9bd76c . +_:B9adc14bf2ba1f57104f538d8cc9bd76c "2015" . . - "2015" . . . . - "K\u00C3\u00B6ln; BZgA; 2015" . . . - "http://d-nb.info/gnd/136371671 | http://d-nb.info/gnd/129961604 | Ottovay, Kathrin | http://d-nb.info/gnd/115325859 | http://d-nb.info/gnd/2006655-7" . . + "http://d-nb.info/gnd/136371671 | http://d-nb.info/gnd/129961604 | Ottovay, Kathrin | http://d-nb.info/gnd/115325859 | http://d-nb.info/gnd/2006655-7" . "9783942816618" . + _:B17f63e76cf3c3f958b637bc44b1b9b8c . "Literaturangaben" . "10.4126/38m-006326817" . + _:B8be65477668402e6aa78aafdad703f3e . "239 S. : zahlr. graph. Darst., Kt." . . . - "BZgA" . - _:Bf477c552198dd2e4f4068d6af609f439 . . "Ludwig Amrhein ; Josefine Heusinger ; Kathrin Ottovay ; Birgit Wolter" . . "HT018700720" . "Aufl.: 1.3.02.15" . "Expertise zur Lebenslage von Menschen im Alter \u00C3\u00BCber 80 Jahren" . - _:B69b3d9f831e2aca4093f92a1c2d22e62 . . . "Die Hochaltrigen" . + _:B9adc14bf2ba1f57104f538d8cc9bd76c . . - "K\u00C3\u00B6ln" . "47" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F129961604httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F129961604httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F129961604httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B9f768da430884fdf48a24839edee6055 _:BX5FX3AOttovayX2CX20KathrinhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B9f768da430884fdf48a24839edee6055 _:B672dd199911f5c2125da19b147688371 . -_:B69b3d9f831e2aca4093f92a1c2d22e62 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F136371671httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B69b3d9f831e2aca4093f92a1c2d22e62 _:B02124a5a41c175bb489d341ffd9aba1f . +_:Ba887dcdc8aaeaa3af1ddecb77280e75b _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F129961604httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:Ba887dcdc8aaeaa3af1ddecb77280e75b _:B85b4e5fee6291cfd95a771397ad63b2f . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2006655X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2006655X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2006655X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . @@ -51,12 +43,15 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2006655X2D7httpX3AX2FX2FidX2ElocX2EgovX2Fv . . "Elektronische Publikation" . -_:B02124a5a41c175bb489d341ffd9aba1f _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F129961604httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B02124a5a41c175bb489d341ffd9aba1f _:B9f768da430884fdf48a24839edee6055 . +_:B17f63e76cf3c3f958b637bc44b1b9b8c "47" . +_:B17f63e76cf3c3f958b637bc44b1b9b8c . +_:B17f63e76cf3c3f958b637bc44b1b9b8c . . "Wolter, Birgit" . _:BOttovayX2CX20Kathrin . _:BOttovayX2CX20Kathrin "Ottovay, Kathrin" . +_:B7fa3dd5416307843b81c03023a831fcc _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F2006655X2D7httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B7fa3dd5416307843b81c03023a831fcc . _:BX5FX3AOttovayX2CX20KathrinhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BX5FX3AOttovayX2CX20KathrinhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BX5FX3AOttovayX2CX20KathrinhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb _:BOttovayX2CX20Kathrin . @@ -67,6 +62,10 @@ _:BX5FX3AOttovayX2CX20KathrinhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2Frelators _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F136371671httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F136371671httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F136371671httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B8d70f65258afc4a866608bab379a23b8 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F115325859httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B8d70f65258afc4a866608bab379a23b8 _:B7fa3dd5416307843b81c03023a831fcc . +_:B85b4e5fee6291cfd95a771397ad63b2f _:BX5FX3AOttovayX2CX20KathrinhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B85b4e5fee6291cfd95a771397ad63b2f _:B8d70f65258afc4a866608bab379a23b8 . "Bundeszentrale f\u00C3\u00BCr Gesundheitliche Aufkl\u00C3\u00A4rung" . . "BZgA, Bundeszentrale f\u00C3\u00BCr Gesundheitliche Aufkl\u00C3\u00A4rung" . @@ -76,6 +75,8 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F136371671httpX3AX2FX2FidX2ElocX2EgovX2Fvoc "FCHE" . "20150716" . "20150720" . +_:B8be65477668402e6aa78aafdad703f3e _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F136371671httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B8be65477668402e6aa78aafdad703f3e _:Ba887dcdc8aaeaa3af1ddecb77280e75b . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F115325859httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F115325859httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F115325859httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . diff --git a/src/test/resources/input/nt/01872/HT018726005.nt b/src/test/resources/input/nt/01872/HT018726005.nt index a3b2d8a5d..f3869f9e3 100644 --- a/src/test/resources/input/nt/01872/HT018726005.nt +++ b/src/test/resources/input/nt/01872/HT018726005.nt @@ -1,11 +1,7 @@ . "Hoff, Hans" . -_:B1fbe9a7b746e3d7fedc3e001e115df23 . -_:B1fbe9a7b746e3d7fedc3e001e115df23 . -_:B78387cb88709974ee2d12e5d99952058 "http://d-nb.info/gnd/128989459" . -_:B78387cb88709974ee2d12e5d99952058 . -_:Bc5d83f44c76a41beb0c60abfbfa2ab3b _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F137538766httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Bc5d83f44c76a41beb0c60abfbfa2ab3b . +_:Bb3ad3f75470374dfd6adad1a788841e5 "http://d-nb.info/gnd/128989459" . +_:Bb3ad3f75470374dfd6adad1a788841e5 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F137538766httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F137538766httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F137538766httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . @@ -15,23 +11,20 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F137538766httpX3AX2FX2FidX2ElocX2EgovX2Fvoc "20150813" . . "Eine Marke sucht ihren Platz" . - _:B78387cb88709974ee2d12e5d99952058 . "http://d-nb.info/gnd/137538766" . . - "Essen" . - "2006" . - "HT018726005" . "Text: Hans Hoff" . - . - . . - "2006; Essen" . + "HT018726005" . + . + . + _:B69003837ee20742ca0d933249d653e31 . . . . - _:Bc5d83f44c76a41beb0c60abfbfa2ab3b . . . + _:B6b9ca788a71bc2bbcb9a9ddfef5121c8 . "L\u00FCck, Ingolf (1958-)" . . "die Parallelwelten des Ingolf L\u00FCck" . @@ -39,5 +32,12 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F137538766httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . . "K.West; 2006,1, S. 12-14 : Ill." . - _:B1fbe9a7b746e3d7fedc3e001e115df23 . + _:Bb3ad3f75470374dfd6adad1a788841e5 . + _:B158bc9fd1abb9269ac456585d4bc9ebf . "Bielefeld" . +_:B158bc9fd1abb9269ac456585d4bc9ebf _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F137538766httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B158bc9fd1abb9269ac456585d4bc9ebf . +_:B69003837ee20742ca0d933249d653e31 . +_:B69003837ee20742ca0d933249d653e31 . +_:B6b9ca788a71bc2bbcb9a9ddfef5121c8 "Essen" . +_:B6b9ca788a71bc2bbcb9a9ddfef5121c8 "2006" . diff --git a/src/test/resources/input/nt/01877/HT018770176.nt b/src/test/resources/input/nt/01877/HT018770176.nt index 309bebb4f..802192e0a 100644 --- a/src/test/resources/input/nt/01877/HT018770176.nt +++ b/src/test/resources/input/nt/01877/HT018770176.nt @@ -3,49 +3,50 @@ . . "123/Y/3264" . +_:Baf7923580cfa83de6bd82f8451013159 "Berlin" . +_:Baf7923580cfa83de6bd82f8451013159 "Duncker & Humblot" . +_:Baf7923580cfa83de6bd82f8451013159 . +_:Baf7923580cfa83de6bd82f8451013159 "2015" . . . . . "StrR XIV 23/246" . -_:B01fa725efd91bdd0061fc7b091d1ec63 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1042242615httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B01fa725efd91bdd0061fc7b091d1ec63 . "20151002" . +_:B4375c8f88e2ec17c26b67fed371f00da _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1042242615httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B4375c8f88e2ec17c26b67fed371f00da . . "Stahl, Dominik" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1042242615httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1042242615httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1042242615httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Bab19244e8b023607f3043bd99ba12231 "Neue Folge, Band 264" . +_:Bab19244e8b023607f3043bd99ba12231 . +_:Bab19244e8b023607f3043bd99ba12231 . "Strafzumessungstatsachen zwischen Verbrechenslehre und Straftheorie" . - _:B9972cd46bda2113c5579e64159124cd7 . - _:B01fa725efd91bdd0061fc7b091d1ec63 . "9783428147335" . "von Dominik Stahl" . + _:Baf7923580cfa83de6bd82f8451013159 . . - "Berlin" . - "Duncker & Humblot" . . "Neue Folge, Band 264" . "zugleich ein Beitrag zur Strafzumessungsrelevanz des Vor- und Nachtatverhaltens" . + _:B4375c8f88e2ec17c26b67fed371f00da . "http://d-nb.info/gnd/1042242615" . . + _:Bab19244e8b023607f3043bd99ba12231 . "[1. Aufl.]" . . . - . . + . "Albert-Ludwigs-Universit\u00E4t Freiburg, Dissertation, 2014/2015" . - "Berlin; Duncker & Humblot; 2015" . . . "3428147332" . . . "276 S." . - "2015" . "HT018770176" . . . -_:B9972cd46bda2113c5579e64159124cd7 "Neue Folge, Band 264" . -_:B9972cd46bda2113c5579e64159124cd7 . -_:B9972cd46bda2113c5579e64159124cd7 . diff --git a/src/test/resources/input/nt/01877/HT018771475.nt b/src/test/resources/input/nt/01877/HT018771475.nt index 42fb7b93f..afb2d4b7a 100644 --- a/src/test/resources/input/nt/01877/HT018771475.nt +++ b/src/test/resources/input/nt/01877/HT018771475.nt @@ -1,6 +1,10 @@ "20151005" . -_:B37a5d1ae8e16b7a631cc4bd62a5d08b7 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F102654520XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B37a5d1ae8e16b7a631cc4bd62a5d08b7 _:B15be28f4c2bb67fd5ecbc5a2ac299931 . +_:Bb28fecf41f4bc7668aaf5724fe28a771 "Hamburg" . +_:Bb28fecf41f4bc7668aaf5724fe28a771 "Bauer" . +_:Bb28fecf41f4bc7668aaf5724fe28a771 . +_:Bb28fecf41f4bc7668aaf5724fe28a771 "2015" . +_:B1c0f22cf74e28d1ae0990145c51711a1 _:BBildband . +_:B1c0f22cf74e28d1ae0990145c51711a1 . . "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach" . "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach" . @@ -9,42 +13,37 @@ _:B37a5d1ae8e16b7a631cc4bd62a5d08b7 . "42 S." . . + _:B79c76479c583cd727c0e16395abb4175 . "7. Schloss Bensberg Classics" . - "2015" . "7. Schloss Bensberg Classics" . . - _:B22d0fd215ed3cf7a562998fa4b181ee1 . . "HT018771475" . . "[2015,8, Beil.]" . . "[Text Anya R\u00F6sgen ; Hans-Joachim Wiehager]" . - "Hamburg" . + _:B12134f4a3a8255e0baa1cff6fe52c4c5 . . - "Hamburg; Bauer; 2015" . . "Bergisch Gladbach- Bensberg" . . "http://d-nb.info/gnd/102654520X | http://d-nb.info/gnd/1074109953" . "Classic cars" . - _:B37a5d1ae8e16b7a631cc4bd62a5d08b7 . - _:B022d579c4b3d6d00c8dbc0efc8b21479 . + _:Bb28fecf41f4bc7668aaf5724fe28a771 . + _:B1dd47a1c2c0029b290ecdb654e2fc50e . . . - "Bauer" . "17. bis 19. Juli 2015" . -_:Baedd9681a81a77d4848bef9741a17126 _:BBildband . -_:Baedd9681a81a77d4848bef9741a17126 . -_:B15be28f4c2bb67fd5ecbc5a2ac299931 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1074109953httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B15be28f4c2bb67fd5ecbc5a2ac299931 . -_:B022d579c4b3d6d00c8dbc0efc8b21479 . -_:B022d579c4b3d6d00c8dbc0efc8b21479 _:Baedd9681a81a77d4848bef9741a17126 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F102654520XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F102654520XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F102654520XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B22d0fd215ed3cf7a562998fa4b181ee1 "http://d-nb.info/gnd/1074109953, Bildband" . -_:B22d0fd215ed3cf7a562998fa4b181ee1 . +_:B79c76479c583cd727c0e16395abb4175 . +_:B79c76479c583cd727c0e16395abb4175 _:B1c0f22cf74e28d1ae0990145c51711a1 . +_:B1dd47a1c2c0029b290ecdb654e2fc50e "http://d-nb.info/gnd/1074109953, Bildband" . +_:B1dd47a1c2c0029b290ecdb654e2fc50e . +_:Bc77e1393488b0ac94ebae9412add0c85 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1074109953httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Bc77e1393488b0ac94ebae9412add0c85 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1074109953httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1074109953httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1074109953httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . @@ -52,3 +51,5 @@ _:BBildband "Bildband" . _:BBildband . . "R\u00F6sgen, Anya" . +_:B12134f4a3a8255e0baa1cff6fe52c4c5 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F102654520XXhttpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:B12134f4a3a8255e0baa1cff6fe52c4c5 _:Bc77e1393488b0ac94ebae9412add0c85 . diff --git a/src/test/resources/input/nt/01877/HT018779822.nt b/src/test/resources/input/nt/01877/HT018779822.nt index a380b2751..f45938015 100644 --- a/src/test/resources/input/nt/01877/HT018779822.nt +++ b/src/test/resources/input/nt/01877/HT018779822.nt @@ -5,8 +5,10 @@ . "Cross, Julie" . "20151014" . -_:B860a953d1338f8ab25f4c9709dce56e7 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F143846655httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B860a953d1338f8ab25f4c9709dce56e7 . +_:Bca2569f97fa7777fdfaf93066a518014 "New York" . +_:Bca2569f97fa7777fdfaf93066a518014 "Routledge" . +_:Bca2569f97fa7777fdfaf93066a518014 . +_:Bca2569f97fa7777fdfaf93066a518014 "2014" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F143846655httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F143846655httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F143846655httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . @@ -14,18 +16,17 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F143846655httpX3AX2FX2FidX2ElocX2EgovX2Fvoc . . "9781138816503" . - "New York; Routledge; 2014" . . - "2014" . . "HT018779822" . . - "New York" . "Julie Cross" . "http://d-nb.info/gnd/143846655" . . - _:B860a953d1338f8ab25f4c9709dce56e7 . - "Routledge" . "Humor in contemporary junior literature" . + _:B58ac00aa1e59edf84839db6b08e22f3e . + _:Bca2569f97fa7777fdfaf93066a518014 . . . +_:B58ac00aa1e59edf84839db6b08e22f3e _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F143846655httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B58ac00aa1e59edf84839db6b08e22f3e . diff --git a/src/test/resources/input/nt/01880/HT018801101.nt b/src/test/resources/input/nt/01880/HT018801101.nt index 67beccce0..a409c9af0 100644 --- a/src/test/resources/input/nt/01880/HT018801101.nt +++ b/src/test/resources/input/nt/01880/HT018801101.nt @@ -1,9 +1,15 @@ +_:Bf3c82f2b163a2f300de86f3ffb6797ee _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1072011352httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:Bf3c82f2b163a2f300de86f3ffb6797ee _:B5402405ed946320bd64b9da1dfe1b428 . "20151109" . "20160307" . -_:Bf13285a402aaa6f484c85e8c4d9616e4 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1049793021httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Bf13285a402aaa6f484c85e8c4d9616e4 _:B702b77959b30d6f74e4188eeaec59f31 . +_:B5ba86220b280ba1b67e366de8ea19f6a "K\u00F6ln" . +_:B5ba86220b280ba1b67e366de8ea19f6a "ZB MED - Leibniz-Informationszentrum Lebenswissenschaften" . +_:B5ba86220b280ba1b67e366de8ea19f6a . +_:B5ba86220b280ba1b67e366de8ea19f6a "2015" . . "Kullmer, Bettina" . +_:Bec469f9cc993f513354fa7e014ac10e0 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1088345387httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . +_:Bec469f9cc993f513354fa7e014ac10e0 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1088345387httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1088345387httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1088345387httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . @@ -15,6 +21,7 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1088345387httpX3AX2FX2FidX2ElocX2EgovX2Fvo . . "HT018801101" . + _:Bf3c82f2b163a2f300de86f3ffb6797ee . . . . @@ -23,23 +30,19 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1088345387httpX3AX2FX2FidX2ElocX2EgovX2Fvo . . "PUBLISSO - Das ZB MED Open-Access-Publikationsportal" . - "ZB MED - Leibniz-Informationszentrum Lebenswissenschaften" . . "[Konzeption und Redaktion: Ursula Arning, Bettina Kullmer, Elke Roesner ; Mitarbeit: Jasmin Schmitz]" . - _:Ba333853a0993b778ff2fe81b60645d71 . . . + _:B5ba86220b280ba1b67e366de8ea19f6a . . - "K\u00F6ln" . . . - "K\u00F6ln; ZB MED - Leibniz-Informationszentrum Lebenswissenschaften; 2015" . "http://d-nb.info/gnd/1072011352 | http://d-nb.info/gnd/1080327355 | http://d-nb.info/gnd/1049793021 | http://d-nb.info/gnd/1088345387" . - "2015" . . "Arning, Ursula" . -_:B90680d3d1efa9fd2539a03389e7ee1e0 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1080327355httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B90680d3d1efa9fd2539a03389e7ee1e0 _:Bf13285a402aaa6f484c85e8c4d9616e4 . +_:B5402405ed946320bd64b9da1dfe1b428 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1080327355httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B5402405ed946320bd64b9da1dfe1b428 _:B0c80d9ee0ae1ee5122740c1b176fab5e . . "Schmitz, Jasmin" . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1080327355httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . @@ -53,10 +56,8 @@ _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1049793021httpX3AX2FX2FidX2ElocX2EgovX2Fvo . . "Elektronische Publikation" . -_:Ba333853a0993b778ff2fe81b60645d71 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1072011352httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:Ba333853a0993b778ff2fe81b60645d71 _:B90680d3d1efa9fd2539a03389e7ee1e0 . +_:B0c80d9ee0ae1ee5122740c1b176fab5e _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1049793021httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . +_:B0c80d9ee0ae1ee5122740c1b176fab5e _:Bec469f9cc993f513354fa7e014ac10e0 . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1072011352httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1072011352httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1072011352httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fcre . -_:B702b77959b30d6f74e4188eeaec59f31 _:BhttpX3AX2FX2FdX2DnbX2EinfoX2FgndX2F1088345387httpX3AX2FX2FidX2ElocX2EgovX2FvocabularyX2FrelatorsX2Fctb . -_:B702b77959b30d6f74e4188eeaec59f31 . diff --git a/src/test/resources/output/json/00000/BT000002852.json b/src/test/resources/output/json/00000/BT000002852.json index 355aa4255..2383ff23d 100644 --- a/src/test/resources/output/json/00000/BT000002852.json +++ b/src/test/resources/output/json/00000/BT000002852.json @@ -4,11 +4,11 @@ "id" : "http://lobid.org/resources/NWBib" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/4018466-3", "label" : "Freudenberg, Kreis Siegen-Wittgenstein", "type" : [ "PlaceOrGeographicName" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -17,18 +17,17 @@ } ], "contributorOrder" : [ "http://d-nb.info/gnd/4018466-3" ], "coverage" : [ "Freudenberg " ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19960513", "dateModified" : "19960513", "id" : "http://lobid.org/resources/BT000002852" - } ], - "extent" : [ "46 S. : Ill., Kt." ], - "hbzId" : [ "BT000002852" ], + }, + "extent" : "46 S. : Ill., Kt.", + "hbzId" : "BT000002852", "id" : "http://lobid.org/resources/BT000002852#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DBT000002852" - } ], - "issued" : [ "1989" ], + }, "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" @@ -38,12 +37,14 @@ "label" : "Geschichte" } ], "otherTitleInformation" : [ "wechselvolle Geschichte" ], - "placeOfPublication" : [ "Freudenberg" ], - "publicationStatement" : [ "Freudenberg; 1989" ], + "publication" : [ { + "location" : "Freudenberg", + "startDate" : "1989" + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-BT000002852" } ], - "statementOfResponsibility" : [ "[Hrsg.: Stadt Freudenberg, Der Stadtdirektor]" ], + "statementOfResponsibility" : "[Hrsg.: Stadt Freudenberg, Der Stadtdirektor]", "subject" : [ { "id" : "http://d-nb.info/gnd/4018466-3", "label" : "Freudenberg, Kreis Siegen-Wittgenstein", @@ -56,6 +57,6 @@ "subjectChain" : [ "Freudenberg, Kreis Siegen-Wittgenstein | Geschichte" ], "subjectLabel" : [ "Freudenberg Siegen", "Landesgeschichte", "Freudenberg (Siegerland)", "Ortsgeschichte", "Stadt Freudenberg", "Zeitgeschichte", "Stadt Freudenberg Südwestfalen", "Regionalgeschichte" ], "subjectOrder" : [ "http://d-nb.info/gnd/4018466-3, http://d-nb.info/gnd/4020517-4" ], - "title" : [ "Stadt Freudenberg" ], + "title" : "Stadt Freudenberg", "type" : [ "BibliographicResource", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/00000/BT000003404.json b/src/test/resources/output/json/00000/BT000003404.json index 78ecceb23..894e5e7cf 100644 --- a/src/test/resources/output/json/00000/BT000003404.json +++ b/src/test/resources/output/json/00000/BT000003404.json @@ -3,23 +3,22 @@ "collectedBy" : [ { "id" : "http://lobid.org/resources/NWBib" } ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19940829", "dateModified" : "20101004", "id" : "http://lobid.org/resources/BT000003404" - } ], + }, "edition" : [ "10.[Aufl., Ausg.] 1993/94" ], - "extent" : [ "Kt." ], - "hbzId" : [ "BT000003404" ], + "extent" : "Kt.", + "hbzId" : "BT000003404", "id" : "http://lobid.org/resources/BT000003404#!", "isPartOf" : [ { "id" : "http://lobid.org/resources/BT000100437#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DBT000003404" - } ], + }, "isbn" : [ "3575112088", "9783575112088" ], - "issued" : [ "1993" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -38,9 +37,12 @@ "label" : "Karten" } ], "otherTitleInformation" : [ "mit Ortsverzeichnis" ], - "placeOfPublication" : [ "Berlin [u.a.]" ], - "publicationStatement" : [ "Berlin [u.a.]; Berlin [u.a.]; Reise- u. Verkehrsverl.; Reise- u. Verkehrsverl.; 1993" ], - "publisher" : [ "Reise- u. Verkehrsverl." ], + "publication" : [ { + "location" : "Berlin [u.a.]", + "publishedBy" : "Reise- u. Verkehrsverl.", + "startDate" : "1993", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-BT000003404" } ], @@ -62,7 +64,7 @@ "subjectChain" : [ "Niedersachsen, Süd | Karte", "Nordrhein-Westfalen | Karte" ], "subjectLabel" : [ "NRW", "Nord-Westphalie", "Noordrijn-Westfalen", "NW", "Südliches Niedersachsen", "Südniedersachsen", "Norte-Westfalia", "North Rhine-Westphalia" ], "subjectOrder" : [ "http://d-nb.info/gnd/4042570-8, Karte", "http://d-nb.info/gnd/4115393-5, Karte" ], - "title" : [ "Deutschland, 2: Nordrhein-Westfalen, Niedersachsen-Süd" ], + "title" : "Deutschland, 2: Nordrhein-Westfalen, Niedersachsen-Süd", "type" : [ "BibliographicResource", "Article" ], "volume" : [ "2" ], "volumeIn" : [ { diff --git a/src/test/resources/output/json/00000/HT000009600.json b/src/test/resources/output/json/00000/HT000009600.json index 8755d68fb..5db7806ea 100644 --- a/src/test/resources/output/json/00000/HT000009600.json +++ b/src/test/resources/output/json/00000/HT000009600.json @@ -1,12 +1,12 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : [ "Angestellten-Gewerkschaft", "DAG", "Deutsche Angestellten-Gewerkschaft", "Gewerkschaft der Deutschen Angestellten" ], "id" : "http://d-nb.info/gnd/37043-5", "label" : "Deutsche Angestellten-Gewerkschaft", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -14,450 +14,450 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/37043-5" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19991118", "dateModified" : "20120319", "id" : "http://lobid.org/resources/HT000009600" - } ], + }, "exemplar" : [ { "callNumber" : "Bg 168:1972", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1972" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1972#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Zs 371", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bo102:Zs%20371" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bo102:Zs%20371#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bo102" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Z 848", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bo133:Z%20848" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bo133:Z%20848#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bo133" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1976", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1976" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1976#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:10.1957", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:10.1957" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:10.1957#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1977", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1977" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1977#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1975", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1975" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1975#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1978", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1978" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1978#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:14-15.1961-62", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:14-15.1961-62" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:14-15.1961-62#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1980", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1980" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1980#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168: 5-6.11952-53", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%205-6.11952-53" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%205-6.11952-53#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168: 1-2.1948-49", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%201-2.1948-49" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%201-2.1948-49#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Haa1455", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-38:Haa1455" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-38:Haa1455#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-38" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1981", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1981" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1981#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168: 8.1955", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%208.1955" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%208.1955#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1973", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1973" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1973#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "D 00/49 Z 25", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-464:D%2000%2F49%20Z%2025" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-464:D%2000%2F49%20Z%2025#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-464" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:11-13.1958-60", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:11-13.1958-60" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:11-13.1958-60#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "AMZ 336", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bo133:AMZ%20336" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bo133:AMZ%20336#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bo133" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1974", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1974" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1974#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1969", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1969" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1969#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1978.86 Register [L]", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1978.86%20Register%20%5BL%5D" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1978.86%20Register%20%5BL%5D#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1968", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1968" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1968#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1983", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1983" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1983#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1965", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1965" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1965#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Z 1009", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-260:Z%201009" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-260:Z%201009#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-260" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1982", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1982" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1982#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Zs 1545", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-60:Zs%201545" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-60:Zs%201545#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-60" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1966", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1966" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1966#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1967", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1967" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1967#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1964", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1964" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1964#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:23-24.1970-71", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:23-24.1970-71" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:23-24.1970-71#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168: 7.1954", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%207.1954" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%207.1954#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3:Bg%20168" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3:Bg%20168#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168: 9.1956", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%209.1956" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%209.1956#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1963", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1963" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1963#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168: 3.1950", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%203.1950" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%203.1950#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168: 4.1951", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%204.1951" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%204.1951#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "BX-7", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-294-17:BX-7" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-294-17:BX-7#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-294-17" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Bg 168:1979", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1979" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1979#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm3-3" - } ], + }, "type" : [ "Item" ] } ], "frequency" : [ "Bei Jg. 28 setzt die durchgehende Nr.-Zählung ein" ], @@ -474,13 +474,12 @@ }, { "id" : "http://lobid.org/resources/HT012299746#!" } ], - "hbzId" : [ "HT000009600" ], + "hbzId" : "HT000009600", "id" : "http://lobid.org/resources/HT000009600#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT000009600" - } ], + }, "issn" : [ "0028307x" ], - "issued" : [ "1948 - 1983" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -490,22 +489,26 @@ } ], "oclcnum" : [ "263589870" ], "otherTitleInformation" : [ "Zeitschrift der Deutschen Angestellten-Gewerkschaft", "Der Angestellte" ], - "placeOfPublication" : [ "Hamburg" ], - "publicationStatement" : [ "Hamburg; DAG; 1948" ], - "publisher" : [ "DAG" ], + "publication" : [ { + "endDate" : "1983", + "location" : "Hamburg", + "publishedBy" : "DAG", + "startDate" : "1983", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://worldcat.org/oclc/263589870" }, { "id" : "http://ld.zdb-services.de/resource/6211-x" } ], "subject" : [ { - "id" : "http://dewey.info/class/360/", - "label" : "Soziale Probleme und Sozialdienste; Verbände" - }, { "id" : "http://dewey.info/class/330/", "label" : "Wirtschaft" + }, { + "id" : "http://dewey.info/class/360/", + "label" : "Soziale Probleme und Sozialdienste; Verbände" } ], - "title" : [ "Der Angestellte Hamburg" ], + "title" : "Der Angestellte Hamburg", "type" : [ "BibliographicResource", "Journal" ], - "zdbId" : [ "6211-x" ] + "zdbId" : "6211-x" } \ No newline at end of file diff --git a/src/test/resources/output/json/00004/BT000040377.json b/src/test/resources/output/json/00004/BT000040377.json index 3b56eca57..afc99d43c 100644 --- a/src/test/resources/output/json/00004/BT000040377.json +++ b/src/test/resources/output/json/00004/BT000040377.json @@ -1,6 +1,6 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", - "bibliographicCitation" : [ "Rheine gestern, heute, morgen. - 11 (1983), S. 26-38 : Abb." ], + "bibliographicCitation" : "Rheine gestern, heute, morgen. - 11 (1983), S. 26-38 : Abb.", "collectedBy" : [ { "id" : "http://lobid.org/resources/NWBib" } ], @@ -8,31 +8,32 @@ "id" : "http://lobid.org/resources/HT003759287#!" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/105745944", "label" : "Schmidt, Eckhard", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] } ], + "contributorOrder" : [ "http://d-nb.info/gnd/105745944" ], "coverage" : [ "Rheine" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19960814", "dateModified" : "19960814", "id" : "http://lobid.org/resources/BT000040377" - } ], - "hbzId" : [ "BT000040377" ], + }, + "hbzId" : "BT000040377", "id" : "http://lobid.org/resources/BT000040377#!", "isPartOf" : [ { "id" : "http://lobid.org/resources/HT003759287#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DBT000040377" - } ], + }, "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" @@ -41,5 +42,21 @@ "id" : "http://purl.org/lobid/nwbib#s584060", "label" : "Tierschutz" } ], + "publication" : [ { + "startDate" : "1983" + } ], + "sameAs" : [ { + "id" : "http://hub.culturegraph.org/resource/HBZ-BT000040377" + } ], + "subject" : [ { + "label" : "Vogelschutz", + "type" : [ "SubjectHeading" ] + }, { + "label" : "Rheine", + "type" : [ "SubjectHeading" ] + } ], + "subjectChain" : [ "Vogelschutz, Rheine", "Rheine, Vogelschutz" ], + "subjectOrder" : [ "Vogelschutz", "Rheine" ], + "title" : "Die Vogelwelt der Stadt Rheine.", "type" : [ "BibliographicResource", "Article" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/00004/BT000041593.json b/src/test/resources/output/json/00004/BT000041593.json index b813c9c77..28373544b 100644 --- a/src/test/resources/output/json/00004/BT000041593.json +++ b/src/test/resources/output/json/00004/BT000041593.json @@ -1,6 +1,6 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", - "bibliographicCitation" : [ "Wirtschaftsspiegel. - 38 (1983) H. 7, S. 24-25 : 1 Abb." ], + "bibliographicCitation" : "Wirtschaftsspiegel. - 38 (1983) H. 7, S. 24-25 : 1 Abb.", "collectedBy" : [ { "id" : "http://lobid.org/resources/NWBib" } ], @@ -8,11 +8,11 @@ "id" : "http://lobid.org/resources/HT007751353#!" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/10880724X", "label" : "Altekamp, Heinrich", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -21,20 +21,19 @@ } ], "contributorOrder" : [ "http://d-nb.info/gnd/10880724X" ], "coverage" : [ "Coesfeld (Kreis)" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19960814", "dateModified" : "19960814", "id" : "http://lobid.org/resources/BT000041593" - } ], - "hbzId" : [ "BT000041593" ], + }, + "hbzId" : "BT000041593", "id" : "http://lobid.org/resources/BT000041593#!", "isPartOf" : [ { "id" : "http://lobid.org/resources/HT007751353#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DBT000041593" - } ], - "issued" : [ "1983" ], + }, "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" @@ -47,10 +46,12 @@ "id" : "http://purl.org/lobid/nwbib#s543000", "label" : "Wirtschaftsstruktur" } ], - "publicationStatement" : [ "1983" ], + "publication" : [ { + "startDate" : "1983" + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-BT000041593" } ], - "title" : [ "Das Portrait einer Region: Kreis Coesfeld." ], + "title" : "Das Portrait einer Region: Kreis Coesfeld.", "type" : [ "BibliographicResource", "Article" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/00006/BT000067443.json b/src/test/resources/output/json/00006/BT000067443.json index 8f446b958..74a85bf4e 100644 --- a/src/test/resources/output/json/00006/BT000067443.json +++ b/src/test/resources/output/json/00006/BT000067443.json @@ -1,6 +1,6 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", - "bibliographicCitation" : [ "Kiebitz. - 6 (1986), S. 29-36, S. 63-67" ], + "bibliographicCitation" : "Kiebitz. - 6 (1986), S. 29-36, S. 63-67", "collectedBy" : [ { "id" : "http://lobid.org/resources/NWBib" } ], @@ -8,11 +8,11 @@ "id" : "http://lobid.org/resources/HT006990419#!" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/118033948", "label" : "Meier, Elmar", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -21,20 +21,19 @@ } ], "contributorOrder" : [ "http://d-nb.info/gnd/118033948" ], "coverage" : [ "Coesfeld (Kreis)" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19960816", "dateModified" : "19960816", "id" : "http://lobid.org/resources/BT000067443" - } ], - "hbzId" : [ "BT000067443" ], + }, + "hbzId" : "BT000067443", "id" : "http://lobid.org/resources/BT000067443#!", "isPartOf" : [ { "id" : "http://lobid.org/resources/HT006990419#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DBT000067443" - } ], - "issued" : [ "1986" ], + }, "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" @@ -49,10 +48,12 @@ "label" : "Lurche" } ], "otherTitleInformation" : [ "Vergleichsunters. zu e. Erfassung aus d. Jahre 1976." ], - "publicationStatement" : [ "1986" ], + "publication" : [ { + "startDate" : "1986" + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-BT000067443" } ], - "title" : [ "Bestandsaufnahme der Amphibien im Raum Coesfeld-Billerbeck" ], + "title" : "Bestandsaufnahme der Amphibien im Raum Coesfeld-Billerbeck", "type" : [ "BibliographicResource", "Article" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/00007/TT000075751.json b/src/test/resources/output/json/00007/TT000075751.json index bb83bf24f..584690865 100644 --- a/src/test/resources/output/json/00007/TT000075751.json +++ b/src/test/resources/output/json/00007/TT000075751.json @@ -1,120 +1,122 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { - "id" : "http://d-nb.info/gnd/134926277", - "label" : "Ogden, Craig", - "type" : [ "Person" ] - } ], - "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Mitwirkende" - } ], - "type" : [ "Contribution" ] - }, { - "agent" : [ { - "id" : "http://d-nb.info/gnd/134845323", - "label" : "Lewis, Bryn", + "agent" : { + "altLabel" : [ "Britten, Edward B.", "Britten, Edward Benjamin", "Britten, ..." ], + "id" : "http://d-nb.info/gnd/118515527", + "label" : "Britten, Benjamin", "type" : [ "Person" ] - } ], + }, "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Mitwirkende" + "id" : "http://id.loc.gov/vocabulary/relators/cre", + "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "altLabel" : [ "McDougall, Jamie", "Mac Dougall, Jamie" ], - "id" : "http://d-nb.info/gnd/134782852", - "label" : "MacDougall, Jamie", + "agent" : { + "id" : "http://d-nb.info/gnd/13482167X", + "label" : "Anderson, Lorna", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/sng", "label" : "Gesang" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "altLabel" : [ "Britten, Edward B.", "Britten, Edward Benjamin", "Britten, ..." ], - "id" : "http://d-nb.info/gnd/118515527", - "label" : "Britten, Benjamin", + "agent" : { + "id" : "http://d-nb.info/gnd/134926285", + "label" : "Nathan, Regina", "type" : [ "Person" ] - } ], + }, "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/cre", - "label" : "Autor/in" + "id" : "http://id.loc.gov/vocabulary/relators/sng", + "label" : "Gesang" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/134769236", "label" : "Martineau, Malcolm", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "id" : "http://d-nb.info/gnd/13482167X", - "label" : "Anderson, Lorna", + "agent" : { + "altLabel" : [ "McDougall, Jamie", "Mac Dougall, Jamie" ], + "id" : "http://d-nb.info/gnd/134782852", + "label" : "MacDougall, Jamie", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/sng", "label" : "Gesang" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "id" : "http://d-nb.info/gnd/134926285", - "label" : "Nathan, Regina", + "agent" : { + "id" : "http://d-nb.info/gnd/134845323", + "label" : "Lewis, Bryn", "type" : [ "Person" ] + }, + "role" : [ { + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Mitwirkende" } ], + "type" : [ "Contribution" ] + }, { + "agent" : { + "id" : "http://d-nb.info/gnd/134926277", + "label" : "Ogden, Craig", + "type" : [ "Person" ] + }, "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/sng", - "label" : "Gesang" + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/118515527 | http://d-nb.info/gnd/13482167X | http://d-nb.info/gnd/134926285 | http://d-nb.info/gnd/134769236 | http://d-nb.info/gnd/134782852 | http://d-nb.info/gnd/134845323 | http://d-nb.info/gnd/134926277" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19990816", "dateModified" : "20120309", "id" : "http://lobid.org/resources/TT000075751" - } ], + }, "exemplar" : [ { "callNumber" : "CD 2410 - CD 2411", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/TT000075751:DE-Kn38:CD%202410%20-%20CD%202411" - } ], + }, "exemplarOf" : "http://lobid.org/resources/TT000075751#!", "id" : "http://lobid.org/items/TT000075751:DE-Kn38:CD%202410%20-%20CD%202411#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Kn38" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "2 CD : DDD + Beih." ], - "hbzId" : [ "TT000075751" ], + "extent" : "2 CD : DDD + Beih.", + "hbzId" : "TT000075751", "id" : "http://lobid.org/resources/TT000075751#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT000075751" - } ], - "issued" : [ "1994" ], + }, "medium" : [ { "id" : "http://purl.org/ontology/bibo/AudioDocument" } ], - "placeOfPublication" : [ "London" ], - "publicationStatement" : [ "London; Hyperion; 1994" ], - "publisher" : [ "Hyperion" ], + "publication" : [ { + "location" : "London", + "publishedBy" : "Hyperion", + "startDate" : "1994", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-TT000075751" } ], - "statementOfResponsibility" : [ "Benjamin Britten. Lorna Anderson, soprano ; Regina Nathan, soprano ; Jamie MacDougall, tenor ; Malcolm Martineau, piano ; Bryn Lewis, harp ; Craig Ogden, guitar" ], - "title" : [ "Complete folk song arrangements" ], + "statementOfResponsibility" : "Benjamin Britten. Lorna Anderson, soprano ; Regina Nathan, soprano ; Jamie MacDougall, tenor ; Malcolm Martineau, piano ; Bryn Lewis, harp ; Craig Ogden, guitar", + "title" : "Complete folk song arrangements", "type" : [ "BibliographicResource", "Miscellaneous" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/00012/BT000128754.json b/src/test/resources/output/json/00012/BT000128754.json index 6a6def480..ec78eedc3 100644 --- a/src/test/resources/output/json/00012/BT000128754.json +++ b/src/test/resources/output/json/00012/BT000128754.json @@ -1,7 +1,7 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "abstract" : [ "Erinnerungen an d. 1. FC Köln u. Borussia Mönchengladbach" ], - "bibliographicCitation" : [ "Nach dem Spiel ist vor dem Spiel : die wunderbare Welt des Fußballs / Wolfgang Frank (Hg.); Orig.-Ausg.; 1996; S. 101-[108]" ], + "bibliographicCitation" : "Nach dem Spiel ist vor dem Spiel : die wunderbare Welt des Fußballs / Wolfgang Frank (Hg.); Orig.-Ausg.; 1996; S. 101-[108]", "collectedBy" : [ { "id" : "http://lobid.org/resources/NWBib" } ], @@ -9,11 +9,11 @@ "id" : "http://lobid.org/resources/HT007138775#!" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/174423330", "label" : "Job, Bertram", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -22,20 +22,19 @@ } ], "contributorOrder" : [ "http://d-nb.info/gnd/174423330" ], "coverage" : [ "Köln", "Mönchengladbach" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19970106", "dateModified" : "20090401", "id" : "http://lobid.org/resources/BT000128754" - } ], - "hbzId" : [ "BT000128754" ], + }, + "hbzId" : "BT000128754", "id" : "http://lobid.org/resources/BT000128754#!", "isPartOf" : [ { "id" : "http://lobid.org/resources/HT007138775#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DBT000128754" - } ], - "issued" : [ "1996" ], + }, "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" @@ -45,8 +44,10 @@ "label" : "Sportvereine" } ], "otherTitleInformation" : [ "Jugend zwischen zwei Magnetpolen ; nur Animosität gebiert große Spiele" ], - "placeOfPublication" : [ "Reinbek bei Hamburg" ], - "publicationStatement" : [ "1996; Reinbek bei Hamburg" ], + "publication" : [ { + "location" : "Reinbek bei Hamburg", + "startDate" : "1996" + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-BT000128754" } ], @@ -68,6 +69,6 @@ "subjectChain" : [ "1. Fußball-Club Köln 01/07 | Geschichte", "Verein für Leibesübungen Borussia 1900 Mönchengladbach | Geschichte" ], "subjectLabel" : [ "1. FC Köln 01/07", "1. Fußball-Club Köln 01/07 e.V.", "Erster Fußball-Club Köln 01/07", "Erster FC Köln", "Borussia Mönchengladbach", "Erster Fußball-Klub Köln 01/07", "1. FC Köln", "VfL Borussia Mönchengladbach" ], "subjectOrder" : [ "http://d-nb.info/gnd/2050419-6, Geschichte", "http://d-nb.info/gnd/2041907-7, Geschichte" ], - "title" : [ "Alle Böcke beißen oder in Feindschaft fest" ], + "title" : "Alle Böcke beißen oder in Feindschaft fest", "type" : [ "BibliographicResource", "Article" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/00029/HT000290078.json b/src/test/resources/output/json/00029/HT000290078.json index ed69e40b6..66f6d7957 100644 --- a/src/test/resources/output/json/00029/HT000290078.json +++ b/src/test/resources/output/json/00029/HT000290078.json @@ -1,11 +1,11 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/174737203", "label" : "Aigner, Johann", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -13,53 +13,55 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/174737203" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19840831", "dateModified" : "20070718", "id" : "http://lobid.org/resources/HT000290078" - } ], + }, "exemplar" : [ { "callNumber" : "Jc F 16826", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000290078:DE-290:Jc%20F%2016826" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000290078#!", "id" : "http://lobid.org/items/HT000290078:DE-290:Jc%20F%2016826#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-290" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "11DCX1513+1", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT000290078:DE-467:11DCX1513%2B1" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT000290078#!", "id" : "http://lobid.org/items/HT000290078:DE-467:11DCX1513%2B1#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-467" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "X, 99 S. : GRAPH. DARST." ], - "hbzId" : [ "HT000290078" ], + "extent" : "X, 99 S. : GRAPH. DARST.", + "hbzId" : "HT000290078", "id" : "http://lobid.org/resources/HT000290078#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT000290078" - } ], + }, "isbn" : [ "3209001731", "9783209001733" ], - "issued" : [ "1976" ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" } ], "otherTitleInformation" : [ "NEUE GRAMMATIK IM DEUTSCHUNTERRICHT FUER 10 - 15JAEHRIGE : E. HANDBUCH FUER D. LEHRER ; FACHLICHE ANREGUNGEN U. PRAKTISCHE BEISPIELE MIT VERWENDUNG D. SATZFIGUREN / VERF. VON E. ARBEITSGEMEINSCHAFT IM RAHMEN D. OESTERR. VERSUCHSSCHULWESENS: JOHANN AIGNER .." ], - "placeOfPublication" : [ "WIEN", "GRAZ" ], - "publicationStatement" : [ "WIEN; HOELDER-PICHLER-TEMPSKY; GRAZ; LEYKAM; 1976" ], - "publisher" : [ "LEYKAM", "HOELDER-PICHLER-TEMPSKY" ], + "publication" : [ { + "location" : [ "WIEN", "GRAZ" ], + "publishedBy" : [ "LEYKAM", "HOELDER-PICHLER-TEMPSKY" ], + "startDate" : "1976", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT000290078" } ], - "title" : [ "NEUE GRAMMATIK IM DEUTSCHUNTERRICHT FUER- ZEHN- BIS FUENFZEHNJAEHRIGE" ], + "title" : "NEUE GRAMMATIK IM DEUTSCHUNTERRICHT FUER- ZEHN- BIS FUENFZEHNJAEHRIGE", "type" : [ "BibliographicResource", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/00121/TT001210514.json b/src/test/resources/output/json/00121/TT001210514.json index abd3bccbd..8e231103c 100644 --- a/src/test/resources/output/json/00121/TT001210514.json +++ b/src/test/resources/output/json/00121/TT001210514.json @@ -1,12 +1,12 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : [ "Hitler, Adolfo", "Xitler, Adolf", "Hitorâ, Adorufu", "Hitler, Adolphe", "Hitlar", "Hitlers, Adolphs", "Gitler, Adol'f", "Gitler, ...", "Hitler, Adolph", "Hitler, ...", "Chitler, Adolphu", "Hitlers, Ādolfs", "Hitlar, Adūlf", "Chitler, Adolf" ], "id" : "http://d-nb.info/gnd/118551655", "label" : "Hitler, Adolf", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -14,28 +14,28 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/118551655" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20051110", "dateModified" : "20060207", "id" : "http://lobid.org/resources/TT001210514" - } ], + }, "edition" : [ "Ausgabe in Blindenschrift" ], "exemplar" : [ { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/TT001210514:DE-107:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/TT001210514#!", "id" : "http://lobid.org/items/TT001210514:DE-107:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-107" - } ], + }, "type" : [ "Item" ] } ], - "hbzId" : [ "TT001210514" ], + "hbzId" : "TT001210514", "id" : "http://lobid.org/resources/TT001210514#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT001210514" - } ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -45,13 +45,15 @@ }, { "id" : "http://purl.org/library/BrailleBook" } ], - "placeOfPublication" : [ "Marburg/Lahn" ], - "publicationStatement" : [ "Marburg/Lahn; Blindenhochschulbücherei" ], - "publisher" : [ "Blindenhochschulbücherei" ], + "publication" : [ { + "location" : "Marburg/Lahn", + "publishedBy" : "Blindenhochschulbücherei", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-TT001210514" } ], - "statementOfResponsibility" : [ "von Adolf Hitler" ], - "title" : [ "Mein Kampf" ], + "statementOfResponsibility" : "von Adolf Hitler", + "title" : "Mein Kampf", "type" : [ "BibliographicResource", "MultiVolumeBook", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/00123/TT001230001.json b/src/test/resources/output/json/00123/TT001230001.json index 9dbdb4da1..a6301c869 100644 --- a/src/test/resources/output/json/00123/TT001230001.json +++ b/src/test/resources/output/json/00123/TT001230001.json @@ -1,36 +1,36 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { - "altLabel" : [ "Manfred, Sicile, Roi", "Manfred, Tarent, Fürst", "Manfred, Sizilien, König", "Manfredi, Naples, King", "Manfredi, Sicily, King", "Manfred, Sicily, King", "Manfredo, Sicilia, Re", "Manfred, Naples, King", "Manfred, Tarente, Prince", "Manfred, Sicilia, Re", "Manfredus, Sicilia, Rex", "Manfred, von Sizilien", "Manfred, von Tarent" ], - "id" : "http://d-nb.info/gnd/118577018", - "label" : "Manfredi, Sicilia, Re", - "type" : [ "Person" ] - } ], - "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Mitwirkende" - } ], - "type" : [ "Contribution" ] - }, { - "agent" : [ { + "agent" : { "altLabel" : [ "Fredericus, Germania, Imperator", "Federico, Germania, Imperatore", "Phreiderikos, Heiliges Römisches Reich, Kaiser", "Fridericus, Germania, Imperator", "Federico, di Svevia", "Frédéric, Allemagne, Empereur", "Federico, Sicilia, Re", "Friedrich, Deutschland, Kaiser", "Frédéric, Sicile, Roi", "Fridericus, Imperium Romanum-Germanicum, Imperator", "Friedrich II., Kaiser", "Fridericus, Sicilia, Rex", "Friedrich, Sizilien, König", "Friedrich, von Hohenstaufen", "Friderichus, Imperator", "Friderichus secundus, Imperator", "Federico, Sicilia, Rex", "Frédéric, Roger", "Federicus, Germania, Imperator", "Fridericus, Imperator", "Stupor mundi", "Frederick, Germany, Emperor" ], "id" : "http://d-nb.info/gnd/118535765", "label" : "Friedrich, II., Heiliges Römisches Reich, Kaiser", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { + "altLabel" : [ "Manfred, Sicile, Roi", "Manfred, Tarent, Fürst", "Manfred, Sizilien, König", "Manfredi, Naples, King", "Manfredi, Sicily, King", "Manfred, Sicily, King", "Manfredo, Sicilia, Re", "Manfred, Naples, King", "Manfred, Tarente, Prince", "Manfred, Sicilia, Re", "Manfredus, Sicilia, Rex", "Manfred, von Sizilien", "Manfred, von Tarent" ], + "id" : "http://d-nb.info/gnd/118577018", + "label" : "Manfredi, Sicilia, Re", + "type" : [ "Person" ] + }, + "role" : [ { + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Mitwirkende" + } ], + "type" : [ "Contribution" ] + }, { + "agent" : { "altLabel" : [ "Alberto, Magno", "Albertus, Lauingensis", "Albert, le Grand", "Albertus, Colonus", "Albertus, Teutonicus", "Petrus, Theoctonicus", "Albert, von Bollstädt", "Albert, der Große", "Ps.-Albertus, Magnus", "Magnus, Albertus", "Albert, der Grosse", "Albertus, Grotus", "Albertus, Alemannus", "Albertus, Bolstadius", "Albertus Magnus", "Albertus, Parvus Lucius", "Albertus, de Colonia", "Bolstadius, Albertus", "Albert, the Great", "Petrus, Teutonicus", "Pseudo-Albertus, Magnus", "Albertus, de Bollstadt", "Albertus, de Lauging" ], "id" : "http://d-nb.info/gnd/118637649", "label" : "Albertus, Magnus", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -38,25 +38,25 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/118535765 | http://d-nb.info/gnd/118577018 | http://d-nb.info/gnd/118637649" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20051110", "id" : "http://lobid.org/resources/TT001230001" - } ], + }, "edition" : [ "Ex membranis vetustis nunc primùm edita" ], "exemplar" : [ { "callNumber" : "MF 275/F2001/F2003", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/TT001230001:DE-107:MF%20275%2FF2001%2FF2003" - } ], + }, "exemplarOf" : "http://lobid.org/resources/TT001230001#!", "id" : "http://lobid.org/items/TT001230001:DE-107:MF%20275%2FF2001%2FF2003#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-107" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "[8] Bl., 414, [1] S. : Ill." ], - "hbzId" : [ "TT001230001" ], + "extent" : "[8] Bl., 414, [1] S. : Ill.", + "hbzId" : "TT001230001", "id" : "http://lobid.org/resources/TT001230001#!", "inSeries" : [ { "numbering" : "F2001/F2003]", @@ -68,10 +68,9 @@ "isPartOf" : [ { "id" : "http://lobid.org/resources/TT001197763#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT001230001" - } ], - "issued" : [ "1596" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/lat" } ], @@ -80,13 +79,16 @@ } ], "note" : [ "Vorlageform des Erscheinungsvermerks: Avgvstae Vindelicorvm ... Apud Ioannem Praetorium, Anno M.D.XCVI ... - Mikrofiche. München : Saur, 1991. Mikrofiche-Nr. F2001-F2003 : 23x" ], "otherTitleInformation" : [ "Cvm Manfredi Regis additionibus", "Reliqva Librorvm Friderici II. Imperatoris, De arte venandi cum auibus" ], - "placeOfPublication" : [ "Avgvstae Vindelicorvm" ], - "publicationStatement" : [ "Avgvstae Vindelicorvm; Praetorius; 1596" ], - "publisher" : [ "Praetorius" ], + "publication" : [ { + "location" : "Avgvstae Vindelicorvm", + "publishedBy" : "Praetorius", + "startDate" : "1596", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-TT001230001" } ], - "title" : [ "Reliqua librorum Friderici II. ... de arte venandi cum avibus" ], + "title" : "Reliqua librorum Friderici II. ... de arte venandi cum avibus", "type" : [ "BibliographicResource", "Miscellaneous" ], "volume" : [ "F2001/F2003]" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/00131/HT001310215.json b/src/test/resources/output/json/00131/HT001310215.json index 747ee1a61..b8eac609a 100644 --- a/src/test/resources/output/json/00131/HT001310215.json +++ b/src/test/resources/output/json/00131/HT001310215.json @@ -1,63 +1,65 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { + "id" : "http://d-nb.info/gnd/177572388", + "label" : "SCHOLLE, ROGER H.", + "type" : [ "Person" ] + }, + "role" : [ { + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Mitwirkende" + } ], + "type" : [ "Contribution" ] + }, { + "agent" : { "altLabel" : [ "Dental Association", "ADA" ], "id" : "http://d-nb.info/gnd/37460-X", "label" : "American Dental Association", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] - }, { - "agent" : [ { - "id" : "http://d-nb.info/gnd/177572388", - "label" : "SCHOLLE, ROGER H.", - "type" : [ "Person" ] - } ], - "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Mitwirkende" - } ], - "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/177572388 | http://d-nb.info/gnd/37460-X" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19950206", "id" : "http://lobid.org/resources/HT001310215" - } ], + }, "exemplar" : [ { "callNumber" : "ZMC134", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001310215:DE-294:ZMC134" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001310215#!", "id" : "http://lobid.org/items/HT001310215:DE-294:ZMC134#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-294" - } ], + }, "type" : [ "Item" ] } ], - "hbzId" : [ "HT001310215" ], + "hbzId" : "HT001310215", "id" : "http://lobid.org/resources/HT001310215#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT001310215" - } ], - "issued" : [ "1980 - " ], + }, "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" } ], "otherTitleInformation" : [ "THE JOURNAL OF THE AMERICAN DENTAL ASSOCIATION / ED.: ROGER H. SCHOLLE" ], - "placeOfPublication" : [ "CHICAGO, ILL." ], - "publicationStatement" : [ "CHICAGO, ILL.; AMERICAN DENTAL ASSOCIATION; 1980" ], - "publisher" : [ "AMERICAN DENTAL ASSOCIATION" ], + "publication" : [ { + "location" : "CHICAGO, ILL.", + "publishedBy" : "AMERICAN DENTAL ASSOCIATION", + "startDate" : "1980", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT001310215" } ], - "title" : [ "JOURNAL" ], + "title" : "JOURNAL", "type" : [ "BibliographicResource", "Journal" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/00167/TT001671747.json b/src/test/resources/output/json/00167/TT001671747.json index c8f05f185..a4d9559ea 100644 --- a/src/test/resources/output/json/00167/TT001671747.json +++ b/src/test/resources/output/json/00167/TT001671747.json @@ -1,122 +1,121 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { - "altLabel" : [ "Geographische Kommission für Westfalen", "Provinzialinstitut für Westfälische Landes- und Volksforschung" ], - "id" : "http://d-nb.info/gnd/2056181-7", - "label" : "Provinzialinstitut für Westfälische Landes- und Volksforschung. Geographische Kommission für Westfalen", - "type" : [ "CorporateBody" ] - } ], - "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Mitwirkende" - } ], - "type" : [ "Contribution" ] - }, { - "agent" : [ { + "agent" : { "altLabel" : "Mayr, A.", "id" : "http://d-nb.info/gnd/137082479", "label" : "Mayr, Alois", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/red", "label" : "Redaktor" } ], "type" : [ "Contribution" ] + }, { + "agent" : { + "altLabel" : [ "Geographische Kommission für Westfalen", "Provinzialinstitut für Westfälische Landes- und Volksforschung" ], + "id" : "http://d-nb.info/gnd/2056181-7", + "label" : "Provinzialinstitut für Westfälische Landes- und Volksforschung. Geographische Kommission für Westfalen", + "type" : [ "CorporateBody" ] + }, + "role" : [ { + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Mitwirkende" + } ], + "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/137082479 | http://d-nb.info/gnd/2056181-7" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20060407", "dateModified" : "20131108", "id" : "http://lobid.org/resources/TT001671747" - } ], + }, "exemplar" : [ { "callNumber" : "C 367,V", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/TT001671747:DE-6-139a:C%20367,V" - } ], + }, "exemplarOf" : "http://lobid.org/resources/TT001671747#!", "id" : "http://lobid.org/items/TT001671747:DE-6-139a:C%20367,V#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6-139a" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "FN 66", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/TT001671747:DE-Sol1:FN%2066" - } ], + }, "exemplarOf" : "http://lobid.org/resources/TT001671747#!", "id" : "http://lobid.org/items/TT001671747:DE-Sol1:FN%2066#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Sol1" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/TT001671747:DE-466:GOA%207%2F62-3,5,1" - } ], + }, "exemplarOf" : "http://lobid.org/resources/TT001671747#!", "id" : "http://lobid.org/items/TT001671747:DE-466:GOA%207%2F62-3,5,1#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-466" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "GOA 7/62-3,5,1", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/TT001671747:DE-290:GOA%207%2F62-3,5,1" - } ], + }, "exemplarOf" : "http://lobid.org/resources/TT001671747#!", "id" : "http://lobid.org/items/TT001671747:DE-290:GOA%207%2F62-3,5,1#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-290" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "K 91/30:3,5,1", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/TT001671747:DE-929:K%2091%2F30:3,5,1" - } ], + }, "exemplarOf" : "http://lobid.org/resources/TT001671747#!", "id" : "http://lobid.org/items/TT001671747:DE-929:K%2091%2F30:3,5,1#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-929" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/TT001671747:DE-6:GOA%207%2F62-3,5,1" - } ], + }, "exemplarOf" : "http://lobid.org/resources/TT001671747#!", "id" : "http://lobid.org/items/TT001671747:DE-6:GOA%207%2F62-3,5,1#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/TT001671747:DE-386:GOA%207%2F62-3,5,1" - } ], + }, "exemplarOf" : "http://lobid.org/resources/TT001671747#!", "id" : "http://lobid.org/items/TT001671747:DE-386:GOA%207%2F62-3,5,1#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-386" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "[2] Bl. : graph. Darst., Kt." ], - "hbzId" : [ "TT001671747" ], + "extent" : "[2] Bl. : graph. Darst., Kt.", + "hbzId" : "TT001671747", "id" : "http://lobid.org/resources/TT001671747#!", "isPartOf" : [ { "id" : "http://lobid.org/resources/HT002808565#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT001671747" - } ], + }, "isbn" : [ "9783402061749", "3402061740" ], - "issued" : [ "1990" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -126,9 +125,12 @@ }, { "id" : "http://purl.org/ontology/bibo/Map" } ], - "placeOfPublication" : [ "Münster" ], - "publicationStatement" : [ "Münster; Aschendorff; 1990" ], - "publisher" : [ "Aschendorff" ], + "publication" : [ { + "location" : "Münster", + "publishedBy" : "Aschendorff", + "startDate" : "1990", + "type" : [ "Publication" ] + } ], "rpbSubject" : [ { "id" : "https://w3id.org/lobid/rpb2#n710", "label" : "Geographie" @@ -136,7 +138,7 @@ "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-TT001671747" } ], - "statementOfResponsibility" : [ "hrsg. durch den Landschaftsverband Westfalen-Lippe, Geographische Kommission für Westfalen. Atlasred., wiss. und kartograph. Betreuung: Alois Mayr ..." ], + "statementOfResponsibility" : "hrsg. durch den Landschaftsverband Westfalen-Lippe, Geographische Kommission für Westfalen. Atlasred., wiss. und kartograph. Betreuung: Alois Mayr ...", "subject" : [ { "id" : "http://d-nb.info/gnd/4065781-4", "label" : "Westfalen", @@ -152,7 +154,7 @@ "subjectChain" : [ "Westfalen | Landeskunde | Atlas" ], "subjectLabel" : [ "Regionalkunde", "Westfalen (Volk, Neuzeit)", "Herzogtum Westfalen", "Westfalen (Provinzialverband)", "Provinz Westfalen" ], "subjectOrder" : [ "http://d-nb.info/gnd/4065781-4, http://d-nb.info/gnd/4073972-7, Atlas" ], - "title" : [ "Geographisch-landeskundlicher Atlas von Westfalen, 3,5,1: Bevölkerungsdichte der Gemeinden 1871 - 1987 und Veränderung 1818 - 1987" ], + "title" : "Geographisch-landeskundlicher Atlas von Westfalen, 3,5,1: Bevölkerungsdichte der Gemeinden 1871 - 1987 und Veränderung 1818 - 1987", "type" : [ "BibliographicResource", "Book" ], "volume" : [ "Doppelbl. 1", "3,5,1", "Themenbereich 3, Bevölkerung", "Lfg. 5" ], "volumeIn" : [ { diff --git a/src/test/resources/output/json/00172/TT001726537.json b/src/test/resources/output/json/00172/TT001726537.json index 5e779287d..14a054973 100644 --- a/src/test/resources/output/json/00172/TT001726537.json +++ b/src/test/resources/output/json/00172/TT001726537.json @@ -1,12 +1,12 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : [ "Maimbourg, Lewis", "Maimburgo, Luigi", "Romain, François", "Maimburgius, Ludovicus", "Maimbourg, ...", "Maimburg, Ludwig", "Maimburgus, Ludovicus" ], "id" : "http://d-nb.info/gnd/115541802", "label" : "Maimbourg, Louis", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -14,41 +14,40 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/115541802" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20060512", "dateModified" : "20131121", "id" : "http://lobid.org/resources/TT001726537" - } ], + }, "exemplar" : [ { "callNumber" : "2 in: Aa 2422", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/TT001726537:DE-Kn28:2%20in:%20Aa%202422" - } ], + }, "exemplarOf" : "http://lobid.org/resources/TT001726537#!", "id" : "http://lobid.org/items/TT001726537:DE-Kn28:2%20in:%20Aa%202422#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Kn28" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "2 in: Aa 1801", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/TT001726537:DE-Kn28:2%20in:%20Aa%201801" - } ], + }, "exemplarOf" : "http://lobid.org/resources/TT001726537#!", "id" : "http://lobid.org/items/TT001726537:DE-Kn28:2%20in:%20Aa%201801#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Kn28" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "[2] Bl., 116 S. : Ill. (Kupfert.)" ], - "hbzId" : [ "TT001726537" ], + "extent" : "[2] Bl., 116 S. : Ill. (Kupfert.)", + "hbzId" : "TT001726537", "id" : "http://lobid.org/resources/TT001726537#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT001726537" - } ], - "issued" : [ "1683" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/fra" } ], @@ -59,12 +58,15 @@ "label" : "Print" } ], "note" : [ "Streitschrift gegen Dupré, ...: Le Jesuite Secularisé" ], - "placeOfPublication" : [ "Cologne [i.e.] Amsterdam" ], - "publicationStatement" : [ "Cologne [i.e.] Amsterdam; Delpeuck; 1683" ], - "publisher" : [ "Delpeuck" ], + "publication" : [ { + "location" : "Cologne [i.e.] Amsterdam", + "publishedBy" : "Delpeuck", + "startDate" : "1683", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-TT001726537" } ], - "title" : [ "Critique Du Jesuite Secularisé" ], + "title" : "Critique Du Jesuite Secularisé", "type" : [ "BibliographicResource", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/00189/HT001898812.json b/src/test/resources/output/json/00189/HT001898812.json index 4eb8f4e20..20ba1f1de 100644 --- a/src/test/resources/output/json/00189/HT001898812.json +++ b/src/test/resources/output/json/00189/HT001898812.json @@ -1,23 +1,23 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/177005009", "label" : "Piprek, Jan", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "altLabel" : "Ippoldt, Juljusz", "id" : "http://d-nb.info/gnd/124515312", "label" : "Ippoldt, Juliusz", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -25,220 +25,219 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/177005009 | http://d-nb.info/gnd/124515312" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19970903", "dateModified" : "20030610", "id" : "http://lobid.org/resources/HT001898812" - } ], + }, "exemplar" : [ { "callNumber" : "GYB1007-2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001898812:DE-466:GYB1007-2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-466:GYB1007-2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-466" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "71/6301 (2)", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "sla/b4953(2)", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001898812:DE-61:sla%2Fb4953(2)" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-61:sla%2Fb4953(2)#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-61" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "V, 18809 (2)", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001898812:DE-98:V,%2018809%20(2)" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-98:V,%2018809%20(2)#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-98" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "71/6301 (2) #3", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)%20%233" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)%20%233#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "71/6301 (2) #1", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)%20%231" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)%20%231#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "AAEP35-2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001898812:DE-465:AAEP35-2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-465:AAEP35-2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-465" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "hisa320.p777(2)", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001898812:DE-61-28:hisa320.p777(2)" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-61-28:hisa320.p777(2)#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-61-28" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "71/6301 (2) #2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)%20%232" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)%20%232#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "BF.P645/a2695-2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001898812:DE-385:BF.P645%2Fa2695-2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-385:BF.P645%2Fa2695-2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-385" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "3G 26297A-2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001898812:DE-6:3G%2026297A-2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-6:3G%2026297A-2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "AAE1058-2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001898812:DE-466:AAE1058-2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-466:AAE1058-2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-466" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "3G 26297-2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001898812:DE-6:3G%2026297-2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-6:3G%2026297-2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "LLB3272-2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001898812:DE-294:LLB3272-2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-294:LLB3272-2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-294" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "NP701.35 G8D4P[2,2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001898812:DE-361:NP701.35%20G8D4P%5B2,2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-361:NP701.35%20G8D4P%5B2,2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-361" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "nc/01478", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001898812:DE-61:nc%2F01478" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-61:nc%2F01478#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-61" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Ch PIPREK gro pol 2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001898812:DE-6-033:Ch%20PIPREK%20gro%20pol%202" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-6-033:Ch%20PIPREK%20gro%20pol%202#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6-033" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "1 c 33", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT001898812:DE-6-249:1%20c%2033" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-6-249:1%20c%2033#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6-249" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "XVIII, 1306 S." ], - "hbzId" : [ "HT001898812" ], + "extent" : "XVIII, 1306 S.", + "hbzId" : "HT001898812", "id" : "http://lobid.org/resources/HT001898812#!", "isPartOf" : [ { "id" : "http://lobid.org/resources/HT001381485#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT001898812" - } ], - "issued" : [ "1974" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/pol" }, { @@ -248,13 +247,16 @@ "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" } ], - "placeOfPublication" : [ "Leipzig" ], - "publicationStatement" : [ "Leipzig; Verl. Enzyklopädie [u.a.]; 1974" ], - "publisher" : [ "Verl. Enzyklopädie [u.a.]" ], + "publication" : [ { + "location" : "Leipzig", + "publishedBy" : "Verl. Enzyklopädie [u.a.]", + "startDate" : "1974", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT001898812" } ], - "statementOfResponsibility" : [ "Jan Piprek ..." ], + "statementOfResponsibility" : "Jan Piprek ...", "subject" : [ { "id" : "http://d-nb.info/gnd/4120314-8", "label" : "Polnisch", @@ -273,7 +275,7 @@ "tableOfContents" : [ { "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=3362189&custom_att_2=simple_viewer" } ], - "title" : [ "Großwörterbuch Polnisch-Deutsch, 2: O - Ż" ], + "title" : "Großwörterbuch Polnisch-Deutsch, 2: O - Ż", "type" : [ "BibliographicResource", "Book" ], "volume" : [ "2" ], "volumeIn" : [ { diff --git a/src/test/resources/output/json/00223/TT002234042.json b/src/test/resources/output/json/00223/TT002234042.json index b36de4ae5..356a52c69 100644 --- a/src/test/resources/output/json/00223/TT002234042.json +++ b/src/test/resources/output/json/00223/TT002234042.json @@ -1,20 +1,31 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", + "contribution" : [ { + "agent" : [ { + "label" : "Lierschied", + "type" : [ "CorporateBody" ] + } ], + "role" : [ { + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Mitwirkende" + } ], + "type" : [ "Contribution" ] + } ], "contributorOrder" : [ "Lierschied" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20030707", "dateModified" : "20160609", "id" : "http://lobid.org/resources/TT002234042" - } ], + }, "exemplar" : [ { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/TT002234042:DE-929:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/TT002234042#!", "id" : "http://lobid.org/items/TT002234042:DE-929:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-929" - } ], + }, "type" : [ "Item" ] } ], "fulltextOnline" : [ { @@ -35,12 +46,11 @@ }, { "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1638077&custom_att_2=simple_viewer" } ], - "hbzId" : [ "TT002234042" ], + "hbzId" : "TT002234042", "id" : "http://lobid.org/resources/TT002234042#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT002234042" - } ], - "issued" : [ "2001" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -49,19 +59,21 @@ }, { "id" : "http://rdvocab.info/termList/RDACarrierType/1010" } ], - "publicationStatement" : [ "2001" ], + "publication" : [ { + "startDate" : "2001" + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-TT002234042" } ], "similar" : [ { "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:929:02-1513" } ], - "subject" : [ { + "subject" : { "id" : "http://dewey.info/class/350/", "label" : "Öffentliche Verwaltung, Militärwissenschaft" - } ], + }, "subjectLabel" : [ "Lierschied", "Haushaltsplan", "Gemeindehaushalt" ], - "title" : [ "2. Nachtragshaushaltssatzung und 1. Nachtragshaushaltsplan 2001" ], + "title" : "2. Nachtragshaushaltssatzung und 1. Nachtragshaushaltsplan 2001", "type" : [ "BibliographicResource", "Book" ], "urn" : [ "urn:nbn:de:hbz:929:02-1513" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/00223/TT002234459.json b/src/test/resources/output/json/00223/TT002234459.json index 79928c8d7..c42b672f0 100644 --- a/src/test/resources/output/json/00223/TT002234459.json +++ b/src/test/resources/output/json/00223/TT002234459.json @@ -42,20 +42,20 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "Kranz, Heinrich | Müller, Guntram | Rhein-Lahn-Kreis | Wirtschaftsförderungs-Gesellschaft Rhein-Lahn" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20030718", "dateModified" : "20081017", "id" : "http://lobid.org/resources/TT002234459" - } ], + }, "exemplar" : [ { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/TT002234459:DE-929:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/TT002234459#!", "id" : "http://lobid.org/items/TT002234459:DE-929:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-929" - } ], + }, "type" : [ "Item" ] } ], "fulltextOnline" : [ { @@ -64,11 +64,11 @@ "hasVersion" : [ { "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1638893&custom_att_2=simple_viewer" } ], - "hbzId" : [ "TT002234459" ], + "hbzId" : "TT002234459", "id" : "http://lobid.org/resources/TT002234459#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT002234459" - } ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -103,7 +103,7 @@ "subjectChain" : [ "Rhein-Lahn-Kreis | Jakobsweg | Karte (213)" ], "subjectLabel" : [ "Wandern, Diez, Lahnstein, Rhein-Lahn-Info, Rhein, Lahn, Wirtschaftsförderung", "Rhein-Lahn-Kreis / Landratsamt", "Camino de Santiago", "Chemin de Saint Jacques", "Sternenweg", "Rhein-Lahn-Kreis / Kreisverwaltung", "Jakobusweg" ], "subjectOrder" : [ "http://d-nb.info/gnd/4049787-2, http://d-nb.info/gnd/4114067-9, Karte" ], - "title" : [ "Jakobswege : der Lahn-Camino" ], + "title" : "Jakobswege : der Lahn-Camino", "type" : [ "BibliographicResource", "ArchivedWebPage" ], "urn" : [ "urn:nbn:de:hbz:929:01-2079" ], "webPageArchived" : [ { diff --git a/src/test/resources/output/json/00223/TT002234858.json b/src/test/resources/output/json/00223/TT002234858.json index ba74d4c3e..eac2fd607 100644 --- a/src/test/resources/output/json/00223/TT002234858.json +++ b/src/test/resources/output/json/00223/TT002234858.json @@ -1,12 +1,12 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : [ "Oberste Landesplanungsbehörde", "Landespressestelle", "Landesplanungsbehörde", "Staatskanzlei", "Rheinland-Pfalz" ], "id" : "http://d-nb.info/gnd/2029758-0", "label" : "Rheinland-Pfalz. Staatskanzlei", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -14,20 +14,20 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/2029758-0" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20040312", "dateModified" : "20160523", "id" : "http://lobid.org/resources/TT002234858" - } ], + }, "exemplar" : [ { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/TT002234858:DE-929:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/TT002234858#!", "id" : "http://lobid.org/items/TT002234858:DE-929:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-929" - } ], + }, "type" : [ "Item" ] } ], "fulltextOnline" : [ { @@ -48,11 +48,11 @@ }, { "id" : "https://www.edoweb-rlp.de/resource/edoweb:49" } ], - "hbzId" : [ "TT002234858" ], + "hbzId" : "TT002234858", "id" : "http://lobid.org/resources/TT002234858#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT002234858" - } ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -68,12 +68,12 @@ "similar" : [ { "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:929:01-8578" } ], - "subject" : [ { + "subject" : { "id" : "http://dewey.info/class/350/", "label" : "Öffentliche Verwaltung, Militärwissenschaft" - } ], + }, "subjectLabel" : [ "Ministerpräsident" ], - "title" : [ "Rheinland-Pfalz - Staatskanzlei" ], + "title" : "Rheinland-Pfalz - Staatskanzlei", "type" : [ "BibliographicResource", "ArchivedWebPage" ], "urn" : [ "urn:nbn:de:hbz:929:01-8578" ], "webPageArchived" : [ { diff --git a/src/test/resources/output/json/00261/HT002619538.json b/src/test/resources/output/json/00261/HT002619538.json index d0b8d7e1f..27b199d34 100644 --- a/src/test/resources/output/json/00261/HT002619538.json +++ b/src/test/resources/output/json/00261/HT002619538.json @@ -2,12 +2,12 @@ "@context" : "http://lobid.org/context/lobid-resources.json", "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" ], "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : [ "Ėkonomičeskaja Komissija dlja Evropy", "CEE", "Európai Gazdasági Bizottság", "ECE", "Vereinte Nationen", "Commission Economique pour l'Europe", "Wirtschaftskommission für Europa", "Economic Commission for Europe", "Evropejskaja Ėkonomičeskaja Komissija", "Wirtschaftsausschuss für Europa", "Europäische Wirtschaftskommission", "UNECE", "UN-ECE" ], "id" : "http://d-nb.info/gnd/2023669-4", "label" : "Vereinte Nationen. Economic Commission for Europe", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -15,73 +15,72 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/2023669-4" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19991118", "dateModified" : "20131031", "id" : "http://lobid.org/resources/HT002619538" - } ], + }, "exemplar" : [ { "callNumber" : "ZRC 828", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT002619538:DE-294:ZRC%20828" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT002619538#!", "id" : "http://lobid.org/items/HT002619538:DE-294:ZRC%20828#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-294" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT002619538:DE-38-121:Sh13" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT002619538#!", "id" : "http://lobid.org/items/HT002619538:DE-38-121:Sh13#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-38-121" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Z 4' 66/103", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT002619538:DE-5:Z%204'%2066%2F103" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT002619538#!", "id" : "http://lobid.org/items/HT002619538:DE-5:Z%204'%2066%2F103#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Sh13", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT002619538:DE-38:Sh13" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT002619538#!", "id" : "http://lobid.org/items/HT002619538:DE-38:Sh13#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-38" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "V - B 151", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT002619538:DE-6-260:V%20-%20B%20151" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT002619538#!", "id" : "http://lobid.org/items/HT002619538:DE-6-260:V%20-%20B%20151#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6-260" - } ], + }, "type" : [ "Item" ] } ], - "hbzId" : [ "HT002619538" ], + "hbzId" : "HT002619538", "id" : "http://lobid.org/resources/HT002619538#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT002619538" - } ], + }, "issn" : [ "00663859", "02509911" ], - "issued" : [ "1955 - 2004" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/rus" }, { @@ -93,13 +92,17 @@ "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" } ], - "placeOfPublication" : [ "Genève [u.a.]" ], - "publicationStatement" : [ "Genève [u.a.]; UN; 1955" ], - "publisher" : [ "UN" ], + "publication" : [ { + "endDate" : "2004", + "location" : "Genève [u.a.]", + "publishedBy" : "UN", + "startDate" : "2004", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://ld.zdb-services.de/resource/1257-9" } ], - "statementOfResponsibility" : [ "Economic Commission for Europe, Transport Division, United Nations" ], + "statementOfResponsibility" : "Economic Commission for Europe, Transport Division, United Nations", "subject" : [ { "id" : "http://dewey.info/class/050/", "label" : "Zeitschriften, allgemeine fortlaufende Sammelwerke" @@ -107,7 +110,7 @@ "id" : "http://dewey.info/class/310/", "label" : "Sammlungen allgemeiner Statistiken" } ], - "title" : [ "Annual bulletin of transport statistics for Europe and North America" ], + "title" : "Annual bulletin of transport statistics for Europe and North America", "type" : [ "BibliographicResource", "Journal" ], - "zdbId" : [ "1257-9" ] + "zdbId" : "1257-9" } \ No newline at end of file diff --git a/src/test/resources/output/json/00301/CT003012479.json b/src/test/resources/output/json/00301/CT003012479.json index db4ed6dde..6a8dc4ca3 100644 --- a/src/test/resources/output/json/00301/CT003012479.json +++ b/src/test/resources/output/json/00301/CT003012479.json @@ -2,168 +2,168 @@ "@context" : "http://lobid.org/context/lobid-resources.json", "alternativeTitle" : [ "<> Belisa Ossia La Fedeltá Riconosciuta" ], "contribution" : [ { - "agent" : [ { - "id" : "http://d-nb.info/gnd/142061166", - "label" : "Annoni, ...", + "agent" : { + "altLabel" : [ "Winter, Pietro", "Wintter, P.", "Winter, ...", "Winter, ..., Ritter von", "Winter, P.", "Winter, Peter", "Winter, J. P.", "Winter, Pietro de", "Winter, Pierre" ], + "id" : "http://d-nb.info/gnd/119055716", + "label" : "Winter, Peter von", "type" : [ "Person" ] - } ], + }, "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/act", - "label" : "Schauspieler/in" - } ], - "type" : [ "Contribution" ] - }, { - "agent" : [ { - "id" : "http://d-nb.info/gnd/118512536", - "label" : "Böhm, Marianne", - "type" : [ "Person" ] - } ], - "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/act", - "label" : "Schauspieler/in" + "id" : "http://id.loc.gov/vocabulary/relators/cmp", + "label" : "Komponist" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "altLabel" : "Böhm, ..., der Jüngere", - "id" : "http://d-nb.info/gnd/141891173", - "label" : "Böhm, Johann, der Jüngere", + "agent" : { + "altLabel" : [ "Pepoli, Alessandro", "Pepoli, Alessandro E." ], + "id" : "http://d-nb.info/gnd/123633206", + "label" : "Pepoli, Alessandro Ercole", "type" : [ "Person" ] - } ], + }, "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/act", - "label" : "Schauspieler/in" + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "altLabel" : [ "Pepoli, Alessandro", "Pepoli, Alessandro E." ], - "id" : "http://d-nb.info/gnd/123633206", - "label" : "Pepoli, Alessandro Ercole", + "agent" : { + "altLabel" : [ "Giesecke, Charles L.", "Gieseke, Carl Ludwig", "Giesecke, Carl Ludwig", "Metzler, Johann Georg von", "Giesecke, Charles", "Gieseke, Carl Ludwig von", "Mezler, Johann Georg Karl", "Giesecke, Johann George Carl Ludwig", "Mezler, Johann G.", "Giesecke, Karl Ludwig von", "Giesecke, ...", "Giesecke, Ludwig", "Giesecke, Charles Lewis", "Gieseke, Karl Ludwig", "Giesecke, Johann G.", "Gieseke, Charles Lewis", "Gieseke, Karl Ludwig von", "Giesecke, Carl L.", "Mezler, Johann Georg", "Giesecke, Joh. Georg Karl", "Metzler, Johann Georg Karl", "Metzler, Carl L.", "Giesecke, Johann Georg Karl", "Gieseke, Carl L.", "Metzler, Johann G.", "Giesecke, Carl", "Giesecke, J. G. K.", "Giesecke, Karl", "Gieseke, Karl L." ], + "id" : "http://d-nb.info/gnd/116620153", + "label" : "Giesecke, Carl Ludwig von", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "id" : "http://d-nb.info/gnd/141834919", - "label" : "Dardenne, ...", + "agent" : { + "altLabel" : "Bilau, ...", + "id" : "http://d-nb.info/gnd/141927135", + "label" : "Bilau, Margarete", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/act", "label" : "Schauspieler/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "id" : "http://d-nb.info/gnd/1041277814", - "label" : "Kellermann, ...", + "agent" : { + "id" : "http://d-nb.info/gnd/142027901", + "label" : "Fuchs, ...", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/act", "label" : "Schauspieler/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "altLabel" : [ "Giesecke, Charles L.", "Gieseke, Carl Ludwig", "Giesecke, Carl Ludwig", "Metzler, Johann Georg von", "Giesecke, Charles", "Gieseke, Carl Ludwig von", "Mezler, Johann Georg Karl", "Giesecke, Johann George Carl Ludwig", "Mezler, Johann G.", "Giesecke, Karl Ludwig von", "Giesecke, ...", "Giesecke, Ludwig", "Giesecke, Charles Lewis", "Gieseke, Karl Ludwig", "Giesecke, Johann G.", "Gieseke, Charles Lewis", "Gieseke, Karl Ludwig von", "Giesecke, Carl L.", "Mezler, Johann Georg", "Giesecke, Joh. Georg Karl", "Metzler, Johann Georg Karl", "Metzler, Carl L.", "Giesecke, Johann Georg Karl", "Gieseke, Carl L.", "Metzler, Johann G.", "Giesecke, Carl", "Giesecke, J. G. K.", "Giesecke, Karl", "Gieseke, Karl L." ], - "id" : "http://d-nb.info/gnd/116620153", - "label" : "Giesecke, Carl Ludwig von", + "agent" : { + "altLabel" : [ "Böhm, Wilhelmine", "Böhm, ..., die Jüngere", "Bilau, ..., Demoiselle" ], + "id" : "http://d-nb.info/gnd/14216075X", + "label" : "Bilau, Wilhelmine", "type" : [ "Person" ] - } ], + }, "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Mitwirkende" + "id" : "http://id.loc.gov/vocabulary/relators/act", + "label" : "Schauspieler/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "id" : "http://d-nb.info/gnd/16068028-1", - "label" : "Deutsche Schauspieler-Gesellschaft (Düsseldorf)", - "type" : [ "CorporateBody" ] - } ], + "agent" : { + "id" : "http://d-nb.info/gnd/118512536", + "label" : "Böhm, Marianne", + "type" : [ "Person" ] + }, "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Mitwirkende" + "id" : "http://id.loc.gov/vocabulary/relators/act", + "label" : "Schauspieler/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "altLabel" : [ "Böhm, Wilhelmine", "Böhm, ..., die Jüngere", "Bilau, ..., Demoiselle" ], - "id" : "http://d-nb.info/gnd/14216075X", - "label" : "Bilau, Wilhelmine", + "agent" : { + "id" : "http://d-nb.info/gnd/1041277814", + "label" : "Kellermann, ...", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/act", "label" : "Schauspieler/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "altLabel" : [ "Winter, Pietro", "Wintter, P.", "Winter, ...", "Winter, ..., Ritter von", "Winter, P.", "Winter, Peter", "Winter, J. P.", "Winter, Pietro de", "Winter, Pierre" ], - "id" : "http://d-nb.info/gnd/119055716", - "label" : "Winter, Peter von", + "agent" : { + "id" : "http://d-nb.info/gnd/141834919", + "label" : "Dardenne, ...", "type" : [ "Person" ] - } ], + }, "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/cmp", - "label" : "Komponist" + "id" : "http://id.loc.gov/vocabulary/relators/act", + "label" : "Schauspieler/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/141889810", "label" : "Krug, ...", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/act", "label" : "Schauspieler/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "altLabel" : "Bilau, ...", - "id" : "http://d-nb.info/gnd/141927135", - "label" : "Bilau, Margarete", + "agent" : { + "id" : "http://d-nb.info/gnd/142061166", + "label" : "Annoni, ...", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/act", "label" : "Schauspieler/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "id" : "http://d-nb.info/gnd/142027901", - "label" : "Fuchs, ...", + "agent" : { + "altLabel" : "Böhm, ..., der Jüngere", + "id" : "http://d-nb.info/gnd/141891173", + "label" : "Böhm, Johann, der Jüngere", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/act", "label" : "Schauspieler/in" } ], "type" : [ "Contribution" ] + }, { + "agent" : { + "id" : "http://d-nb.info/gnd/16068028-1", + "label" : "Deutsche Schauspieler-Gesellschaft (Düsseldorf)", + "type" : [ "CorporateBody" ] + }, + "role" : [ { + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Mitwirkende" + } ], + "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/119055716 | http://d-nb.info/gnd/123633206 | http://d-nb.info/gnd/116620153 | http://d-nb.info/gnd/141927135 | http://d-nb.info/gnd/142027901 | http://d-nb.info/gnd/14216075X | http://d-nb.info/gnd/118512536 | http://d-nb.info/gnd/1041277814 | http://d-nb.info/gnd/141834919 | http://d-nb.info/gnd/141889810 | http://d-nb.info/gnd/142061166 | http://d-nb.info/gnd/141891173 | http://d-nb.info/gnd/16068028-1" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20150420", "id" : "http://lobid.org/resources/CT003012479" - } ], - "extent" : [ "1 Plakat : sw ; 33 x 29 cm" ], + }, + "extent" : "1 Plakat : sw ; 33 x 29 cm", "fulltextOnline" : [ { "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:061:2-46125" } ], "hasVersion" : [ { "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:061:2-46125" } ], - "hbzId" : [ "CT003012479" ], + "hbzId" : "CT003012479", "id" : "http://lobid.org/resources/CT003012479#!", "inSeries" : [ { "numbering" : "1805,04,17", @@ -172,16 +172,15 @@ } ], "type" : [ "SeriesRelation" ] } ], - "isFormatOf" : [ { + "isFormatOf" : { "id" : "http://lobid.org/resources/HT016511663#!" - } ], + }, "isPartOf" : [ { "id" : "http://lobid.org/resources/HT017290519#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DCT003012479" - } ], - "issued" : [ "2015", "1805" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -191,20 +190,27 @@ "id" : "http://rdvocab.info/termList/RDACarrierType/1010" } ], "otherTitleInformation" : [ "... wird heute Mittwoch den 17ten April die hier anwesende deutsche Schauspieler-Gesellschaft (Zum Letztenmale) die Ehre haben aufzuführen ; Abonnement suspendu ; eine ganz neue große komische Oper in 2 Aufzügen" ], - "placeOfPublication" : [ "[Düsseldorf]" ], - "publicationStatement" : [ "[Düsseldorf]; Bögemann; 1805" ], - "publisher" : [ "Bögemann" ], + "publication" : [ { + "location" : "[Düsseldorf]", + "publishedBy" : "Bögemann", + "startDate" : "1805", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-CT003012479" } ], + "secondaryPublication" : [ { + "description" : "Digitalisierte Ausg.", + "startDate" : "2015" + } ], "similar" : [ { "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:061:2-46125" } ], "source" : [ { "id" : "http://lobid.org/resources/HT016511663#!" } ], - "statementOfResponsibility" : [ "die Musik ist von dem berühmten Kapellmeister Winter, Compositeur der Oper: Das unterbrochene Opferfest. [Textverf.: Alessandro Ercole Pepoli. Übers. und arrang. von Carl Ludwig von Giesecke]. Personen: Madam Bilau, Herr Fuchs, Madam Böhm d.j., Madam Böhm d.ä., Herr Kellermann, Herr Dardenne, Herr Krug, Madam Annoni, Herr Böhm" ], - "title" : [ "Elise, Gräfinn von Hillburg" ], + "statementOfResponsibility" : "die Musik ist von dem berühmten Kapellmeister Winter, Compositeur der Oper: Das unterbrochene Opferfest. [Textverf.: Alessandro Ercole Pepoli. Übers. und arrang. von Carl Ludwig von Giesecke]. Personen: Madam Bilau, Herr Fuchs, Madam Böhm d.j., Madam Böhm d.ä., Herr Kellermann, Herr Dardenne, Herr Krug, Madam Annoni, Herr Böhm", + "title" : "Elise, Gräfinn von Hillburg", "type" : [ "BibliographicResource", "Miscellaneous" ], "urn" : [ "urn:nbn:de:hbz:061:2-46125" ], "volume" : [ "1805,04,17" ] diff --git a/src/test/resources/output/json/00301/CT003012479_.json b/src/test/resources/output/json/00301/CT003012479_.json index c474a99d0..267028686 100644 --- a/src/test/resources/output/json/00301/CT003012479_.json +++ b/src/test/resources/output/json/00301/CT003012479_.json @@ -1,13 +1,13 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/resources/CT003012479_/about" - } ], - "hbzId" : [ "CT003012479_" ], + }, + "hbzId" : "CT003012479_", "id" : "http://lobid.org/resources/CT003012479_", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DCT003012479_" - } ], + }, "medium" : [ { "id" : "http://purl.org/lobid/lv#Miscellaneous", "label" : "Miscellaneous" diff --git a/src/test/resources/output/json/00305/TT003059252.json b/src/test/resources/output/json/00305/TT003059252.json index 889e7380c..26fae81b0 100644 --- a/src/test/resources/output/json/00305/TT003059252.json +++ b/src/test/resources/output/json/00305/TT003059252.json @@ -1,24 +1,24 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : "The Beatles", "id" : "http://d-nb.info/gnd/2005535-3", "label" : "The Beatles", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "altLabel" : "The Beatles", "id" : "http://d-nb.info/gnd/2005535-3", "label" : "The Beatles", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -26,29 +26,28 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/2005535-3 | http://d-nb.info/gnd/2005535-3" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20110411", "id" : "http://lobid.org/resources/TT003059252" - } ], + }, "exemplar" : [ { "callNumber" : "9/041", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/TT003059252:DE-5-58:9%2F041" - } ], + }, "exemplarOf" : "http://lobid.org/resources/TT003059252#!", "id" : "http://lobid.org/items/TT003059252:DE-5-58:9%2F041#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5-58" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "1 Video (VHS, 55 min.) : farb.; stereo" ], - "hbzId" : [ "TT003059252" ], + "extent" : "1 Video (VHS, 55 min.) : farb.; stereo", + "hbzId" : "TT003059252", "id" : "http://lobid.org/resources/TT003059252#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT003059252" - } ], - "issued" : [ "1967" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/eng" } ], @@ -62,13 +61,16 @@ } ], "note" : [ "Engl. Original mit dt. Untertiteln" ], "otherTitleInformation" : [ "Magical Mystery Tour" ], - "placeOfPublication" : [ "s.l." ], - "publicationStatement" : [ "s.l.; Apple Films; 1967" ], - "publisher" : [ "Apple Films" ], + "publication" : [ { + "location" : "s.l.", + "publishedBy" : "Apple Films", + "startDate" : "1967", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-TT003059252" } ], - "statementOfResponsibility" : [ "The Beatles. Produced and Directed by The Beatles." ], - "title" : [ "The Beatles" ], + "statementOfResponsibility" : "The Beatles. Produced and Directed by The Beatles.", + "title" : "The Beatles", "type" : [ "BibliographicResource", "Miscellaneous" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/00316/HT003160768.json b/src/test/resources/output/json/00316/HT003160768.json index 2717395e3..31f992301 100644 --- a/src/test/resources/output/json/00316/HT003160768.json +++ b/src/test/resources/output/json/00316/HT003160768.json @@ -4,11 +4,11 @@ "id" : "http://lobid.org/resources/NWBib" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/2019209-5", "label" : "Regierungsbezirk Münster, Westfalen", "type" : [ "PlaceOrGeographicName" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -18,79 +18,78 @@ "contributorOrder" : [ "http://d-nb.info/gnd/2019209-5" ], "corporateBodyForTitle" : [ "Regierungsbezirk Münster" ], "coverage" : [ "Münster " ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19931111", "dateModified" : "20031104", "id" : "http://lobid.org/resources/HT003160768" - } ], + }, "exemplar" : [ { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT003160768:DE-6:ONG%2Fg52127" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT003160768#!", "id" : "http://lobid.org/items/HT003160768:DE-6:ONG%2Fg52127#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT003160768:DE-6-210:ONG%2Fg52127" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT003160768#!", "id" : "http://lobid.org/items/HT003160768:DE-6-210:ONG%2Fg52127#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6-210" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT003160768:DE-6-A:ONG%2Fg52127" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT003160768#!", "id" : "http://lobid.org/items/HT003160768:DE-6-A:ONG%2Fg52127#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6-A" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "ONG/g52127", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT003160768:DE-385:ONG%2Fg52127" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT003160768#!", "id" : "http://lobid.org/items/HT003160768:DE-385:ONG%2Fg52127#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-385" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT003160768:DE-465:ONG%2Fg52127" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT003160768#!", "id" : "http://lobid.org/items/HT003160768:DE-465:ONG%2Fg52127#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-465" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT003160768:DE-6-007:ONG%2Fg52127" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT003160768#!", "id" : "http://lobid.org/items/HT003160768:DE-6-007:ONG%2Fg52127#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6-007" - } ], + }, "type" : [ "Item" ] } ], - "hbzId" : [ "HT003160768" ], + "hbzId" : "HT003160768", "id" : "http://lobid.org/resources/HT003160768#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT003160768" - } ], - "issued" : [ "1980 - " ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -106,9 +105,12 @@ "id" : "http://purl.org/lobid/nwbib#s572030", "label" : "Regionalplanung" } ], - "placeOfPublication" : [ "Münster" ], - "publicationStatement" : [ "Münster; Der Regierungspräsident; 1980" ], - "publisher" : [ "Der Regierungspräsident" ], + "publication" : [ { + "location" : "Münster", + "publishedBy" : "Der Regierungspräsident", + "startDate" : "1980", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT003160768" } ], @@ -124,6 +126,6 @@ "subjectChain" : [ "Bezirk Münster (Westf) | Landesplanung (21)" ], "subjectLabel" : [ "Gebietsplanung", "Landesentwicklungsplanung", "Münster (Westf) (Bezirk)", "Handwerkskammerbezirk Münster (Westf)" ], "subjectOrder" : [ "http://d-nb.info/gnd/4040613-1, http://d-nb.info/gnd/4034268-2" ], - "title" : [ "Gebietsentwicklungsplan" ], + "title" : "Gebietsentwicklungsplan", "type" : [ "BibliographicResource", "MultiVolumeBook", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/00438/HT004381366.json b/src/test/resources/output/json/00438/HT004381366.json index 75c4169ec..df959e018 100644 --- a/src/test/resources/output/json/00438/HT004381366.json +++ b/src/test/resources/output/json/00438/HT004381366.json @@ -4,11 +4,11 @@ "id" : "http://lobid.org/resources/NWBib" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/2019209-5", "label" : "Regierungsbezirk Münster, Westfalen", "type" : [ "PlaceOrGeographicName" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -17,66 +17,65 @@ } ], "contributorOrder" : [ "http://d-nb.info/gnd/2019209-5" ], "coverage" : [ "Münsterland" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19921203", "dateModified" : "20010605", "id" : "http://lobid.org/resources/HT004381366" - } ], + }, "exemplar" : [ { "callNumber" : "Boe 70 - [2]", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT004381366:DE-6-210:Boe%2070%20-%20%5B2%5D" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT004381366#!", "id" : "http://lobid.org/items/HT004381366:DE-6-210:Boe%2070%20-%20%5B2%5D#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6-210" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "2C 583-2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT004381366:DE-6:2C%20583-2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT004381366#!", "id" : "http://lobid.org/items/HT004381366:DE-6:2C%20583-2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Sep. 10.04.01/55,5", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT004381366:DE-6-007:Sep.%2010.04.01%2F55,5" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT004381366#!", "id" : "http://lobid.org/items/HT004381366:DE-6-007:Sep.%2010.04.01%2F55,5#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6-007" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "MG 23990/1-1", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT004381366:DE-6-A:MG%2023990%2F1-1" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT004381366#!", "id" : "http://lobid.org/items/HT004381366:DE-6-A:MG%2023990%2F1-1#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6-A" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "117 S. : zahlr. Kt." ], - "hbzId" : [ "HT004381366" ], + "extent" : "117 S. : zahlr. Kt.", + "hbzId" : "HT004381366", "id" : "http://lobid.org/resources/HT004381366#!", "isPartOf" : [ { "id" : "http://lobid.org/resources/HT003160768#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT004381366" - } ], - "issued" : [ "1986" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -92,9 +91,12 @@ "id" : "http://purl.org/lobid/nwbib#s572030", "label" : "Regionalplanung" } ], - "placeOfPublication" : [ "Münster" ], - "publicationStatement" : [ "Münster; Der Regierungspräsident; 1986" ], - "publisher" : [ "Der Regierungspräsident" ], + "publication" : [ { + "location" : "Münster", + "publishedBy" : "Der Regierungspräsident", + "startDate" : "1986", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT004381366" } ], @@ -118,7 +120,7 @@ "subjectChain" : [ "Münsterland | Regionalplan | Bezirk Münster (Westf) | Landesplanung (21)" ], "subjectLabel" : [ "Gebietsplanung", "Landesentwicklungsplanung", "Regierungsbezirk Münster", "Münster (Westf) (Bezirk)", "Regionaler Raumordnungsplan", "Handwerkskammerbezirk Münster (Westf)", "Gebietsentwicklungsplan", "Regionalentwicklungsplan" ], "subjectOrder" : [ "http://d-nb.info/gnd/4040619-2, http://d-nb.info/gnd/4306876-5, http://d-nb.info/gnd/4040613-1, http://d-nb.info/gnd/4034268-2" ], - "title" : [ "Gebietsentwicklungsplan, Tezemu: Teilabschnitt Zentrales Münsterland" ], + "title" : "Gebietsentwicklungsplan, Tezemu: Teilabschnitt Zentrales Münsterland", "type" : [ "BibliographicResource", "Miscellaneous" ], "volume" : [ "Tezemu", "" ], "volumeIn" : [ { diff --git a/src/test/resources/output/json/00494/HT004944075.json b/src/test/resources/output/json/00494/HT004944075.json index 9b7898206..2c7a421fb 100644 --- a/src/test/resources/output/json/00494/HT004944075.json +++ b/src/test/resources/output/json/00494/HT004944075.json @@ -1,12 +1,12 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : [ "Ėkonomičeskaja Komissija dlja Evropy", "CEE", "Európai Gazdasági Bizottság", "United Nations", "ECE", "Commission Economique pour l'Europe", "Wirtschaftskommission für Europa", "Economic Commission for Europe", "Evropejskaja Ėkonomičeskaja Komissija", "Wirtschaftsausschuss für Europa", "Europäische Wirtschaftskommission", "UNECE", "UN-ECE" ], "id" : "http://d-nb.info/gnd/2023669-4", "label" : "United Nations. Economic Commission for Europe", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -14,32 +14,32 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/2023669-4" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19930816", "id" : "http://lobid.org/resources/HT004944075" - } ], + }, "exemplar" : [ { "callNumber" : "ZRC828-43", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT004944075:DE-294:ZRC828-43" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT004944075#!", "id" : "http://lobid.org/items/HT004944075:DE-294:ZRC828-43#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-294" - } ], + }, "type" : [ "Item" ] } ], - "hbzId" : [ "HT004944075" ], + "hbzId" : "HT004944075", "id" : "http://lobid.org/resources/HT004944075#!", "isPartOf" : [ { "id" : "http://ld.zdb-services.de/resource/1257-9" }, { "id" : "http://lobid.org/resources/HT002619538#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT004944075" - } ], + }, "isbn" : [ "9210162765", "9789210162760" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/rus" @@ -52,13 +52,16 @@ "id" : "http://purl.org/lobid/lv#Miscellaneous", "label" : "Miscellaneous" } ], - "placeOfPublication" : [ "Genève [u.a.]" ], - "publicationStatement" : [ "Genève [u.a.]; UN; 43. 1993" ], - "publisher" : [ "UN" ], + "publication" : [ { + "location" : "Genève [u.a.]", + "publishedBy" : "UN", + "startDate" : "43. 1993", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT004944075" } ], - "statementOfResponsibility" : [ "Economic Commission for Europe, Transport Division, United Nations" ], + "statementOfResponsibility" : "Economic Commission for Europe, Transport Division, United Nations", "subject" : [ { "id" : "http://dewey.info/class/050/", "label" : "Zeitschriften, allgemeine fortlaufende Sammelwerke" @@ -66,7 +69,7 @@ "id" : "http://dewey.info/class/310/", "label" : "Sammlungen allgemeiner Statistiken" } ], - "title" : [ "Annual bulletin of transport statistics for Europe and North America, 43" ], + "title" : "Annual bulletin of transport statistics for Europe and North America, 43", "type" : [ "BibliographicResource", "Miscellaneous" ], "volume" : [ "43. 1993", "43" ], "volumeIn" : [ { diff --git a/src/test/resources/output/json/00507/HT005077920.json b/src/test/resources/output/json/00507/HT005077920.json index b14854ff9..e5d9937df 100644 --- a/src/test/resources/output/json/00507/HT005077920.json +++ b/src/test/resources/output/json/00507/HT005077920.json @@ -1,21 +1,39 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", - "describedby" : [ { - "id" : "http://lobid.org/resource/HT005077920/about" - } ], - "edition" : [ "Germantown, NY : Periodical Service Co." ], + "describedby" : { + "dateCreated" : "19991118", + "dateModified" : "20161122", + "id" : "http://lobid.org/resources/HT005077920" + }, "exemplar" : [ { - "id" : "http://lobid.org/item/HT005077920:DE-294-11:Z%201023" + "callNumber" : "Z 1023", + "describedby" : { + "id" : "http://lobid.org/items/HT005077920:DE-294-11:Z%201023" + }, + "exemplarOf" : "http://lobid.org/resources/HT005077920#!", + "id" : "http://lobid.org/items/HT005077920:DE-294-11:Z%201023#!", + "owner" : { + "id" : "http://lobid.org/organisation/DE-294-11" + }, + "type" : [ "Item" ] }, { - "id" : "http://lobid.org/item/HT005077920:DE-361:14%20CA000%20H870" + "callNumber" : "14 CA000 H870", + "describedby" : { + "id" : "http://lobid.org/items/HT005077920:DE-361:14%20CA000%20H870" + }, + "exemplarOf" : "http://lobid.org/resources/HT005077920#!", + "id" : "http://lobid.org/items/HT005077920:DE-361:14%20CA000%20H870#!", + "owner" : { + "id" : "http://lobid.org/organisation/DE-361" + }, + "type" : [ "Item" ] } ], - "hbzId" : [ "HT005077920" ], - "id" : "http://lobid.org/resource/HT005077920", - "isPrimaryTopicOf" : [ { + "hbzId" : "HT005077920", + "id" : "http://lobid.org/resources/HT005077920#!", + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT005077920" - } ], + }, "issn" : [ "07341512" ], - "issued" : [ "1983 - " ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/eng" } ], @@ -23,38 +41,48 @@ "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" } ], + "note" : [ "Repr.: Germantown, NY : Periodical Service Co." ], "otherTitleInformation" : [ "HT ; an international journal" ], - "placeOfPublication" : [ "Abingdon" ], - "publicationStatement" : [ "Abingdon; Routledge; 1983" ], - "publisher" : [ "Routledge" ], + "publication" : [ { + "location" : "Abingdon", + "publishedBy" : "Routledge, Taylor & Francis Group", + "startDate" : "1983", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://ld.zdb-services.de/resource/47030-2" - }, { - "describedby" : [ { - "dateCreated" : "19991118", - "dateModified" : "20060320", - "id" : "http://lobid.org/resource/ZDB47030-2/about", - "primaryTopic" : [ { - "id" : "http://lobid.org/resource/ZDB47030-2", - "sameAs" : "http://lobid.org/resource/HT005077920" - } ] - } ], - "id" : "http://lobid.org/resource/ZDB47030-2" } ], "shortTitle" : [ "Hist Technol", "HITEEB", "HITEE" ], "subject" : [ { + "id" : "http://d-nb.info/gnd/4059205-4", + "label" : "Technik", + "type" : [ "SubjectHeading" ] + }, { "id" : "http://d-nb.info/gnd/4020517-4", - "label" : "Geschichte" + "label" : "Geschichte", + "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4067488-5", - "label" : "Zeitschrift" + "label" : "Zeitschrift", + "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4059205-4", - "label" : "Technik" + "label" : "Technik", + "type" : [ "SubjectHeading" ] + }, { + "label" : "Geschichte", + "type" : [ "SubjectHeading" ] + }, { + "label" : "Zeitschrift", + "type" : [ "SubjectHeading" ] + }, { + "id" : "http://dewey.info/class/600/", + "label" : "Technik, Technologie" } ], "subjectChain" : [ "Technik | Geschichte | Zeitschrift" ], "subjectLabel" : [ "Industrielle Technik", "Zeitschriften", "Landesgeschichte", "Ortsgeschichte", "Periodikum", "Zeitgeschichte", "Regionalgeschichte" ], - "title" : [ "History and technology" ], + "subjectOrder" : [ "http://d-nb.info/gnd/4059205-4, http://d-nb.info/gnd/4020517-4, http://d-nb.info/gnd/4067488-5", "http://d-nb.info/gnd/4059205-4, Geschichte, Zeitschrift" ], + "title" : "History and technology", "type" : [ "BibliographicResource", "Journal" ], - "zdbId" : [ "47030-2" ] + "zdbId" : "47030-2" } \ No newline at end of file diff --git a/src/test/resources/output/json/00626/HT006266886.json b/src/test/resources/output/json/00626/HT006266886.json index 569860961..ca0fbc008 100644 --- a/src/test/resources/output/json/00626/HT006266886.json +++ b/src/test/resources/output/json/00626/HT006266886.json @@ -1,70 +1,70 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { + "altLabel" : [ "Sica, Vittorio de", "DeSica, Vittorio" ], + "id" : "http://d-nb.info/gnd/118677942", + "label" : "De Sica, Vittorio", + "type" : [ "Person" ] + }, + "role" : [ { + "id" : "http://id.loc.gov/vocabulary/relators/drt", + "label" : "Regie" + } ], + "type" : [ "Contribution" ] + }, { + "agent" : { "altLabel" : [ "Marchi, Giacomo", "Basani, G'org'o" ], "id" : "http://d-nb.info/gnd/118657496", "label" : "Bassani, Giorgio", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "id" : "http://d-nb.info/gnd/141618302", - "label" : "Capolicchio, Lino", + "agent" : { + "altLabel" : "Varaigne, Dominique", + "id" : "http://d-nb.info/gnd/143102893", + "label" : "Sanda, Dominique", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/act", "label" : "Schauspieler/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "id" : "http://d-nb.info/gnd/141649429", - "label" : "Testi, Fabio", + "agent" : { + "id" : "http://d-nb.info/gnd/141618302", + "label" : "Capolicchio, Lino", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/act", "label" : "Schauspieler/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "altLabel" : "Steinberger, Helmut", - "id" : "http://d-nb.info/gnd/120454874", - "label" : "Berger, Helmut", + "agent" : { + "id" : "http://d-nb.info/gnd/141649429", + "label" : "Testi, Fabio", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/act", "label" : "Schauspieler/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "altLabel" : [ "Sica, Vittorio de", "DeSica, Vittorio" ], - "id" : "http://d-nb.info/gnd/118677942", - "label" : "De Sica, Vittorio", - "type" : [ "Person" ] - } ], - "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/drt", - "label" : "Regie" - } ], - "type" : [ "Contribution" ] - }, { - "agent" : [ { - "altLabel" : "Varaigne, Dominique", - "id" : "http://d-nb.info/gnd/143102893", - "label" : "Sanda, Dominique", + "agent" : { + "altLabel" : "Steinberger, Helmut", + "id" : "http://d-nb.info/gnd/120454874", + "label" : "Berger, Helmut", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/act", "label" : "Schauspieler/in" @@ -72,30 +72,29 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/118677942 | http://d-nb.info/gnd/118657496 | http://d-nb.info/gnd/143102893 | http://d-nb.info/gnd/141618302 | http://d-nb.info/gnd/141649429 | http://d-nb.info/gnd/120454874" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19981218", "dateModified" : "20021108", "id" : "http://lobid.org/resources/HT006266886" - } ], + }, "exemplar" : [ { "callNumber" : "Medienzentrum", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT006266886:DE-467:Medienzentrum" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT006266886#!", "id" : "http://lobid.org/items/HT006266886:DE-467:Medienzentrum#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-467" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "1 Videokassette (VHS, 93 Min.) : farb." ], - "hbzId" : [ "HT006266886" ], + "extent" : "1 Videokassette (VHS, 93 Min.) : farb.", + "hbzId" : "HT006266886", "id" : "http://lobid.org/resources/HT006266886#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT006266886" - } ], - "issued" : [ "1992" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/ita" } ], @@ -104,14 +103,17 @@ }, { "id" : "http://purl.org/ontology/bibo/AudioVisualDocument" } ], - "placeOfPublication" : [ "Segrate (Milano)" ], - "publicationStatement" : [ "Segrate (Milano); Mondadori Video; 1992" ], - "publisher" : [ "Mondadori Video" ], + "publication" : [ { + "location" : "Segrate (Milano)", + "publishedBy" : "Mondadori Video", + "startDate" : "1992", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT006266886" } ], - "statementOfResponsibility" : [ "Regia: Vittorio DeSica. Interpreti: Dominique Sanda ; Lino Capolicchio ; Fabio Testi ; Helmut Berger" ], - "title" : [ "Il giardino dei Finzi-Contini" ], + "statementOfResponsibility" : "Regia: Vittorio DeSica. Interpreti: Dominique Sanda ; Lino Capolicchio ; Fabio Testi ; Helmut Berger", + "title" : "Il giardino dei Finzi-Contini", "titleKeyword" : [ "Finzi Contini" ], "type" : [ "BibliographicResource", "Miscellaneous" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/00971/HT009719670.json b/src/test/resources/output/json/00971/HT009719670.json index 3a38fe4f4..e33afffef 100644 --- a/src/test/resources/output/json/00971/HT009719670.json +++ b/src/test/resources/output/json/00971/HT009719670.json @@ -1,36 +1,36 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : "Courtillon, J.", "id" : "http://d-nb.info/gnd/172026644", "label" : "Courtillon, Janine", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "altLabel" : "Salins, G. D. de", "id" : "http://d-nb.info/gnd/133991210", "label" : "Salins, Geneviève-Dominique de", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "altLabel" : [ "Scherer, Maurice Jean-Marie", "Scherer, Henri Joseph", "Schérer, Henri Maurice Joseph", "Schérer, Maurice Henri Joseph", "Schérer, Jean-Marie Maurice", "Scherer, Maurice", "Cordier, Gilbert" ], "id" : "http://d-nb.info/gnd/11860225X", "label" : "Rohmer, Eric", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -38,28 +38,28 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/172026644 | http://d-nb.info/gnd/133991210 | http://d-nb.info/gnd/11860225X" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19990222", "dateModified" : "20050117", "id" : "http://lobid.org/resources/HT009719670" - } ], + }, "exemplar" : [ { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT009719670:DE-467:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT009719670#!", "id" : "http://lobid.org/items/HT009719670:DE-467:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-467" - } ], + }, "type" : [ "Item" ] } ], "frequency" : [ "Erschienen: 1 - 2, jeweils Videokass. u. Begleith." ], - "hbzId" : [ "HT009719670" ], + "hbzId" : "HT009719670", "id" : "http://lobid.org/resources/HT009719670#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT009719670" - } ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/fra" } ], @@ -70,13 +70,15 @@ "id" : "http://iflastandards.info/ns/isbd/terms/mediatype/T1008" } ], "otherTitleInformation" : [ "extraits de films de Eric Rohmer" ], - "placeOfPublication" : [ "Paris" ], - "publicationStatement" : [ "Paris; Hatier/Didier" ], - "publisher" : [ "Hatier/Didier" ], + "publication" : [ { + "location" : "Paris", + "publishedBy" : "Hatier/Didier", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT009719670" } ], - "statementOfResponsibility" : [ "sélectionnés par Janine Courtillon et Geneviève-Dominique de Salins" ], - "title" : [ "Le cinéma de la vie" ], + "statementOfResponsibility" : "sélectionnés par Janine Courtillon et Geneviève-Dominique de Salins", + "title" : "Le cinéma de la vie", "type" : [ "BibliographicResource", "MultiVolumeBook" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01066/HT010662586.json b/src/test/resources/output/json/01066/HT010662586.json index 2bdbb9c42..5388ca387 100644 --- a/src/test/resources/output/json/01066/HT010662586.json +++ b/src/test/resources/output/json/01066/HT010662586.json @@ -1,12 +1,12 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : [ "Wedgwood, Cicely Veronica", "Wedgwood, Veronica", "C.", "Wedgwood, C. V." ], "id" : "http://d-nb.info/gnd/118839055", "label" : "Wedgwood, Cicely V.", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -14,39 +14,41 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/118839055" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19990818", "id" : "http://lobid.org/resources/HT010662586" - } ], + }, "exemplar" : [ { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010662586:DE-380:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010662586#!", "id" : "http://lobid.org/items/HT010662586:DE-380:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-380" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "23 p." ], - "hbzId" : [ "HT010662586" ], + "extent" : "23 p.", + "hbzId" : "HT010662586", "id" : "http://lobid.org/resources/HT010662586#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT010662586" - } ], - "issued" : [ "1957" ], + }, "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" } ], - "placeOfPublication" : [ "[S.l.]" ], - "publicationStatement" : [ "[S.l.]; Leicester Univ. Pr.; 1957" ], - "publisher" : [ "Leicester Univ. Pr." ], + "publication" : [ { + "location" : "[S.l.]", + "publishedBy" : "Leicester Univ. Pr.", + "startDate" : "1957", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT010662586" } ], - "statementOfResponsibility" : [ "by C[icely] V[eronica] Wedgwood" ], - "title" : [ "The Common man in the great Civil War" ], + "statementOfResponsibility" : "by C[icely] V[eronica] Wedgwood", + "title" : "The Common man in the great Civil War", "type" : [ "BibliographicResource", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01072/HT010726584.json b/src/test/resources/output/json/01072/HT010726584.json index 23aca428c..1c09aa00e 100644 --- a/src/test/resources/output/json/01072/HT010726584.json +++ b/src/test/resources/output/json/01072/HT010726584.json @@ -1,339 +1,339 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", - "describedby" : [ { + "describedby" : { "dateCreated" : "19991122", "dateModified" : "20131031", "id" : "http://lobid.org/resources/HT010726584" - } ], + }, "exemplar" : [ { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-6:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-6:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-Lan1:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-Lan1:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Lan1" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-1383:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-1383:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1383" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-832:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-832:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-832" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-Due62:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-Due62:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Due62" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-468:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-468:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-468" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-61:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-61:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-61" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-38:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-38:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-38" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-743:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-743:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-743" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-836:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-836:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-836" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-290:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-290:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-290" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-Bi10:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-Bi10:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bi10" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-1044:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-1044:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1044" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-Kob7:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-Kob7:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Kob7" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-107:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-107:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-107" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-A96:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-A96:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-A96" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-1010:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-1010:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1010" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-38M:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-38M:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-38M" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-1393:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-1393:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1393" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-467:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-467:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-467" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-466:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-466:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-466" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-361:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-361:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-361" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-829:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-829:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-829" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-465:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-465:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-465" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-5:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-5:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-464:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-464:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-464" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-82:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-82:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-82" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-386:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-386:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-386" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-385:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-385:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-385" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-929:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-929:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-929" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-294:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-294:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-294" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-708:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-708:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-708" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT010726584:DE-51:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", "id" : "http://lobid.org/items/HT010726584:DE-51:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-51" - } ], + }, "type" : [ "Item" ] } ], "fulltextOnline" : [ { @@ -346,13 +346,12 @@ }, { "id" : "http://search.ebscohost.com/" } ], - "hbzId" : [ "HT010726584" ], + "hbzId" : "HT010726584", "id" : "http://lobid.org/resources/HT010726584#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT010726584" - } ], + }, "issn" : [ "10897674" ], - "issued" : [ "1994 - " ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/eng" } ], @@ -362,14 +361,17 @@ "id" : "http://rdvocab.info/termList/RDACarrierType/1010" } ], "otherTitleInformation" : [ "devoted to original contributions to and reviews of the physics of plasmas, including magnetofluid mechanics, kinetic theory and statistical mechanics of fully and partially ionized gases" ], - "placeOfPublication" : [ "[S.l.]" ], - "publicationStatement" : [ "[S.l.]; American Institute of Physics; 1994" ], - "publisher" : [ "American Institute of Physics" ], + "publication" : [ { + "location" : "[S.l.]", + "publishedBy" : "American Institute of Physics", + "startDate" : "1994", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://ld.zdb-services.de/resource/1472746-8" } ], "shortTitle" : [ "PHPAEN" ], - "statementOfResponsibility" : [ "publ. by the American Institute of Physics" ], + "statementOfResponsibility" : "publ. by the American Institute of Physics", "subject" : [ { "id" : "http://d-nb.info/gnd/4046259-6", "label" : "Plasmaphysik", @@ -389,7 +391,7 @@ "subjectChain" : [ "Plasmaphysik | Zeitschrift | Online-Publikation" ], "subjectLabel" : [ "Online-Ressource", "On-line-Dokument", "Netzpublikation", "On-line-Publikation", "Online-Dokument", "On-line-Datenbank (Formschlagwort)", "Zeitschriften", "Computerdatei im Fernzugriff (Formschlagwort)", "Online-Datenbank (Formschlagwort)", "Periodikum" ], "subjectOrder" : [ "http://d-nb.info/gnd/4046259-6, http://d-nb.info/gnd/4067488-5, http://d-nb.info/gnd/4511937-5" ], - "title" : [ "Physics of plasmas" ], + "title" : "Physics of plasmas", "type" : [ "BibliographicResource", "Journal" ], - "zdbId" : [ "1472746-8" ] + "zdbId" : "1472746-8" } \ No newline at end of file diff --git a/src/test/resources/output/json/01223/HT012237361.json b/src/test/resources/output/json/01223/HT012237361.json index 9824a3581..80394b615 100644 --- a/src/test/resources/output/json/01223/HT012237361.json +++ b/src/test/resources/output/json/01223/HT012237361.json @@ -1,12 +1,12 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : [ "Statistisches Landesamt Rheinland-Pfalz", "Statistisches Landesamt" ], "id" : "http://d-nb.info/gnd/36467-8", "label" : "Rheinland-Pfalz. Statistisches Landesamt", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -14,29 +14,28 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/36467-8" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "19991120", "dateModified" : "20080109", "id" : "http://lobid.org/resources/HT012237361" - } ], + }, "exemplar" : [ { "callNumber" : "Per. 5157", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012237361:DE-107:Per.%205157" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012237361#!", "id" : "http://lobid.org/items/HT012237361:DE-107:Per.%205157#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-107" - } ], + }, "type" : [ "Item" ] } ], - "hbzId" : [ "HT012237361" ], + "hbzId" : "HT012237361", "id" : "http://lobid.org/resources/HT012237361#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT012237361" - } ], - "issued" : [ "1975 - 1975" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -45,13 +44,17 @@ "label" : "Print" } ], "otherTitleInformation" : [ "Statistische Berichte des Statistischen Landesamtes Rheinland-Pfalz" ], - "placeOfPublication" : [ "Bad Ems" ], - "publicationStatement" : [ "Bad Ems; Statist. Landesamt; 1975" ], - "publisher" : [ "Statist. Landesamt" ], + "publication" : [ { + "endDate" : "1975", + "location" : "Bad Ems", + "publishedBy" : "Statist. Landesamt", + "startDate" : "1975", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://ld.zdb-services.de/resource/590016-5" } ], - "title" : [ "Statistische Berichte des Statistischen Landesamtes Rheinland-Pfalz / L / 4 / 6" ], + "title" : "Statistische Berichte des Statistischen Landesamtes Rheinland-Pfalz / L / 4 / 6", "type" : [ "BibliographicResource", "Journal" ], - "zdbId" : [ "590016-5" ] + "zdbId" : "590016-5" } \ No newline at end of file diff --git a/src/test/resources/output/json/01289/HT012895751.json b/src/test/resources/output/json/01289/HT012895751.json index 5e0cbda02..53a45b79a 100644 --- a/src/test/resources/output/json/01289/HT012895751.json +++ b/src/test/resources/output/json/01289/HT012895751.json @@ -1,11 +1,11 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/2037247-4", "label" : "Main-Kinzig-Kreis", "type" : [ "PlaceOrGeographicName" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -13,30 +13,29 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/2037247-4" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20010111", "dateModified" : "20010312", "id" : "http://lobid.org/resources/HT012895751" - } ], + }, "exemplar" : [ { "callNumber" : "C2001A/13", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012895751:DE-929:C2001A%2F13" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012895751#!", "id" : "http://lobid.org/items/HT012895751:DE-929:C2001A%2F13#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-929" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "76 S. : zahlr. Ill." ], - "hbzId" : [ "HT012895751" ], + "extent" : "76 S. : zahlr. Ill.", + "hbzId" : "HT012895751", "id" : "http://lobid.org/resources/HT012895751#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT012895751" - } ], - "issued" : [ "2000" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -45,9 +44,12 @@ "label" : "Print" } ], "otherTitleInformation" : [ "Informationen für Bürger, Neubürger & Gäste" ], - "placeOfPublication" : [ "Bad Kreuznach" ], - "publicationStatement" : [ "Bad Kreuznach; FORM-Medien-Verl.-Ges.; 2000" ], - "publisher" : [ "FORM-Medien-Verl.-Ges." ], + "publication" : [ { + "location" : "Bad Kreuznach", + "publishedBy" : "FORM-Medien-Verl.-Ges.", + "startDate" : "2000", + "type" : [ "Publication" ] + } ], "rpbSubject" : [ { "id" : "https://w3id.org/lobid/rpb2#n710", "label" : "Geographie" @@ -70,6 +72,6 @@ "subjectChain" : [ "Main-Kinzig-Kreis | Heimatkunde" ], "subjectLabel" : [ "Heimatgeschichte", "Heimatforschung" ], "subjectOrder" : [ "http://d-nb.info/gnd/4037117-7, http://d-nb.info/gnd/4127794-6" ], - "title" : [ "Mainz-Kinzig-Kreis" ], + "title" : "Mainz-Kinzig-Kreis", "type" : [ "BibliographicResource", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01292/HT012926727.json b/src/test/resources/output/json/01292/HT012926727.json index 0cdcdc191..a3e204d57 100644 --- a/src/test/resources/output/json/01292/HT012926727.json +++ b/src/test/resources/output/json/01292/HT012926727.json @@ -1,12 +1,12 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : "Müller, L.", "id" : "http://d-nb.info/gnd/1031919368", "label" : "Müller, Leonhard", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -14,427 +14,426 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/1031919368" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20010220", "dateModified" : "20130305", "id" : "http://lobid.org/resources/HT012926727" - } ], + }, "edition" : [ "2. Aufl." ], "exemplar" : [ { "callNumber" : "XYG1362(2)+1", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-468:XYG1362(2)%2B1" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-468:XYG1362(2)%2B1#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-468" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "W-Wgm32 20:2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-Hag4:W-Wgm32%2020:2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-Hag4:W-Wgm32%2020:2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Hag4" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "01PUM23(2)", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-1010:01PUM23(2)" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-1010:01PUM23(2)#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1010" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "WQB20673:2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-294:WQB20673:2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-294:WQB20673:2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-294" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "E/ZB-Wgm32 20:2B", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-Hag4:E%2FZB-Wgm32%2020:2B" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-Hag4:E%2FZB-Wgm32%2020:2B#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Hag4" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "81PUM5023(2)+1", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-Hag4-4:81PUM5023(2)%2B1" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-Hag4-4:81PUM5023(2)%2B1#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Hag4-4" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "28A2398", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-38:28A2398" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-38:28A2398#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-38" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "jurj354.m946", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-61-81:jurj354.m946" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-61-81:jurj354.m946#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-61-81" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "XYG Müll", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-829:XYG%20M%C3%BCll" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-829:XYG%20M%C3%BCll#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-829" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-60:XYG1451(2)%2B1_d" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-60:XYG1451(2)%2B1_d#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-60" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "wirq509.m946", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-61:wirq509.m946" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-61:wirq509.m946#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-61" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "00/XYG3(2)", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1393" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "81PUM5023(2)", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-Hag4-4:81PUM5023(2)" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-Hag4-4:81PUM5023(2)#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Hag4-4" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "XYG 6(2)", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-Dm13:XYG%206(2)" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-Dm13:XYG%206(2)#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Dm13" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "ZPO41357(2)", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-464:ZPO41357(2)" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-464:ZPO41357(2)#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-464" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "PUM 119(2)", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-51:PUM%20119(2)" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-51:PUM%20119(2)#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-51" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "XYF Muel", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-Bi10:XYF%20Muel" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-Bi10:XYF%20Muel#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bi10" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "21 ZPH 743(2)", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-A96:21%20ZPH%20743(2)" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-A96:21%20ZPH%20743(2)#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-A96" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "00/XYG3(2)+3", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)%2B3" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)%2B3#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1393" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "00/XYG3(2)+2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)%2B2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)%2B2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1393" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "00/XYG3(2)+4", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)%2B4" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)%2B4#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1393" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "G IV a 132", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-6-017:G%20IV%20a%20132" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-6-017:G%20IV%20a%20132#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6-017" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "ZPH3644(2)+1", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-465:ZPH3644(2)%2B1" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-465:ZPH3644(2)%2B1#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-465" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "XYG1451(2)_d", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-464:XYG1451(2)_d" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-464:XYG1451(2)_d#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-464" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "XYG1362(2)", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-468:XYG1362(2)" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-468:XYG1362(2)#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-468" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "XYG1451(2)+1_d", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-464:XYG1451(2)%2B1_d" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-464:XYG1451(2)%2B1_d#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-464" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "AR/G 2003 6306(2)", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-Kob7:AR%2FG%202003%206306(2)" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-Kob7:AR%2FG%202003%206306(2)#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Kob7" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "ZPH3644(2)", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-465:ZPH3644(2)" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-465:ZPH3644(2)#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-465" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "11 ZPH 26 (2)", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-Due62:11%20ZPH%2026%20(2)" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-Due62:11%20ZPH%2026%20(2)#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Due62" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "etech A 002 2. Aufl.", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-1042:etech%20A%20002%202.%20Aufl." - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-1042:etech%20A%20002%202.%20Aufl.#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1042" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "E/ZB-Wgm32 20:2A", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-Hag4:E%2FZB-Wgm32%2020:2A" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-Hag4:E%2FZB-Wgm32%2020:2A#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Hag4" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "PUM 16(2)", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-836:PUM%2016(2)" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-836:PUM%2016(2)#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-836" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "16 ZPH 26 (2) +1", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-Due62:16%20ZPH%2026%20(2)%20%2B1" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-Due62:16%20ZPH%2026%20(2)%20%2B1#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Due62" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "3H 62052", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-6:3H%2062052" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-6:3H%2062052#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "81PUM5023(2)+2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-Hag4-4:81PUM5023(2)%2B2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-Hag4-4:81PUM5023(2)%2B2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Hag4-4" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "WQB20673+1:2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-294:WQB20673%2B1:2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-294:WQB20673%2B1:2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-294" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "R 278 2001/11", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT012926727:DE-5-225:R%20278%202001%2F11" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", "id" : "http://lobid.org/items/HT012926727:DE-5-225:R%20278%202001%2F11#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5-225" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "XIV, 514 S. : graph. Darst., Kt." ], - "hbzId" : [ "HT012926727" ], + "extent" : "XIV, 514 S. : graph. Darst., Kt.", + "hbzId" : "HT012926727", "id" : "http://lobid.org/resources/HT012926727#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT012926727" - } ], + }, "isbn" : [ "9783540676379", "3540676376", "9783642631948" ], - "issued" : [ "2001" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -443,13 +442,16 @@ "label" : "Print" } ], "otherTitleInformation" : [ "technische, wirtschaftliche und rechtliche Grundlagen" ], - "placeOfPublication" : [ "Berlin [u.a.]" ], - "publicationStatement" : [ "Berlin [u.a.]; Springer; 2001" ], - "publisher" : [ "Springer" ], + "publication" : [ { + "location" : "Berlin [u.a.]", + "publishedBy" : "Springer", + "startDate" : "2001", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT012926727" } ], - "statementOfResponsibility" : [ "Leonhard Müller" ], + "statementOfResponsibility" : "Leonhard Müller", "subject" : [ { "id" : "http://d-nb.info/gnd/4011882-4", "label" : "Deutschland", @@ -465,6 +467,6 @@ "tableOfContents" : [ { "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1533597&custom_att_2=simple_viewer" } ], - "title" : [ "Handbuch der Elektrizitätswirtschaft" ], + "title" : "Handbuch der Elektrizitätswirtschaft", "type" : [ "BibliographicResource", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01307/HT013077595.json b/src/test/resources/output/json/01307/HT013077595.json index 0fb404405..9271370c3 100644 --- a/src/test/resources/output/json/01307/HT013077595.json +++ b/src/test/resources/output/json/01307/HT013077595.json @@ -4,34 +4,34 @@ "id" : "http://lobid.org/resources/NWBib" } ], "contribution" : [ { - "agent" : [ { - "id" : "http://d-nb.info/gnd/128755-2", - "label" : "Kreisheimatverein (Coesfeld)", - "type" : [ "CorporateBody" ] - } ], + "agent" : { + "id" : "http://d-nb.info/gnd/11079267X", + "label" : "Balke, Kirsten", + "type" : [ "Person" ] + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "altLabel" : "Boer, Hans Peter", "id" : "http://d-nb.info/gnd/109490312", "label" : "Boer, Hans-Peter", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/red", "label" : "Redaktor" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "id" : "http://d-nb.info/gnd/11079267X", - "label" : "Balke, Kirsten", - "type" : [ "Person" ] - } ], + "agent" : { + "id" : "http://d-nb.info/gnd/128755-2", + "label" : "Kreisheimatverein (Coesfeld)", + "type" : [ "CorporateBody" ] + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -40,52 +40,51 @@ } ], "contributorOrder" : [ "http://d-nb.info/gnd/11079267X | http://d-nb.info/gnd/109490312 | http://d-nb.info/gnd/128755-2" ], "coverage" : [ "Coesfeld ", "Coesfeld" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20010705", "dateModified" : "20011113", "id" : "http://lobid.org/resources/HT013077595" - } ], + }, "exemplar" : [ { "callNumber" : "2J 1468", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT013077595:DE-6:2J%201468" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT013077595#!", "id" : "http://lobid.org/items/HT013077595:DE-6:2J%201468#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Y 401 - 36", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT013077595:DE-6-290:Y%20401%20-%2036" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT013077595#!", "id" : "http://lobid.org/items/HT013077595:DE-6-290:Y%20401%20-%2036#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6-290" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "AA 12514", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT013077595:DE-6:AA%2012514" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT013077595#!", "id" : "http://lobid.org/items/HT013077595:DE-6:AA%2012514#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "VII, 119 S. : Ill., graph. Darst., Kt." ], - "hbzId" : [ "HT013077595" ], + "extent" : "VII, 119 S. : Ill., graph. Darst., Kt.", + "hbzId" : "HT013077595", "id" : "http://lobid.org/resources/HT013077595#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT013077595" - } ], - "issued" : [ "2000" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -105,8 +104,10 @@ "label" : "Geschichte" } ], "otherTitleInformation" : [ "Kirsten Balke. [Hrsg.: Kreisheimatverein Coesfeld e.V. Red.: Hans-Peter Boer ...]" ], - "placeOfPublication" : [ "Coesfeld" ], - "publicationStatement" : [ "Coesfeld; 2000" ], + "publication" : [ { + "location" : "Coesfeld", + "startDate" : "2000" + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT013077595" } ], @@ -136,6 +137,6 @@ "subjectChain" : [ "Coesfeld | Heimatkundeunterricht | Lehrmittel (213)", "Kreis Coesfeld | Heimatkundeunterricht | Lehrmittel (213)" ], "subjectLabel" : [ "Heimatkunde (Unterricht)", "Heimatkundedidaktik", "Kreistag (Kreis Coesfeld)", "Stadt Coesfeld", "Hauptamt (Kreis Coesfeld)", "Kreis Coesfeld. Kreistag", "Coesfeld. Hauptamt", "Coesfeld (Kreis)", "Kosfel'd", "Kreis Coesfeld. Hauptamt", "Coesfeld. Stadtdirektor", "Stadtdirektor (Coesfeld)", "Kreis Coesfeld. Kreisverwaltung", "Heimatkunde / Didaktik", "Coesfeld. Pressestelle", "Oberkreisdirektor (Kreis Coesfeld)", "Landrat (Kreis Coesfeld)", "Hauptamt (Coesfeld)", "Kreis Coesfeld. Oberkreisdirektor", "Landkreis Coesfeld", "Kreis Coesfeld. Landrat", "Kreisverwaltung (Kreis Coesfeld)", "Pressestelle (Coesfeld)" ], "subjectOrder" : [ "http://d-nb.info/gnd/4010355-9, http://d-nb.info/gnd/4024116-6, Lehrmittel", "http://d-nb.info/gnd/4010356-0, http://d-nb.info/gnd/4024116-6, Lehrmittel" ], - "title" : [ "Geschichte hier" ], + "title" : "Geschichte hier", "type" : [ "BibliographicResource", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01330/HT013304490.json b/src/test/resources/output/json/01330/HT013304490.json index 80d440963..e8a17b5ee 100644 --- a/src/test/resources/output/json/01330/HT013304490.json +++ b/src/test/resources/output/json/01330/HT013304490.json @@ -1,54 +1,53 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", - "describedby" : [ { + "describedby" : { "dateCreated" : "20020301", "dateModified" : "20130724", "id" : "http://lobid.org/resources/HT013304490" - } ], + }, "exemplar" : [ { "callNumber" : "<<01>> 34 Z 41", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT013304490:DE-829:%3C%3C01%3E%3E%2034%20Z%2041" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT013304490#!", "id" : "http://lobid.org/items/HT013304490:DE-829:%3C%3C01%3E%3E%2034%20Z%2041#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-829" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Zd Decide", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT013304490:DE-Kn3:Zd%20Decide" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT013304490#!", "id" : "http://lobid.org/items/HT013304490:DE-Kn3:Zd%20Decide#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Kn3" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT013304490:DE-Tr5:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT013304490#!", "id" : "http://lobid.org/items/HT013304490:DE-Tr5:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Tr5" - } ], + }, "type" : [ "Item" ] } ], "frequency" : [ "Periodizität: vierteljährl." ], "hasSupplement" : [ { "id" : "http://lobid.org/resources/HT013304885#!" } ], - "hbzId" : [ "HT013304490" ], + "hbzId" : "HT013304490", "id" : "http://lobid.org/resources/HT013304490#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT013304490" - } ], + }, "issn" : [ "16187792" ], - "issued" : [ "2002 - 2002" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -58,9 +57,13 @@ } ], "oclcnum" : [ "635743319" ], "otherTitleInformation" : [ "Magazin für Frauen, Kultur & Luxus" ], - "placeOfPublication" : [ "Ulm" ], - "publicationStatement" : [ "Ulm; Ebner; 2002" ], - "publisher" : [ "Ebner" ], + "publication" : [ { + "endDate" : "2002", + "location" : "Ulm", + "publishedBy" : "Ebner", + "startDate" : "2002", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://worldcat.org/oclc/635743319" }, { @@ -93,7 +96,7 @@ "subjectChain" : [ "Schmuck | Zeitschrift" ], "subjectLabel" : [ "Juwelierschmuck", "Zeitschriften", "Periodikum", "Schmuckware", "Juwelen", "Juwelenschmuck" ], "subjectOrder" : [ "http://d-nb.info/gnd/4052945-9, http://d-nb.info/gnd/4067488-5" ], - "title" : [ "Décidé" ], + "title" : "Décidé", "type" : [ "BibliographicResource", "Journal" ], - "zdbId" : [ "2073588-1" ] + "zdbId" : "2073588-1" } \ No newline at end of file diff --git a/src/test/resources/output/json/01357/HT013577568.json b/src/test/resources/output/json/01357/HT013577568.json index b9cf30616..06f5afef8 100644 --- a/src/test/resources/output/json/01357/HT013577568.json +++ b/src/test/resources/output/json/01357/HT013577568.json @@ -1,6 +1,6 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", - "bibliographicCitation" : [ "Kontinuität und Diskontinuität / hrsg. von Thomas Grünewald ... - Berlin [u.a.], 2003. - (Reallexikon der germanischen Altertumskunde : Ergänzungsbände ; 35). - S. [266]-344 : Ill., Kt." ], + "bibliographicCitation" : "Kontinuität und Diskontinuität / hrsg. von Thomas Grünewald ... - Berlin [u.a.], 2003. - (Reallexikon der germanischen Altertumskunde : Ergänzungsbände ; 35). - S. [266]-344 : Ill., Kt.", "collectedBy" : [ { "id" : "http://lobid.org/resources/NWBib" } ], @@ -8,11 +8,11 @@ "id" : "http://lobid.org/resources/HT013538692#!" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/108092704", "label" : "Heinrichs, Johannes", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -20,19 +20,18 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/108092704" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20030212", "id" : "http://lobid.org/resources/HT013577568" - } ], - "hbzId" : [ "HT013577568" ], + }, + "hbzId" : "HT013577568", "id" : "http://lobid.org/resources/HT013577568#!", "isPartOf" : [ { "id" : "http://lobid.org/resources/HT013538692#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT013577568" - } ], - "issued" : [ "2003" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -49,11 +48,13 @@ "label" : "Germanen" } ], "otherTitleInformation" : [ "Mittel- und Niederrhein ca. 70 - 71 v. Chr. anhand germanischer Münzen" ], - "publicationStatement" : [ "2003" ], + "publication" : [ { + "startDate" : "2003" + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT013577568" } ], - "statementOfResponsibility" : [ "von Johannes Heinrichs" ], + "statementOfResponsibility" : "von Johannes Heinrichs", "subject" : [ { "id" : "http://d-nb.info/gnd/4049788-4", "label" : "Rheinland", @@ -92,6 +93,6 @@ "subjectChain" : [ "Römerzeit | Münzfund | Geschichte 71 v. Chr.-70 v. Chr (2314,3214)", "Rheinland", "Rheinland | Römerzeit | Germanen | Münze | Geschichte 71 v. Chr.-70 v. Chr (23415,34215,43215)" ], "subjectLabel" : [ "Metallgeld", "Fundmünze", "Münzschatz", "Römische Zeit", "Germanische Völker", "Rheinlande (im engeren Sinn)", "Münzen" ], "subjectOrder" : [ "http://d-nb.info/gnd/4049788-4, http://d-nb.info/gnd/4076769-3, http://d-nb.info/gnd/4020378-5, http://d-nb.info/gnd/4040629-5, Geschichte 71 v. Chr.-70 v. Chr", "http://d-nb.info/gnd/4049788-4", "http://d-nb.info/gnd/4076769-3, http://d-nb.info/gnd/4126078-8, Geschichte 71 v. Chr.-70 v. Chr" ], - "title" : [ "Ubier, Chatten, Bataver" ], + "title" : "Ubier, Chatten, Bataver", "type" : [ "BibliographicResource", "Article" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01391/HT013911008.json b/src/test/resources/output/json/01391/HT013911008.json index 023d861ba..3f13b8eb1 100644 --- a/src/test/resources/output/json/01391/HT013911008.json +++ b/src/test/resources/output/json/01391/HT013911008.json @@ -1,23 +1,23 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", - "describedby" : [ { + "describedby" : { "dateCreated" : "20040202", "id" : "http://lobid.org/resources/HT013911008" - } ], + }, "exemplar" : [ { "callNumber" : "CB088.87-4144798", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT013911008:DE-361:CB088.87-4144798" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT013911008#!", "id" : "http://lobid.org/items/HT013911008:DE-361:CB088.87-4144798#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-361" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "1 CD-ROM ; 12 cm + 1 Beih. [6] S." ], - "hbzId" : [ "HT013911008" ], + "extent" : "1 CD-ROM ; 12 cm + 1 Beih. [6] S.", + "hbzId" : "HT013911008", "id" : "http://lobid.org/resources/HT013911008#!", "inSeries" : [ { "numbering" : "5", @@ -29,11 +29,10 @@ "isPartOf" : [ { "id" : "http://lobid.org/resources/HT013911051#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT013911008" - } ], + }, "isbn" : [ "3936547041", "9783936547047" ], - "issued" : [ "2003" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -42,9 +41,12 @@ }, { "id" : "http://purl.org/ontology/bibo/AudioDocument" } ], - "placeOfPublication" : [ "Velbert" ], - "publicationStatement" : [ "Velbert; Eutropia; 2003" ], - "publisher" : [ "Eutropia" ], + "publication" : [ { + "location" : "Velbert", + "publishedBy" : "Eutropia", + "startDate" : "2003", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT013911008" } ], @@ -59,7 +61,7 @@ "subjectChain" : [ "Rothenburg ob der Tauber | CD-ROM" ], "subjectLabel" : [ "Rothenburg ob der Tauber", "Stadtmagistrat (Rothenburg, Tauber)", "Rothenburg, Tauber", "Rothenburg o.d.T." ], "subjectOrder" : [ "http://d-nb.info/gnd/4050698-8, CD-ROM" ], - "title" : [ "1000 Fotos aus Rothenburg ob der Tauber" ], + "title" : "1000 Fotos aus Rothenburg ob der Tauber", "type" : [ "BibliographicResource", "Miscellaneous" ], "volume" : [ "5" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01401/HT014015351.json b/src/test/resources/output/json/01401/HT014015351.json index 953039bbf..8831f9fc5 100644 --- a/src/test/resources/output/json/01401/HT014015351.json +++ b/src/test/resources/output/json/01401/HT014015351.json @@ -1,153 +1,152 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { - "id" : "http://d-nb.info/gnd/136788548", - "label" : "Jäger, Ludwig", + "agent" : { + "id" : "http://d-nb.info/gnd/129016713", + "label" : "Fehrmann, Gisela", "type" : [ "Person" ] - } ], + }, "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/hnr", - "label" : "Gefeierte Person" + "id" : "http://id.loc.gov/vocabulary/relators/edt", + "label" : "Herausgeber/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "id" : "http://d-nb.info/gnd/129016713", - "label" : "Fehrmann, Gisela", + "agent" : { + "id" : "http://d-nb.info/gnd/136788548", + "label" : "Jäger, Ludwig", "type" : [ "Person" ] - } ], + }, "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/edt", - "label" : "Herausgeber/in" + "id" : "http://id.loc.gov/vocabulary/relators/hnr", + "label" : "Gefeierte Person" } ], "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/129016713 | http://d-nb.info/gnd/136788548" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20040511", "dateModified" : "20081128", "id" : "http://lobid.org/resources/HT014015351" - } ], + }, "exemplar" : [ { "callNumber" : "2010/1208", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT014015351:DE-5:2010%2F1208" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", "id" : "http://lobid.org/items/HT014015351:DE-5:2010%2F1208#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "alge910.s772", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT014015351:DE-61:alge910.s772" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", "id" : "http://lobid.org/items/HT014015351:DE-61:alge910.s772#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-61" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "BJHJ1028", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT014015351:DE-468:BJHJ1028" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", "id" : "http://lobid.org/items/HT014015351:DE-468:BJHJ1028#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-468" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "IFB9657", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT014015351:DE-294:IFB9657" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", "id" : "http://lobid.org/items/HT014015351:DE-294:IFB9657#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-294" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "OH058 S7L5", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT014015351:DE-361:OH058%20S7L5" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", "id" : "http://lobid.org/items/HT014015351:DE-361:OH058%20S7L5#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-361" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "deu 503-109", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT014015351:DE-Lan1:deu%20503-109" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", "id" : "http://lobid.org/items/HT014015351:DE-Lan1:deu%20503-109#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Lan1" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "3H 83949", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT014015351:DE-6:3H%2083949" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", "id" : "http://lobid.org/items/HT014015351:DE-6:3H%2083949#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "deu 503-109a", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT014015351:DE-Lan1:deu%20503-109a" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", "id" : "http://lobid.org/items/HT014015351:DE-Lan1:deu%20503-109a#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Lan1" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "KKZJ 1", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT014015351:DE-Dm13:KKZJ%201" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", "id" : "http://lobid.org/items/HT014015351:DE-Dm13:KKZJ%201#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Dm13" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "21KKZJ1005", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT014015351:DE-467:21KKZJ1005" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", "id" : "http://lobid.org/items/HT014015351:DE-467:21KKZJ1005#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-467" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "324 S. : Ill." ], - "hbzId" : [ "HT014015351" ], + "extent" : "324 S. : Ill.", + "hbzId" : "HT014015351", "id" : "http://lobid.org/resources/HT014015351#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014015351" - } ], + }, "isbn" : [ "9783770538478", "3770538471" ], - "issued" : [ "2005" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -156,13 +155,16 @@ "label" : "Print" } ], "otherTitleInformation" : [ "Praktiken des Symbolischen ; [Festschrift für Ludwig Jäger zum 60. Geburtstag]" ], - "placeOfPublication" : [ "München" ], - "publicationStatement" : [ "München; Fink; 2005" ], - "publisher" : [ "Fink" ], + "publication" : [ { + "location" : "München", + "publishedBy" : "Fink", + "startDate" : "2005", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT014015351" } ], - "statementOfResponsibility" : [ "hrsg. von Gisela Fehrmann ..." ], + "statementOfResponsibility" : "hrsg. von Gisela Fehrmann ...", "subject" : [ { "id" : "http://d-nb.info/gnd/4604932-0", "label" : "Abbild", @@ -177,6 +179,6 @@ } ], "subjectChain" : [ "Abbild | Symbolik | Aufsatzsammlung (213)" ], "subjectOrder" : [ "http://d-nb.info/gnd/4604932-0, http://d-nb.info/gnd/4184194-3, Aufsatzsammlung" ], - "title" : [ "Spuren, Lektüren" ], + "title" : "Spuren, Lektüren", "type" : [ "BibliographicResource", "Book", "Festschrift", "EditedVolume" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01404/HT014046679.json b/src/test/resources/output/json/01404/HT014046679.json index 848231202..e9e7d069d 100644 --- a/src/test/resources/output/json/01404/HT014046679.json +++ b/src/test/resources/output/json/01404/HT014046679.json @@ -1,34 +1,34 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/183839064", "label" : "Herrenbrück, Erika", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/175894612", "label" : "Hoefler, Angelika", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "altLabel" : "Amt für Jugendarbeit", "id" : "http://d-nb.info/gnd/2095440-2", "label" : "Evangelische Kirche von Westfalen. Amt für Jugendarbeit", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -36,30 +36,29 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/183839064 | http://d-nb.info/gnd/175894612 | http://d-nb.info/gnd/2095440-2" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20040615", "dateModified" : "20041018", "id" : "http://lobid.org/resources/HT014046679" - } ], + }, "exemplar" : [ { "callNumber" : "ICE Brav", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT014046679:DE-Bi10:ICE%20Brav" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT014046679#!", "id" : "http://lobid.org/items/HT014046679:DE-Bi10:ICE%20Brav#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bi10" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "1 Spiel (Inhalt: 1 Spielanleitung, 100 Situationskarten: 60 für Frauen, 40 für Mädchen (ab 12 J.). 90 Brave-Karten, 90 Böse-Karten)" ], - "hbzId" : [ "HT014046679" ], + "extent" : "1 Spiel (Inhalt: 1 Spielanleitung, 100 Situationskarten: 60 für Frauen, 40 für Mädchen (ab 12 J.). 90 Brave-Karten, 90 Böse-Karten)", + "hbzId" : "HT014046679", "id" : "http://lobid.org/resources/HT014046679#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014046679" - } ], - "issued" : [ "1997" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -69,13 +68,16 @@ } ], "note" : [ "Lizenziert für das Amt für Jugendarbeit der Evangelischen Kirche von Westfalen, Haus Villigast" ], "otherTitleInformation" : [ "das Kommunikationsspiel zur Bewertung weiblichen Verhaltens für 2 - 8 Spielerinnen" ], - "placeOfPublication" : [ "Hennef" ], - "publicationStatement" : [ "Hennef; INVENTION; 1997" ], - "publisher" : [ "INVENTION" ], + "publication" : [ { + "location" : "Hennef", + "publishedBy" : "INVENTION", + "startDate" : "1997", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT014046679" } ], - "statementOfResponsibility" : [ "Idee und Konzeption: Erika Herrenbrück. Texte: Angelika Hoefler" ], - "title" : [ "Brave Mädchen - Böse Mädchen" ], + "statementOfResponsibility" : "Idee und Konzeption: Erika Herrenbrück. Texte: Angelika Hoefler", + "title" : "Brave Mädchen - Böse Mädchen", "type" : [ "BibliographicResource", "Game" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01421/HT014215912.json b/src/test/resources/output/json/01421/HT014215912.json index 177a92a79..45fbee6b0 100644 --- a/src/test/resources/output/json/01421/HT014215912.json +++ b/src/test/resources/output/json/01421/HT014215912.json @@ -1,6 +1,6 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", - "bibliographicCitation" : [ "Karl der Große und Europa / hrsg. von der Schweizerischen Botschaft in der Bundesrepublik Deutschland ... - Frankfurt am Main [u.a.], 2004. - S. 67-86 : Ill." ], + "bibliographicCitation" : "Karl der Große und Europa / hrsg. von der Schweizerischen Botschaft in der Bundesrepublik Deutschland ... - Frankfurt am Main [u.a.], 2004. - S. 67-86 : Ill.", "collectedBy" : [ { "id" : "http://lobid.org/resources/NWBib" } ], @@ -8,11 +8,11 @@ "id" : "http://lobid.org/resources/HT014168843#!" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/121815684", "label" : "Lüken, Sven", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -20,19 +20,18 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/121815684" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20041208", "id" : "http://lobid.org/resources/HT014215912" - } ], - "hbzId" : [ "HT014215912" ], + }, + "hbzId" : "HT014215912", "id" : "http://lobid.org/resources/HT014215912#!", "isPartOf" : [ { "id" : "http://lobid.org/resources/HT014168843#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014215912" - } ], - "issued" : [ "2004" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -48,11 +47,13 @@ "id" : "http://purl.org/lobid/nwbib#s240000", "label" : "Geschichte" } ], - "publicationStatement" : [ "2004" ], + "publication" : [ { + "startDate" : "2004" + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT014215912" } ], - "statementOfResponsibility" : [ "Sven Lüken" ], + "statementOfResponsibility" : "Sven Lüken", "subject" : [ { "dateOfBirth" : "747", "dateOfDeath" : "814", @@ -70,6 +71,6 @@ "subjectChain" : [ "Karl, I. (747-814), Heiliges Römisches Reich, Kaiser | Herrscherbild | Geschichte (213)" ], "subjectLabel" : [ "le Grand (747-814)", "Germania, Imperator (747-814)", "Mór (747-814)", "Magnus (747-814)", "Magno (747-814)", "the Great (747-814)", "Carlomagno (747-814)", "Römischer Kaiser (747-814)", "Franken, König (747-814)", "Karlmeinet (747-814)", "der Große (747-814)", "Charlemaigne (747-814)", "Magnus Germanus (747-814)", "Charlemagne (747-814)", "Heiliges Römisches Reich, Kaiser (747-814)", "Imperium Romanum-Germanicum, Imperator (747-814)", "Römisches Reich, Kaiser I. (747-814)", "Charlemaine (747-814)" ], "subjectOrder" : [ "http://d-nb.info/gnd/118560034, http://d-nb.info/gnd/4159648-1, Geschichte" ], - "title" : [ "Karl der Große und sein Bild" ], + "title" : "Karl der Große und sein Bild", "type" : [ "BibliographicResource", "Article" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01431/HT014319164.json b/src/test/resources/output/json/01431/HT014319164.json index d835b2cfc..ee06872c2 100644 --- a/src/test/resources/output/json/01431/HT014319164.json +++ b/src/test/resources/output/json/01431/HT014319164.json @@ -4,23 +4,23 @@ "id" : "http://lobid.org/resources/NWBib" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "dateOfBirth" : "1948", "id" : "http://d-nb.info/gnd/133595935", "label" : "Reinarz, Titus", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/159865794", "label" : "Adenauer, Konrad", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -29,41 +29,40 @@ } ], "contributorOrder" : [ "http://d-nb.info/gnd/133595935 | http://d-nb.info/gnd/159865794" ], "coverage" : [ "Bad Honnef", "Köln" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20050322", "dateModified" : "20130117", "id" : "http://lobid.org/resources/HT014319164" - } ], + }, "exemplar" : [ { "callNumber" : "2005/1952", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT014319164:DE-929:2005%2F1952" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT014319164#!", "id" : "http://lobid.org/items/HT014319164:DE-929:2005%2F1952#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-929" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "17B2432", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT014319164:DE-38:17B2432" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT014319164#!", "id" : "http://lobid.org/items/HT014319164:DE-38:17B2432#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-38" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "183 S. : überw. Ill." ], - "hbzId" : [ "HT014319164" ], + "extent" : "183 S. : überw. Ill.", + "hbzId" : "HT014319164", "id" : "http://lobid.org/resources/HT014319164#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014319164" - } ], - "issued" : [ "1998" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -76,9 +75,12 @@ "label" : "Künstler" } ], "otherTitleInformation" : [ "Bildhauer" ], - "placeOfPublication" : [ "[Sinzig]" ], - "publicationStatement" : [ "[Sinzig]; [Selbstverl.]; 1998" ], - "publisher" : [ "[Selbstverl.]" ], + "publication" : [ { + "location" : "[Sinzig]", + "publishedBy" : "[Selbstverl.]", + "startDate" : "1998", + "type" : [ "Publication" ] + } ], "rpbSubject" : [ { "id" : "https://w3id.org/lobid/rpb2#n140", "label" : "Pflichtexemplar Region Koblenz" @@ -92,7 +94,7 @@ "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT014319164" } ], - "statementOfResponsibility" : [ "[Textbeitr. Konrad Adenauer ...]" ], + "statementOfResponsibility" : "[Textbeitr. Konrad Adenauer ...]", "subject" : [ { "dateOfBirth" : "1948", "id" : "http://d-nb.info/gnd/133595935", @@ -109,6 +111,6 @@ "subjectChain" : [ "Reinarz, Titus (1948-) | Plastik | Bildband" ], "subjectLabel" : [ "Bildhauerkunst", "Skulpturen", "Bildwerk", "Skulptur", "Plastiken" ], "subjectOrder" : [ "http://d-nb.info/gnd/133595935, http://d-nb.info/gnd/4046277-8, Bildband" ], - "title" : [ "Titus Reinarz" ], + "title" : "Titus Reinarz", "type" : [ "BibliographicResource", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01452/HT014525099.json b/src/test/resources/output/json/01452/HT014525099.json index be215af5b..73aedc333 100644 --- a/src/test/resources/output/json/01452/HT014525099.json +++ b/src/test/resources/output/json/01452/HT014525099.json @@ -1,125 +1,124 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : [ "Bach, Johannes S.", "Bach, Johann S.", "Bach, ...", "Bach, Sebastian", "Bach, Joh.-Seb.", "Bach, Jean-Sebastien", "Bach, Joh. Sebastian", "Bach, Jean S.", "Bach, Iogann Sebastʹjan", "Bach, Giovanni Sebastiano", "Bach, J. S.", "Bach, Jan Sebastian", "Bach, Joh. Seb.", "Bach, Joh. Sebas.", "Bach, Johann Seb.", "Bach, Johann-Sebastian", "Bach, G. S.", "Bach, Jean-Sébastien", "Bach, Joh. Sebast.", "Bach, Johannes Sebastian" ], "id" : "http://d-nb.info/gnd/11850553X", "label" : "Bach, Johann Sebastian", "type" : [ "Person" ] + }, + "role" : [ { + "id" : "http://id.loc.gov/vocabulary/relators/cre", + "label" : "Autor/in" } ], + "type" : [ "Contribution" ] + }, { + "agent" : { + "altLabel" : "Ože, Arlen", + "id" : "http://d-nb.info/gnd/129389641", + "label" : "Augér, Arleen", + "type" : [ "Person" ] + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/128992204", "label" : "Wenkel, Ortrun", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "altLabel" : "Adam, Theo Siegfried", - "id" : "http://d-nb.info/gnd/118500546", - "label" : "Adam, Theo", + "agent" : { + "altLabel" : [ "Shuraiya, Pētā", "Šrajer, Peter", "Schreier, P." ], + "id" : "http://d-nb.info/gnd/118610724", + "label" : "Schreier, Peter", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "altLabel" : [ "Neues Bach'sches Collegium Musicum", "New Leipzig Bach Collegium Musicum" ], - "id" : "http://d-nb.info/gnd/806366-7", - "label" : "Neues Bachisches Collegium Musicum (Leipzig)", - "type" : [ "CorporateBody" ] - } ], + "agent" : { + "altLabel" : "Adam, Theo Siegfried", + "id" : "http://d-nb.info/gnd/118500546", + "label" : "Adam, Theo", + "type" : [ "Person" ] + }, "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Mitwirkende" + "id" : "http://id.loc.gov/vocabulary/relators/cre", + "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "altLabel" : [ "Shuraiya, Pētā", "Šrajer, Peter", "Schreier, P." ], - "id" : "http://d-nb.info/gnd/118610724", - "label" : "Schreier, Peter", + "agent" : { + "altLabel" : [ "Rotzsch, Hans Joachim", "Rotzsch, Hans J." ], + "id" : "http://d-nb.info/gnd/118867539", + "label" : "Rotzsch, Hans-Joachim", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "altLabel" : [ "Thomaner Chor", "Thomaner" ], "id" : "http://d-nb.info/gnd/1212749-8", "label" : "Thomanerchor (Leipzig)", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "altLabel" : "Ože, Arlen", - "id" : "http://d-nb.info/gnd/129389641", - "label" : "Augér, Arleen", - "type" : [ "Person" ] - } ], - "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/cre", - "label" : "Autor/in" - } ], - "type" : [ "Contribution" ] - }, { - "agent" : [ { - "altLabel" : [ "Rotzsch, Hans Joachim", "Rotzsch, Hans J." ], - "id" : "http://d-nb.info/gnd/118867539", - "label" : "Rotzsch, Hans-Joachim", - "type" : [ "Person" ] - } ], + "agent" : { + "altLabel" : [ "Neues Bach'sches Collegium Musicum", "New Leipzig Bach Collegium Musicum" ], + "id" : "http://d-nb.info/gnd/806366-7", + "label" : "Neues Bachisches Collegium Musicum (Leipzig)", + "type" : [ "CorporateBody" ] + }, "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/cre", - "label" : "Autor/in" + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/11850553X | http://d-nb.info/gnd/129389641 | http://d-nb.info/gnd/128992204 | http://d-nb.info/gnd/118610724 | http://d-nb.info/gnd/118500546 | http://d-nb.info/gnd/118867539 | http://d-nb.info/gnd/1212749-8 | http://d-nb.info/gnd/806366-7" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20051020", "id" : "http://lobid.org/resources/HT014525099" - } ], + }, "exemplar" : [ { "callNumber" : "AR ba 71", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT014525099:DE-1156:AR%20ba%2071" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT014525099#!", "id" : "http://lobid.org/items/HT014525099:DE-1156:AR%20ba%2071#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1156" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "2 Schallpl. : 33 UpM, stereo ; 30 cm" ], - "hbzId" : [ "HT014525099" ], + "extent" : "2 Schallpl. : 33 UpM, stereo ; 30 cm", + "hbzId" : "HT014525099", "id" : "http://lobid.org/resources/HT014525099#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014525099" - } ], - "issued" : [ "1981" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -129,13 +128,16 @@ "id" : "http://purl.org/ontology/bibo/AudioDocument" } ], "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" ], - "placeOfPublication" : [ "Berlin" ], - "publicationStatement" : [ "Berlin; Dt. Schallplatten; 1981" ], - "publisher" : [ "Dt. Schallplatten" ], + "publication" : [ { + "location" : "Berlin", + "publishedBy" : "Dt. Schallplatten", + "startDate" : "1981", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT014525099" } ], - "statementOfResponsibility" : [ "Johann Sebastian Bach" ], - "title" : [ "Kantaten Ostern, Pfingsten" ], + "statementOfResponsibility" : "Johann Sebastian Bach", + "title" : "Kantaten Ostern, Pfingsten", "type" : [ "BibliographicResource", "PublishedScore" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01499/HT014997977.json b/src/test/resources/output/json/01499/HT014997977.json index 3ca57d413..3fc4a2cf3 100644 --- a/src/test/resources/output/json/01499/HT014997977.json +++ b/src/test/resources/output/json/01499/HT014997977.json @@ -6,35 +6,35 @@ "id" : "http://lobid.org/resource/Edoweb" } ], "contribution" : [ { - "agent" : [ { - "altLabel" : [ "Landesbetrieb Straßen und Verkehr RP", "LSV" ], - "id" : "http://d-nb.info/gnd/10048424-4", - "label" : "Landesbetrieb Straßen und Verkehr Rheinland-Pfalz (Koblenz)", + "agent" : { + "id" : "http://d-nb.info/gnd/3062366-2", + "label" : "Arbeitskreis Straßenbauabfälle Rheinland-Pfalz", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "altLabel" : [ "Landesamt für Umwelt und Gewerbeaufsicht", "LfUG", "Rheinland-Pfalz", "Landesamt für Umweltschutz und Gewerbeaufsicht" ], - "id" : "http://d-nb.info/gnd/2092393-4", - "label" : "Rheinland-Pfalz (Koblenz). Landesamt für Umweltschutz und Gewerbeaufsicht", + "agent" : { + "altLabel" : [ "Landesbetrieb Straßen und Verkehr RP", "LSV" ], + "id" : "http://d-nb.info/gnd/10048424-4", + "label" : "Landesbetrieb Straßen und Verkehr Rheinland-Pfalz (Koblenz)", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "id" : "http://d-nb.info/gnd/3062366-2", - "label" : "Arbeitskreis Straßenbauabfälle Rheinland-Pfalz", + "agent" : { + "altLabel" : [ "Landesamt für Umwelt und Gewerbeaufsicht", "LfUG", "Rheinland-Pfalz", "Landesamt für Umweltschutz und Gewerbeaufsicht" ], + "id" : "http://d-nb.info/gnd/2092393-4", + "label" : "Rheinland-Pfalz (Koblenz). Landesamt für Umweltschutz und Gewerbeaufsicht", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -42,24 +42,23 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/3062366-2 | http://d-nb.info/gnd/10048424-4 | http://d-nb.info/gnd/2092393-4" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20070222", "id" : "http://lobid.org/resources/HT014997977" - } ], + }, "edition" : [ "1. Aufl." ], - "extent" : [ "15, [14] S. : graph. Darst." ], + "extent" : "15, [14] S. : graph. Darst.", "fulltextOnline" : [ { "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1750752&custom_att_2=simple_viewer" } ], "hasVersion" : [ { "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1750752&custom_att_2=simple_viewer" } ], - "hbzId" : [ "HT014997977" ], + "hbzId" : "HT014997977", "id" : "http://lobid.org/resources/HT014997977#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014997977" - } ], - "issued" : [ "2003" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -69,8 +68,10 @@ "id" : "http://rdvocab.info/termList/RDACarrierType/1010" } ], "otherTitleInformation" : [ "Leitfaden für den Geschäftsbereich des Landesbetriebes Straßen und Verkehr" ], - "placeOfPublication" : [ "[Mainz]" ], - "publicationStatement" : [ "[Mainz]; 2003" ], + "publication" : [ { + "location" : "[Mainz]", + "startDate" : "2003" + } ], "rpbSubject" : [ { "id" : "http://purl.org/lobid/rpb#n574040", "label" : "Straßenbau" @@ -81,11 +82,11 @@ "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT014997977" } ], - "statementOfResponsibility" : [ "Arbeitskreis Straßenbauabfälle Rheinland-Pfalz; Landesamt für Umweltschutz und Gewerbeaufsicht; Landesbetrieb Straßen und Verkehr Rheinland-Pfalz" ], + "statementOfResponsibility" : "Arbeitskreis Straßenbauabfälle Rheinland-Pfalz; Landesamt für Umweltschutz und Gewerbeaufsicht; Landesbetrieb Straßen und Verkehr Rheinland-Pfalz", "subject" : [ { "id" : "http://dewey.info/class/380/", "label" : "Handel, Kommunikation, Verkehr" } ], - "title" : [ "Leitfaden für die Behandlung von Ausbauasphalt und Straßenaufbruch mit teer-/pechtypischen Bestandteilen" ], + "title" : "Leitfaden für die Behandlung von Ausbauasphalt und Straßenaufbruch mit teer-/pechtypischen Bestandteilen", "type" : [ "BibliographicResource", "Book", "Thesis" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01508/HT015082724.json b/src/test/resources/output/json/01508/HT015082724.json index 796dcc0a8..f662717e8 100644 --- a/src/test/resources/output/json/01508/HT015082724.json +++ b/src/test/resources/output/json/01508/HT015082724.json @@ -1,32 +1,31 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", - "describedby" : [ { + "describedby" : { "dateCreated" : "20070508", "id" : "http://lobid.org/resources/HT015082724" - } ], + }, "exemplar" : [ { "callNumber" : "CA000 T340[119", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015082724:DE-361:CA000%20T340%5B119" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015082724#!", "id" : "http://lobid.org/items/HT015082724:DE-361:CA000%20T340%5B119#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-361" - } ], + }, "type" : [ "Item" ] } ], - "hbzId" : [ "HT015082724" ], + "hbzId" : "HT015082724", "id" : "http://lobid.org/resources/HT015082724#!", "isPartOf" : [ { "id" : "http://lobid.org/resources/HT001373475#!" }, { "id" : "http://ld.zdb-services.de/resource/208524-0" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015082724" - } ], - "issued" : [ "2006" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/nld" } ], @@ -34,9 +33,12 @@ "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" } ], - "placeOfPublication" : [ "Assen" ], - "publicationStatement" : [ "Assen; Van Gorcum; 2006" ], - "publisher" : [ "Van Gorcum" ], + "publication" : [ { + "location" : "Assen", + "publishedBy" : "Van Gorcum", + "startDate" : "2006", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT015082724" } ], @@ -57,7 +59,7 @@ "subjectChain" : [ "Niederlande | Geschichte | Zeitschrift" ], "subjectLabel" : [ "Batavische Republik", "Vereinigte Niederlande", "Staat Holland" ], "subjectOrder" : [ "http://d-nb.info/gnd/4042203-3, Geschichte, Zeitschrift" ], - "title" : [ "Tijdschrift voor geschiedenis, 119" ], + "title" : "Tijdschrift voor geschiedenis, 119", "type" : [ "BibliographicResource", "Book" ], "volume" : [ "119. 2006", "119" ], "volumeIn" : [ { diff --git a/src/test/resources/output/json/01518/HT015183529.json b/src/test/resources/output/json/01518/HT015183529.json index 3f79a1a42..e4f4de1cc 100644 --- a/src/test/resources/output/json/01518/HT015183529.json +++ b/src/test/resources/output/json/01518/HT015183529.json @@ -1,24 +1,24 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : [ "Scott-Fitzgerald, Francis", "Scott Fitzgerald, F.", "Fitzgerald, Francis S.", "Fitzgerald, F. Scott", "Fitzgerald, Scott F.", "Ficdžeralds, Skots Frānsiss", "Fitzgerald, Francis Scott Key", "Fitzgerald, Scott", "Scott Fitzgerald, Francis", "Fitzgerald, F. S." ], "id" : "http://d-nb.info/gnd/118533592", "label" : "Fitzgerald, Francis Scott", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "altLabel" : "Bruccoli, Matthew J.", "id" : "http://d-nb.info/gnd/119468476", "label" : "Bruccoli, Matthew Joseph", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/edt", "label" : "Herausgeber/in" @@ -26,25 +26,25 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/118533592 | http://d-nb.info/gnd/119468476" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20070618", "id" : "http://lobid.org/resources/HT015183529" - } ], + }, "edition" : [ "12. print." ], "exemplar" : [ { "callNumber" : "2007/4575", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015183529:DE-5:2007%2F4575" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015183529#!", "id" : "http://lobid.org/items/HT015183529:DE-5:2007%2F4575#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "LV, 225 S. : Kt." ], - "hbzId" : [ "HT015183529" ], + "extent" : "LV, 225 S. : Kt.", + "hbzId" : "HT015183529", "id" : "http://lobid.org/resources/HT015183529#!", "inSeries" : [ { "series" : [ { @@ -55,11 +55,10 @@ "isPartOf" : [ { "id" : "http://lobid.org/resources/HT004984061#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015183529" - } ], + }, "isbn" : [ "0521402301", "9780521402309" ], - "issued" : [ "2006" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/eng" } ], @@ -67,13 +66,16 @@ "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" } ], - "placeOfPublication" : [ "Cambridge [u.a.]" ], - "publicationStatement" : [ "Cambridge [u.a.]; Cambridge Univ. Press; 2006" ], - "publisher" : [ "Cambridge Univ. Press" ], + "publication" : [ { + "location" : "Cambridge [u.a.]", + "publishedBy" : "Cambridge Univ. Press", + "startDate" : "2006", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT015183529" } ], - "statementOfResponsibility" : [ "F. Scott Fitzgerald. Ed. by Matthew J. Bruccoli" ], - "title" : [ "The great Gatsby" ], + "statementOfResponsibility" : "F. Scott Fitzgerald. Ed. by Matthew J. Bruccoli", + "title" : "The great Gatsby", "type" : [ "BibliographicResource", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01541/HT015414894.json b/src/test/resources/output/json/01541/HT015414894.json index 094726c6e..f6d809748 100644 --- a/src/test/resources/output/json/01541/HT015414894.json +++ b/src/test/resources/output/json/01541/HT015414894.json @@ -1,37 +1,37 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", - "bibliographicCitation" : [ "Medien und Terrorismus; Christian Schicha ... (Hg.); 2002; S. 80 - 93" ], + "bibliographicCitation" : "Medien und Terrorismus; Christian Schicha ... (Hg.); 2002; S. 80 - 93", "containedIn" : [ { "id" : "http://lobid.org/resources/HT013384949#!" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/122021878", "label" : "Werthes, Sascha", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/186186193", "label" : "Kim, Richard", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/11075851X", "label" : "Conrad, Christoph", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -39,30 +39,29 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/122021878 | http://d-nb.info/gnd/186186193 | http://d-nb.info/gnd/11075851X" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20080125", "id" : "http://lobid.org/resources/HT015414894" - } ], + }, "exemplar" : [ { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015414894:DE-6:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015414894#!", "id" : "http://lobid.org/items/HT015414894:DE-6:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] } ], - "hbzId" : [ "HT015414894" ], + "hbzId" : "HT015414894", "id" : "http://lobid.org/resources/HT015414894#!", "isPartOf" : [ { "id" : "http://lobid.org/resources/HT013384949#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015414894" - } ], - "issued" : [ "2002" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -71,12 +70,14 @@ "label" : "Print" } ], "otherTitleInformation" : [ "Internationale Krisenkommunikation - eine Herausforderung im 21. Jahrhundert" ], - "placeOfPublication" : [ "Münster [u.a.]" ], - "publicationStatement" : [ "2002; Münster [u.a.]" ], + "publication" : [ { + "location" : "Münster [u.a.]", + "startDate" : "2002" + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT015414894" } ], - "statementOfResponsibility" : [ "Sascha Werthes ; Richard Kim ; Christoph Conrad" ], - "title" : [ "Die Terrorkrise als Medienereignis?" ], + "statementOfResponsibility" : "Sascha Werthes ; Richard Kim ; Christoph Conrad", + "title" : "Die Terrorkrise als Medienereignis?", "type" : [ "BibliographicResource", "Article" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01544/HT015440386.json b/src/test/resources/output/json/01544/HT015440386.json index 14db3bbe0..650ca344f 100644 --- a/src/test/resources/output/json/01544/HT015440386.json +++ b/src/test/resources/output/json/01544/HT015440386.json @@ -1,12 +1,12 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : "König, R.", "id" : "http://d-nb.info/gnd/111614597", "label" : "König, Ralf", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -14,25 +14,25 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/111614597" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20080220", "id" : "http://lobid.org/resources/HT015440386" - } ], + }, "edition" : [ "Orig.-Ausg., 31. - 40. Tsd." ], "exemplar" : [ { "callNumber" : "C/ld487", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015440386:DE-385-AN:C%2Fld487" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015440386#!", "id" : "http://lobid.org/items/HT015440386:DE-385-AN:C%2Fld487#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-385-AN" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "181, VIII S." ], - "hbzId" : [ "HT015440386" ], + "extent" : "181, VIII S.", + "hbzId" : "HT015440386", "id" : "http://lobid.org/resources/HT015440386#!", "inSeries" : [ { "numbering" : "22392", @@ -44,11 +44,10 @@ "isPartOf" : [ { "id" : "http://lobid.org/resources/HT002091108#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015440386" - } ], + }, "isbn" : [ "3499223929", "9783499223921" ], - "issued" : [ "1998" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -65,13 +64,16 @@ "label" : "Künstler" } ], "otherTitleInformation" : [ "Comic ; [nach Motiven aus den Dramen Othello, Macbeth, Romeo & Julia und Ein Sommernachtstraum von William Shakespeare]" ], - "placeOfPublication" : [ "Reinbek bei Hamburg" ], - "publicationStatement" : [ "Reinbek bei Hamburg; Rowohlt-Taschenbuch-Verl.; 1998" ], - "publisher" : [ "Rowohlt-Taschenbuch-Verl." ], + "publication" : [ { + "location" : "Reinbek bei Hamburg", + "publishedBy" : "Rowohlt-Taschenbuch-Verl.", + "startDate" : "1998", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT015440386" } ], - "statementOfResponsibility" : [ "Ralf König" ], + "statementOfResponsibility" : "Ralf König", "subject" : [ { "dateOfBirth" : "1960", "id" : "http://d-nb.info/gnd/119411970", @@ -89,7 +91,7 @@ "subjectChain" : [ "König, Ralf (1960-) | Comic | Bildband" ], "subjectLabel" : [ "Ansichtspostkarte (Formschlagwort)", "Konig, Ralf (1960-)", "Bildmaterial (Formschlagwort)", "Abbildungswerk", "Bildsammlung", "Illustrationswerk", "Bilddokumente", "Kēnigs, Ralfs (1960-)", "Photographien-Bildband", "Comic Strip", "Abbildungen (Formschlagwort)", "Bilder (Formschlagwort)", "Comicstrip", "Fotographien-Bildband", "Comic Strips", "King, Ralph (1960-)", "Ansichten (Formschlagwort)", "Bande Dessinée", "Comics", "Bildbände", "Bildatlas" ], "subjectOrder" : [ "http://d-nb.info/gnd/119411970, http://d-nb.info/gnd/4010427-8, http://d-nb.info/gnd/4145395-5" ], - "title" : [ "Jago" ], + "title" : "Jago", "type" : [ "BibliographicResource", "Book" ], "volume" : [ "22392" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01545/HT015455455.json b/src/test/resources/output/json/01545/HT015455455.json index 7b32a71ad..2cfd5fa27 100644 --- a/src/test/resources/output/json/01545/HT015455455.json +++ b/src/test/resources/output/json/01545/HT015455455.json @@ -1,11 +1,11 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/124897274", "label" : "Pfundner, Martin", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -13,45 +13,44 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/124897274" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20080304", "dateModified" : "20130930", "id" : "http://lobid.org/resources/HT015455455" - } ], + }, "description" : [ { "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=2957975&prov=M&dok_var=1&dok_ext=htm" } ], "exemplar" : [ { "callNumber" : "(1)043776", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015455455:DE-82:(1)043776" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015455455#!", "id" : "http://lobid.org/items/HT015455455:DE-82:(1)043776#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-82" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "208-316", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015455455:DE-107:208-316" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015455455#!", "id" : "http://lobid.org/items/HT015455455:DE-107:208-316#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-107" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "291 S. : Ill., graph. Darst." ], - "hbzId" : [ "HT015455455" ], + "extent" : "291 S. : Ill., graph. Darst.", + "hbzId" : "HT015455455", "id" : "http://lobid.org/resources/HT015455455#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015455455" - } ], + }, "isbn" : [ "9783205776390", "3205776399" ], - "issued" : [ "2007" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -60,8 +59,10 @@ "label" : "Print" } ], "otherTitleInformation" : [ "Rivalen bis zur Fusion ; die frühen Jahre des Ferdinand Porsche" ], - "placeOfPublication" : [ "Wien ; Köln ; Weimar" ], - "publicationStatement" : [ "Wien ; Köln ; Weimar; 2007" ], + "publication" : [ { + "location" : "Wien ; Köln ; Weimar", + "startDate" : "2007" + } ], "rpbSubject" : [ { "id" : "https://w3id.org/lobid/rpb2#n650", "label" : "Wirtschaft und Arbeit" @@ -69,7 +70,7 @@ "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT015455455" } ], - "statementOfResponsibility" : [ "Martin Pfundner" ], + "statementOfResponsibility" : "Martin Pfundner", "subject" : [ { "id" : "http://d-nb.info/gnd/2101246-5", "label" : "Austro-Daimler-Puchwerke", @@ -137,6 +138,6 @@ "subjectChain" : [ "Steyr, Marke | Kraftfahrzeug | Geschichte 1920-1945 | Verzeichnis (2134)", "Daimler, Marke | Kraftfahrzeug | Geschichte 1918-1940 | Verzeichnis (2134)", "Austro-Daimler-Puchwerke | Automobilsport | Steyr-Daimler-Puch AG | Geschichte (2134,3214)", "Austro-Daimler-Puchwerke | Porsche, Ferdinand (1875-1951) | Steyr-Daimler-Puch AG | Geschichte (2134,3214)" ], "subjectLabel" : [ "Automobilrennsport", "Steyr-Daimler-Puch-AG", "Austro-Daimler-Puchwerke (Wiener Neustadt)", "SDP AG", "Daimler-Puchwerke, Austro-", "Österreichische Daimler-Motoren-Commanditgesellschaft Bierenz, Fischer und Co. (Wiener Neustadt)", "Autorennsport", "Motorfahrzeug", "Daimler Company (Marke)", "Kraftfahrzeuge", "Kfz" ], "subjectOrder" : [ "http://d-nb.info/gnd/2101246-5, http://d-nb.info/gnd/118595881, http://d-nb.info/gnd/4207786-2, Geschichte", "http://d-nb.info/gnd/2101246-5, http://d-nb.info/gnd/4003988-2, http://d-nb.info/gnd/4207786-2, Geschichte", "http://d-nb.info/gnd/4443675-0, http://d-nb.info/gnd/4073757-3, Geschichte 1918-1940, Verzeichnis", "http://d-nb.info/gnd/4576855-9, http://d-nb.info/gnd/4073757-3, Geschichte 1920-1945, Verzeichnis" ], - "title" : [ "Austro-Daimler und Steyr" ], + "title" : "Austro-Daimler und Steyr", "type" : [ "BibliographicResource", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01586/HT015865114.json b/src/test/resources/output/json/01586/HT015865114.json index d2913c2d6..a96565084 100644 --- a/src/test/resources/output/json/01586/HT015865114.json +++ b/src/test/resources/output/json/01586/HT015865114.json @@ -1,11 +1,11 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/105667129", "label" : "Weber, Jürgen", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -13,54 +13,54 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/105667129" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20090317", "dateModified" : "20090318", "id" : "http://lobid.org/resources/HT015865114" - } ], + }, "exemplar" : [ { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015865114:DE-6-290:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015865114#!", "id" : "http://lobid.org/items/HT015865114:DE-6-290:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6-290" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015865114:DE-929:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015865114#!", "id" : "http://lobid.org/items/HT015865114:DE-929:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-929" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015865114:DE-Lan1:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015865114#!", "id" : "http://lobid.org/items/HT015865114:DE-Lan1:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Lan1" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015865114:DE-294-11:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015865114#!", "id" : "http://lobid.org/items/HT015865114:DE-294-11:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-294-11" - } ], + }, "type" : [ "Item" ] } ], "frequency" : [ "Erschienen: Schüler- und Lehrerbd." ], - "hbzId" : [ "HT015865114" ], + "hbzId" : "HT015865114", "id" : "http://lobid.org/resources/HT015865114#!", "inSeries" : [ { "series" : [ { @@ -71,10 +71,9 @@ "isPartOf" : [ { "id" : "http://lobid.org/resources/HT013370531#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015865114" - } ], - "issued" : [ "2003 - " ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -83,9 +82,12 @@ "label" : "Print" } ], "otherTitleInformation" : [ "die Welt nach 1945" ], - "placeOfPublication" : [ "Bamberg" ], - "publicationStatement" : [ "Bamberg; Buchner; 2003" ], - "publisher" : [ "Buchner" ], + "publication" : [ { + "location" : "Bamberg", + "publishedBy" : "Buchner", + "startDate" : "2003", + "type" : [ "Publication" ] + } ], "rpbSubject" : [ { "id" : "https://w3id.org/lobid/rpb2#n330", "label" : "Geschichte" @@ -102,10 +104,21 @@ "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT015865114" } ], + "subject" : [ { + "label" : "Geschichte 1945-2003", + "type" : [ "SubjectHeading" ] + }, { + "id" : "http://d-nb.info/gnd/4020533-2", + "label" : "Geschichtsunterricht", + "type" : [ "SubjectHeading" ] + }, { + "label" : "Schulbuch", + "type" : [ "SubjectHeading" ] + } ], "subjectChain" : [ "Geschichte 1945-2003 | Geschichtsunterricht | Schulbuch" ], "subjectLabel" : [ "Geschichtsdidaktik", "Geschichte / Unterricht", "Geschichte / Didaktik" ], "subjectOrder" : [ "Geschichte 1945-2003, http://d-nb.info/gnd/4020533-2, Schulbuch" ], - "title" : [ "Von der Teilung zur Einheit" ], + "title" : "Von der Teilung zur Einheit", "titleKeyword" : [ "Schulbuch Buchner" ], "type" : [ "BibliographicResource", "MultiVolumeBook", "Schoolbook", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01589/HT015891797.json b/src/test/resources/output/json/01589/HT015891797.json index 5f65b2465..ddd87a70d 100644 --- a/src/test/resources/output/json/01589/HT015891797.json +++ b/src/test/resources/output/json/01589/HT015891797.json @@ -4,171 +4,170 @@ "id" : "http://lobid.org/resources/NWBib" } ], "contribution" : [ { - "agent" : [ { - "id" : "http://d-nb.info/gnd/109702662", - "label" : "Mensing, Hans Peter", - "type" : [ "Person" ] - } ], - "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Mitwirkende" - } ], - "type" : [ "Contribution" ] - }, { - "agent" : [ { + "agent" : { "altLabel" : [ "Adenauer, Konrad Hermann Joseph", "Adenauer, ..." ], "dateOfBirth" : "1876", "dateOfDeath" : "1967", "id" : "http://d-nb.info/gnd/11850066X", "label" : "Adenauer, Konrad", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] + }, { + "agent" : { + "id" : "http://d-nb.info/gnd/109702662", + "label" : "Mensing, Hans Peter", + "type" : [ "Person" ] + }, + "role" : [ { + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Mitwirkende" + } ], + "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/11850066X | http://d-nb.info/gnd/109702662" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20090407", "dateModified" : "20090817", "id" : "http://lobid.org/resources/HT015891797" - } ], + }, "exemplar" : [ { "callNumber" : "9.1191/10,2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015891797:DE-107:9.1191%2F10,2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", "id" : "http://lobid.org/items/HT015891797:DE-107:9.1191%2F10,2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-107" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "LRKA 101-S,4,2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015891797:DE-51:LRKA%20101-S,4,2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", "id" : "http://lobid.org/items/HT015891797:DE-51:LRKA%20101-S,4,2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-51" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "3F 80610-2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015891797:DE-6:3F%2080610-2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", "id" : "http://lobid.org/items/HT015891797:DE-6:3F%2080610-2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "82 = 4385", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015891797:DE-Sie5:82%20=%204385" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", "id" : "http://lobid.org/items/HT015891797:DE-Sie5:82%20=%204385#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Sie5" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "09 A 756", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015891797:DE-121:09%20A%20756" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", "id" : "http://lobid.org/items/HT015891797:DE-121:09%20A%20756#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-121" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "OTSA1188-2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015891797:DE-468:OTSA1188-2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", "id" : "http://lobid.org/items/HT015891797:DE-468:OTSA1188-2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-468" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "4E1244-18", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015891797:DE-38:4E1244-18" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", "id" : "http://lobid.org/items/HT015891797:DE-38:4E1244-18#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-38" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "AL.A/sb21613L-2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015891797:DE-385:AL.A%2Fsb21613L-2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", "id" : "http://lobid.org/items/HT015891797:DE-385:AL.A%2Fsb21613L-2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-385" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "LRKA1168-1,10,2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015891797:DE-465:LRKA1168-1,10,2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", "id" : "http://lobid.org/items/HT015891797:DE-465:LRKA1168-1,10,2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-465" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "hisi430.a232(2)", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015891797:DE-61:hisi430.a232(2)" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", "id" : "http://lobid.org/items/HT015891797:DE-61:hisi430.a232(2)#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-61" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "2009/1681:2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015891797:DE-929:2009%2F1681:2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", "id" : "http://lobid.org/items/HT015891797:DE-929:2009%2F1681:2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-929" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "670 S. : Ill." ], - "hbzId" : [ "HT015891797" ], + "extent" : "670 S. : Ill.", + "hbzId" : "HT015891797", "id" : "http://lobid.org/resources/HT015891797#!", "isPartOf" : [ { "id" : "http://lobid.org/resources/HT002786685#!" }, { "id" : "http://lobid.org/resources/HT015845132#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015891797" - } ], - "issued" : [ "2009" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -176,9 +175,12 @@ "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" } ], - "placeOfPublication" : [ "Paderborn [u.a.]" ], - "publicationStatement" : [ "Paderborn [u.a.]; Schöningh; 2009" ], - "publisher" : [ "Schöningh" ], + "publication" : [ { + "location" : "Paderborn [u.a.]", + "publishedBy" : "Schöningh", + "startDate" : "2009", + "type" : [ "Publication" ] + } ], "rpbSubject" : [ { "id" : "https://w3id.org/lobid/rpb2#n610", "label" : "Politik" @@ -186,7 +188,7 @@ "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT015891797" } ], - "statementOfResponsibility" : [ "Adenauer. Bearb. von Hans Peter Mensing" ], + "statementOfResponsibility" : "Adenauer. Bearb. von Hans Peter Mensing", "subject" : [ { "altLabel" : [ "Adenauer, Konrad Hermann Joseph", "Adenauer, ..." ], "dateOfBirth" : "1876", @@ -204,7 +206,7 @@ "subjectChain" : [ "Adenauer, Konrad (1876-1967) | Geschichte 1963-1967 | Quelle" ], "subjectLabel" : [ "Adenauer, Konrad Hermann Joseph (1876-1967)", "Adenauer, ... (1876-1967)" ], "subjectOrder" : [ "http://d-nb.info/gnd/11850066X, Geschichte 1963-1967, Quelle" ], - "title" : [ "Die letzten Lebensjahre, 1963 - 1967, 2: September 1965 - April 1967" ], + "title" : "Die letzten Lebensjahre, 1963 - 1967, 2: September 1965 - April 1967", "type" : [ "BibliographicResource", "Book" ], "volume" : [ "2" ], "volumeIn" : [ { diff --git a/src/test/resources/output/json/01589/HT015894164.json b/src/test/resources/output/json/01589/HT015894164.json index 856f1b9da..299074dc2 100644 --- a/src/test/resources/output/json/01589/HT015894164.json +++ b/src/test/resources/output/json/01589/HT015894164.json @@ -12,278 +12,277 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "Organisation de coopération et de développement économiques" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20090408", "dateModified" : "20120815", "id" : "http://lobid.org/resources/HT015894164" - } ], + }, "doi" : [ "10.1787/9789264273085-fr" ], "exemplar" : [ { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-385:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-385:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-385" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-Tr5:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-Tr5:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Tr5" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-708:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-708:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-708" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-1383:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-1383:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1383" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-836:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-836:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-836" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-1383a:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-1383a:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1383a" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-1393:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-1393:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1393" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-Due62:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-Due62:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Due62" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-Hag4:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-Hag4:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Hag4" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-466:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-466:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-466" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-464:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-464:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-464" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-5:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-5:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-829:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-829:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-829" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-465:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-465:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-465" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-468:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-468:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-468" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-6:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-6:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-294:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-294:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-294" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-290:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-290:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-290" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-832:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-832:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-832" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-Bm40:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-Bm40:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bm40" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-361:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-361:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-361" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-1393-BOT:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-1393-BOT:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1393-BOT" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-38:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-38:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-38" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-1044:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-1044:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1044" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT015894164:DE-82:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-82:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-82" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "88 p." ], + "extent" : "88 p.", "fulltextOnline" : [ { "id" : "http://dx.doi.org/10.1787/9789264273085-fr" } ], "hasVersion" : [ { "id" : "http://dx.doi.org/10.1787/9789264273085-fr" } ], - "hbzId" : [ "HT015894164" ], + "hbzId" : "HT015894164", "id" : "http://lobid.org/resources/HT015894164#!", "isPartOfName" : [ "Examens en matière de coopération pour le développement" ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015894164" - } ], + }, "isbn" : [ "9789264273085" ], - "issued" : [ "1999" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/fra" } ], @@ -292,17 +291,20 @@ }, { "id" : "http://rdvocab.info/termList/RDACarrierType/1010" } ], - "placeOfPublication" : [ "Paris" ], - "publicationStatement" : [ "Paris; OECD Publishing; 1999" ], - "publisher" : [ "OECD Publishing" ], + "publication" : [ { + "location" : "Paris", + "publishedBy" : "OECD Publishing", + "startDate" : "1999", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT015894164" } ], "similar" : [ { "id" : "http://dx.doi.org/10.1787/9789264273085-fr" } ], - "statementOfResponsibility" : [ "Organisation de coopération et de développement économiques" ], - "title" : [ "Examens en matière de coopération pour le développement : Danemark 1999" ], + "statementOfResponsibility" : "Organisation de coopération et de développement économiques", + "title" : "Examens en matière de coopération pour le développement : Danemark 1999", "type" : [ "BibliographicResource", "Miscellaneous" ], "volume" : [ "no.33" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01613/HT016135351.json b/src/test/resources/output/json/01613/HT016135351.json index 3bf109ece..87b31110a 100644 --- a/src/test/resources/output/json/01613/HT016135351.json +++ b/src/test/resources/output/json/01613/HT016135351.json @@ -4,11 +4,11 @@ "id" : "http://lobid.org/resources/NWBib" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/186931808", "label" : "Buchmann, Helmut", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/pht", "label" : "Fotografie" @@ -17,30 +17,29 @@ } ], "contributorOrder" : [ "http://d-nb.info/gnd/186931808" ], "coverage" : [ "Harsewinkel-Marienfeld" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20091118", "dateModified" : "20091210", "id" : "http://lobid.org/resources/HT016135351" - } ], + }, "exemplar" : [ { "callNumber" : "2C 8876", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016135351:DE-6:2C%208876" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016135351#!", "id" : "http://lobid.org/items/HT016135351:DE-6:2C%208876#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "32 gez. S. : überw. Ill." ], - "hbzId" : [ "HT016135351" ], + "extent" : "32 gez. S. : überw. Ill.", + "hbzId" : "HT016135351", "id" : "http://lobid.org/resources/HT016135351#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016135351" - } ], - "issued" : [ "2006" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -53,13 +52,16 @@ "label" : "Sonstige Landwirtschaftliche Gebäude. Mühlen" } ], "otherTitleInformation" : [ "Zeitzeuge und Kleinod in Harsewinkel" ], - "placeOfPublication" : [ "Marienfeld" ], - "publicationStatement" : [ "Marienfeld; Selbstverl.; 2006" ], - "publisher" : [ "Selbstverl." ], + "publication" : [ { + "location" : "Marienfeld", + "publishedBy" : "Selbstverl.", + "startDate" : "2006", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT016135351" } ], - "statementOfResponsibility" : [ "[Hemut Buchmann" ], + "statementOfResponsibility" : "[Hemut Buchmann", "subject" : [ { "id" : "http://d-nb.info/gnd/7684863-2", "label" : "Lutter-Wassermühle Roberg, Harsewinkel", @@ -71,6 +73,6 @@ "subjectChain" : [ "Lutter-Wassermühle Roberg, Harsewinkel | Bildband" ], "subjectLabel" : [ "Lutter-Wassermühle Roberg (Harsewinkel-Marienfeld)", "Mühle Roberg (Harsewinkel)", "Kornmühle Roberg (Harsewinkel)" ], "subjectOrder" : [ "http://d-nb.info/gnd/7684863-2, Bildband" ], - "title" : [ "Lutter-Wassermühle Roberg" ], + "title" : "Lutter-Wassermühle Roberg", "type" : [ "BibliographicResource", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01638/HT016382441.json b/src/test/resources/output/json/01638/HT016382441.json index 4660c552c..7f70f0959 100644 --- a/src/test/resources/output/json/01638/HT016382441.json +++ b/src/test/resources/output/json/01638/HT016382441.json @@ -2,12 +2,12 @@ "@context" : "http://lobid.org/context/lobid-resources.json", "alternativeTitle" : [ "Linux for dummies " ], "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : "Blum, Richard Kenneth", "id" : "http://d-nb.info/gnd/14320713X", "label" : "Blum, Richard", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -15,255 +15,254 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/14320713X" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20100607", "dateModified" : "20110309", "id" : "http://lobid.org/resources/HT016382441" - } ], + }, "description" : [ { "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=3474380&prov=M&dok_var=1&dok_ext=htm" } ], "edition" : [ "1. Aufl." ], "exemplar" : [ { "callNumber" : "2011/591", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-929:2011%2F591" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-929:2011%2F591#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-929" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "80TWRF4584-DVD", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-467:80TWRF4584-DVD" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-467:80TWRF4584-DVD#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-467" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "033 4370", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-6:033%204370" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-6:033%204370#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "11 = TWR5408", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1044" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "21 = TWR5408+5", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-1044:21%20=%20TWR5408%2B5" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-1044:21%20=%20TWR5408%2B5#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1044" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "00/TWR6", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-1393:00%2FTWR6" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-1393:00%2FTWR6#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1393" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "TWR 1053", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-Dm13:TWR%201053" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-Dm13:TWR%201053#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Dm13" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "M/P-Tgn 162", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-Hag4-2:M%2FP-Tgn%20162" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-Hag4-2:M%2FP-Tgn%20162#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Hag4-2" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "HK360=L760 B658", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-361:HK360=L760%20B658" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-361:HK360=L760%20B658#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-361" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "112-2195", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-107:112-2195" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-107:112-2195#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-107" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "11 = TWR5408+2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B2" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B2#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1044" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "HI088.88-4332104", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-361:HI088.88-4332104" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-361:HI088.88-4332104#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-361" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "11 = TWR5408+3", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B3" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B3#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1044" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "TWR 644", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-51:TWR%20644" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-51:TWR%20644#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-51" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "61 TWR 1197", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-A96:61%20TWR%201197" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-A96:61%20TWR%201197#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-A96" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "11 = TWR5408+1", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B1" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B1#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1044" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "51TWRF4584", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-467:51TWRF4584" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-467:51TWRF4584#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-467" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "nc/18910", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-61:nc%2F18910" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-61:nc%2F18910#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-61" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "033 4370#2", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-6:033%204370%232" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-6:033%204370%232#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "033 4370#3", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-6:033%204370%233" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-6:033%204370%233#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "11 = TWR5408+4", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B4" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B4#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1044" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "418 S. : zahlr. Ill., graph. Darst." ], - "hbzId" : [ "HT016382441" ], + "extent" : "418 S. : zahlr. Ill., graph. Darst.", + "hbzId" : "HT016382441", "id" : "http://lobid.org/resources/HT016382441#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016382441" - } ], + }, "isbn" : [ "9783527706495" ], - "issued" : [ "2011" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -272,9 +271,12 @@ "label" : "Print" } ], "otherTitleInformation" : [ "[frei wie ein Pinguin ; auf einen Blick: Linux schnell und sicher installieren, KDE, GNOME und GUI geschickt einsetzen, OpenOffice clever nutzen ; alles für Ihr Rendezvous mit dem Pinguin]" ], - "placeOfPublication" : [ "Weinheim" ], - "publicationStatement" : [ "Weinheim; Wiley-VCH; 2011" ], - "publisher" : [ "Wiley-VCH" ], + "publication" : [ { + "location" : "Weinheim", + "publishedBy" : "Wiley-VCH", + "startDate" : "2011", + "type" : [ "Publication" ] + } ], "rpbSubject" : [ { "id" : "https://w3id.org/lobid/rpb2#n820", "label" : "Informatik, Kybernetik" @@ -287,7 +289,7 @@ }, { "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=4027723&custom_att_2=simple_viewer" } ], - "statementOfResponsibility" : [ "Richard Blum" ], + "statementOfResponsibility" : "Richard Blum", "subject" : [ { "id" : "http://d-nb.info/gnd/4337730-0", "label" : "LINUX", @@ -298,6 +300,6 @@ "tableOfContents" : [ { "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=4027722&custom_att_2=simple_viewer" } ], - "title" : [ "Linux für Dummies" ], + "title" : "Linux für Dummies", "type" : [ "BibliographicResource", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01654/HT016545462.json b/src/test/resources/output/json/01654/HT016545462.json index b8251cef3..a0390563c 100644 --- a/src/test/resources/output/json/01654/HT016545462.json +++ b/src/test/resources/output/json/01654/HT016545462.json @@ -4,16 +4,15 @@ "id" : "http://lobid.org/resources/NWBib" } ], "coverage" : [ "Nordkirchen" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20101012", "id" : "http://lobid.org/resources/HT016545462" - } ], - "hbzId" : [ "HT016545462" ], + }, + "hbzId" : "HT016545462", "id" : "http://lobid.org/resources/HT016545462#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016545462" - } ], - "issued" : [ "9999" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -28,9 +27,12 @@ "id" : "http://purl.org/lobid/nwbib#s843060", "label" : "Wohnhäuser" } ], - "placeOfPublication" : [ "Nordkirchen" ], - "publicationStatement" : [ "Nordkirchen; Heimatverein der Gemeinde Nordkirchen e. V:; 9999" ], - "publisher" : [ "Heimatverein der Gemeinde Nordkirchen e. V:" ], + "publication" : [ { + "location" : "Nordkirchen", + "publishedBy" : "Heimatverein der Gemeinde Nordkirchen e. V:", + "startDate" : "9999", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT016545462" } ], @@ -56,6 +58,6 @@ "subjectChain" : [ "Nordkirchen | Gebäude | Eigentümer | Geschichte 1805-2000 | Verzeichnis (23145,32145)" ], "subjectLabel" : [ "Haus (im weiteren Sinn)" ], "subjectOrder" : [ "http://d-nb.info/gnd/4042552-6, http://d-nb.info/gnd/4156127-2, http://d-nb.info/gnd/4151183-9, Geschichte 1805-2000, Verzeichnis" ], - "title" : [ "Verzeichnis der Gebäude und ihrer Eigentümer auf dem Gebiet der Altgemeinde Nordkirchen 1805, 1900, 1955 und 2000" ], + "title" : "Verzeichnis der Gebäude und ihrer Eigentümer auf dem Gebiet der Altgemeinde Nordkirchen 1805, 1900, 1955 und 2000", "type" : [ "BibliographicResource", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01660/HT016604323.json b/src/test/resources/output/json/01660/HT016604323.json index 16dca1d32..14a407714 100644 --- a/src/test/resources/output/json/01660/HT016604323.json +++ b/src/test/resources/output/json/01660/HT016604323.json @@ -4,23 +4,23 @@ "id" : "http://lobid.org/resources/NWBib" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/16090142-X", "label" : "PsychiatrieVerbund Westfalen. Beschwerdekommission", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "altLabel" : [ "Landesdirektor", "LWL-Abteilung für Krankenhäuser und Gesundheitswesen", "LWL-Kulturabteilung", "Landeshaus", "Westfalen-Lippe", "Landschaftsversammlung", "Westfälische Landesversammlung" ], "id" : "http://d-nb.info/gnd/4065786-3", "label" : "Westfalen-Lippe", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -28,30 +28,29 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/16090142-X | http://d-nb.info/gnd/4065786-3" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20101116", "dateModified" : "20141121", "id" : "http://lobid.org/resources/HT016604323" - } ], + }, "exemplar" : [ { "callNumber" : "XB 3534", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016604323:DE-6:XB%203534" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016604323#!", "id" : "http://lobid.org/items/HT016604323:DE-6:XB%203534#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] } ], "frequency" : [ "Ersch. jährl." ], - "hbzId" : [ "HT016604323" ], + "hbzId" : "HT016604323", "id" : "http://lobid.org/resources/HT016604323#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016604323" - } ], - "issued" : [ "2005 - " ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -68,13 +67,16 @@ "label" : "Krankenversorgung" } ], "otherTitleInformation" : [ "für das Jahr ..." ], - "placeOfPublication" : [ "Münster" ], - "publicationStatement" : [ "Münster; Landschaftsverb. Westfalen-Lippe; 2005" ], - "publisher" : [ "Landschaftsverb. Westfalen-Lippe" ], + "publication" : [ { + "location" : "Münster", + "publishedBy" : "Landschaftsverb. Westfalen-Lippe", + "startDate" : "2005", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://ld.zdb-services.de/resource/2581964-1" } ], - "statementOfResponsibility" : [ "Hrsg.: Landschaftsverband Westfalen-Lippe, LWL-Abteilung für Krankenhäuser und Gesundheitswesen, LWL-PsychiatrieVerbund Westfalen" ], + "statementOfResponsibility" : "Hrsg.: Landschaftsverband Westfalen-Lippe, LWL-Abteilung für Krankenhäuser und Gesundheitswesen, LWL-PsychiatrieVerbund Westfalen", "subject" : [ { "id" : "http://d-nb.info/gnd/16090142-X", "label" : "PsychiatrieVerbund Westfalen. Beschwerdekommission", @@ -91,7 +93,7 @@ } ], "subjectChain" : [ "PsychiatrieVerbund Westfalen, Beschwerdekommission | Bericht" ], "subjectOrder" : [ "http://d-nb.info/gnd/16090142-X, Bericht" ], - "title" : [ "Bericht der Beschwerdekommission" ], + "title" : "Bericht der Beschwerdekommission", "type" : [ "BibliographicResource", "Journal" ], - "zdbId" : [ "2581964-1" ] + "zdbId" : "2581964-1" } \ No newline at end of file diff --git a/src/test/resources/output/json/01660/HT016608165.json b/src/test/resources/output/json/01660/HT016608165.json index e6eaf586e..98d8621f6 100644 --- a/src/test/resources/output/json/01660/HT016608165.json +++ b/src/test/resources/output/json/01660/HT016608165.json @@ -1,50 +1,50 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", - "bibliographicCitation" : [ "Mélodies; Claude Debussy; 1980" ], + "bibliographicCitation" : "Mélodies; Claude Debussy; 1980", "containedIn" : [ { "id" : "http://lobid.org/resources/HT016607985#!" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : [ "Debussy, Claude-Achille", "Debussy, Achille-Claude", "Debussy, ...", "Debussy, Claude Achille", "Debussy, C. A.", "Debussy, Claudio", "Debussy, Achille", "Debussy, C.", "Debjussi, Klod", "Debussy, Claude A.", "Debussy, Claude Achill" ], "id" : "http://d-nb.info/gnd/118524186", "label" : "Debussy, Claude", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/130290637", "label" : "Mesplé, Mady", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/124362869", "label" : "Baldwin, Dalton", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "altLabel" : [ "Follain de Banville, Théodore", "Banville, Théodore Follain de", "Banville, Teodoro de", "Banville, Th. de", "Banville, Théodore" ], "id" : "http://d-nb.info/gnd/119080389", "label" : "Banville, Théodore de", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -52,30 +52,29 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/118524186 | http://d-nb.info/gnd/130290637 | http://d-nb.info/gnd/124362869 | http://d-nb.info/gnd/119080389" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20101130", "id" : "http://lobid.org/resources/HT016608165" - } ], + }, "exemplar" : [ { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT016608165:DE-575:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT016608165#!", "id" : "http://lobid.org/items/HT016608165:DE-575:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-575" - } ], + }, "type" : [ "Item" ] } ], - "hbzId" : [ "HT016608165" ], + "hbzId" : "HT016608165", "id" : "http://lobid.org/resources/HT016608165#!", "isPartOf" : [ { "id" : "http://lobid.org/resources/HT016607985#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016608165" - } ], - "issued" : [ "1980" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/fra" } ], @@ -83,12 +82,14 @@ "id" : "http://purl.org/ontology/bibo/AudioDocument" } ], "otherTitleInformation" : [ "[L 15]" ], - "placeOfPublication" : [ "[S.l.]" ], - "publicationStatement" : [ "1980; [S.l.]" ], + "publication" : [ { + "location" : "[S.l.]", + "startDate" : "1980" + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT016608165" } ], - "statementOfResponsibility" : [ "Claude Debussy. [Text:] (Théodore de Banville)" ], - "title" : [ "Pierrot" ], + "statementOfResponsibility" : "Claude Debussy. [Text:] (Théodore de Banville)", + "title" : "Pierrot", "type" : [ "BibliographicResource", "Article" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01746/HT017468042.json b/src/test/resources/output/json/01746/HT017468042.json index 39ec3b511..84868ceda 100644 --- a/src/test/resources/output/json/01746/HT017468042.json +++ b/src/test/resources/output/json/01746/HT017468042.json @@ -1,12 +1,12 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : [ "Homan. Hered.", "Heritiers de Homann", "Homannianus Heredus", "Johann Baptist Homann Erben", "Homann Heredibus", "Homanns Erben", "Homanniani Heredes", "Homannische Erben", "Officina Homanniana", "Homaennische Erben", "Bureau Geographique de Homann", "Homannische Offizin", "Homannische Buchhandlung", "Homannianis Heredibus", "Verlag Homann", "Homanni Heredes", "Heritiers d'Homann", "Homann, Verlag", "Homann Heredib.", "Coheredis Homanniani", "Homannische Handlung", "Homannische Officin", "Homannianos Heredes", "Homännischer Verlag", "Homännische Officin", "Homann-Verlag", "Homannsche Erben", "Homännische Erben" ], "id" : "http://d-nb.info/gnd/5293676-4", "label" : "Homannsche Erben (Nürnberg)", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -14,30 +14,29 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/5293676-4" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20121126", "dateModified" : "20130220", "id" : "http://lobid.org/resources/HT017468042" - } ], + }, "exemplar" : [ { "callNumber" : "RK 13", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT017468042:DE-6:RK%2013" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT017468042#!", "id" : "http://lobid.org/items/HT017468042:DE-6:RK%2013#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "1 Kt. : grenzkolor., flächenkolor., Kupferst." ], - "hbzId" : [ "HT017468042" ], + "extent" : "1 Kt. : grenzkolor., flächenkolor., Kupferst.", + "hbzId" : "HT017468042", "id" : "http://lobid.org/resources/HT017468042#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT017468042" - } ], - "issued" : [ "1757" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/lat" } ], @@ -46,13 +45,16 @@ "id" : "http://purl.org/ontology/bibo/Map" } ], "note" : [ "Titelkartusche mit Maßstab geschmü. mit 1 Wappen links Mitte" ], - "placeOfPublication" : [ "[Nürnberg]" ], - "publicationStatement" : [ "[Nürnberg]; Homannianos Heredes; 1757" ], - "publisher" : [ "Homannianos Heredes" ], + "publication" : [ { + "location" : "[Nürnberg]", + "publishedBy" : "Homannianos Heredes", + "startDate" : "1757", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT017468042" } ], - "statementOfResponsibility" : [ "Mappa publicata per Homannianos Heredes" ], - "title" : [ "Territorium Seculare Episcopatus Monasterii Munster Germanis dicti. Ubi una cum Episcopatu Osnabr. simul integri Comitatus Bentheim, Steinfurt, Teklenburg, Lingen, Diepholz, Gemen conspiciuntur" ], + "statementOfResponsibility" : "Mappa publicata per Homannianos Heredes", + "title" : "Territorium Seculare Episcopatus Monasterii Munster Germanis dicti. Ubi una cum Episcopatu Osnabr. simul integri Comitatus Bentheim, Steinfurt, Teklenburg, Lingen, Diepholz, Gemen conspiciuntur", "type" : [ "BibliographicResource", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01748/HT017480009.json b/src/test/resources/output/json/01748/HT017480009.json index 68e9f0c50..59a0f8d19 100644 --- a/src/test/resources/output/json/01748/HT017480009.json +++ b/src/test/resources/output/json/01748/HT017480009.json @@ -1,11 +1,11 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/1028627270", "label" : "Fett, Anna Laura", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -13,25 +13,25 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/1028627270" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20121206", "dateModified" : "20150227", "id" : "http://lobid.org/resources/HT017480009" - } ], + }, "doi" : [ "10.4126/38m-004826540" ], "exemplar" : [ { "callNumber" : "Elektronische Publikation", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT017480009:DE-38M:Elektronische%20Publikation" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT017480009#!", "id" : "http://lobid.org/items/HT017480009:DE-38M:Elektronische%20Publikation#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-38M" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "59 S. : Ill." ], + "extent" : "59 S. : Ill.", "fulltextOnline" : [ { "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=4826540&custom_att_2=simple_viewer" }, { @@ -46,12 +46,11 @@ }, { "id" : "http://dx.doi.org/10.4126/38m-004826540" } ], - "hbzId" : [ "HT017480009" ], + "hbzId" : "HT017480009", "id" : "http://lobid.org/resources/HT017480009#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT017480009" - } ], - "issued" : [ "2012" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/eng" } ], @@ -60,7 +59,9 @@ }, { "id" : "http://rdvocab.info/termList/RDACarrierType/1010" } ], - "publicationStatement" : [ "2012" ], + "publication" : [ { + "startDate" : "2012" + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT017480009" } ], @@ -69,13 +70,13 @@ }, { "id" : "http://dx.doi.org/10.4126/38m-004826540" } ], - "statementOfResponsibility" : [ "vorgelegt von Anna Laura Fett" ], - "subject" : [ { + "statementOfResponsibility" : "vorgelegt von Anna Laura Fett", + "subject" : { "id" : "http://dewey.info/class/610/", "label" : "Medizin und Gesundheit" - } ], + }, "thesisInformation" : [ "Köln, Univ., Diss., 2012" ], - "title" : [ "Immunohistochemical localization of complement regulatory proteins in the human retina" ], + "title" : "Immunohistochemical localization of complement regulatory proteins in the human retina", "type" : [ "BibliographicResource", "Book", "Thesis" ], "urn" : [ "urn:nbn:de:hbz:38m-0000006293" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01752/HT017529028.json b/src/test/resources/output/json/01752/HT017529028.json index 6bb2c5d48..649fa4831 100644 --- a/src/test/resources/output/json/01752/HT017529028.json +++ b/src/test/resources/output/json/01752/HT017529028.json @@ -4,81 +4,80 @@ "id" : "http://lobid.org/resources/NWBib" } ], "contribution" : [ { - "agent" : [ { - "altLabel" : [ "Neyerová, Maria Amata", "Neyerová, Maria A.", "Neyer, Amata", "Neyerová, Amata", "Neyer, Maria A." ], - "id" : "http://d-nb.info/gnd/120534983", - "label" : "Neyer, Maria Amata", - "type" : [ "Person" ] - } ], - "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Mitwirkende" - } ], - "type" : [ "Contribution" ] - }, { - "agent" : [ { + "agent" : { "altLabel" : [ "Shutain, Ēdito", "Teresa Benedicta, de la Cruz", "Teresia Benedicta, a Cruce", "Stein, Edyta", "Teresa Benedicta a Cruce OCD", "Teresa Benedykta, od Krzyża", "Teresa Benedicta, of the Cross", "Theresia Benedicta, a Cruce", "Cruz, Beata Teresa Benedicta de la", "Cruce, Teresia Benedicta a", "T. Benedicta, a Cruce", "Steinová, Edita", "T. Benedicta, vom Kreuz", "Teresia Benedicta, vom Kreuz", "Štejn, Ėdit", "Teresia Benedicta a Cruce, Schwester" ], "id" : "http://d-nb.info/gnd/118617230", "label" : "Stein, Edith", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/12226861X", "label" : "Linssen, Michael", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/edt", "label" : "Herausgeber/in" } ], "type" : [ "Contribution" ] + }, { + "agent" : { + "altLabel" : [ "Neyerová, Maria Amata", "Neyerová, Maria A.", "Neyer, Amata", "Neyerová, Amata", "Neyer, Maria A." ], + "id" : "http://d-nb.info/gnd/120534983", + "label" : "Neyer, Maria Amata", + "type" : [ "Person" ] + }, + "role" : [ { + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Mitwirkende" + } ], + "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/118617230 | http://d-nb.info/gnd/12226861X | http://d-nb.info/gnd/120534983" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20130131", "dateModified" : "20150323", "id" : "http://lobid.org/resources/HT017529028" - } ], + }, "edition" : [ "4., durchges. und korr. Aufl." ], "exemplar" : [ { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT017529028:DE-Kn28:PHBB%2018%2F22%2FXVIII" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT017529028#!", "id" : "http://lobid.org/items/HT017529028:DE-Kn28:PHBB%2018%2F22%2FXVIII#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Kn28" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "PHBB 18/22/XVIII", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT017529028:DE-1032:PHBB%2018%2F22%2FXVIII" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT017529028#!", "id" : "http://lobid.org/items/HT017529028:DE-1032:PHBB%2018%2F22%2FXVIII#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-1032" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "XXXVII, 265 S." ], - "hbzId" : [ "HT017529028" ], + "extent" : "XXXVII, 265 S.", + "hbzId" : "HT017529028", "id" : "http://lobid.org/resources/HT017529028#!", "isPartOf" : [ { "id" : "http://lobid.org/resources/HT012848847#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT017529028" - } ], + }, "isbn" : [ "9783451273889" ], - "issued" : [ "2013" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -87,13 +86,16 @@ "label" : "Print" } ], "otherTitleInformation" : [ "Studie über Johannes vom Kreuz" ], - "placeOfPublication" : [ "Freiburg i. Br. [u.a.]" ], - "publicationStatement" : [ "Freiburg i. Br. [u.a.]; Herder; 2013" ], - "publisher" : [ "Herder" ], + "publication" : [ { + "location" : "Freiburg i. Br. [u.a.]", + "publishedBy" : "Herder", + "startDate" : "2013", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT017529028" } ], - "statementOfResponsibility" : [ "neu bearb. und eingeleitet von Ulrich Dobhan", "hrsg. im Auftr. des Internationalen Edith-Stein-Instituts Würzburg von Michael Linssen unter wiss. Mitarb. von Hanna-Barbara Gerl-Falkovitz" ], + "statementOfResponsibility" : "neu bearb. und eingeleitet von Ulrich Dobhan", "subject" : [ { "dateOfBirth" : "1542", "dateOfDeath" : "1591", @@ -104,7 +106,7 @@ "subjectChain" : [ "Juan (1542-1591), de la Cruz" ], "subjectLabel" : [ "Saint Jean de la Croix (1542-1591)", "Yepes, Juan de (1542-1591)", "DeLaCruz, San Juan (1542-1591)", "vom Creütz (1542-1591)", "Cruz, Ioannes (1542-1591)", "Cruce, Ioannis a (1542-1591)", "Yepes y Alvarez, Juan de (1542-1591)", "a Cruce (1542-1591)", "Alvarez, Juan de Yepes y (1542-1591)", "of the Cross (1542-1591)", "Jean de la Croix (1542-1591)", "vom Kreuz (1542-1591)", "LaCruz, Juan de (1542-1591)", "Yepes Alvarez, Juan de (1542-1591)", "vom Creutz (1542-1591)", "Cruz, Juan de la (1542-1591)", "Della Croce, Giovanni (1542-1591)", "Stein, Edith", "Cruce, Johannes a (1542-1591)", "de la Cruz (1542-1591)", "Cruce, Joannis a (1542-1591)", "de la Croix (1542-1591)", "Sankt Johannes vom Kreuz (1542-1591)", "La Cruz, Juan de (1542-1591)", "della Croce (1542-1591)" ], "subjectOrder" : [ "http://d-nb.info/gnd/118640038" ], - "title" : [ "Edith-Stein-Gesamtausgabe, 18: Kreuzeswissenschaft" ], + "title" : "Edith-Stein-Gesamtausgabe, 18: Kreuzeswissenschaft", "type" : [ "BibliographicResource", "Book" ], "volume" : [ "2", "Abt. 1, Phänomenologie und Mystik", "18", "D. Schriften zu Mystik und Spiritualität" ], "volumeIn" : [ { diff --git a/src/test/resources/output/json/01813/HT018131501.json b/src/test/resources/output/json/01813/HT018131501.json index a4f7f09c3..a7cd125d5 100644 --- a/src/test/resources/output/json/01813/HT018131501.json +++ b/src/test/resources/output/json/01813/HT018131501.json @@ -1,6 +1,6 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", - "bibliographicCitation" : [ "Der Gießerjunge; 34 (2014),1, S. 14-15" ], + "bibliographicCitation" : "Der Gießerjunge; 34 (2014),1, S. 14-15", "collectedBy" : [ { "id" : "http://lobid.org/resources/NWBib" } ], @@ -8,11 +8,11 @@ "id" : "http://lobid.org/resources/HT007072426#!" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/124348165", "label" : "Engelhardt, Manfred", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -21,19 +21,18 @@ } ], "contributorOrder" : [ "http://d-nb.info/gnd/124348165" ], "coverage" : [ "Düsseldorf" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20140115", "id" : "http://lobid.org/resources/HT018131501" - } ], - "hbzId" : [ "HT018131501" ], + }, + "hbzId" : "HT018131501", "id" : "http://lobid.org/resources/HT018131501#!", "isPartOf" : [ { "id" : "http://lobid.org/resources/HT007072426#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018131501" - } ], - "issued" : [ "2014" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -49,12 +48,14 @@ "id" : "http://purl.org/lobid/nwbib#s240000", "label" : "Geschichte" } ], - "placeOfPublication" : [ "Düsseldorf" ], - "publicationStatement" : [ "2014; Düsseldorf" ], + "publication" : [ { + "location" : "Düsseldorf", + "startDate" : "2014" + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT018131501" } ], - "statementOfResponsibility" : [ "Manfred Engelhardt" ], + "statementOfResponsibility" : "Manfred Engelhardt", "subject" : [ { "id" : "http://d-nb.info/gnd/4013255-9", "label" : "Düsseldorf", @@ -70,6 +71,6 @@ "subjectChain" : [ "Düsseldorf | Staat Berg | Geschichte 1288-1815 (213)" ], "subjectLabel" : [ "Großherzogtum Berg", "Hauptamt (Düsseldorf)", "Düsseldorf. Stadtverordnetenversammlung", "Herzogtum Berg", "Düsseldorf. Hauptamt", "Grafschaft Berg", "Presseamt (Düsseldorf)", "Landeshauptstadt Düsseldorf", "Ducatus Montensis", "Oberbürgermeister (Düsseldorf)", "Düsseldorf. Rat", "Großherzogthum Berg", "Stadtverwaltung (Düsseldorf)", "Djussel'dorf", "Düsseldorf. Stadtverwaltung", "Ratsversammlung (Düsseldorf)", "Düsseldorf. Oberbürgermeister", "Düsseldorf. Presseamt", "Düsseldorf. Oberstadtdirektor", "Düsseldorf. Ratsversammlung", "Grand Duché Berg", "Berg (Staat)", "Duseerduofu", "Dyusserudorufu", "Oberstadtdirektor (Düsseldorf)", "Stadtverordnetenversammlung (Düsseldorf)", "Stadtgemeinde Düsseldorf", "Rat (Düsseldorf)", "Düsseldorf. Organisationsabteilung", "Stadt Düsseldorf" ], "subjectOrder" : [ "http://d-nb.info/gnd/4013255-9, http://d-nb.info/gnd/4137215-3, Geschichte 1288-1815" ], - "title" : [ "Düsseldorf und das bergische Territorium" ], + "title" : "Düsseldorf und das bergische Territorium", "type" : [ "BibliographicResource", "Article" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01818/HT018187026.json b/src/test/resources/output/json/01818/HT018187026.json index 640f8c81a..021e770a1 100644 --- a/src/test/resources/output/json/01818/HT018187026.json +++ b/src/test/resources/output/json/01818/HT018187026.json @@ -1,48 +1,47 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", - "describedby" : [ { + "describedby" : { "dateCreated" : "20140304", "dateModified" : "20140610", "id" : "http://lobid.org/resources/HT018187026" - } ], + }, "exemplar" : [ { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018187026:DE-Bi10:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018187026#!", "id" : "http://lobid.org/items/HT018187026:DE-Bi10:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Bi10" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018187026:DE-836:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018187026#!", "id" : "http://lobid.org/items/HT018187026:DE-836:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-836" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018187026:DE-361:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018187026#!", "id" : "http://lobid.org/items/HT018187026:DE-361:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-361" - } ], + }, "type" : [ "Item" ] } ], - "hbzId" : [ "HT018187026" ], + "hbzId" : "HT018187026", "id" : "http://lobid.org/resources/HT018187026#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018187026" - } ], + }, "issn" : [ "21955131" ], - "issued" : [ "2013 - " ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -50,12 +49,15 @@ "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" } ], - "placeOfPublication" : [ "Berlin" ], - "publicationStatement" : [ "Berlin; Logos-Verl.; 2013" ], - "publisher" : [ "Logos-Verl." ], + "publication" : [ { + "location" : "Berlin", + "publishedBy" : "Logos-Verl.", + "startDate" : "2013", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT018187026" } ], - "title" : [ "Gesundheit und Pflege - aus der Hochschule in die Praxis" ], + "title" : "Gesundheit und Pflege - aus der Hochschule in die Praxis", "type" : [ "BibliographicResource", "Series" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01823/HT018239864.json b/src/test/resources/output/json/01823/HT018239864.json index 4da59dc3e..40ce4be2c 100644 --- a/src/test/resources/output/json/01823/HT018239864.json +++ b/src/test/resources/output/json/01823/HT018239864.json @@ -4,11 +4,11 @@ "id" : "http://lobid.org/resources/NWBib" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/1056946172", "label" : "Kennedy, Beate", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -17,105 +17,105 @@ } ], "contributorOrder" : [ "http://d-nb.info/gnd/1056946172" ], "coverage" : [ "Köln" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20140423", "dateModified" : "20141113", "id" : "http://lobid.org/resources/HT018239864" - } ], + }, "description" : [ { "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=4584991&prov=M&dok_var=1&dok_ext=htm" } ], "exemplar" : [ { "callNumber" : "nc59566", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018239864:DE-385:nc59566" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018239864#!", "id" : "http://lobid.org/items/HT018239864:DE-385:nc59566#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-385" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "CQWK5664", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018239864:DE-466:CQWK5664" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018239864#!", "id" : "http://lobid.org/items/HT018239864:DE-466:CQWK5664#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-466" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "2015/1330", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018239864:DE-5:2015%2F1330" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018239864#!", "id" : "http://lobid.org/items/HT018239864:DE-5:2015%2F1330#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "CQWK3670", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018239864:DE-465:CQWK3670" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018239864#!", "id" : "http://lobid.org/items/HT018239864:DE-465:CQWK3670#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-465" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "gerw53954.k35", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018239864:DE-61:gerw53954.k35" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018239864#!", "id" : "http://lobid.org/items/HT018239864:DE-61:gerw53954.k35#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-61" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "11CQWK6864", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018239864:DE-467:11CQWK6864" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018239864#!", "id" : "http://lobid.org/items/HT018239864:DE-467:11CQWK6864#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-467" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "115-289", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018239864:DE-107:115-289" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018239864#!", "id" : "http://lobid.org/items/HT018239864:DE-107:115-289#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-107" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "IFB10325-17", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018239864:DE-294:IFB10325-17" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018239864#!", "id" : "http://lobid.org/items/HT018239864:DE-294:IFB10325-17#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-294" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "517 S." ], - "hbzId" : [ "HT018239864" ], + "extent" : "517 S.", + "hbzId" : "HT018239864", "id" : "http://lobid.org/resources/HT018239864#!", "inSeries" : [ { "numbering" : "17", @@ -127,11 +127,10 @@ "isPartOf" : [ { "id" : "http://lobid.org/resources/HT016777884#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018239864" - } ], + }, "isbn" : [ "3050064641", "9783050103020", "9783050064642" ], - "issued" : [ "2014" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -144,9 +143,12 @@ "label" : "Einzelne Autoren (Sekundärliteratur)" } ], "otherTitleInformation" : [ "narrative Verfahren und literarische Autorschaft im Gesamtwerk" ], - "placeOfPublication" : [ "Berlin [u.a.]" ], - "publicationStatement" : [ "Berlin [u.a.]; de Gruyter; 2014" ], - "publisher" : [ "de Gruyter" ], + "publication" : [ { + "location" : "Berlin [u.a.]", + "publishedBy" : "de Gruyter", + "startDate" : "2014", + "type" : [ "Publication" ] + } ], "rpbSubject" : [ { "id" : "https://w3id.org/lobid/rpb2#n200", "label" : "Deutsche Sprache und Literatur" @@ -159,7 +161,7 @@ }, { "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5764418&custom_att_2=simple_viewer" } ], - "statementOfResponsibility" : [ "Beate Kennedy" ], + "statementOfResponsibility" : "Beate Kennedy", "subject" : [ { "dateOfBirth" : "1905", "dateOfDeath" : "1982", @@ -181,7 +183,7 @@ "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5764417&custom_att_2=simple_viewer" } ], "thesisInformation" : [ "Zugl., Göttingen, Univ., Diss., 2013" ], - "title" : [ "Irmgard Keun: Zeit und Zitat" ], + "title" : "Irmgard Keun: Zeit und Zitat", "type" : [ "BibliographicResource", "Book", "Thesis" ], "volume" : [ "17" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01829/HT018290299.json b/src/test/resources/output/json/01829/HT018290299.json index 979613412..0671ca968 100644 --- a/src/test/resources/output/json/01829/HT018290299.json +++ b/src/test/resources/output/json/01829/HT018290299.json @@ -4,12 +4,12 @@ "id" : "http://lobid.org/resources/NWBib" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "altLabel" : "Felsko, Angelika Lehndorff-", "id" : "http://d-nb.info/gnd/109728068", "label" : "Lehndorff-Felsko, Angelika", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -18,72 +18,72 @@ } ], "contributorOrder" : [ "http://d-nb.info/gnd/109728068" ], "coverage" : [ "Köln" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20140610", "dateModified" : "20150326", "id" : "http://lobid.org/resources/HT018290299" - } ], + }, "description" : [ { "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=4675728&prov=M&dok_var=1&dok_ext=htm" } ], "exemplar" : [ { "callNumber" : "17B5040", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018290299:DE-38:17B5040" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018290299#!", "id" : "http://lobid.org/items/HT018290299:DE-38:17B5040#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-38" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Gb 9130/650 (19)", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018290299:DE-5-39:Gb%209130%2F650%20(19)" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018290299#!", "id" : "http://lobid.org/items/HT018290299:DE-5-39:Gb%209130%2F650%20(19)#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5-39" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Fbf 7122", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018290299:DE-Kn28:Fbf%207122" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018290299#!", "id" : "http://lobid.org/items/HT018290299:DE-Kn28:Fbf%207122#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Kn28" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "3K 55857", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018290299:DE-6:3K%2055857" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018290299#!", "id" : "http://lobid.org/items/HT018290299:DE-6:3K%2055857#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "W 2015/2920", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018290299:DE-5:W%202015%2F2920" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018290299#!", "id" : "http://lobid.org/items/HT018290299:DE-5:W%202015%2F2920#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "544 S. : Ill." ], - "hbzId" : [ "HT018290299" ], + "extent" : "544 S. : Ill.", + "hbzId" : "HT018290299", "id" : "http://lobid.org/resources/HT018290299#!", "inSeries" : [ { "numbering" : [ "2", "19" ], @@ -105,11 +105,10 @@ }, { "id" : "http://lobid.org/resources/HT006514951#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018290299" - } ], + }, "isbn" : [ "9783954513673" ], - "issued" : [ "2014" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -122,9 +121,12 @@ "label" : "Geschichte" } ], "otherTitleInformation" : [ "Auszüge aus 500 Interviews mit ehemaligen Zwangsarbeiterinnen und Zwangsarbeitern" ], - "placeOfPublication" : [ "Köln" ], - "publicationStatement" : [ "Köln; Emons; 2014" ], - "publisher" : [ "Emons" ], + "publication" : [ { + "location" : "Köln", + "publishedBy" : "Emons", + "startDate" : "2014", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT018290299" } ], @@ -133,7 +135,7 @@ }, { "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=6261757&custom_att_2=simple_viewer" } ], - "statementOfResponsibility" : [ "Angelika Lehndorff-Felsko" ], + "statementOfResponsibility" : "Angelika Lehndorff-Felsko", "subject" : [ { "id" : "http://d-nb.info/gnd/4031483-2", "label" : "Köln", @@ -159,7 +161,7 @@ "tableOfContents" : [ { "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=6261756&custom_att_2=simple_viewer" } ], - "title" : [ "\"Uns verschleppten sie nach Köln ...\"" ], + "title" : "\"Uns verschleppten sie nach Köln ...\"", "type" : [ "BibliographicResource", "Book" ], "volume" : [ "2", "19" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01829/HT018295975.json b/src/test/resources/output/json/01829/HT018295975.json index 8450c7c06..73b020a85 100644 --- a/src/test/resources/output/json/01829/HT018295975.json +++ b/src/test/resources/output/json/01829/HT018295975.json @@ -4,81 +4,80 @@ "id" : "http://lobid.org/resources/NWBib" } ], "contribution" : [ { - "agent" : [ { - "dateOfBirth" : "1949", - "id" : "http://d-nb.info/gnd/12174793X", - "label" : "Mötsch, Johannes", + "agent" : { + "id" : "http://d-nb.info/gnd/136529348", + "label" : "Moczarski, Norbert", "type" : [ "Person" ] - } ], + }, "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/hnr", - "label" : "Gefeierte Person" + "id" : "http://id.loc.gov/vocabulary/relators/edt", + "label" : "Herausgeber/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "id" : "http://d-nb.info/gnd/136529348", - "label" : "Moczarski, Norbert", + "agent" : { + "dateOfBirth" : "1949", + "id" : "http://d-nb.info/gnd/12174793X", + "label" : "Mötsch, Johannes", "type" : [ "Person" ] - } ], + }, "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/edt", - "label" : "Herausgeber/in" + "id" : "http://id.loc.gov/vocabulary/relators/hnr", + "label" : "Gefeierte Person" } ], "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/136529348 | http://d-nb.info/gnd/12174793X" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20140616", "dateModified" : "20141105", "id" : "http://lobid.org/resources/HT018295975" - } ], + }, "description" : [ { "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=4685554&prov=M&dok_var=1&dok_ext=htm" } ], "edition" : [ "1. Aufl." ], "exemplar" : [ { "callNumber" : "2014/3450", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018295975:DE-929:2014%2F3450" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018295975#!", "id" : "http://lobid.org/items/HT018295975:DE-929:2014%2F3450#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-929" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "3K 51779", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018295975:DE-6:3K%2051779" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018295975#!", "id" : "http://lobid.org/items/HT018295975:DE-6:3K%2051779#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "C 60/145/10", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018295975:DE-5-39:C%2060%2F145%2F10" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018295975#!", "id" : "http://lobid.org/items/HT018295975:DE-5-39:C%2060%2F145%2F10#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5-39" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "596 S. : Ill." ], - "hbzId" : [ "HT018295975" ], + "extent" : "596 S. : Ill.", + "hbzId" : "HT018295975", "id" : "http://lobid.org/resources/HT018295975#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018295975" - } ], + }, "isbn" : [ "9783943539233" ], - "issued" : [ "2014" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -87,9 +86,12 @@ "label" : "Print" } ], "otherTitleInformation" : [ "Bonn - Koblenz - Weimar - Meiningen ; Festschrift für Johannes Mötsch zum 65. Geburtstag" ], - "placeOfPublication" : [ "Leipzig [u.a.]" ], - "publicationStatement" : [ "Leipzig [u.a.]; Salier; 2014" ], - "publisher" : [ "Salier" ], + "publication" : [ { + "location" : "Leipzig [u.a.]", + "publishedBy" : "Salier", + "startDate" : "2014", + "type" : [ "Publication" ] + } ], "rpbSubject" : [ { "id" : "https://w3id.org/lobid/rpb2#n560", "label" : "Buch, Bibl., Information und Dok." @@ -108,7 +110,7 @@ }, { "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5852708&custom_att_2=simple_viewer" } ], - "statementOfResponsibility" : [ "hrsg. von Norbert Moczarski ..." ], + "statementOfResponsibility" : "hrsg. von Norbert Moczarski ...", "subject" : [ { "dateOfBirth" : "1949", "id" : "http://d-nb.info/gnd/12174793X", @@ -137,6 +139,6 @@ "tableOfContents" : [ { "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5852707&custom_att_2=simple_viewer" } ], - "title" : [ "Thüringische und rheinische Forschungen" ], + "title" : "Thüringische und rheinische Forschungen", "type" : [ "BibliographicResource", "Book", "Festschrift", "EditedVolume" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01831/HT018312899.json b/src/test/resources/output/json/01831/HT018312899.json index 3ce4d8699..1b5f5e484 100644 --- a/src/test/resources/output/json/01831/HT018312899.json +++ b/src/test/resources/output/json/01831/HT018312899.json @@ -1,6 +1,6 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", - "bibliographicCitation" : [ "Grabbe-Jahrbuch ...; 32. 2013 (2014), S. 80-95" ], + "bibliographicCitation" : "Grabbe-Jahrbuch ...; 32. 2013 (2014), S. 80-95", "collectedBy" : [ { "id" : "http://lobid.org/resources/NWBib" } ], @@ -8,11 +8,11 @@ "id" : "http://lobid.org/resources/HT002156174#!" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/1023391147", "label" : "Maes, Sientje", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -21,19 +21,18 @@ } ], "contributorOrder" : [ "http://d-nb.info/gnd/1023391147" ], "coverage" : [ "Detmold" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20140702", "id" : "http://lobid.org/resources/HT018312899" - } ], - "hbzId" : [ "HT018312899" ], + }, + "hbzId" : "HT018312899", "id" : "http://lobid.org/resources/HT018312899#!", "isPartOf" : [ { "id" : "http://lobid.org/resources/HT002156174#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018312899" - } ], - "issued" : [ "2014" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -49,12 +48,14 @@ "label" : "Einzelne Autoren (Sekundärliteratur)" } ], "otherTitleInformation" : [ "der Cid als Zeit- und Gattungskritik" ], - "placeOfPublication" : [ "Bielefeld" ], - "publicationStatement" : [ "2014; Bielefeld" ], + "publication" : [ { + "location" : "Bielefeld", + "startDate" : "2014" + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT018312899" } ], - "statementOfResponsibility" : [ "Sientje Maes" ], + "statementOfResponsibility" : "Sientje Maes", "subject" : [ { "dateOfBirth" : "1801", "dateOfDeath" : "1836", @@ -73,6 +74,6 @@ "subjectChain" : [ "Grabbe, Christian Dietrich (1801-1836): Der Cid | Dramaturgie | Rezeption (231,321)" ], "subjectLabel" : [ "Wirkungsgeschichte", "Nachleben", "Fortwirken", "Nachwirkung (Rezeption)", "Aneignung (Rezeption)" ], "subjectOrder" : [ "http://d-nb.info/gnd/7683386-0, http://d-nb.info/gnd/4124796-6, http://d-nb.info/gnd/4049716-1" ], - "title" : [ "Theatraler Exzess und ,gespielte‘ Sinnlosigkeit" ], + "title" : "Theatraler Exzess und ,gespielte‘ Sinnlosigkeit", "type" : [ "BibliographicResource", "Article" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01845/HT018454638.json b/src/test/resources/output/json/01845/HT018454638.json index 519f7e701..9ade28406 100644 --- a/src/test/resources/output/json/01845/HT018454638.json +++ b/src/test/resources/output/json/01845/HT018454638.json @@ -4,36 +4,36 @@ "id" : "http://lobid.org/resources/NWBib" } ], "contribution" : [ { - "agent" : [ { - "altLabel" : [ "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach", "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach", "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach" ], - "id" : "http://d-nb.info/gnd/1060772442", - "label" : "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach", - "type" : [ "CorporateBody" ] - } ], + "agent" : { + "altLabel" : [ "Schierbaum, Ursula Clemens-", "Schierbaum, Ursula C.-", "Clemens, Ursula" ], + "id" : "http://d-nb.info/gnd/172845785", + "label" : "Clemens-Schierbaum, Ursula", + "type" : [ "Person" ] + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "altLabel" : [ "Schierbaum, Ursula Clemens-", "Schierbaum, Ursula C.-", "Clemens, Ursula" ], - "id" : "http://d-nb.info/gnd/172845785", - "label" : "Clemens-Schierbaum, Ursula", - "type" : [ "Person" ] - } ], + "agent" : { + "altLabel" : [ "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach", "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach", "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach" ], + "id" : "http://d-nb.info/gnd/1060772442", + "label" : "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach", + "type" : [ "CorporateBody" ] + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "altLabel" : [ "Pfarrgemeinderat Sankt Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Herkenrath", "Pfarrgemeinderat", "Pfarrei St. Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Bergisch Gladbach- Herkenrath" ], "id" : "http://d-nb.info/gnd/2175350-7", "label" : "Pfarrei Sankt Antonius Abbas Herkenrath", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -42,41 +42,40 @@ } ], "contributorOrder" : [ "http://d-nb.info/gnd/172845785 | http://d-nb.info/gnd/1060772442 | http://d-nb.info/gnd/2175350-7" ], "coverage" : [ "Bergisch Gladbach- Herkenrath" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20141111", "dateModified" : "20150303", "id" : "http://lobid.org/resources/HT018454638" - } ], + }, "exemplar" : [ { "callNumber" : "Gb 7470/201", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018454638:DE-5-39:Gb%207470%2F201" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018454638#!", "id" : "http://lobid.org/items/HT018454638:DE-5-39:Gb%207470%2F201#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5-39" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "Fc 6601", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018454638:DE-Kn28:Fc%206601" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018454638#!", "id" : "http://lobid.org/items/HT018454638:DE-Kn28:Fc%206601#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Kn28" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "122 S. : zahlr. Ill." ], - "hbzId" : [ "HT018454638" ], + "extent" : "122 S. : zahlr. Ill.", + "hbzId" : "HT018454638", "id" : "http://lobid.org/resources/HT018454638#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018454638" - } ], - "issued" : [ "2014" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -89,12 +88,14 @@ "label" : "Kirchengemeinden" } ], "otherTitleInformation" : [ "Festschrift zum Jubiläum 2014 in St. Antonius Abbas, Herkenrath ; Ausstellungsbegleiter" ], - "placeOfPublication" : [ "Bergisch Gladbach" ], - "publicationStatement" : [ "Bergisch Gladbach; 2014" ], + "publication" : [ { + "location" : "Bergisch Gladbach", + "startDate" : "2014" + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT018454638" } ], - "statementOfResponsibility" : [ "[Hrsg.: St. Joseph und St. Antonius, Bergisch-Gladbach. Beitr.: Ursula Clemens-Schierbaum ...]" ], + "statementOfResponsibility" : "[Hrsg.: St. Joseph und St. Antonius, Bergisch-Gladbach. Beitr.: Ursula Clemens-Schierbaum ...]", "subject" : [ { "altLabel" : [ "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach", "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach", "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach" ], "id" : "http://d-nb.info/gnd/1060772442", @@ -112,6 +113,6 @@ "subjectChain" : [ "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach | Pfarrei Sankt Antonius Abbas Herkenrath | Geschichte (213)" ], "subjectLabel" : [ "Pfarrgemeinderat Sankt Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Herkenrath. Pfarrgemeinderat", "Pfarrei St. Antonius Abbas Herkenrath", "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach", "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach", "Pfarrei Sankt Antonius Abbas Bergisch Gladbach- Herkenrath", "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach", "Pfarrgemeinderat (Pfarrei Sankt Antonius Abbas Herkenrath)" ], "subjectOrder" : [ "http://d-nb.info/gnd/1060772442, http://d-nb.info/gnd/2175350-7, Geschichte" ], - "title" : [ "Gottes Haus - Tor des Himmels" ], + "title" : "Gottes Haus - Tor des Himmels", "type" : [ "BibliographicResource", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01846/HT018468645.json b/src/test/resources/output/json/01846/HT018468645.json index b16c6adc1..3a80451d5 100644 --- a/src/test/resources/output/json/01846/HT018468645.json +++ b/src/test/resources/output/json/01846/HT018468645.json @@ -4,22 +4,22 @@ "id" : "http://lobid.org/resources/NWBib" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/128495626", "label" : "Fritsche, Christiane", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/edt", "label" : "Herausgeber/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/122511158", "label" : "Paulmann, Johannes", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/edt", "label" : "Herausgeber/in" @@ -27,39 +27,38 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/128495626 | http://d-nb.info/gnd/122511158" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20141125", "id" : "http://lobid.org/resources/HT018468645" - } ], + }, "description" : [ { "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=4535439&prov=M&dok_var=1&dok_ext=htm" } ], "doi" : [ "10.7788/boehlau.9783412216689" ], "exemplar" : [ { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018468645:DE-466:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018468645#!", "id" : "http://lobid.org/items/HT018468645:DE-466:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-466" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "394 S. : Ill., graph. Darst." ], + "extent" : "394 S. : Ill., graph. Darst.", "fulltextOnline" : [ { "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=4535439&prov=M&dok_var=1&dok_ext=htm" } ], "hasVersion" : [ { "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=4535439&prov=M&dok_var=1&dok_ext=htm" } ], - "hbzId" : [ "HT018468645" ], + "hbzId" : "HT018468645", "id" : "http://lobid.org/resources/HT018468645#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018468645" - } ], + }, "isbn" : [ "9783412216689" ], - "issued" : [ "2014" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -68,9 +67,12 @@ }, { "id" : "http://rdvocab.info/termList/RDACarrierType/1010" } ], - "placeOfPublication" : [ "Köln [u.a.]" ], - "publicationStatement" : [ "Köln [u.a.]; Böhlau; 2014" ], - "publisher" : [ "Böhlau" ], + "publication" : [ { + "location" : "Köln [u.a.]", + "publishedBy" : "Böhlau", + "startDate" : "2014", + "type" : [ "Publication" ] + } ], "rpbSubject" : [ { "id" : "https://w3id.org/lobid/rpb2#n330", "label" : "Geschichte" @@ -84,7 +86,7 @@ "similar" : [ { "id" : "http://dx.doi.org/10.7788/boehlau.9783412216689" } ], - "statementOfResponsibility" : [ "Hrsg. von Fritsche, Christiane ; Paulmann, Johannes" ], + "statementOfResponsibility" : "Hrsg. von Fritsche, Christiane ; Paulmann, Johannes", "subject" : [ { "id" : "http://d-nb.info/gnd/4011882-4", "label" : "Deutschland", @@ -112,6 +114,6 @@ "subjectChain" : [ "Deutschland | Arisierung | Wiedergutmachung | Geschichte | Aufsatzsammlung" ], "subjectLabel" : [ "Deutsche Länder", "Heiliges Römisches Reich", "Deutschland (Gebiet unter Alliierter Besatzung)", "Norddeutscher Bund", "Allemagne (Deutschland)", "Federal Republic of Germany (Deutschland)", "ǦumhÅ«rÄ«yat Almāniyā al-IttiḥādÄ«ya", "Landesgeschichte", "Germanija", "Germany (Deutschland)", "Rheinbund", "Drittes Reich / Arisierung", "Einzelbeiträge", "Regionalgeschichte", "Deutschland (Bundesrepublik, 1990-)", "République Fédérale d'Allemagne (Deutschland)", "Beiträge (Formschlagwort)", "Federativnaja Respublika Germanija", "Republic of Germany (Deutschland)", "Repubblica Federale di Germania (Deutschland)", "Deyizhi-Lianbang-Gongheguo", "Niemcy", "Ortsgeschichte", "Zeitgeschichte", "Deutsches Reich", "Deutschland / Arisierung", "Sammelwerk (Formschlagwort)", "Bundesrepublik Deutschland (1990-)", "BRD (1990-)", "BRD", "Deutscher Bund", "FRG" ], "subjectOrder" : [ "http://d-nb.info/gnd/4011882-4, http://d-nb.info/gnd/4219952-9, http://d-nb.info/gnd/4136959-2, http://d-nb.info/gnd/4020517-4, http://d-nb.info/gnd/4143413-4" ], - "title" : [ "\"Arisierung\" und \"Wiedergutmachung\" in deutschen Städten" ], + "title" : "\"Arisierung\" und \"Wiedergutmachung\" in deutschen Städten", "type" : [ "BibliographicResource", "Book", "EditedVolume" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01858/HT018585406.json b/src/test/resources/output/json/01858/HT018585406.json index fa905c685..3a5a92629 100644 --- a/src/test/resources/output/json/01858/HT018585406.json +++ b/src/test/resources/output/json/01858/HT018585406.json @@ -6,35 +6,35 @@ "id" : "http://lobid.org/resource/Edoweb" } ], "contribution" : [ { - "agent" : [ { + "agent" : { + "id" : "http://d-nb.info/gnd/121842118", + "label" : "Clev, Hans-Günther", + "type" : [ "Person" ] + }, + "role" : [ { + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Mitwirkende" + } ], + "type" : [ "Contribution" ] + }, { + "agent" : { "altLabel" : "Entwicklungsagentur Rheinland-Pfalz e.V.", "id" : "http://d-nb.info/gnd/16080300-7", "label" : "Entwicklungsagentur Rheinland-Pfalz", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "altLabel" : [ "Conférence Franco-Germano-Suisse du Rhin Supérieur", "ORK", "Conférence du Rhin Supérieur", "Oberrheinkonferenz" ], "id" : "http://d-nb.info/gnd/5079636-7", "label" : "Deutsch-Französisch-Schweizerische Oberrheinkonferenz", "type" : [ "CorporateBody" ] - } ], - "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Mitwirkende" - } ], - "type" : [ "Contribution" ] - }, { - "agent" : [ { - "id" : "http://d-nb.info/gnd/121842118", - "label" : "Clev, Hans-Günther", - "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -42,28 +42,27 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/121842118 | http://d-nb.info/gnd/16080300-7 | http://d-nb.info/gnd/5079636-7" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20150319", "id" : "http://lobid.org/resources/HT018585406" - } ], + }, "exemplar" : [ { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018585406:DE-107:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018585406#!", "id" : "http://lobid.org/items/HT018585406:DE-107:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-107" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "45 S. : Ill., Kt." ], - "hbzId" : [ "HT018585406" ], + "extent" : "45 S. : Ill., Kt.", + "hbzId" : "HT018585406", "id" : "http://lobid.org/resources/HT018585406#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018585406" - } ], - "issued" : [ "2006" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -72,8 +71,10 @@ }, { "id" : "http://rdvocab.info/termList/RDACarrierType/1010" } ], - "placeOfPublication" : [ "Kaiserslautern" ], - "publicationStatement" : [ "Kaiserslautern; 2006" ], + "publication" : [ { + "location" : "Kaiserslautern", + "startDate" : "2006" + } ], "rpbSubject" : [ { "id" : "https://w3id.org/lobid/rpb2#n106", "label" : "Amtsdruckschriften Rheinland-Pfalz" @@ -90,7 +91,7 @@ "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT018585406" } ], - "statementOfResponsibility" : [ "Deutsch-Französisch-Schweizerische Oberrheinkonferenz, AG Raumordnung. Hrsg.: Entwicklungsagentur Rheinland-Pfalz e.V. Red.: Hans-Günther Clev ..." ], + "statementOfResponsibility" : "Deutsch-Französisch-Schweizerische Oberrheinkonferenz, AG Raumordnung. Hrsg.: Entwicklungsagentur Rheinland-Pfalz e.V. Red.: Hans-Günther Clev ...", "subject" : [ { "id" : "http://d-nb.info/gnd/4075561-7", "label" : "Oberrheinisches Tiefland", @@ -103,6 +104,6 @@ "subjectChain" : [ "Oberrheinisches Tiefland | Landesplanung" ], "subjectLabel" : [ "Gebietsplanung", "Landesentwicklungsplanung", "Oberrheinische Tiefebene", "Oberrheinlande", "Oberrhein-Gebiet", "Oberrhein (Region)", "Oberrheinebene" ], "subjectOrder" : [ "http://d-nb.info/gnd/4075561-7, http://d-nb.info/gnd/4034268-2" ], - "title" : [ "Endbericht Workshop Der Oberrhein als Europäische Metropolregion" ], + "title" : "Endbericht Workshop Der Oberrhein als Europäische Metropolregion", "type" : [ "BibliographicResource", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01861/HT018612706.json b/src/test/resources/output/json/01861/HT018612706.json index 5f7cbb41f..ad954f0ef 100644 --- a/src/test/resources/output/json/01861/HT018612706.json +++ b/src/test/resources/output/json/01861/HT018612706.json @@ -4,35 +4,35 @@ "id" : "http://lobid.org/resources/NWBib" } ], "contribution" : [ { - "agent" : [ { - "altLabel" : [ "Zentralarchiv des Internationalen Kunsthandels e.V.", "ZADIK" ], - "id" : "http://d-nb.info/gnd/10040152-1", - "label" : "Zentralarchiv des Internationalen Kunsthandels", - "type" : [ "CorporateBody" ] - } ], - "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Mitwirkende" - } ], - "type" : [ "Contribution" ] - }, { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/1050748387", "label" : "Herzog, Günter", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "altLabel" : [ "49. Internationaler Kunstmarkt, 2015, Köln", "49. Messe für Moderne und Zeitgenössische Kunst in Köln, 2015, Köln" ], "id" : "http://d-nb.info/gnd/1069643262", "label" : "49. Art Cologne, 2015, Köln", "type" : [ "ConferenceOrEvent" ] + }, + "role" : [ { + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Mitwirkende" } ], + "type" : [ "Contribution" ] + }, { + "agent" : { + "altLabel" : [ "Zentralarchiv des Internationalen Kunsthandels e.V.", "ZADIK" ], + "id" : "http://d-nb.info/gnd/10040152-1", + "label" : "Zentralarchiv des Internationalen Kunsthandels", + "type" : [ "CorporateBody" ] + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -41,68 +41,68 @@ } ], "contributorOrder" : [ "http://d-nb.info/gnd/1050748387 | http://d-nb.info/gnd/1069643262 | http://d-nb.info/gnd/10040152-1" ], "coverage" : [ "Düsseldorf", "Köln" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20150421", "dateModified" : "20150804", "id" : "http://lobid.org/resources/HT018612706" - } ], + }, "description" : [ { "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=5203696&prov=M&dok_var=1&dok_ext=htm" } ], "exemplar" : [ { "callNumber" : "In Bearbeitung", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018612706:DE-5:In%20Bearbeitung" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018612706#!", "id" : "http://lobid.org/items/HT018612706:DE-5:In%20Bearbeitung#!", "type" : [ "Item" ] }, { "callNumber" : "KFG1163-26/26", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018612706:DE-465:KFG1163-26%2F26" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018612706#!", "id" : "http://lobid.org/items/HT018612706:DE-465:KFG1163-26%2F26#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-465" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "kund960.h582", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018612706:DE-61:kund960.h582" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018612706#!", "id" : "http://lobid.org/items/HT018612706:DE-61:kund960.h582#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-61" - } ], + }, "type" : [ "Item" ] }, { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018612706:DE-5-7:kund960.h582" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018612706#!", "id" : "http://lobid.org/items/HT018612706:DE-5-7:kund960.h582#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5-7" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "4' 2015/189", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018612706:DE-5:4'%202015%2F189" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018612706#!", "id" : "http://lobid.org/items/HT018612706:DE-5:4'%202015%2F189#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "173 S. : zahlr. Ill." ], - "hbzId" : [ "HT018612706" ], + "extent" : "173 S. : zahlr. Ill.", + "hbzId" : "HT018612706", "id" : "http://lobid.org/resources/HT018612706#!", "inSeries" : [ { "numbering" : "25/26", @@ -114,11 +114,10 @@ "isPartOf" : [ { "id" : "http://lobid.org/resources/HT014679525#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018612706" - } ], + }, "isbn" : [ "9783903004108" ], - "issued" : [ "2015" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -134,13 +133,16 @@ "label" : "Kunstausstellungen" } ], "otherTitleInformation" : [ "[... anlässlich der gleichnamigen Ausstellung auf der ART COLOGNE 16. - 19.4.2015, und im ZADIK, 4.5. - 28.8.2015]" ], - "placeOfPublication" : [ "Wien", "Köln" ], - "publicationStatement" : [ "Wien; Verl. für moderne Kunst; Köln; Zentralarchiv des Internationalen Kunsthandels e.V., ZADIK; 2015" ], - "publisher" : [ "Zentralarchiv des Internationalen Kunsthandels e.V., ZADIK", "Verl. für moderne Kunst" ], + "publication" : [ { + "location" : [ "Wien", "Köln" ], + "publishedBy" : [ "Zentralarchiv des Internationalen Kunsthandels e.V., ZADIK", "Verl. für moderne Kunst" ], + "startDate" : "2015", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT018612706" } ], - "statementOfResponsibility" : [ "[Texte: Günter Herzog ...]" ], + "statementOfResponsibility" : "[Texte: Günter Herzog ...]", "subject" : [ { "id" : "http://d-nb.info/gnd/4011889-7", "label" : "Deutschland, Bundesrepublik", @@ -186,7 +188,7 @@ "subjectChain" : [ "Deutschland, Bundesrepublik | Pop-Art | Geschichte 1959-1972 | Ausstellung | Köln <2015> (21345)", "Düsseldorf | Köln | Pop-Art | Geschichte 1959-1972 | Ausstellung | Köln <2015> (213456,312456)" ], "subjectLabel" : [ "Kerun", "Presseamt (Düsseldorf)", "NRF", "Cölln (Köln)", "Köln. Abteilung Zentrale Datenverarbeitung", "Colonia (Köln)", "Pop-Kunst", "Colonia Ubiorum", "Köln. Oberbürgermeister", "République Fédérale d'Allemagne (Deutschland, Bundesrepublik)", "Köln. Amt für Presse und Öffentlichkeitsarbeit", "Ratsversammlung (Düsseldorf)", "Köln. Stadtverordneten-Versammlung", "Németországi Szövetségi Kőztársaság (Deutschland, Bundesrepublik)", "ADV", "Niemiecka Republika Federalna Niemiecka Republika Federalna", "Stadt Düsseldorf", "BRD (1949-1990)", "Düsseldorf. Oberstadtdirektor", "Köln. Rat", "RFN", "Stadtverordneten-Versammlung (Köln)", "Djussel'dorf", "Republic of Germany (Deutschland, Bundesrepublik)", "CCAA", "República Federal de Alemania (Deutschland, Bundesrepublik)", "Alemania (Deutschland, Bundesrepublik)", "Düsseldorf. Oberbürgermeister", "Stadtverwaltung (Düsseldorf)", "Köln. Stadtverwaltung", "Ara Ubiorum", "Allemagne (Deutschland, Bundesrepublik)", "Deutschland (1949-1990)", "Germany (Deutschland, Bundesrepublik)", "Dyusserudorufu", "Köln. Hauptamt", "Köln. Oberstadtdirektor", "Förbundsrepublikken Tyskland (Deutschland, Bundesrepublik)", "Almāniyā (Deutschland, Bundesrepublik)", "Düsseldorf. Stadtverwaltung", "Keulen", "Alemanha (Deutschland, Bundesrepublik)", "Oppidum Ubiorum", "Cologne", "Köln. Nachrichtenamt", "Stadtgemeinde Düsseldorf", "Oberbürgermeister (Düsseldorf)", "Oberbürgermeister (Köln)", "Westdeutschland (Bundesrepublik, 1949-1990)", "Cöllen", "Deutschland (1949-1990, Bundesrepublik)", "Amt für Presse und Öffentlichkeitsarbeit (Köln)", "Presse- und Informationsamt (Köln)", "Düsseldorf. Stadtverordnetenversammlung", "Bondsrepubliek Duitsland (Deutschland, Bundesrepublik)", "Federal Republic of Germany (Deutschland, Bundesrepublik)", "Groß-Köln", "KÅ«lÅ«niyā", "Colonia Agrippina", "Düsseldorf. Ratsversammlung", "Cöln", "Bundesrepublik Deutschland (1949-1990)", "República Federal da Alemanha (Deutschland, Bundesrepublik)", "Köln. Interkulturelles Referat", "Verwaltung (Köln)", "Landeshauptstadt Düsseldorf", "Düsseldorf. Hauptamt", "Keln", "Oberstadtdirektor (Köln)", "Düsseldorf. Organisationsabteilung", "Köln. Presse- und Informationsamt", "Stadtverwaltung (Köln)", "Pop art", "Republik Federasi Djerman (Deutschland, Bundesrepublik)", "Colonia Claudia Ara Agrippinensium", "Hauptamt (Düsseldorf)", "Republika Federalna Niemiec (Deutschland, Bundesrepublik)", "Duseerduofu", "Köln. Verwaltung", "Rat (Düsseldorf)", "Köln. Wasser- und Brückenbauabteilung", "Repubblica Federale di Germania (Deutschland, Bundesrepublik)", "Stadt Köln", "Hauptamt (Köln)", "Almanija (Deutschland, Bundesrepublik)", "BRD", "Saksan Liittotasavalta (Deutschland, Bundesrepublik)", "Stadtverordnetenversammlung (Düsseldorf)", "Düsseldorf. Presseamt", "Oberstadtdirektor (Düsseldorf)", "Düsseldorf. Rat", "FRG", "Colonia Agrippinensis", "Förbundsrepubliken Tyskland (Deutschland, Bundesrepublik)", "Nachrichtenamt (Köln)" ], "subjectOrder" : [ "http://d-nb.info/gnd/4011889-7, http://d-nb.info/gnd/4076259-2, Geschichte 1959-1972, Ausstellung, Köln <2015>", "http://d-nb.info/gnd/4013255-9, http://d-nb.info/gnd/4031483-2, http://d-nb.info/gnd/4076259-2, Geschichte 1959-1972, Ausstellung, Köln <2015>" ], - "title" : [ "Wie die Pop Art nach Deutschland kam" ], + "title" : "Wie die Pop Art nach Deutschland kam", "type" : [ "BibliographicResource", "Proceedings", "Book" ], "volume" : [ "25/26" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01861/HT018617137.json b/src/test/resources/output/json/01861/HT018617137.json index bde49744e..00db14c52 100644 --- a/src/test/resources/output/json/01861/HT018617137.json +++ b/src/test/resources/output/json/01861/HT018617137.json @@ -15,35 +15,34 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "Helm, Eva Maria" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20150424", "id" : "http://lobid.org/resources/HT018617137" - } ], + }, "exemplar" : [ { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018617137:DE-5:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018617137#!", "id" : "http://lobid.org/items/HT018617137:DE-5:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-5" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "55 S. : Ill." ], + "extent" : "55 S. : Ill.", "fulltextOnline" : [ { "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:5:2-66128" } ], "hasVersion" : [ { "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:5:2-66128" } ], - "hbzId" : [ "HT018617137" ], + "hbzId" : "HT018617137", "id" : "http://lobid.org/resources/HT018617137#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018617137" - } ], + }, "isbn" : [ "9783981642216" ], - "issued" : [ "2015" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -61,17 +60,20 @@ "label" : "Fachhochschulen" } ], "otherTitleInformation" : [ "Forschung gestaltet unsere Lebenswelten" ], - "placeOfPublication" : [ "Köln" ], - "publicationStatement" : [ "Köln; Projekt \"Nachhaltige Forschung an Fachhochschulen in NRW\"; 2015" ], - "publisher" : [ "Projekt \"Nachhaltige Forschung an Fachhochschulen in NRW\"" ], + "publication" : [ { + "location" : "Köln", + "publishedBy" : "Projekt \"Nachhaltige Forschung an Fachhochschulen in NRW\"", + "startDate" : "2015", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT018617137" } ], "similar" : [ { "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:5:2-66128" } ], - "statementOfResponsibility" : [ "[Text: Eva Maria Helm]" ], - "title" : [ "Nachhaltige Forschung an Fachhochschulen in NRW" ], + "statementOfResponsibility" : "[Text: Eva Maria Helm]", + "title" : "Nachhaltige Forschung an Fachhochschulen in NRW", "type" : [ "BibliographicResource", "Book" ], "urn" : [ "urn:nbn:de:hbz:5:2-66128" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01870/HT018700720.json b/src/test/resources/output/json/01870/HT018700720.json index 2a4672cb8..1f491b0a1 100644 --- a/src/test/resources/output/json/01870/HT018700720.json +++ b/src/test/resources/output/json/01870/HT018700720.json @@ -1,22 +1,22 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/136371671", "label" : "Amrhein, Ludwig", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/129961604", "label" : "Heusinger, Josefine", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -33,23 +33,23 @@ } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/115325859", "label" : "Wolter, Birgit", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "altLabel" : [ "Deutschland", "BZgA, Bundeszentrale für Gesundheitliche Aufklärung", "FCHE", "BZgA", "Federal Centre for Health Education" ], "id" : "http://d-nb.info/gnd/2006655-7", "label" : "Bundeszentrale für Gesundheitliche Aufklärung", "type" : [ "CorporateBody" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" @@ -57,33 +57,33 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/136371671 | http://d-nb.info/gnd/129961604 | Ottovay, Kathrin | http://d-nb.info/gnd/115325859 | http://d-nb.info/gnd/2006655-7" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20150716", "dateModified" : "20150720", "id" : "http://lobid.org/resources/HT018700720" - } ], + }, "doi" : [ "10.4126/38m-006326817" ], "edition" : [ "Aufl.: 1.3.02.15" ], "exemplar" : [ { "callNumber" : "Elektronische Publikation", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018700720:DE-38M:Elektronische%20Publikation" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018700720#!", "id" : "http://lobid.org/items/HT018700720:DE-38M:Elektronische%20Publikation#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-38M" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "239 S. : zahlr. graph. Darst., Kt." ], + "extent" : "239 S. : zahlr. graph. Darst., Kt.", "fulltextOnline" : [ { "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=6326817&custom_att_2=simple_viewer" } ], "hasVersion" : [ { "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=6326817&custom_att_2=simple_viewer" } ], - "hbzId" : [ "HT018700720" ], + "hbzId" : "HT018700720", "id" : "http://lobid.org/resources/HT018700720#!", "inSeries" : [ { "numbering" : "47", @@ -95,11 +95,10 @@ "isPartOf" : [ { "id" : "http://lobid.org/resources/HT015550020#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018700720" - } ], + }, "isbn" : [ "9783942816618" ], - "issued" : [ "2015" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -110,21 +109,24 @@ } ], "note" : [ "Literaturangaben" ], "otherTitleInformation" : [ "Expertise zur Lebenslage von Menschen im Alter über 80 Jahren" ], - "placeOfPublication" : [ "Köln" ], - "publicationStatement" : [ "Köln; BZgA; 2015" ], - "publisher" : [ "BZgA" ], + "publication" : [ { + "location" : "Köln", + "publishedBy" : "BZgA", + "startDate" : "2015", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT018700720" } ], "similar" : [ { "id" : "http://dx.doi.org/10.4126/38m-006326817" } ], - "statementOfResponsibility" : [ "Ludwig Amrhein ; Josefine Heusinger ; Kathrin Ottovay ; Birgit Wolter" ], + "statementOfResponsibility" : "Ludwig Amrhein ; Josefine Heusinger ; Kathrin Ottovay ; Birgit Wolter", "subject" : [ { "id" : "http://dewey.info/class/610/", "label" : "Medizin und Gesundheit" } ], - "title" : [ "Die Hochaltrigen" ], + "title" : "Die Hochaltrigen", "type" : [ "BibliographicResource", "Report" ], "volume" : [ "47" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01872/HT018726005.json b/src/test/resources/output/json/01872/HT018726005.json index 374ea2f6d..a3d43dd5d 100644 --- a/src/test/resources/output/json/01872/HT018726005.json +++ b/src/test/resources/output/json/01872/HT018726005.json @@ -1,6 +1,6 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", - "bibliographicCitation" : [ "K.West; 2006,1, S. 12-14 : Ill." ], + "bibliographicCitation" : "K.West; 2006,1, S. 12-14 : Ill.", "collectedBy" : [ { "id" : "http://lobid.org/resources/NWBib" } ], @@ -8,11 +8,11 @@ "id" : "http://lobid.org/resources/HT013878511#!" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/137538766", "label" : "Hoff, Hans", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -21,25 +21,24 @@ } ], "contributorOrder" : [ "http://d-nb.info/gnd/137538766" ], "coverage" : [ "Bielefeld" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20150813", "id" : "http://lobid.org/resources/HT018726005" - } ], + }, "fulltextOnline" : [ { "id" : "http://www.bibliothek.uni-regensburg.de/ezeit/?2655603" } ], "hasVersion" : [ { "id" : "http://www.bibliothek.uni-regensburg.de/ezeit/?2655603" } ], - "hbzId" : [ "HT018726005" ], + "hbzId" : "HT018726005", "id" : "http://lobid.org/resources/HT018726005#!", "isPartOf" : [ { "id" : "http://lobid.org/resources/HT013878511#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018726005" - } ], - "issued" : [ "2006" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -52,15 +51,17 @@ "label" : "Schauspieler" } ], "otherTitleInformation" : [ "die Parallelwelten des Ingolf Lück" ], - "placeOfPublication" : [ "Essen" ], - "publicationStatement" : [ "2006; Essen" ], + "publication" : [ { + "location" : "Essen", + "startDate" : "2006" + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT018726005" } ], "seeAlso" : [ { "id" : "http://www.bibliothek.uni-regensburg.de/ezeit/?2655603" } ], - "statementOfResponsibility" : [ "Text: Hans Hoff" ], + "statementOfResponsibility" : "Text: Hans Hoff", "subject" : [ { "dateOfBirth" : "1958", "id" : "http://d-nb.info/gnd/128989459", @@ -69,6 +70,6 @@ } ], "subjectChain" : [ "Lück, Ingolf (1958-)" ], "subjectOrder" : [ "http://d-nb.info/gnd/128989459" ], - "title" : [ "Eine Marke sucht ihren Platz" ], + "title" : "Eine Marke sucht ihren Platz", "type" : [ "BibliographicResource", "Article" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01877/HT018770176.json b/src/test/resources/output/json/01877/HT018770176.json index 65d08bd53..f69ee4d90 100644 --- a/src/test/resources/output/json/01877/HT018770176.json +++ b/src/test/resources/output/json/01877/HT018770176.json @@ -1,11 +1,11 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/1042242615", "label" : "Stahl, Dominik", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -13,36 +13,36 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/1042242615" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20151002", "id" : "http://lobid.org/resources/HT018770176" - } ], + }, "edition" : [ "[1. Aufl.]" ], "exemplar" : [ { "callNumber" : "StrR XIV 23/246", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018770176:DE-6-228:StrR%20XIV%2023%2F246" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018770176#!", "id" : "http://lobid.org/items/HT018770176:DE-6-228:StrR%20XIV%2023%2F246#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-6-228" - } ], + }, "type" : [ "Item" ] }, { "callNumber" : "123/Y/3264", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018770176:DE-294-39:123%2FY%2F3264" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018770176#!", "id" : "http://lobid.org/items/HT018770176:DE-294-39:123%2FY%2F3264#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-294-39" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "276 S." ], - "hbzId" : [ "HT018770176" ], + "extent" : "276 S.", + "hbzId" : "HT018770176", "id" : "http://lobid.org/resources/HT018770176#!", "inSeries" : [ { "numbering" : "Neue Folge, Band 264", @@ -54,11 +54,10 @@ "isPartOf" : [ { "id" : "http://lobid.org/resources/HT001252640#!" } ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018770176" - } ], + }, "isbn" : [ "9783428147335", "3428147332" ], - "issued" : [ "2015" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -67,22 +66,25 @@ "label" : "Print" } ], "otherTitleInformation" : [ "zugleich ein Beitrag zur Strafzumessungsrelevanz des Vor- und Nachtatverhaltens" ], - "placeOfPublication" : [ "Berlin" ], - "publicationStatement" : [ "Berlin; Duncker & Humblot; 2015" ], - "publisher" : [ "Duncker & Humblot" ], + "publication" : [ { + "location" : "Berlin", + "publishedBy" : "Duncker & Humblot", + "startDate" : "2015", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT018770176" } ], - "statementOfResponsibility" : [ "von Dominik Stahl" ], - "subject" : [ { + "statementOfResponsibility" : "von Dominik Stahl", + "subject" : { "id" : "http://dewey.info/class/340/", "label" : "Recht" - } ], + }, "tableOfContents" : [ { "id" : "http://d-nb.info/1076583180/04" } ], "thesisInformation" : [ "Albert-Ludwigs-Universität Freiburg, Dissertation, 2014/2015" ], - "title" : [ "Strafzumessungstatsachen zwischen Verbrechenslehre und Straftheorie" ], + "title" : "Strafzumessungstatsachen zwischen Verbrechenslehre und Straftheorie", "type" : [ "BibliographicResource", "Book", "Thesis" ], "volume" : [ "Neue Folge, Band 264" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01877/HT018771475.json b/src/test/resources/output/json/01877/HT018771475.json index acb645dfe..cd2deaceb 100644 --- a/src/test/resources/output/json/01877/HT018771475.json +++ b/src/test/resources/output/json/01877/HT018771475.json @@ -4,23 +4,23 @@ "id" : "http://lobid.org/resources/NWBib" } ], "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/102654520X", "label" : "Rösgen, Anya", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/ctb", "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "altLabel" : "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach", "id" : "http://d-nb.info/gnd/1074109953", "label" : "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach", "type" : [ "ConferenceOrEvent" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -29,18 +29,17 @@ } ], "contributorOrder" : [ "http://d-nb.info/gnd/102654520X | http://d-nb.info/gnd/1074109953" ], "coverage" : [ "Bergisch Gladbach- Bensberg" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20151005", "id" : "http://lobid.org/resources/HT018771475" - } ], - "extent" : [ "42 S." ], - "hbzId" : [ "HT018771475" ], + }, + "extent" : "42 S.", + "hbzId" : "HT018771475", "id" : "http://lobid.org/resources/HT018771475#!", "isPartOfName" : [ "Classic cars" ], - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018771475" - } ], - "issued" : [ "2015" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -53,13 +52,16 @@ "label" : "Kulturveranstaltungen" } ], "otherTitleInformation" : [ "17. bis 19. Juli 2015" ], - "placeOfPublication" : [ "Hamburg" ], - "publicationStatement" : [ "Hamburg; Bauer; 2015" ], - "publisher" : [ "Bauer" ], + "publication" : [ { + "location" : "Hamburg", + "publishedBy" : "Bauer", + "startDate" : "2015", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT018771475" } ], - "statementOfResponsibility" : [ "[Text Anya Rösgen ; Hans-Joachim Wiehager]" ], + "statementOfResponsibility" : "[Text Anya Rösgen ; Hans-Joachim Wiehager]", "subject" : [ { "altLabel" : "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach", "id" : "http://d-nb.info/gnd/1074109953", @@ -78,7 +80,7 @@ "tableOfContents" : [ { "id" : "http://d-nb.info/1074113608/04" } ], - "title" : [ "7. Schloss Bensberg Classics" ], + "title" : "7. Schloss Bensberg Classics", "type" : [ "BibliographicResource", "Proceedings", "Book" ], "volume" : [ "[2015,8, Beil.]" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01877/HT018779822.json b/src/test/resources/output/json/01877/HT018779822.json index 7a2271dd4..edc1d3fd7 100644 --- a/src/test/resources/output/json/01877/HT018779822.json +++ b/src/test/resources/output/json/01877/HT018779822.json @@ -1,11 +1,11 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/143846655", "label" : "Cross, Julie", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" @@ -13,29 +13,28 @@ "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/143846655" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20151014", "id" : "http://lobid.org/resources/HT018779822" - } ], + }, "exemplar" : [ { - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018779822:DE-Kob7:" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018779822#!", "id" : "http://lobid.org/items/HT018779822:DE-Kob7:#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-Kob7" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "264 Seiten" ], - "hbzId" : [ "HT018779822" ], + "extent" : "264 Seiten", + "hbzId" : "HT018779822", "id" : "http://lobid.org/resources/HT018779822#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018779822" - } ], + }, "isbn" : [ "9781138816503" ], - "issued" : [ "2014" ], "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/eng" } ], @@ -43,13 +42,16 @@ "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" } ], - "placeOfPublication" : [ "New York" ], - "publicationStatement" : [ "New York; Routledge; 2014" ], - "publisher" : [ "Routledge" ], + "publication" : [ { + "location" : "New York", + "publishedBy" : "Routledge", + "startDate" : "2014", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT018779822" } ], - "statementOfResponsibility" : [ "Julie Cross" ], - "title" : [ "Humor in contemporary junior literature" ], + "statementOfResponsibility" : "Julie Cross", + "title" : "Humor in contemporary junior literature", "type" : [ "BibliographicResource", "Book" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/01880/HT018801101.json b/src/test/resources/output/json/01880/HT018801101.json index 17cbd66c0..c06651711 100644 --- a/src/test/resources/output/json/01880/HT018801101.json +++ b/src/test/resources/output/json/01880/HT018801101.json @@ -1,82 +1,81 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "contribution" : [ { - "agent" : [ { - "id" : "http://d-nb.info/gnd/1088345387", - "label" : "Schmitz, Jasmin", + "agent" : { + "id" : "http://d-nb.info/gnd/1072011352", + "label" : "Arning, Ursula", "type" : [ "Person" ] - } ], + }, "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/ctb", - "label" : "Mitwirkende" + "id" : "http://id.loc.gov/vocabulary/relators/cre", + "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "id" : "http://d-nb.info/gnd/1072011352", - "label" : "Arning, Ursula", + "agent" : { + "id" : "http://d-nb.info/gnd/1080327355", + "label" : "Kullmer, Bettina", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { + "agent" : { "id" : "http://d-nb.info/gnd/1049793021", "label" : "Roesner, Elke", "type" : [ "Person" ] - } ], + }, "role" : [ { "id" : "http://id.loc.gov/vocabulary/relators/cre", "label" : "Autor/in" } ], "type" : [ "Contribution" ] }, { - "agent" : [ { - "id" : "http://d-nb.info/gnd/1080327355", - "label" : "Kullmer, Bettina", + "agent" : { + "id" : "http://d-nb.info/gnd/1088345387", + "label" : "Schmitz, Jasmin", "type" : [ "Person" ] - } ], + }, "role" : [ { - "id" : "http://id.loc.gov/vocabulary/relators/cre", - "label" : "Autor/in" + "id" : "http://id.loc.gov/vocabulary/relators/ctb", + "label" : "Mitwirkende" } ], "type" : [ "Contribution" ] } ], "contributorOrder" : [ "http://d-nb.info/gnd/1072011352 | http://d-nb.info/gnd/1080327355 | http://d-nb.info/gnd/1049793021 | http://d-nb.info/gnd/1088345387" ], - "describedby" : [ { + "describedby" : { "dateCreated" : "20151109", "dateModified" : "20160307", "id" : "http://lobid.org/resources/HT018801101" - } ], + }, "doi" : [ "10.4126/FRL01-006399387" ], "exemplar" : [ { "callNumber" : "Elektronische Publikation", - "describedby" : [ { + "describedby" : { "id" : "http://lobid.org/items/HT018801101:DE-38M:Elektronische%20Publikation" - } ], + }, "exemplarOf" : "http://lobid.org/resources/HT018801101#!", "id" : "http://lobid.org/items/HT018801101:DE-38M:Elektronische%20Publikation#!", - "owner" : [ { + "owner" : { "id" : "http://lobid.org/organisation/DE-38M" - } ], + }, "type" : [ "Item" ] } ], - "extent" : [ "1 Online-Ressource (1 Videodatei)" ], + "extent" : "1 Online-Ressource (1 Videodatei)", "fulltextOnline" : [ { "id" : "https://repository.publisso.de/resource/frl:6399387" } ], "hasVersion" : [ { "id" : "https://repository.publisso.de/resource/frl:6399387" } ], - "hbzId" : [ "HT018801101" ], + "hbzId" : "HT018801101", "id" : "http://lobid.org/resources/HT018801101#!", - "isPrimaryTopicOf" : [ { + "isPrimaryTopicOf" : { "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018801101" - } ], - "issued" : [ "2015" ], + }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" } ], @@ -89,16 +88,19 @@ }, { "id" : "http://rdvocab.info/termList/RDACarrierType/1010" } ], - "placeOfPublication" : [ "Köln" ], - "publicationStatement" : [ "Köln; ZB MED - Leibniz-Informationszentrum Lebenswissenschaften; 2015" ], - "publisher" : [ "ZB MED - Leibniz-Informationszentrum Lebenswissenschaften" ], + "publication" : [ { + "location" : "Köln", + "publishedBy" : "ZB MED - Leibniz-Informationszentrum Lebenswissenschaften", + "startDate" : "2015", + "type" : [ "Publication" ] + } ], "sameAs" : [ { "id" : "http://hub.culturegraph.org/resource/HBZ-HT018801101" } ], "similar" : [ { "id" : "http://dx.doi.org/10.4126/FRL01-006399387" } ], - "statementOfResponsibility" : [ "[Konzeption und Redaktion: Ursula Arning, Bettina Kullmer, Elke Roesner ; Mitarbeit: Jasmin Schmitz]" ], + "statementOfResponsibility" : "[Konzeption und Redaktion: Ursula Arning, Bettina Kullmer, Elke Roesner ; Mitarbeit: Jasmin Schmitz]", "subject" : [ { "id" : "http://dewey.info/class/020/", "label" : "Bibliotheks- und Informationswissenschaften" @@ -106,6 +108,6 @@ "id" : "http://dewey.info/class/610/", "label" : "Medizin und Gesundheit" } ], - "title" : [ "PUBLISSO - Das ZB MED Open-Access-Publikationsportal" ], + "title" : "PUBLISSO - Das ZB MED Open-Access-Publikationsportal", "type" : [ "BibliographicResource", "Miscellaneous" ] } \ No newline at end of file diff --git a/src/test/resources/reverseTest/output/nt/00000/BT000002852.nt b/src/test/resources/reverseTest/output/nt/00000/BT000002852.nt index 3ac9dc298..dda3b55e8 100644 --- a/src/test/resources/reverseTest/output/nt/00000/BT000002852.nt +++ b/src/test/resources/reverseTest/output/nt/00000/BT000002852.nt @@ -1,14 +1,16 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . -_:b2 . -_:b2 _:b3 . -_:b3 . -_:b3 . -_:b4 "http://d-nb.info/gnd/4018466-3, http://d-nb.info/gnd/4020517-4"^^ . +_:b1 "Freudenberg"^^ . +_:b1 "1989"^^ . +_:b2 _:b0 . +_:b2 . +_:b3 . +_:b3 _:b4 . +_:b4 . _:b4 . +_:b5 "http://d-nb.info/gnd/4018466-3, http://d-nb.info/gnd/4020517-4"^^ . +_:b5 . . "Freudenberg, Kreis Siegen-Wittgenstein"^^ . . @@ -16,12 +18,11 @@ _:b4 "Autor/in"^^ . "19960513"^^ . "19960513"^^ . - _:b1 . + _:b2 . "46 S. : Ill., Kt."^^ . "Freudenberg "^^ . - "1989"^^ . . - _:b2 . + _:b3 . "Stadt Freudenberg"^^ . "http://d-nb.info/gnd/4018466-3"^^ . "BT000002852"^^ . @@ -35,12 +36,11 @@ _:b4 "Stadt Freudenberg"^^ . "Stadt Freudenberg S\u00FCdwestfalen"^^ . "Zeitgeschichte"^^ . - _:b4 . + _:b5 . . - "Freudenberg"^^ . - "Freudenberg; 1989"^^ . "[Hrsg.: Stadt Freudenberg, Der Stadtdirektor]"^^ . "wechselvolle Geschichte"^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00000/BT000003404.nt b/src/test/resources/reverseTest/output/nt/00000/BT000003404.nt index 65cdd7e4e..52239f21c 100644 --- a/src/test/resources/reverseTest/output/nt/00000/BT000003404.nt +++ b/src/test/resources/reverseTest/output/nt/00000/BT000003404.nt @@ -5,18 +5,22 @@ _:b1 "Karte"^^ . _:b2 "2"^^ . _:b2 . -_:b3 . -_:b3 _:b4 . -_:b4 _:b0 . +_:b3 "Berlin [u.a.]"^^ . +_:b3 "Reise- u. Verkehrsverl."^^ . +_:b3 "1993"^^ . +_:b3 . +_:b4 . _:b4 _:b5 . -_:b5 . +_:b5 _:b0 . _:b5 _:b6 . -_:b6 _:b1 . -_:b6 . -_:b7 "http://d-nb.info/gnd/4042570-8, Karte"^^ . -_:b7 _:b8 . -_:b8 "http://d-nb.info/gnd/4115393-5, Karte"^^ . -_:b8 . +_:b6 . +_:b6 _:b7 . +_:b7 _:b1 . +_:b7 . +_:b8 "http://d-nb.info/gnd/4042570-8, Karte"^^ . +_:b8 _:b9 . +_:b9 "http://d-nb.info/gnd/4115393-5, Karte"^^ . +_:b9 . . "Nordrhein-Westfalen"^^ . . @@ -25,13 +29,11 @@ _:b8 "19940829"^^ . "20101004"^^ . "Kt."^^ . - "Reise- u. Verkehrsverl."^^ . . - "1993"^^ . . . . - _:b3 . + _:b4 . "Deutschland, 2: Nordrhein-Westfalen, Niedersachsen-S\u00FCd"^^ . "BT000003404"^^ . . @@ -46,16 +48,15 @@ _:b8 "North Rhine-Westphalia"^^ . "S\u00FCdliches Niedersachsen"^^ . "S\u00FCdniedersachsen"^^ . - _:b7 . + _:b8 . _:b2 . "10.[Aufl., Ausg.] 1993/94"^^ . "3575112088"^^ . "9783575112088"^^ . "2"^^ . . - "Berlin [u.a.]"^^ . - "Berlin [u.a.]; Berlin [u.a.]; Reise- u. Verkehrsverl.; Reise- u. Verkehrsverl.; 1993"^^ . "mit Ortsverzeichnis"^^ . + _:b3 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00000/HT000009600.nt b/src/test/resources/reverseTest/output/nt/00000/HT000009600.nt index 1cef8c751..e712df8dc 100644 --- a/src/test/resources/reverseTest/output/nt/00000/HT000009600.nt +++ b/src/test/resources/reverseTest/output/nt/00000/HT000009600.nt @@ -1,12 +1,17 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . -_:b2 . -_:b2 _:b3 . -_:b3 . -_:b3 . +_:b1 "1983"^^ . +_:b1 "Hamburg"^^ . +_:b1 "DAG"^^ . +_:b1 "1983"^^ . +_:b1 . +_:b2 _:b0 . +_:b2 . +_:b3 . +_:b3 _:b4 . +_:b4 . +_:b4 . . "Deutsche Angestellten-Gewerkschaft"^^ . "Angestellten-Gewerkschaft"^^ . @@ -218,12 +223,10 @@ _:b3 . "19991118"^^ . "20120319"^^ . - _:b1 . - "DAG"^^ . - "1948 - 1983"^^ . + _:b2 . . . - _:b2 . + _:b3 . "Der Angestellte Hamburg"^^ . "http://d-nb.info/gnd/37043-5"^^ . "HT000009600"^^ . @@ -270,17 +273,16 @@ _:b3 . . . - "Hamburg"^^ . . . . . . . - "Hamburg; DAG; 1948"^^ . "Der Angestellte"^^ . "Zeitschrift der Deutschen Angestellten-Gewerkschaft"^^ . "Bei Jg. 28 setzt die durchgehende Nr.-Z\u00E4hlung ein"^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00004/BT000040377.nt b/src/test/resources/reverseTest/output/nt/00004/BT000040377.nt index c0f0cbe79..076916c00 100644 --- a/src/test/resources/reverseTest/output/nt/00004/BT000040377.nt +++ b/src/test/resources/reverseTest/output/nt/00004/BT000040377.nt @@ -1,24 +1,45 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . +_:b1 . +_:b1 "Vogelschutz"^^ . +_:b2 . +_:b2 "Rheine"^^ . +_:b3 "1983"^^ . +_:b4 _:b0 . +_:b4 . +_:b5 _:b1 . +_:b5 _:b6 . +_:b6 _:b2 . +_:b6 . +_:b7 "Vogelschutz"^^ . +_:b7 _:b8 . +_:b8 "Rheine"^^ . +_:b8 . . "Schmidt, Eckhard"^^ . "Autor/in"^^ . "19960814"^^ . "19960814"^^ . - _:b1 . + _:b4 . "Rheine"^^ . "Rheine gestern, heute, morgen. - 11 (1983), S. 26-38 : Abb."^^ . . . + _:b5 . + "Die Vogelwelt der Stadt Rheine."^^ . . + "http://d-nb.info/gnd/105745944"^^ . "BT000040377"^^ . . + "Rheine, Vogelschutz"^^ . + "Vogelschutz, Rheine"^^ . + _:b7 . . + _:b3 . . . + . . . "Tierschutz"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00004/BT000041593.nt b/src/test/resources/reverseTest/output/nt/00004/BT000041593.nt index 55f179fc9..d536ac959 100644 --- a/src/test/resources/reverseTest/output/nt/00004/BT000041593.nt +++ b/src/test/resources/reverseTest/output/nt/00004/BT000041593.nt @@ -1,18 +1,18 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . +_:b1 "1983"^^ . +_:b2 _:b0 . +_:b2 . . "Altekamp, Heinrich"^^ . "Autor/in"^^ . "19960814"^^ . "19960814"^^ . - _:b1 . + _:b2 . "Coesfeld (Kreis)"^^ . "Wirtschaftsspiegel. - 38 (1983) H. 7, S. 24-25 : 1 Abb."^^ . . - "1983"^^ . . "Das Portrait einer Region: Kreis Coesfeld."^^ . . @@ -21,7 +21,7 @@ _:b1 . . . - "1983"^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00006/BT000067443.nt b/src/test/resources/reverseTest/output/nt/00006/BT000067443.nt index 3124cd891..87c680776 100644 --- a/src/test/resources/reverseTest/output/nt/00006/BT000067443.nt +++ b/src/test/resources/reverseTest/output/nt/00006/BT000067443.nt @@ -1,18 +1,18 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . +_:b1 "1986"^^ . +_:b2 _:b0 . +_:b2 . . "Meier, Elmar"^^ . "Autor/in"^^ . "19960816"^^ . "19960816"^^ . - _:b1 . + _:b2 . "Coesfeld (Kreis)"^^ . "Kiebitz. - 6 (1986), S. 29-36, S. 63-67"^^ . . - "1986"^^ . . "Bestandsaufnahme der Amphibien im Raum Coesfeld-Billerbeck"^^ . . @@ -21,8 +21,8 @@ _:b1 . . . - "1986"^^ . "Vergleichsunters. zu e. Erfassung aus d. Jahre 1976."^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00007/TT000075751.nt b/src/test/resources/reverseTest/output/nt/00007/TT000075751.nt index 27b616304..22de1d4db 100644 --- a/src/test/resources/reverseTest/output/nt/00007/TT000075751.nt +++ b/src/test/resources/reverseTest/output/nt/00007/TT000075751.nt @@ -1,37 +1,41 @@ -_:b0 . -_:b0 . +_:b0 . +_:b0 . _:b0 . -_:b1 . -_:b1 . +_:b1 . +_:b1 . _:b1 . -_:b10 _:b3 . +_:b10 _:b2 . _:b10 _:b11 . -_:b11 _:b4 . +_:b11 _:b3 . _:b11 _:b12 . -_:b12 _:b5 . +_:b12 _:b4 . _:b12 _:b13 . -_:b13 _:b6 . -_:b13 . -_:b2 . +_:b13 _:b5 . +_:b13 _:b14 . +_:b14 _:b6 . +_:b14 . +_:b2 . _:b2 . _:b2 . -_:b3 . -_:b3 . +_:b3 . +_:b3 . _:b3 . -_:b4 . -_:b4 . +_:b4 . +_:b4 . _:b4 . -_:b5 . -_:b5 . +_:b5 . +_:b5 . _:b5 . -_:b6 . -_:b6 . +_:b6 . +_:b6 . _:b6 . -_:b7 _:b0 . -_:b7 _:b8 . -_:b8 _:b1 . +_:b7 "London"^^ . +_:b7 "Hyperion"^^ . +_:b7 "1994"^^ . +_:b7 . +_:b8 _:b0 . _:b8 _:b9 . -_:b9 _:b2 . +_:b9 _:b1 . _:b9 _:b10 . . "Britten, Benjamin"^^ . @@ -62,18 +66,15 @@ _:b9 _:b10 . . "19990816"^^ . "20120309"^^ . - _:b7 . + _:b8 . "2 CD : DDD + Beih."^^ . - "Hyperion"^^ . - "1994"^^ . . "Complete folk song arrangements"^^ . "http://d-nb.info/gnd/118515527 | http://d-nb.info/gnd/13482167X | http://d-nb.info/gnd/134926285 | http://d-nb.info/gnd/134769236 | http://d-nb.info/gnd/134782852 | http://d-nb.info/gnd/134845323 | http://d-nb.info/gnd/134926277"^^ . "TT000075751"^^ . . - "London"^^ . - "London; Hyperion; 1994"^^ . "Benjamin Britten. Lorna Anderson, soprano ; Regina Nathan, soprano ; Jamie MacDougall, tenor ; Malcolm Martineau, piano ; Bryn Lewis, harp ; Craig Ogden, guitar"^^ . + _:b7 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00012/BT000128754.nt b/src/test/resources/reverseTest/output/nt/00012/BT000128754.nt index 6ce1a351f..9883eadce 100644 --- a/src/test/resources/reverseTest/output/nt/00012/BT000128754.nt +++ b/src/test/resources/reverseTest/output/nt/00012/BT000128754.nt @@ -3,22 +3,24 @@ _:b0 . _:b1 . _:b1 "Geschichte"^^ . +_:b10 "http://d-nb.info/gnd/2041907-7, Geschichte"^^ . +_:b10 . _:b2 . _:b2 "Geschichte"^^ . -_:b3 _:b0 . -_:b3 . -_:b4 . -_:b4 _:b5 . -_:b5 _:b1 . +_:b3 "Reinbek bei Hamburg"^^ . +_:b3 "1996"^^ . +_:b4 _:b0 . +_:b4 . +_:b5 . _:b5 _:b6 . -_:b6 . +_:b6 _:b1 . _:b6 _:b7 . -_:b7 _:b2 . -_:b7 . -_:b8 "http://d-nb.info/gnd/2050419-6, Geschichte"^^ . -_:b8 _:b9 . -_:b9 "http://d-nb.info/gnd/2041907-7, Geschichte"^^ . -_:b9 . +_:b7 . +_:b7 _:b8 . +_:b8 _:b2 . +_:b8 . +_:b9 "http://d-nb.info/gnd/2050419-6, Geschichte"^^ . +_:b9 _:b10 . . "Job, Bertram"^^ . . @@ -28,15 +30,14 @@ _:b9 "Autor/in"^^ . "19970106"^^ . "20090401"^^ . - _:b3 . + _:b4 . "K\u00F6ln"^^ . "M\u00F6nchengladbach"^^ . "Erinnerungen an d. 1. FC K\u00F6ln u. Borussia M\u00F6nchengladbach"^^ . "Nach dem Spiel ist vor dem Spiel : die wunderbare Welt des Fu\u00DFballs / Wolfgang Frank (Hg.); Orig.-Ausg.; 1996; S. 101-[108]"^^ . . - "1996"^^ . . - _:b4 . + _:b5 . "Alle B\u00F6cke bei\u00DFen oder in Feindschaft fest"^^ . . "http://d-nb.info/gnd/174423330"^^ . @@ -52,11 +53,10 @@ _:b9 "Erster Fu\u00DFball-Club K\u00F6ln 01/07"^^ . "Erster Fu\u00DFball-Klub K\u00F6ln 01/07"^^ . "VfL Borussia M\u00F6nchengladbach"^^ . - _:b8 . + _:b9 . . - "Reinbek bei Hamburg"^^ . - "1996; Reinbek bei Hamburg"^^ . "Jugend zwischen zwei Magnetpolen ; nur Animosit\u00E4t gebiert gro\u00DFe Spiele"^^ . + _:b3 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00029/HT000290078.nt b/src/test/resources/reverseTest/output/nt/00029/HT000290078.nt index 2cd11e429..1102886e9 100644 --- a/src/test/resources/reverseTest/output/nt/00029/HT000290078.nt +++ b/src/test/resources/reverseTest/output/nt/00029/HT000290078.nt @@ -1,8 +1,14 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . +_:b1 "GRAZ"^^ . +_:b1 "WIEN"^^ . +_:b1 "HOELDER-PICHLER-TEMPSKY"^^ . +_:b1 "LEYKAM"^^ . +_:b1 "1976"^^ . +_:b1 . +_:b2 _:b0 . +_:b2 . . "Aigner, Johann"^^ . "Mitwirkende"^^ . @@ -18,11 +24,8 @@ _:b1 . "19840831"^^ . "20070718"^^ . - _:b1 . + _:b2 . "X, 99 S. : GRAPH. DARST."^^ . - "HOELDER-PICHLER-TEMPSKY"^^ . - "LEYKAM"^^ . - "1976"^^ . . "NEUE GRAMMATIK IM DEUTSCHUNTERRICHT FUER- ZEHN- BIS FUENFZEHNJAEHRIGE"^^ . "http://d-nb.info/gnd/174737203"^^ . @@ -31,10 +34,8 @@ _:b1 "9783209001733"^^ . . . - "GRAZ"^^ . - "WIEN"^^ . - "WIEN; HOELDER-PICHLER-TEMPSKY; GRAZ; LEYKAM; 1976"^^ . "NEUE GRAMMATIK IM DEUTSCHUNTERRICHT FUER 10 - 15JAEHRIGE : E. HANDBUCH FUER D. LEHRER ; FACHLICHE ANREGUNGEN U. PRAKTISCHE BEISPIELE MIT VERWENDUNG D. SATZFIGUREN / VERF. VON E. ARBEITSGEMEINSCHAFT IM RAHMEN D. OESTERR. VERSUCHSSCHULWESENS: JOHANN AIGNER .."^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00121/TT001210514.nt b/src/test/resources/reverseTest/output/nt/00121/TT001210514.nt index 4bc93be2a..b47c28818 100644 --- a/src/test/resources/reverseTest/output/nt/00121/TT001210514.nt +++ b/src/test/resources/reverseTest/output/nt/00121/TT001210514.nt @@ -1,8 +1,11 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . +_:b1 "Marburg/Lahn"^^ . +_:b1 "Blindenhochschulb\u00FCcherei"^^ . +_:b1 . +_:b2 _:b0 . +_:b2 . . "Hitler, Adolf"^^ . "Chitler, Adolf"^^ . @@ -26,8 +29,7 @@ _:b1 . "20051110"^^ . "20060207"^^ . - _:b1 . - "Blindenhochschulb\u00FCcherei"^^ . + _:b2 . . . . @@ -36,9 +38,8 @@ _:b1 "TT001210514"^^ . "Ausgabe in Blindenschrift"^^ . . - "Marburg/Lahn"^^ . - "Marburg/Lahn; Blindenhochschulb\u00FCcherei"^^ . "von Adolf Hitler"^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00123/TT001230001.nt b/src/test/resources/reverseTest/output/nt/00123/TT001230001.nt index aeb7376b3..e2490b3d3 100644 --- a/src/test/resources/reverseTest/output/nt/00123/TT001230001.nt +++ b/src/test/resources/reverseTest/output/nt/00123/TT001230001.nt @@ -1,8 +1,8 @@ -_:b0 . -_:b0 . +_:b0 . +_:b0 . _:b0 . -_:b1 . -_:b1 . +_:b1 . +_:b1 . _:b1 . _:b2 . _:b2 . @@ -10,12 +10,16 @@ _:b2 "F2001/F2003]"^^ . _:b3 . _:b3 . -_:b4 _:b0 . -_:b4 _:b5 . -_:b5 _:b1 . +_:b4 "Avgvstae Vindelicorvm"^^ . +_:b4 "Praetorius"^^ . +_:b4 "1596"^^ . +_:b4 . +_:b5 _:b0 . _:b5 _:b6 . -_:b6 _:b2 . -_:b6 . +_:b6 _:b1 . +_:b6 _:b7 . +_:b7 _:b2 . +_:b7 . . "Friedrich, II., Heiliges R\u00F6misches Reich, Kaiser"^^ . "Federico, Germania, Imperatore"^^ . @@ -88,11 +92,9 @@ _:b6 . . "20051110"^^ . - _:b4 . + _:b5 . "[8] Bl., 414, [1] S. : Ill."^^ . - "Praetorius"^^ . . - "1596"^^ . . . "Reliqua librorum Friderici II. ... de arte venandi cum avibus"^^ . @@ -102,10 +104,9 @@ _:b6 "Ex membranis vetustis nunc prim\u00F9m edita"^^ . "F2001/F2003]"^^ . . - "Avgvstae Vindelicorvm"^^ . - "Avgvstae Vindelicorvm; Praetorius; 1596"^^ . "Cvm Manfredi Regis additionibus"^^ . "Reliqva Librorvm Friderici II. Imperatoris, De arte venandi cum auibus"^^ . + _:b4 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00131/HT001310215.nt b/src/test/resources/reverseTest/output/nt/00131/HT001310215.nt index 0b6e1b42c..86316f975 100644 --- a/src/test/resources/reverseTest/output/nt/00131/HT001310215.nt +++ b/src/test/resources/reverseTest/output/nt/00131/HT001310215.nt @@ -1,13 +1,17 @@ -_:b0 . -_:b0 . +_:b0 . +_:b0 . _:b0 . -_:b1 . -_:b1 . +_:b1 . +_:b1 . _:b1 . -_:b2 _:b0 . -_:b2 _:b3 . -_:b3 _:b1 . -_:b3 . +_:b2 "CHICAGO, ILL."^^ . +_:b2 "AMERICAN DENTAL ASSOCIATION"^^ . +_:b2 "1980"^^ . +_:b2 . +_:b3 _:b0 . +_:b3 _:b4 . +_:b4 _:b1 . +_:b4 . . "SCHOLLE, ROGER H."^^ . . @@ -22,17 +26,14 @@ _:b3 . . "19950206"^^ . - _:b2 . - "AMERICAN DENTAL ASSOCIATION"^^ . - "1980 - "^^ . + _:b3 . . "JOURNAL"^^ . "http://d-nb.info/gnd/177572388 | http://d-nb.info/gnd/37460-X"^^ . "HT001310215"^^ . . - "CHICAGO, ILL."^^ . - "CHICAGO, ILL.; AMERICAN DENTAL ASSOCIATION; 1980"^^ . "THE JOURNAL OF THE AMERICAN DENTAL ASSOCIATION / ED.: ROGER H. SCHOLLE"^^ . + _:b2 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00167/TT001671747.nt b/src/test/resources/reverseTest/output/nt/00167/TT001671747.nt index 51176cbc9..6a4c3ad6d 100644 --- a/src/test/resources/reverseTest/output/nt/00167/TT001671747.nt +++ b/src/test/resources/reverseTest/output/nt/00167/TT001671747.nt @@ -1,25 +1,29 @@ -_:b0 . -_:b0 . +_:b0 . +_:b0 . _:b0 . -_:b1 . -_:b1 . +_:b1 . +_:b1 . _:b1 . +_:b10 "http://d-nb.info/gnd/4065781-4, http://d-nb.info/gnd/4073972-7, Atlas"^^ . +_:b10 . _:b2 . _:b2 "Atlas"^^ . _:b3 . _:b3 "3,5,1"^^ . _:b3 . -_:b4 _:b0 . -_:b4 _:b5 . -_:b5 _:b1 . -_:b5 . -_:b6 . -_:b6 _:b7 . -_:b7 . +_:b4 "M\u00FCnster"^^ . +_:b4 "Aschendorff"^^ . +_:b4 "1990"^^ . +_:b4 . +_:b5 _:b0 . +_:b5 _:b6 . +_:b6 _:b1 . +_:b6 . +_:b7 . _:b7 _:b8 . -_:b8 _:b2 . -_:b8 . -_:b9 "http://d-nb.info/gnd/4065781-4, http://d-nb.info/gnd/4073972-7, Atlas"^^ . +_:b8 . +_:b8 _:b9 . +_:b9 _:b2 . _:b9 . . "Mayr, Alois"^^ . @@ -68,15 +72,13 @@ _:b9 . "20060407"^^ . "20131108"^^ . - _:b4 . + _:b5 . "[2] Bl. : graph. Darst., Kt."^^ . - "Aschendorff"^^ . . - "1990"^^ . . . . - _:b6 . + _:b7 . "Geographisch-landeskundlicher Atlas von Westfalen, 3,5,1: Bev\u00F6lkerungsdichte der Gemeinden 1871 - 1987 und Ver\u00E4nderung 1818 - 1987"^^ . "http://d-nb.info/gnd/137082479 | http://d-nb.info/gnd/2056181-7"^^ . "TT001671747"^^ . @@ -87,7 +89,7 @@ _:b9 "Regionalkunde"^^ . "Westfalen (Provinzialverband)"^^ . "Westfalen (Volk, Neuzeit)"^^ . - _:b9 . + _:b10 . _:b3 . "3402061740"^^ . "9783402061749"^^ . @@ -102,9 +104,8 @@ _:b9 . . . - "M\u00FCnster"^^ . - "M\u00FCnster; Aschendorff; 1990"^^ . "hrsg. durch den Landschaftsverband Westfalen-Lippe, Geographische Kommission f\u00FCr Westfalen. Atlasred., wiss. und kartograph. Betreuung: Alois Mayr ..."^^ . + _:b4 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00172/TT001726537.nt b/src/test/resources/reverseTest/output/nt/00172/TT001726537.nt index c0ec1a29c..52d654fa2 100644 --- a/src/test/resources/reverseTest/output/nt/00172/TT001726537.nt +++ b/src/test/resources/reverseTest/output/nt/00172/TT001726537.nt @@ -1,8 +1,12 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . +_:b1 "Cologne [i.e.] Amsterdam"^^ . +_:b1 "Delpeuck"^^ . +_:b1 "1683"^^ . +_:b1 . +_:b2 _:b0 . +_:b2 . . "Maimbourg, Louis"^^ . "Maimbourg, ..."^^ . @@ -25,10 +29,8 @@ _:b1 . "20060512"^^ . "20131121"^^ . - _:b1 . + _:b2 . "[2] Bl., 116 S. : Ill. (Kupfert.)"^^ . - "Delpeuck"^^ . - "1683"^^ . . . . @@ -37,8 +39,7 @@ _:b1 "TT001726537"^^ . . . - "Cologne [i.e.] Amsterdam"^^ . - "Cologne [i.e.] Amsterdam; Delpeuck; 1683"^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00189/HT001898812.nt b/src/test/resources/reverseTest/output/nt/00189/HT001898812.nt index 2dc44595d..8acb97119 100644 --- a/src/test/resources/reverseTest/output/nt/00189/HT001898812.nt +++ b/src/test/resources/reverseTest/output/nt/00189/HT001898812.nt @@ -4,22 +4,26 @@ _:b0 . _:b1 . _:b1 . +_:b10 "http://d-nb.info/gnd/4120314-8, W\u00F6rterbuch, http://d-nb.info/gnd/4113292-0"^^ . +_:b10 . _:b2 . _:b2 "W\u00F6rterbuch"^^ . _:b3 . _:b3 "2"^^ . _:b3 . -_:b4 _:b0 . -_:b4 _:b5 . -_:b5 _:b1 . -_:b5 . -_:b6 . -_:b6 _:b7 . -_:b7 _:b2 . +_:b4 "Leipzig"^^ . +_:b4 "Verl. Enzyklop\u00E4die [u.a.]"^^ . +_:b4 "1974"^^ . +_:b4 . +_:b5 _:b0 . +_:b5 _:b6 . +_:b6 _:b1 . +_:b6 . +_:b7 . _:b7 _:b8 . -_:b8 . -_:b8 . -_:b9 "http://d-nb.info/gnd/4120314-8, W\u00F6rterbuch, http://d-nb.info/gnd/4113292-0"^^ . +_:b8 _:b2 . +_:b8 _:b9 . +_:b9 . _:b9 . . "Ippoldt, Juliusz"^^ . @@ -123,15 +127,13 @@ _:b9 . "19970903"^^ . "20030610"^^ . - _:b4 . + _:b5 . "XVIII, 1306 S."^^ . - "Verl. Enzyklop\u00E4die [u.a.]"^^ . . - "1974"^^ . . . . - _:b6 . + _:b7 . . "Gro\u00DFw\u00F6rterbuch Polnisch-Deutsch, 2: O - \u017B"^^ . "http://d-nb.info/gnd/177005009 | http://d-nb.info/gnd/124515312"^^ . @@ -141,7 +143,7 @@ _:b9 "Hochdeutsch"^^ . "Neuhochdeutsch"^^ . "Polnische Sprache"^^ . - _:b9 . + _:b10 . _:b3 . "2"^^ . . @@ -162,9 +164,8 @@ _:b9 . . . - "Leipzig"^^ . - "Leipzig; Verl. Enzyklop\u00E4die [u.a.]; 1974"^^ . "Jan Piprek ..."^^ . + _:b4 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00223/TT002234042.nt b/src/test/resources/reverseTest/output/nt/00223/TT002234042.nt index e31c59c6f..f6218f3bf 100644 --- a/src/test/resources/reverseTest/output/nt/00223/TT002234042.nt +++ b/src/test/resources/reverseTest/output/nt/00223/TT002234042.nt @@ -1,21 +1,30 @@ -_:b0 . -_:b0 . +_:b0 _:b1 . +_:b0 . +_:b0 . +_:b1 . +_:b1 "Lierschied"^^ . +_:b2 "2001"^^ . +_:b3 _:b0 . +_:b3 . +_:b4 . +_:b4 . "\u00D6ffentliche Verwaltung, Milit\u00E4rwissenschaft"^^ . + "Mitwirkende"^^ . . . . . "20030707"^^ . "20160609"^^ . + _:b3 . . . . . - "2001"^^ . . . . - _:b0 . + _:b4 . "2. Nachtragshaushaltssatzung und 1. Nachtragshaushaltsplan 2001"^^ . "Lierschied"^^ . . @@ -28,7 +37,7 @@ _:b0 "Lierschied"^^ . "urn:nbn:de:hbz:929:02-1513"^^ . . - "2001"^^ . + _:b2 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00261/HT002619538.nt b/src/test/resources/reverseTest/output/nt/00261/HT002619538.nt index a0ba0e9e2..0d54f218b 100644 --- a/src/test/resources/reverseTest/output/nt/00261/HT002619538.nt +++ b/src/test/resources/reverseTest/output/nt/00261/HT002619538.nt @@ -1,12 +1,17 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . -_:b2 . -_:b2 _:b3 . -_:b3 . -_:b3 . +_:b1 "2004"^^ . +_:b1 "Gen\u00E8ve [u.a.]"^^ . +_:b1 "UN"^^ . +_:b1 "2004"^^ . +_:b1 . +_:b2 _:b0 . +_:b2 . +_:b3 . +_:b3 _:b4 . +_:b4 . +_:b4 . . "Vereinte Nationen. Economic Commission for Europe"^^ . "CEE"^^ . @@ -51,16 +56,14 @@ _:b3 . "19991118"^^ . "20131031"^^ . - _:b1 . - "UN"^^ . + _:b2 . "Bulletin annuel de statistiques des transports pour l'Europe et l'Am\u00E9rique du Nord"^^ . "E\u017Eegodnyj bjulleten' statistiki transporta dlja Evropy i Severnoj Ameriki"^^ . - "1955 - 2004"^^ . . . . . - _:b2 . + _:b3 . "Annual bulletin of transport statistics for Europe and North America"^^ . "http://d-nb.info/gnd/2023669-4"^^ . "HT002619538"^^ . @@ -72,9 +75,8 @@ _:b3 . . . - "Gen\u00E8ve [u.a.]"^^ . - "Gen\u00E8ve [u.a.]; UN; 1955"^^ . "Economic Commission for Europe, Transport Division, United Nations"^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00301/CT003012479.nt b/src/test/resources/reverseTest/output/nt/00301/CT003012479.nt index f628e4d3a..c3395185c 100644 --- a/src/test/resources/reverseTest/output/nt/00301/CT003012479.nt +++ b/src/test/resources/reverseTest/output/nt/00301/CT003012479.nt @@ -1,70 +1,76 @@ -_:b0 . -_:b0 . +_:b0 . +_:b0 . _:b0 . -_:b1 . -_:b1 . +_:b1 . +_:b1 . _:b1 . -_:b10 . +_:b10 . _:b10 . _:b10 . -_:b11 . +_:b11 . _:b11 . _:b11 . -_:b12 . -_:b12 . +_:b12 . +_:b12 . _:b12 . _:b13 "1805,04,17"^^ . _:b13 . _:b13 . -_:b14 _:b0 . -_:b14 _:b15 . -_:b15 _:b1 . -_:b15 _:b16 . -_:b16 _:b2 . +_:b14 "Digitalisierte Ausg."^^ . +_:b14 "2015"^^ . +_:b15 "[D\u00C3\u00BCsseldorf]"^^ . +_:b15 "B\u00C3\u00B6gemann"^^ . +_:b15 "1805"^^ . +_:b15 . +_:b16 _:b0 . _:b16 _:b17 . -_:b17 _:b3 . +_:b17 _:b1 . _:b17 _:b18 . -_:b18 _:b4 . +_:b18 _:b2 . _:b18 _:b19 . -_:b19 _:b5 . +_:b19 _:b3 . _:b19 _:b20 . -_:b2 . -_:b2 . +_:b2 . +_:b2 . _:b2 . -_:b20 _:b6 . +_:b20 _:b4 . _:b20 _:b21 . -_:b21 _:b7 . +_:b21 _:b5 . _:b21 _:b22 . -_:b22 _:b8 . +_:b22 _:b6 . _:b22 _:b23 . -_:b23 _:b9 . +_:b23 _:b7 . _:b23 _:b24 . -_:b24 _:b10 . +_:b24 _:b8 . _:b24 _:b25 . -_:b25 _:b11 . +_:b25 _:b9 . _:b25 _:b26 . -_:b26 _:b12 . -_:b26 . -_:b3 . -_:b3 . +_:b26 _:b10 . +_:b26 _:b27 . +_:b27 _:b11 . +_:b27 _:b28 . +_:b28 _:b12 . +_:b28 . +_:b3 . +_:b3 . _:b3 . -_:b4 . +_:b4 . _:b4 . _:b4 . -_:b5 . +_:b5 . _:b5 . _:b5 . -_:b6 . -_:b6 . +_:b6 . +_:b6 . _:b6 . -_:b7 . -_:b7 . +_:b7 . +_:b7 . _:b7 . -_:b8 . +_:b8 . _:b8 . _:b8 . -_:b9 . -_:b9 . +_:b9 . +_:b9 . _:b9 . . "Kellermann, ..."^^ . @@ -141,15 +147,12 @@ _:b9 "Komponist"^^ . "Mitwirkende"^^ . "20150420"^^ . - _:b14 . + _:b16 . "1 Plakat : sw ; 33 x 29 cm"^^ . - "B\u00C3\u00B6gemann"^^ . "<> Belisa Ossia La Fedelt\u00C3\u00A1 Riconosciuta"^^ . . . . - "1805"^^ . - "2015"^^ . . . . @@ -159,12 +162,12 @@ _:b9 . "CT003012479"^^ . _:b13 . + _:b14 . "urn:nbn:de:hbz:061:2-46125"^^ . "1805,04,17"^^ . - "[D\u00C3\u00BCsseldorf]"^^ . - "[D\u00C3\u00BCsseldorf]; B\u00C3\u00B6gemann; 1805"^^ . "die Musik ist von dem ber\u00C3\u00BChmten Kapellmeister Winter, Compositeur der Oper: Das unterbrochene Opferfest. [Textverf.: Alessandro Ercole Pepoli. \u00C3\u009Cbers. und arrang. von Carl Ludwig von Giesecke]. Personen: Madam Bilau, Herr Fuchs, Madam B\u00C3\u00B6hm d.j., Madam B\u00C3\u00B6hm d.\u00C3\u00A4., Herr Kellermann, Herr Dardenne, Herr Krug, Madam Annoni, Herr B\u00C3\u00B6hm"^^ . "... wird heute Mittwoch den 17ten April die hier anwesende deutsche Schauspieler-Gesellschaft (Zum Letztenmale) die Ehre haben aufzuf\u00C3\u00BChren ; Abonnement suspendu ; eine ganz neue gro\u00C3\u009Fe komische Oper in 2 Aufz\u00C3\u00BCgen"^^ . + _:b15 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00305/TT003059252.nt b/src/test/resources/reverseTest/output/nt/00305/TT003059252.nt index 5d67f77de..41a549d9a 100644 --- a/src/test/resources/reverseTest/output/nt/00305/TT003059252.nt +++ b/src/test/resources/reverseTest/output/nt/00305/TT003059252.nt @@ -4,10 +4,14 @@ _:b0 . _:b1 . _:b1 . -_:b2 _:b0 . -_:b2 _:b3 . -_:b3 _:b1 . -_:b3 . +_:b2 "s.l."^^ . +_:b2 "Apple Films"^^ . +_:b2 "1967"^^ . +_:b2 . +_:b3 _:b0 . +_:b3 _:b4 . +_:b4 _:b1 . +_:b4 . . "The Beatles"^^ . "The Beatles"^^ . @@ -18,10 +22,8 @@ _:b3 . . "20110411"^^ . - _:b2 . + _:b3 . "1 Video (VHS, 55 min.) : farb.; stereo"^^ . - "Apple Films"^^ . - "1967"^^ . . . . @@ -30,10 +32,9 @@ _:b3 "http://d-nb.info/gnd/2005535-3 | http://d-nb.info/gnd/2005535-3"^^ . "TT003059252"^^ . . - "s.l."^^ . - "s.l.; Apple Films; 1967"^^ . "The Beatles. Produced and Directed by The Beatles."^^ . "Magical Mystery Tour"^^ . + _:b2 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00316/HT003160768.nt b/src/test/resources/reverseTest/output/nt/00316/HT003160768.nt index 34bf65f4d..5d1cb54bd 100644 --- a/src/test/resources/reverseTest/output/nt/00316/HT003160768.nt +++ b/src/test/resources/reverseTest/output/nt/00316/HT003160768.nt @@ -1,14 +1,18 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . -_:b2 . -_:b2 _:b3 . -_:b3 . -_:b3 . -_:b4 "http://d-nb.info/gnd/4040613-1, http://d-nb.info/gnd/4034268-2"^^ . +_:b1 "M\u00FCnster"^^ . +_:b1 "Der Regierungspr\u00E4sident"^^ . +_:b1 "1980"^^ . +_:b1 . +_:b2 _:b0 . +_:b2 . +_:b3 . +_:b3 _:b4 . +_:b4 . _:b4 . +_:b5 "http://d-nb.info/gnd/4040613-1, http://d-nb.info/gnd/4034268-2"^^ . +_:b5 . . "Regierungsbezirk M\u00FCnster, Westfalen"^^ . . @@ -43,13 +47,11 @@ _:b4 . "19931111"^^ . "20031104"^^ . - _:b1 . + _:b2 . "M\u00FCnster "^^ . - "Der Regierungspr\u00E4sident"^^ . - "1980 - "^^ . . . - _:b2 . + _:b3 . "Gebietsentwicklungsplan"^^ . "http://d-nb.info/gnd/2019209-5"^^ . "HT003160768"^^ . @@ -60,7 +62,7 @@ _:b4 "Handwerkskammerbezirk M\u00FCnster (Westf)"^^ . "Landesentwicklungsplanung"^^ . "M\u00FCnster (Westf) (Bezirk)"^^ . - _:b4 . + _:b5 . . . . @@ -68,9 +70,8 @@ _:b4 . . . - "M\u00FCnster"^^ . "Regierungsbezirk M\u00FCnster"^^ . - "M\u00FCnster; Der Regierungspr\u00E4sident; 1980"^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00438/HT004381366.nt b/src/test/resources/reverseTest/output/nt/00438/HT004381366.nt index 1f698c873..b3a0d02cb 100644 --- a/src/test/resources/reverseTest/output/nt/00438/HT004381366.nt +++ b/src/test/resources/reverseTest/output/nt/00438/HT004381366.nt @@ -4,18 +4,22 @@ _:b0 . _:b1 "Tezemu"^^ . _:b1 . -_:b2 _:b0 . -_:b2 . -_:b3 . -_:b3 _:b4 . -_:b4 . +_:b2 "M\u00FCnster"^^ . +_:b2 "Der Regierungspr\u00E4sident"^^ . +_:b2 "1986"^^ . +_:b2 . +_:b3 _:b0 . +_:b3 . +_:b4 . _:b4 _:b5 . -_:b5 . +_:b5 . _:b5 _:b6 . -_:b6 . -_:b6 . -_:b7 "http://d-nb.info/gnd/4040619-2, http://d-nb.info/gnd/4306876-5, http://d-nb.info/gnd/4040613-1, http://d-nb.info/gnd/4034268-2"^^ . +_:b6 . +_:b6 _:b7 . +_:b7 . _:b7 . +_:b8 "http://d-nb.info/gnd/4040619-2, http://d-nb.info/gnd/4306876-5, http://d-nb.info/gnd/4040613-1, http://d-nb.info/gnd/4034268-2"^^ . +_:b8 . . "Regierungsbezirk M\u00FCnster, Westfalen"^^ . . @@ -49,15 +53,13 @@ _:b7 . "19921203"^^ . "20010605"^^ . - _:b2 . + _:b3 . "117 S. : zahlr. Kt."^^ . "M\u00FCnsterland"^^ . - "Der Regierungspr\u00E4sident"^^ . . - "1986"^^ . . . - _:b3 . + _:b4 . "Gebietsentwicklungsplan, Tezemu: Teilabschnitt Zentrales M\u00FCnsterland"^^ . "http://d-nb.info/gnd/2019209-5"^^ . "HT004381366"^^ . @@ -72,7 +74,7 @@ _:b7 "Regierungsbezirk M\u00FCnster"^^ . "Regionalentwicklungsplan"^^ . "Regionaler Raumordnungsplan"^^ . - _:b7 . + _:b8 . _:b1 . ""^^ . "Tezemu"^^ . @@ -81,8 +83,7 @@ _:b7 . . . - "M\u00FCnster"^^ . - "M\u00FCnster; Der Regierungspr\u00E4sident; 1986"^^ . + _:b2 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00494/HT004944075.nt b/src/test/resources/reverseTest/output/nt/00494/HT004944075.nt index 397cbf4c1..295ddf022 100644 --- a/src/test/resources/reverseTest/output/nt/00494/HT004944075.nt +++ b/src/test/resources/reverseTest/output/nt/00494/HT004944075.nt @@ -4,12 +4,16 @@ _:b0 . _:b1 "43"^^ . _:b1 . -_:b2 _:b0 . -_:b2 . -_:b3 . -_:b3 _:b4 . -_:b4 . -_:b4 . +_:b2 "Gen\u00E8ve [u.a.]"^^ . +_:b2 "UN"^^ . +_:b2 "43. 1993"^^ . +_:b2 . +_:b3 _:b0 . +_:b3 . +_:b4 . +_:b4 _:b5 . +_:b5 . +_:b5 . . "United Nations. Economic Commission for Europe"^^ . "CEE"^^ . @@ -34,15 +38,14 @@ _:b4 . . "19930816"^^ . - _:b2 . - "UN"^^ . + _:b3 . . . . . . . - _:b3 . + _:b4 . "Annual bulletin of transport statistics for Europe and North America, 43"^^ . "http://d-nb.info/gnd/2023669-4"^^ . "HT004944075"^^ . @@ -52,9 +55,8 @@ _:b4 "43"^^ . "43. 1993"^^ . . - "Gen\u00E8ve [u.a.]"^^ . - "Gen\u00E8ve [u.a.]; UN; 43. 1993"^^ . "Economic Commission for Europe, Transport Division, United Nations"^^ . + _:b2 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00507/HT005077920.nt b/src/test/resources/reverseTest/output/nt/00507/HT005077920.nt index 1e70fc828..87c62c8df 100644 --- a/src/test/resources/reverseTest/output/nt/00507/HT005077920.nt +++ b/src/test/resources/reverseTest/output/nt/00507/HT005077920.nt @@ -1,47 +1,75 @@ -_:b0 . -_:b0 _:b1 . -_:b1 . -_:b1 _:b2 . -_:b2 . -_:b2 . +_:b0 . +_:b0 "Geschichte"^^ . +_:b1 . +_:b1 "Zeitschrift"^^ . +_:b10 "http://d-nb.info/gnd/4059205-4, http://d-nb.info/gnd/4020517-4, http://d-nb.info/gnd/4067488-5"^^ . +_:b10 _:b11 . +_:b11 "http://d-nb.info/gnd/4059205-4, Geschichte, Zeitschrift"^^ . +_:b11 . +_:b2 "Abingdon"^^ . +_:b2 "Routledge, Taylor & Francis Group"^^ . +_:b2 "1983"^^ . +_:b2 . +_:b3 . +_:b3 _:b4 . +_:b4 . +_:b4 _:b5 . +_:b5 . +_:b5 _:b6 . +_:b6 . +_:b6 _:b7 . +_:b7 _:b0 . +_:b7 _:b8 . +_:b8 _:b1 . +_:b8 _:b9 . +_:b9 . +_:b9 . + . "Geschichte"^^ . + . "Technik"^^ . + . "Zeitschrift"^^ . - "Routledge"^^ . - "1983 - "^^ . - . - . - _:b0 . - "History and technology"^^ . - "HT005077920"^^ . - "Technik | Geschichte | Zeitschrift"^^ . - "Industrielle Technik"^^ . - "Landesgeschichte"^^ . - "Ortsgeschichte"^^ . - "Periodikum"^^ . - "Regionalgeschichte"^^ . - "Zeitgeschichte"^^ . - "Zeitschriften"^^ . - "47030-2"^^ . - "Germantown, NY : Periodical Service Co."^^ . - "07341512"^^ . - "HITEE"^^ . - "HITEEB"^^ . - "Hist Technol"^^ . - . - . - "Abingdon"^^ . - "Abingdon; Routledge; 1983"^^ . - "HT ; an international journal"^^ . - . - . - . - . - . - . - . - . - "19991118"^^ . - "20060320"^^ . - . + "Technik, Technologie"^^ . + "Z 1023"^^ . + . + . + . + . + "14 CA000 H870"^^ . + . + . + . + . + "19991118"^^ . + "20161122"^^ . + . + . + _:b3 . + "History and technology"^^ . + "HT005077920"^^ . + "Technik | Geschichte | Zeitschrift"^^ . + "Industrielle Technik"^^ . + "Landesgeschichte"^^ . + "Ortsgeschichte"^^ . + "Periodikum"^^ . + "Regionalgeschichte"^^ . + "Zeitgeschichte"^^ . + "Zeitschriften"^^ . + _:b10 . + "47030-2"^^ . + "07341512"^^ . + "HITEE"^^ . + "HITEEB"^^ . + "Hist Technol"^^ . + . + . + "HT ; an international journal"^^ . + _:b2 . + . + . + . + "Repr.: Germantown, NY : Periodical Service Co."^^ . + . + . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00626/HT006266886.nt b/src/test/resources/reverseTest/output/nt/00626/HT006266886.nt index 2df8ef17f..8a3bb087e 100644 --- a/src/test/resources/reverseTest/output/nt/00626/HT006266886.nt +++ b/src/test/resources/reverseTest/output/nt/00626/HT006266886.nt @@ -1,32 +1,36 @@ -_:b0 . -_:b0 . +_:b0 . +_:b0 . _:b0 . -_:b1 . -_:b1 . +_:b1 . +_:b1 . _:b1 . -_:b10 _:b4 . +_:b10 _:b3 . _:b10 _:b11 . -_:b11 _:b5 . -_:b11 . -_:b2 . +_:b11 _:b4 . +_:b11 _:b12 . +_:b12 _:b5 . +_:b12 . +_:b2 . _:b2 . _:b2 . -_:b3 . +_:b3 . _:b3 . _:b3 . -_:b4 . -_:b4 . +_:b4 . +_:b4 . _:b4 . -_:b5 . +_:b5 . _:b5 . _:b5 . -_:b6 _:b0 . -_:b6 _:b7 . -_:b7 _:b1 . +_:b6 "Segrate (Milano)"^^ . +_:b6 "Mondadori Video"^^ . +_:b6 "1992"^^ . +_:b6 . +_:b7 _:b0 . _:b7 _:b8 . -_:b8 _:b2 . +_:b8 _:b1 . _:b8 _:b9 . -_:b9 _:b3 . +_:b9 _:b2 . _:b9 _:b10 . . "Bassani, Giorgio"^^ . @@ -56,10 +60,8 @@ _:b9 _:b10 . . "19981218"^^ . "20021108"^^ . - _:b6 . + _:b7 . "1 Videokassette (VHS, 93 Min.) : farb."^^ . - "Mondadori Video"^^ . - "1992"^^ . . . . @@ -68,9 +70,8 @@ _:b9 _:b10 . "HT006266886"^^ . "Finzi Contini"^^ . . - "Segrate (Milano)"^^ . - "Segrate (Milano); Mondadori Video; 1992"^^ . "Regia: Vittorio DeSica. Interpreti: Dominique Sanda ; Lino Capolicchio ; Fabio Testi ; Helmut Berger"^^ . + _:b6 . . . . diff --git a/src/test/resources/reverseTest/output/nt/00971/HT009719670.nt b/src/test/resources/reverseTest/output/nt/00971/HT009719670.nt index 2288fd5e5..36213cc9b 100644 --- a/src/test/resources/reverseTest/output/nt/00971/HT009719670.nt +++ b/src/test/resources/reverseTest/output/nt/00971/HT009719670.nt @@ -7,12 +7,15 @@ _:b1 . _:b2 . _:b2 . -_:b3 _:b0 . -_:b3 _:b4 . -_:b4 _:b1 . +_:b3 "Paris"^^ . +_:b3 "Hatier/Didier"^^ . +_:b3 . +_:b4 _:b0 . _:b4 _:b5 . -_:b5 _:b2 . -_:b5 . +_:b5 _:b1 . +_:b5 _:b6 . +_:b6 _:b2 . +_:b6 . . "Rohmer, Eric"^^ . "Cordier, Gilbert"^^ . @@ -35,8 +38,7 @@ _:b5 . "19990222"^^ . "20050117"^^ . - _:b3 . - "Hatier/Didier"^^ . + _:b4 . . . . @@ -44,11 +46,10 @@ _:b5 "http://d-nb.info/gnd/172026644 | http://d-nb.info/gnd/133991210 | http://d-nb.info/gnd/11860225X"^^ . "HT009719670"^^ . . - "Paris"^^ . - "Paris; Hatier/Didier"^^ . "s\u00E9lectionn\u00E9s par Janine Courtillon et Genevi\u00E8ve-Dominique de Salins"^^ . "extraits de films de Eric Rohmer"^^ . "Erschienen: 1 - 2, jeweils Videokass. u. Begleith."^^ . + _:b3 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01066/HT010662586.nt b/src/test/resources/reverseTest/output/nt/01066/HT010662586.nt index 8516cbc1e..2fc174359 100644 --- a/src/test/resources/reverseTest/output/nt/01066/HT010662586.nt +++ b/src/test/resources/reverseTest/output/nt/01066/HT010662586.nt @@ -1,8 +1,12 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . +_:b1 "[S.l.]"^^ . +_:b1 "Leicester Univ. Pr."^^ . +_:b1 "1957"^^ . +_:b1 . +_:b2 _:b0 . +_:b2 . . "Wedgwood, Cicely V."^^ . "C."^^ . @@ -15,18 +19,15 @@ _:b1 . . "19990818"^^ . - _:b1 . + _:b2 . "23 p."^^ . - "Leicester Univ. Pr."^^ . - "1957"^^ . . "The Common man in the great Civil War"^^ . "http://d-nb.info/gnd/118839055"^^ . "HT010662586"^^ . . - "[S.l.]"^^ . - "[S.l.]; Leicester Univ. Pr.; 1957"^^ . "by C[icely] V[eronica] Wedgwood"^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01072/HT010726584.nt b/src/test/resources/reverseTest/output/nt/01072/HT010726584.nt index 4fe97c9f3..22961ba56 100644 --- a/src/test/resources/reverseTest/output/nt/01072/HT010726584.nt +++ b/src/test/resources/reverseTest/output/nt/01072/HT010726584.nt @@ -1,13 +1,17 @@ -_:b0 . -_:b0 _:b1 . -_:b1 . +_:b0 "[S.l.]"^^ . +_:b0 "American Institute of Physics"^^ . +_:b0 "1994"^^ . +_:b0 . +_:b1 . _:b1 _:b2 . -_:b2 . +_:b2 . _:b2 _:b3 . -_:b3 . -_:b3 . -_:b4 "http://d-nb.info/gnd/4046259-6, http://d-nb.info/gnd/4067488-5, http://d-nb.info/gnd/4511937-5"^^ . +_:b3 . +_:b3 _:b4 . +_:b4 . _:b4 . +_:b5 "http://d-nb.info/gnd/4046259-6, http://d-nb.info/gnd/4067488-5, http://d-nb.info/gnd/4511937-5"^^ . +_:b5 . . "Plasmaphysik"^^ . . @@ -149,14 +153,12 @@ _:b4 . "19991122"^^ . "20131031"^^ . - "American Institute of Physics"^^ . . . - "1994 - "^^ . . . . - _:b0 . + _:b1 . "Physics of plasmas"^^ . . . @@ -172,7 +174,7 @@ _:b4 "Online-Ressource"^^ . "Periodikum"^^ . "Zeitschriften"^^ . - _:b4 . + _:b5 . "1472746-8"^^ . "10897674"^^ . "PHPAEN"^^ . @@ -209,10 +211,9 @@ _:b4 . . . - "[S.l.]"^^ . - "[S.l.]; American Institute of Physics; 1994"^^ . "publ. by the American Institute of Physics"^^ . "devoted to original contributions to and reviews of the physics of plasmas, including magnetofluid mechanics, kinetic theory and statistical mechanics of fully and partially ionized gases"^^ . + _:b0 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01223/HT012237361.nt b/src/test/resources/reverseTest/output/nt/01223/HT012237361.nt index 3e72ab26f..7f8aaacd9 100644 --- a/src/test/resources/reverseTest/output/nt/01223/HT012237361.nt +++ b/src/test/resources/reverseTest/output/nt/01223/HT012237361.nt @@ -1,8 +1,13 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . +_:b1 "1975"^^ . +_:b1 "Bad Ems"^^ . +_:b1 "Statist. Landesamt"^^ . +_:b1 "1975"^^ . +_:b1 . +_:b2 _:b0 . +_:b2 . . "Rheinland-Pfalz. Statistisches Landesamt"^^ . "Statistisches Landesamt"^^ . @@ -15,9 +20,7 @@ _:b1 . "19991120"^^ . "20080109"^^ . - _:b1 . - "Statist. Landesamt"^^ . - "1975 - 1975"^^ . + _:b2 . . . "Statistische Berichte des Statistischen Landesamtes Rheinland-Pfalz / L / 4 / 6"^^ . @@ -25,9 +28,8 @@ _:b1 "HT012237361"^^ . "590016-5"^^ . . - "Bad Ems"^^ . - "Bad Ems; Statist. Landesamt; 1975"^^ . "Statistische Berichte des Statistischen Landesamtes Rheinland-Pfalz"^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01289/HT012895751.nt b/src/test/resources/reverseTest/output/nt/01289/HT012895751.nt index 2bd3e12e0..eab652047 100644 --- a/src/test/resources/reverseTest/output/nt/01289/HT012895751.nt +++ b/src/test/resources/reverseTest/output/nt/01289/HT012895751.nt @@ -1,14 +1,18 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . -_:b2 . -_:b2 _:b3 . -_:b3 . -_:b3 . -_:b4 "http://d-nb.info/gnd/4037117-7, http://d-nb.info/gnd/4127794-6"^^ . +_:b1 "Bad Kreuznach"^^ . +_:b1 "FORM-Medien-Verl.-Ges."^^ . +_:b1 "2000"^^ . +_:b1 . +_:b2 _:b0 . +_:b2 . +_:b3 . +_:b3 _:b4 . +_:b4 . _:b4 . +_:b5 "http://d-nb.info/gnd/4037117-7, http://d-nb.info/gnd/4127794-6"^^ . +_:b5 . . "Main-Kinzig-Kreis"^^ . . @@ -23,13 +27,11 @@ _:b4 . "20010111"^^ . "20010312"^^ . - _:b1 . + _:b2 . "76 S. : zahlr. Ill."^^ . - "FORM-Medien-Verl.-Ges."^^ . - "2000"^^ . . . - _:b2 . + _:b3 . "Mainz-Kinzig-Kreis"^^ . "http://d-nb.info/gnd/2037247-4"^^ . "HT012895751"^^ . @@ -38,11 +40,10 @@ _:b4 "Main-Kinzig-Kreis | Heimatkunde"^^ . "Heimatforschung"^^ . "Heimatgeschichte"^^ . - _:b4 . + _:b5 . . - "Bad Kreuznach"^^ . - "Bad Kreuznach; FORM-Medien-Verl.-Ges.; 2000"^^ . "Informationen f\u00FCr B\u00FCrger, Neub\u00FCrger & G\u00E4ste"^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01292/HT012926727.nt b/src/test/resources/reverseTest/output/nt/01292/HT012926727.nt index 0d13826ea..05ff7f520 100644 --- a/src/test/resources/reverseTest/output/nt/01292/HT012926727.nt +++ b/src/test/resources/reverseTest/output/nt/01292/HT012926727.nt @@ -1,14 +1,18 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . -_:b2 . -_:b2 _:b3 . -_:b3 . -_:b3 . -_:b4 "http://d-nb.info/gnd/4011882-4, http://d-nb.info/gnd/4014228-0"^^ . +_:b1 "Berlin [u.a.]"^^ . +_:b1 "Springer"^^ . +_:b1 "2001"^^ . +_:b1 . +_:b2 _:b0 . +_:b2 . +_:b3 . +_:b3 _:b4 . +_:b4 . _:b4 . +_:b5 "http://d-nb.info/gnd/4011882-4, http://d-nb.info/gnd/4014228-0"^^ . +_:b5 . . "M\u00FCller, Leonhard"^^ . "M\u00FCller, L."^^ . @@ -203,13 +207,11 @@ _:b4 . "20010220"^^ . "20130305"^^ . - _:b1 . + _:b2 . "XIV, 514 S. : graph. Darst., Kt."^^ . - "Springer"^^ . - "2001"^^ . . . - _:b2 . + _:b3 . . "Handbuch der Elektrizit\u00E4tswirtschaft"^^ . "http://d-nb.info/gnd/1031919368"^^ . @@ -242,7 +244,7 @@ _:b4 "R\u00E9publique F\u00E9d\u00E9rale d'Allemagne (Deutschland)"^^ . "Stromwirtschaft"^^ . "\u01E6umh\u016Br\u012Byat Alm\u0101niy\u0101 al-Itti\u1E25\u0101d\u012Bya"^^ . - _:b4 . + _:b5 . "2. Aufl."^^ . "3540676376"^^ . "9783540676379"^^ . @@ -284,10 +286,9 @@ _:b4 . . . - "Berlin [u.a.]"^^ . - "Berlin [u.a.]; Springer; 2001"^^ . "Leonhard M\u00FCller"^^ . "technische, wirtschaftliche und rechtliche Grundlagen"^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01307/HT013077595.nt b/src/test/resources/reverseTest/output/nt/01307/HT013077595.nt index af38536a7..026bd655b 100644 --- a/src/test/resources/reverseTest/output/nt/01307/HT013077595.nt +++ b/src/test/resources/reverseTest/output/nt/01307/HT013077595.nt @@ -1,37 +1,39 @@ -_:b0 . +_:b0 . _:b0 . _:b0 . _:b1 . _:b1 . _:b1 . -_:b10 _:b3 . +_:b10 . _:b10 _:b11 . -_:b11 . +_:b11 _:b3 . _:b11 _:b12 . -_:b12 . +_:b12 . _:b12 _:b13 . -_:b13 _:b4 . -_:b13 . -_:b14 "http://d-nb.info/gnd/4010355-9, http://d-nb.info/gnd/4024116-6, Lehrmittel"^^ . -_:b14 _:b15 . -_:b15 "http://d-nb.info/gnd/4010356-0, http://d-nb.info/gnd/4024116-6, Lehrmittel"^^ . -_:b15 . -_:b2 . +_:b13 . +_:b13 _:b14 . +_:b14 _:b4 . +_:b14 . +_:b15 "http://d-nb.info/gnd/4010355-9, http://d-nb.info/gnd/4024116-6, Lehrmittel"^^ . +_:b15 _:b16 . +_:b16 "http://d-nb.info/gnd/4010356-0, http://d-nb.info/gnd/4024116-6, Lehrmittel"^^ . +_:b16 . +_:b2 . _:b2 . _:b2 . _:b3 . _:b3 "Lehrmittel"^^ . _:b4 . _:b4 "Lehrmittel"^^ . -_:b5 _:b0 . -_:b5 _:b6 . -_:b6 _:b1 . +_:b5 "Coesfeld"^^ . +_:b5 "2000"^^ . +_:b6 _:b0 . _:b6 _:b7 . -_:b7 _:b2 . -_:b7 . -_:b8 . -_:b8 _:b9 . -_:b9 . +_:b7 _:b1 . +_:b7 _:b8 . +_:b8 _:b2 . +_:b8 . +_:b9 . _:b9 _:b10 . . "Boer, Hans-Peter"^^ . @@ -65,14 +67,13 @@ _:b9 _:b10 . . "20010705"^^ . "20011113"^^ . - _:b5 . + _:b6 . "VII, 119 S. : Ill., graph. Darst., Kt."^^ . "Coesfeld"^^ . "Coesfeld "^^ . - "2000"^^ . . . - _:b8 . + _:b9 . "Geschichte hier"^^ . "http://d-nb.info/gnd/11079267X | http://d-nb.info/gnd/109490312 | http://d-nb.info/gnd/128755-2"^^ . "HT013077595"^^ . @@ -104,14 +105,13 @@ _:b9 _:b10 . "Pressestelle (Coesfeld)"^^ . "Stadt Coesfeld"^^ . "Stadtdirektor (Coesfeld)"^^ . - _:b14 . + _:b15 . . . . . - "Coesfeld"^^ . - "Coesfeld; 2000"^^ . "Kirsten Balke. [Hrsg.: Kreisheimatverein Coesfeld e.V. Red.: Hans-Peter Boer ...]"^^ . + _:b5 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01330/HT013304490.nt b/src/test/resources/reverseTest/output/nt/01330/HT013304490.nt index 952bc4688..25c4e2882 100644 --- a/src/test/resources/reverseTest/output/nt/01330/HT013304490.nt +++ b/src/test/resources/reverseTest/output/nt/01330/HT013304490.nt @@ -1,19 +1,24 @@ -_:b0 . -_:b0 _:b1 . -_:b1 . +_:b0 "2002"^^ . +_:b0 "Ulm"^^ . +_:b0 "Ebner"^^ . +_:b0 "2002"^^ . +_:b0 . +_:b1 . _:b1 _:b2 . -_:b2 . +_:b2 . _:b2 _:b3 . -_:b3 . +_:b3 . _:b3 _:b4 . -_:b4 . +_:b4 . _:b4 _:b5 . -_:b5 . +_:b5 . _:b5 _:b6 . -_:b6 . -_:b6 . -_:b7 "http://d-nb.info/gnd/4052945-9, http://d-nb.info/gnd/4067488-5"^^ . +_:b6 . +_:b6 _:b7 . +_:b7 . _:b7 . +_:b8 "http://d-nb.info/gnd/4052945-9, http://d-nb.info/gnd/4067488-5"^^ . +_:b8 . . "Schmuck"^^ . . @@ -39,11 +44,9 @@ _:b7 . "20020301"^^ . "20130724"^^ . - "Ebner"^^ . - "2002 - 2002"^^ . . . - _:b0 . + _:b1 . "D\u00E9cid\u00E9"^^ . "HT013304490"^^ . "Schmuck | Zeitschrift"^^ . @@ -53,18 +56,17 @@ _:b7 "Periodikum"^^ . "Schmuckware"^^ . "Zeitschriften"^^ . - _:b7 . + _:b8 . "2073588-1"^^ . "16187792"^^ . "635743319"^^ . . . . - "Ulm"^^ . . - "Ulm; Ebner; 2002"^^ . "Magazin f\u00FCr Frauen, Kultur & Luxus"^^ . "Periodizit\u00E4t: viertelj\u00E4hrl."^^ . + _:b0 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01357/HT013577568.nt b/src/test/resources/reverseTest/output/nt/01357/HT013577568.nt index 9c9446c1d..e81ab22a1 100644 --- a/src/test/resources/reverseTest/output/nt/01357/HT013577568.nt +++ b/src/test/resources/reverseTest/output/nt/01357/HT013577568.nt @@ -3,33 +3,34 @@ _:b0 . _:b1 . _:b1 "Geschichte 71 v. Chr.-70 v. Chr"^^ . -_:b10 . +_:b10 . _:b10 _:b11 . -_:b11 . +_:b11 . _:b11 _:b12 . -_:b12 _:b2 . -_:b12 . -_:b13 "http://d-nb.info/gnd/4049788-4, http://d-nb.info/gnd/4076769-3, http://d-nb.info/gnd/4020378-5, http://d-nb.info/gnd/4040629-5, Geschichte 71 v. Chr.-70 v. Chr"^^ . -_:b13 _:b14 . -_:b14 "http://d-nb.info/gnd/4049788-4"^^ . +_:b12 . +_:b12 _:b13 . +_:b13 _:b2 . +_:b13 . +_:b14 "http://d-nb.info/gnd/4049788-4, http://d-nb.info/gnd/4076769-3, http://d-nb.info/gnd/4020378-5, http://d-nb.info/gnd/4040629-5, Geschichte 71 v. Chr.-70 v. Chr"^^ . _:b14 _:b15 . -_:b15 "http://d-nb.info/gnd/4076769-3, http://d-nb.info/gnd/4126078-8, Geschichte 71 v. Chr.-70 v. Chr"^^ . -_:b15 . +_:b15 "http://d-nb.info/gnd/4049788-4"^^ . +_:b15 _:b16 . +_:b16 "http://d-nb.info/gnd/4076769-3, http://d-nb.info/gnd/4126078-8, Geschichte 71 v. Chr.-70 v. Chr"^^ . +_:b16 . _:b2 . _:b2 "Geschichte 71 v. Chr.-70 v. Chr"^^ . -_:b3 _:b0 . -_:b3 . -_:b4 . -_:b4 _:b5 . -_:b5 . +_:b3 "2003"^^ . +_:b4 _:b0 . +_:b4 . +_:b5 . _:b5 _:b6 . -_:b6 . +_:b6 . _:b6 _:b7 . -_:b7 . +_:b7 . _:b7 _:b8 . -_:b8 _:b1 . +_:b8 . _:b8 _:b9 . -_:b9 . +_:b9 _:b1 . _:b9 _:b10 . . "Heinrichs, Johannes"^^ . @@ -45,13 +46,12 @@ _:b9 _:b10 . "M\u00FCnzfund"^^ . "Autor/in"^^ . "20030212"^^ . - _:b3 . + _:b4 . "Kontinuit\u00E4t und Diskontinuit\u00E4t / hrsg. von Thomas Gr\u00FCnewald ... - Berlin [u.a.], 2003. - (Reallexikon der germanischen Altertumskunde : Erg\u00E4nzungsb\u00E4nde ; 35). - S. [266]-344 : Ill., Kt."^^ . . - "2003"^^ . . . - _:b4 . + _:b5 . "Ubier, Chatten, Bataver"^^ . . "http://d-nb.info/gnd/108092704"^^ . @@ -68,11 +68,11 @@ _:b9 _:b10 . "M\u00FCnzschatz"^^ . "Rheinlande (im engeren Sinn)"^^ . "R\u00F6mische Zeit"^^ . - _:b13 . + _:b14 . . - "2003"^^ . "von Johannes Heinrichs"^^ . "Mittel- und Niederrhein ca. 70 - 71 v. Chr. anhand germanischer M\u00FCnzen"^^ . + _:b3 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01391/HT013911008.nt b/src/test/resources/reverseTest/output/nt/01391/HT013911008.nt index 052744acc..d030d333e 100644 --- a/src/test/resources/reverseTest/output/nt/01391/HT013911008.nt +++ b/src/test/resources/reverseTest/output/nt/01391/HT013911008.nt @@ -3,12 +3,16 @@ _:b0 "CD-ROM"^^ "5"^^ . _:b1 . _:b1 . -_:b2 . -_:b2 _:b3 . -_:b3 _:b0 . -_:b3 . -_:b4 "http://d-nb.info/gnd/4050698-8, CD-ROM"^^ . +_:b2 "Velbert"^^ . +_:b2 "Eutropia"^^ . +_:b2 "2003"^^ . +_:b2 . +_:b3 . +_:b3 _:b4 . +_:b4 _:b0 . _:b4 . +_:b5 "http://d-nb.info/gnd/4050698-8, CD-ROM"^^ . +_:b5 . . "Rothenburg ob der Tauber"^^ . "CB088.87-4144798"^^ . @@ -18,13 +22,11 @@ _:b4 . "20040202"^^ . "1 CD-ROM ; 12 cm + 1 Beih. [6] S."^^ . - "Eutropia"^^ . . - "2003"^^ . . . . - _:b2 . + _:b3 . "1000 Fotos aus Rothenburg ob der Tauber"^^ . "HT013911008"^^ . _:b1 . @@ -33,13 +35,12 @@ _:b4 "Rothenburg ob der Tauber"^^ . "Rothenburg, Tauber"^^ . "Stadtmagistrat (Rothenburg, Tauber)"^^ . - _:b4 . + _:b5 . "3936547041"^^ . "9783936547047"^^ . "5"^^ . . - "Velbert"^^ . - "Velbert; Eutropia; 2003"^^ . + _:b2 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01401/HT014015351.nt b/src/test/resources/reverseTest/output/nt/01401/HT014015351.nt index f990b9234..1e8897b88 100644 --- a/src/test/resources/reverseTest/output/nt/01401/HT014015351.nt +++ b/src/test/resources/reverseTest/output/nt/01401/HT014015351.nt @@ -1,23 +1,27 @@ -_:b0 . -_:b0 . +_:b0 . +_:b0 . _:b0 . -_:b1 . -_:b1 . +_:b1 . +_:b1 . _:b1 . _:b2 . _:b2 "Aufsatzsammlung"^^ . -_:b3 _:b0 . -_:b3 _:b4 . -_:b4 _:b1 . -_:b4 . -_:b5 . -_:b5 _:b6 . -_:b6 . +_:b3 "M\u00FCnchen"^^ . +_:b3 "Fink"^^ . +_:b3 "2005"^^ . +_:b3 . +_:b4 _:b0 . +_:b4 _:b5 . +_:b5 _:b1 . +_:b5 . +_:b6 . _:b6 _:b7 . -_:b7 _:b2 . -_:b7 . -_:b8 "http://d-nb.info/gnd/4604932-0, http://d-nb.info/gnd/4184194-3, Aufsatzsammlung"^^ . +_:b7 . +_:b7 _:b8 . +_:b8 _:b2 . _:b8 . +_:b9 "http://d-nb.info/gnd/4604932-0, http://d-nb.info/gnd/4184194-3, Aufsatzsammlung"^^ . +_:b9 . . "Fehrmann, Gisela"^^ . . @@ -80,18 +84,16 @@ _:b8 . "20040511"^^ . "20081128"^^ . - _:b3 . + _:b4 . "324 S. : Ill."^^ . - "Fink"^^ . - "2005"^^ . . . - _:b5 . + _:b6 . "Spuren, Lekt\u00FCren"^^ . "http://d-nb.info/gnd/129016713 | http://d-nb.info/gnd/136788548"^^ . "HT014015351"^^ . "Abbild | Symbolik | Aufsatzsammlung (213)"^^ . - _:b8 . + _:b9 . "3770538471"^^ . "9783770538478"^^ . . @@ -104,10 +106,9 @@ _:b8 . . . - "M\u00FCnchen"^^ . - "M\u00FCnchen; Fink; 2005"^^ . "hrsg. von Gisela Fehrmann ..."^^ . "Praktiken des Symbolischen ; [Festschrift f\u00FCr Ludwig J\u00E4ger zum 60. Geburtstag]"^^ . + _:b3 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01404/HT014046679.nt b/src/test/resources/reverseTest/output/nt/01404/HT014046679.nt index 422da0197..1bb7eefc3 100644 --- a/src/test/resources/reverseTest/output/nt/01404/HT014046679.nt +++ b/src/test/resources/reverseTest/output/nt/01404/HT014046679.nt @@ -7,12 +7,16 @@ _:b1 . _:b2 . _:b2 . -_:b3 _:b0 . -_:b3 _:b4 . -_:b4 _:b1 . +_:b3 "Hennef"^^ . +_:b3 "INVENTION"^^ . +_:b3 "1997"^^ . +_:b3 . +_:b4 _:b0 . _:b4 _:b5 . -_:b5 _:b2 . -_:b5 . +_:b5 _:b1 . +_:b5 _:b6 . +_:b6 _:b2 . +_:b6 . . "Hoefler, Angelika"^^ . . @@ -28,20 +32,17 @@ _:b5 . "20040615"^^ . "20041018"^^ . - _:b3 . + _:b4 . "1 Spiel (Inhalt: 1 Spielanleitung, 100 Situationskarten: 60 f\u00FCr Frauen, 40 f\u00FCr M\u00E4dchen (ab 12 J.). 90 Brave-Karten, 90 B\u00F6se-Karten)"^^ . - "INVENTION"^^ . - "1997"^^ . . . "Brave M\u00E4dchen - B\u00F6se M\u00E4dchen"^^ . "http://d-nb.info/gnd/183839064 | http://d-nb.info/gnd/175894612 | http://d-nb.info/gnd/2095440-2"^^ . "HT014046679"^^ . . - "Hennef"^^ . - "Hennef; INVENTION; 1997"^^ . "Idee und Konzeption: Erika Herrenbr\u00FCck. Texte: Angelika Hoefler"^^ . "das Kommunikationsspiel zur Bewertung weiblichen Verhaltens f\u00FCr 2 - 8 Spielerinnen"^^ . + _:b3 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01421/HT014215912.nt b/src/test/resources/reverseTest/output/nt/01421/HT014215912.nt index 77da35909..3fee8e0f1 100644 --- a/src/test/resources/reverseTest/output/nt/01421/HT014215912.nt +++ b/src/test/resources/reverseTest/output/nt/01421/HT014215912.nt @@ -3,16 +3,17 @@ _:b0 . _:b1 . _:b1 "Geschichte"^^ . -_:b2 _:b0 . -_:b2 . -_:b3 . -_:b3 _:b4 . -_:b4 . +_:b2 "2004"^^ . +_:b3 _:b0 . +_:b3 . +_:b4 . _:b4 _:b5 . -_:b5 _:b1 . -_:b5 . -_:b6 "http://d-nb.info/gnd/118560034, http://d-nb.info/gnd/4159648-1, Geschichte"^^ . +_:b5 . +_:b5 _:b6 . +_:b6 _:b1 . _:b6 . +_:b7 "http://d-nb.info/gnd/118560034, http://d-nb.info/gnd/4159648-1, Geschichte"^^ . +_:b7 . "747"^^ . "814"^^ . . @@ -23,13 +24,12 @@ _:b6 "Herrscherbild"^^ . "Autor/in"^^ . "20041208"^^ . - _:b2 . + _:b3 . "Karl der Gro\u00DFe und Europa / hrsg. von der Schweizerischen Botschaft in der Bundesrepublik Deutschland ... - Frankfurt am Main [u.a.], 2004. - S. 67-86 : Ill."^^ . . - "2004"^^ . . . - _:b3 . + _:b4 . "Karl der Gro\u00DFe und sein Bild"^^ . . "http://d-nb.info/gnd/121815684"^^ . @@ -55,10 +55,10 @@ _:b6 "der Gro\u00DFe (747-814)"^^ . "le Grand (747-814)"^^ . "the Great (747-814)"^^ . - _:b6 . + _:b7 . . - "2004"^^ . "Sven L\u00FCken"^^ . + _:b2 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01431/HT014319164.nt b/src/test/resources/reverseTest/output/nt/01431/HT014319164.nt index 8e92a62f7..64c2a3f3d 100644 --- a/src/test/resources/reverseTest/output/nt/01431/HT014319164.nt +++ b/src/test/resources/reverseTest/output/nt/01431/HT014319164.nt @@ -6,18 +6,22 @@ _:b1 . _:b2 . _:b2 "Bildband"^^ . -_:b3 _:b0 . -_:b3 _:b4 . -_:b4 _:b1 . -_:b4 . -_:b5 . -_:b5 _:b6 . -_:b6 . +_:b3 "[Sinzig]"^^ . +_:b3 "[Selbstverl.]"^^ . +_:b3 "1998"^^ . +_:b3 . +_:b4 _:b0 . +_:b4 _:b5 . +_:b5 _:b1 . +_:b5 . +_:b6 . _:b6 _:b7 . -_:b7 _:b2 . -_:b7 . -_:b8 "http://d-nb.info/gnd/133595935, http://d-nb.info/gnd/4046277-8, Bildband"^^ . +_:b7 . +_:b7 _:b8 . +_:b8 _:b2 . _:b8 . +_:b9 "http://d-nb.info/gnd/133595935, http://d-nb.info/gnd/4046277-8, Bildband"^^ . +_:b9 . "1948"^^ . . "Reinarz, Titus"^^ . @@ -39,15 +43,13 @@ _:b8 . "20050322"^^ . "20130117"^^ . - _:b3 . + _:b4 . "183 S. : \u00FCberw. Ill."^^ . "Bad Honnef"^^ . "K\u00F6ln"^^ . - "[Selbstverl.]"^^ . - "1998"^^ . . . - _:b5 . + _:b6 . "Titus Reinarz"^^ . "http://d-nb.info/gnd/133595935 | http://d-nb.info/gnd/159865794"^^ . "HT014319164"^^ . @@ -61,14 +63,13 @@ _:b8 "Plastiken"^^ . "Skulptur"^^ . "Skulpturen"^^ . - _:b8 . + _:b9 . . . . - "[Sinzig]"^^ . - "[Sinzig]; [Selbstverl.]; 1998"^^ . "[Textbeitr. Konrad Adenauer ...]"^^ . "Bildhauer"^^ . + _:b3 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01452/HT014525099.nt b/src/test/resources/reverseTest/output/nt/01452/HT014525099.nt index 4ff96169a..49fc36ba2 100644 --- a/src/test/resources/reverseTest/output/nt/01452/HT014525099.nt +++ b/src/test/resources/reverseTest/output/nt/01452/HT014525099.nt @@ -1,42 +1,46 @@ _:b0 . _:b0 . _:b0 . -_:b1 . +_:b1 . _:b1 . _:b1 . -_:b10 _:b2 . +_:b10 _:b1 . _:b10 _:b11 . -_:b11 _:b3 . +_:b11 _:b2 . _:b11 _:b12 . -_:b12 _:b4 . +_:b12 _:b3 . _:b12 _:b13 . -_:b13 _:b5 . +_:b13 _:b4 . _:b13 _:b14 . -_:b14 _:b6 . +_:b14 _:b5 . _:b14 _:b15 . -_:b15 _:b7 . -_:b15 . -_:b2 . +_:b15 _:b6 . +_:b15 _:b16 . +_:b16 _:b7 . +_:b16 . +_:b2 . _:b2 . _:b2 . -_:b3 . -_:b3 . +_:b3 . +_:b3 . _:b3 . -_:b4 . +_:b4 . _:b4 . _:b4 . -_:b5 . -_:b5 . +_:b5 . +_:b5 . _:b5 . -_:b6 . -_:b6 . +_:b6 . +_:b6 . _:b6 . -_:b7 . -_:b7 . +_:b7 . +_:b7 . _:b7 . -_:b8 _:b0 . -_:b8 _:b9 . -_:b9 _:b1 . +_:b8 "Berlin"^^ . +_:b8 "Dt. Schallplatten"^^ . +_:b8 "1981"^^ . +_:b8 . +_:b9 _:b0 . _:b9 _:b10 . . "Adam, Theo"^^ . @@ -93,10 +97,8 @@ _:b9 _:b10 . . . "20051020"^^ . - _:b8 . + _:b9 . "2 Schallpl. : 33 UpM, stereo ; 30 cm"^^ . - "Dt. Schallplatten"^^ . - "1981"^^ . . . . @@ -104,10 +106,9 @@ _:b9 _:b10 . "http://d-nb.info/gnd/11850553X | http://d-nb.info/gnd/129389641 | http://d-nb.info/gnd/128992204 | http://d-nb.info/gnd/118610724 | http://d-nb.info/gnd/118500546 | http://d-nb.info/gnd/118867539 | http://d-nb.info/gnd/1212749-8 | http://d-nb.info/gnd/806366-7"^^ . "HT014525099"^^ . . - "Berlin"^^ . - "Berlin; Dt. Schallplatten; 1981"^^ . "Johann Sebastian Bach"^^ . "Christ lag in Todesbanden BWV 4 ; Ein Herz, da seinen Jesum lebend wei\u00DF BWV 134 ; Erschallet, ihr Lieder BWV 172 ; Also hat Gott die Welt geliebt BWV 68"^^ . + _:b8 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01499/HT014997977.nt b/src/test/resources/reverseTest/output/nt/01499/HT014997977.nt index 11f2e5aef..df3cf44ad 100644 --- a/src/test/resources/reverseTest/output/nt/01499/HT014997977.nt +++ b/src/test/resources/reverseTest/output/nt/01499/HT014997977.nt @@ -1,20 +1,22 @@ -_:b0 . +_:b0 . _:b0 . _:b0 . -_:b1 . +_:b1 . _:b1 . _:b1 . -_:b2 . +_:b2 . _:b2 . _:b2 . -_:b3 _:b0 . -_:b3 _:b4 . -_:b4 _:b1 . +_:b3 "[Mainz]"^^ . +_:b3 "2003"^^ . +_:b4 _:b0 . _:b4 _:b5 . -_:b5 _:b2 . -_:b5 . -_:b6 . +_:b5 _:b1 . +_:b5 _:b6 . +_:b6 _:b2 . _:b6 . +_:b7 . +_:b7 . . "Landesbetrieb Stra\u00DFen und Verkehr Rheinland-Pfalz (Koblenz)"^^ . "LSV"^^ . @@ -30,14 +32,13 @@ _:b6 "Handel, Kommunikation, Verkehr"^^ . "Mitwirkende"^^ . "20070222"^^ . - _:b3 . + _:b4 . "15, [14] S. : graph. Darst."^^ . . - "2003"^^ . . . . - _:b6 . + _:b7 . "Leitfaden f\u00FCr die Behandlung von Ausbauasphalt und Stra\u00DFenaufbruch mit teer-/pechtypischen Bestandteilen"^^ . "http://d-nb.info/gnd/3062366-2 | http://d-nb.info/gnd/10048424-4 | http://d-nb.info/gnd/2092393-4"^^ . . @@ -47,10 +48,9 @@ _:b6 "1. Aufl."^^ . . . - "[Mainz]"^^ . - "[Mainz]; 2003"^^ . "Arbeitskreis Stra\u00DFenbauabf\u00E4lle Rheinland-Pfalz; Landesamt f\u00FCr Umweltschutz und Gewerbeaufsicht; Landesbetrieb Stra\u00DFen und Verkehr Rheinland-Pfalz"^^ . "Leitfaden f\u00FCr den Gesch\u00E4ftsbereich des Landesbetriebes Stra\u00DFen und Verkehr"^^ . + _:b3 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01508/HT015082724.nt b/src/test/resources/reverseTest/output/nt/01508/HT015082724.nt index babae4200..a61da620b 100644 --- a/src/test/resources/reverseTest/output/nt/01508/HT015082724.nt +++ b/src/test/resources/reverseTest/output/nt/01508/HT015082724.nt @@ -5,16 +5,20 @@ _:b1 "Zeitschrift"^^ . _:b2 "119"^^ . _:b2 . -_:b3 . -_:b3 _:b4 . -_:b4 _:b0 . +_:b3 "Assen"^^ . +_:b3 "Van Gorcum"^^ . +_:b3 "2006"^^ . +_:b3 . +_:b4 . _:b4 _:b5 . -_:b5 _:b1 . +_:b5 _:b0 . _:b5 _:b6 . -_:b6 . -_:b6 . -_:b7 "http://d-nb.info/gnd/4042203-3, Geschichte, Zeitschrift"^^ . +_:b6 _:b1 . +_:b6 _:b7 . +_:b7 . _:b7 . +_:b8 "http://d-nb.info/gnd/4042203-3, Geschichte, Zeitschrift"^^ . +_:b8 . . "Niederlande"^^ . "Geschichte und Geografie"^^ . @@ -24,26 +28,23 @@ _:b7 . . "20070508"^^ . - "Van Gorcum"^^ . . . - "2006"^^ . . . - _:b3 . + _:b4 . "Tijdschrift voor geschiedenis, 119"^^ . "HT015082724"^^ . "Niederlande | Geschichte | Zeitschrift"^^ . "Batavische Republik"^^ . "Staat Holland"^^ . "Vereinigte Niederlande"^^ . - _:b7 . + _:b8 . _:b2 . "119"^^ . "119. 2006"^^ . . - "Assen"^^ . - "Assen; Van Gorcum; 2006"^^ . + _:b3 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01518/HT015183529.nt b/src/test/resources/reverseTest/output/nt/01518/HT015183529.nt index 70ee4e319..38ab91ab6 100644 --- a/src/test/resources/reverseTest/output/nt/01518/HT015183529.nt +++ b/src/test/resources/reverseTest/output/nt/01518/HT015183529.nt @@ -6,10 +6,14 @@ _:b1 . _:b2 . _:b2 . -_:b3 _:b0 . -_:b3 _:b4 . -_:b4 _:b1 . -_:b4 . +_:b3 "Cambridge [u.a.]"^^ . +_:b3 "Cambridge Univ. Press"^^ . +_:b3 "2006"^^ . +_:b3 . +_:b4 _:b0 . +_:b4 _:b5 . +_:b5 _:b1 . +_:b5 . . "Fitzgerald, Francis Scott"^^ . "Fic\u01C6eralds, Skots Fr\u0101nsiss"^^ . @@ -33,11 +37,9 @@ _:b4 . . "20070618"^^ . - _:b3 . + _:b4 . "LV, 225 S. : Kt."^^ . - "Cambridge Univ. Press"^^ . . - "2006"^^ . . . "The great Gatsby"^^ . @@ -48,9 +50,8 @@ _:b4 "0521402301"^^ . "9780521402309"^^ . . - "Cambridge [u.a.]"^^ . - "Cambridge [u.a.]; Cambridge Univ. Press; 2006"^^ . "F. Scott Fitzgerald. Ed. by Matthew J. Bruccoli"^^ . + _:b3 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01541/HT015414894.nt b/src/test/resources/reverseTest/output/nt/01541/HT015414894.nt index 921512087..19b9a5d09 100644 --- a/src/test/resources/reverseTest/output/nt/01541/HT015414894.nt +++ b/src/test/resources/reverseTest/output/nt/01541/HT015414894.nt @@ -7,12 +7,14 @@ _:b1 . _:b2 . _:b2 . -_:b3 _:b0 . -_:b3 _:b4 . -_:b4 _:b1 . +_:b3 "M\u00FCnster [u.a.]"^^ . +_:b3 "2002"^^ . +_:b4 _:b0 . _:b4 _:b5 . -_:b5 _:b2 . -_:b5 . +_:b5 _:b1 . +_:b5 _:b6 . +_:b6 _:b2 . +_:b6 . . "Conrad, Christoph"^^ . . @@ -25,10 +27,9 @@ _:b5 . . "20080125"^^ . - _:b3 . + _:b4 . "Medien und Terrorismus; Christian Schicha ... (Hg.); 2002; S. 80 - 93"^^ . . - "2002"^^ . . . "Die Terrorkrise als Medienereignis?"^^ . @@ -36,10 +37,9 @@ _:b5 "http://d-nb.info/gnd/122021878 | http://d-nb.info/gnd/186186193 | http://d-nb.info/gnd/11075851X"^^ . "HT015414894"^^ . . - "M\u00FCnster [u.a.]"^^ . - "2002; M\u00FCnster [u.a.]"^^ . "Sascha Werthes ; Richard Kim ; Christoph Conrad"^^ . "Internationale Krisenkommunikation - eine Herausforderung im 21. Jahrhundert"^^ . + _:b3 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01544/HT015440386.nt b/src/test/resources/reverseTest/output/nt/01544/HT015440386.nt index 855f9037a..31f9edf1e 100644 --- a/src/test/resources/reverseTest/output/nt/01544/HT015440386.nt +++ b/src/test/resources/reverseTest/output/nt/01544/HT015440386.nt @@ -4,16 +4,20 @@ _:b0 "22392"^^ . _:b1 . _:b1 . -_:b2 _:b0 . -_:b2 . -_:b3 . -_:b3 _:b4 . -_:b4 . +_:b2 "Reinbek bei Hamburg"^^ . +_:b2 "Rowohlt-Taschenbuch-Verl."^^ . +_:b2 "1998"^^ . +_:b2 . +_:b3 _:b0 . +_:b3 . +_:b4 . _:b4 _:b5 . -_:b5 . -_:b5 . -_:b6 "http://d-nb.info/gnd/119411970, http://d-nb.info/gnd/4010427-8, http://d-nb.info/gnd/4145395-5"^^ . +_:b5 . +_:b5 _:b6 . +_:b6 . _:b6 . +_:b7 "http://d-nb.info/gnd/119411970, http://d-nb.info/gnd/4010427-8, http://d-nb.info/gnd/4145395-5"^^ . +_:b7 . . "K\u00F6nig, Ralf"^^ . "K\u00F6nig, R."^^ . @@ -31,14 +35,12 @@ _:b6 . . "20080220"^^ . - _:b2 . + _:b3 . "181, VIII S."^^ . - "Rowohlt-Taschenbuch-Verl."^^ . . - "1998"^^ . . . - _:b3 . + _:b4 . "Jago"^^ . "http://d-nb.info/gnd/111614597"^^ . "HT015440386"^^ . @@ -67,16 +69,15 @@ _:b6 "Konig, Ralf (1960-)"^^ . "K\u0113nigs, Ralfs (1960-)"^^ . "Photographien-Bildband"^^ . - _:b6 . + _:b7 . "Orig.-Ausg., 31. - 40. Tsd."^^ . "3499223929"^^ . "9783499223921"^^ . "22392"^^ . . - "Reinbek bei Hamburg"^^ . - "Reinbek bei Hamburg; Rowohlt-Taschenbuch-Verl.; 1998"^^ . "Ralf K\u00F6nig"^^ . "Comic ; [nach Motiven aus den Dramen Othello, Macbeth, Romeo & Julia und Ein Sommernachtstraum von William Shakespeare]"^^ . + _:b2 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01545/HT015455455.nt b/src/test/resources/reverseTest/output/nt/01545/HT015455455.nt index 0349cb0eb..98a12a108 100644 --- a/src/test/resources/reverseTest/output/nt/01545/HT015455455.nt +++ b/src/test/resources/reverseTest/output/nt/01545/HT015455455.nt @@ -3,46 +3,48 @@ _:b0 . _:b1 . _:b1 "Geschichte"^^ . -_:b10 . +_:b10 . _:b10 _:b11 . -_:b11 _:b1 . +_:b11 . _:b11 _:b12 . -_:b12 . +_:b12 _:b1 . _:b12 _:b13 . -_:b13 . +_:b13 . _:b13 _:b14 . -_:b14 . +_:b14 . _:b14 _:b15 . -_:b15 _:b2 . +_:b15 . _:b15 _:b16 . -_:b16 . +_:b16 _:b2 . _:b16 _:b17 . -_:b17 . +_:b17 . _:b17 _:b18 . -_:b18 _:b3 . +_:b18 . _:b18 _:b19 . -_:b19 _:b4 . +_:b19 _:b3 . _:b19 _:b20 . _:b2 . _:b2 "Geschichte"^^ . -_:b20 . +_:b20 _:b4 . _:b20 _:b21 . -_:b21 . +_:b21 . _:b21 _:b22 . -_:b22 _:b5 . +_:b22 . _:b22 _:b23 . -_:b23 _:b6 . +_:b23 _:b5 . _:b23 _:b24 . -_:b24 . -_:b24 . -_:b25 "http://d-nb.info/gnd/2101246-5, http://d-nb.info/gnd/118595881, http://d-nb.info/gnd/4207786-2, Geschichte"^^ . -_:b25 _:b26 . -_:b26 "http://d-nb.info/gnd/2101246-5, http://d-nb.info/gnd/4003988-2, http://d-nb.info/gnd/4207786-2, Geschichte"^^ . +_:b24 _:b6 . +_:b24 _:b25 . +_:b25 . +_:b25 . +_:b26 "http://d-nb.info/gnd/2101246-5, http://d-nb.info/gnd/118595881, http://d-nb.info/gnd/4207786-2, Geschichte"^^ . _:b26 _:b27 . -_:b27 "http://d-nb.info/gnd/4443675-0, http://d-nb.info/gnd/4073757-3, Geschichte 1918-1940, Verzeichnis"^^ . +_:b27 "http://d-nb.info/gnd/2101246-5, http://d-nb.info/gnd/4003988-2, http://d-nb.info/gnd/4207786-2, Geschichte"^^ . _:b27 _:b28 . -_:b28 "http://d-nb.info/gnd/4576855-9, http://d-nb.info/gnd/4073757-3, Geschichte 1920-1945, Verzeichnis"^^ . -_:b28 . +_:b28 "http://d-nb.info/gnd/4443675-0, http://d-nb.info/gnd/4073757-3, Geschichte 1918-1940, Verzeichnis"^^ . +_:b28 _:b29 . +_:b29 "http://d-nb.info/gnd/4576855-9, http://d-nb.info/gnd/4073757-3, Geschichte 1920-1945, Verzeichnis"^^ . +_:b29 . _:b3 . _:b3 "Geschichte 1918-1940"^^ . _:b4 . @@ -51,11 +53,11 @@ _:b5 "Geschichte 1920-1945"^^ . _:b6 . _:b6 "Verzeichnis"^^ . -_:b7 _:b0 . -_:b7 . -_:b8 . -_:b8 _:b9 . -_:b9 . +_:b7 "Wien ; K\u00F6ln ; Weimar"^^ . +_:b7 "2007"^^ . +_:b8 _:b0 . +_:b8 . +_:b9 . _:b9 _:b10 . "1875"^^ . "1951"^^ . @@ -89,13 +91,12 @@ _:b9 _:b10 . . "20080304"^^ . "20130930"^^ . - _:b7 . + _:b8 . "291 S. : Ill., graph. Darst."^^ . . - "2007"^^ . . . - _:b8 . + _:b9 . "Austro-Daimler und Steyr"^^ . "http://d-nb.info/gnd/124897274"^^ . "HT015455455"^^ . @@ -115,15 +116,14 @@ _:b9 _:b10 . "SDP AG"^^ . "Steyr-Daimler-Puch-AG"^^ . "\u00D6sterreichische Daimler-Motoren-Commanditgesellschaft Bierenz, Fischer und Co. (Wiener Neustadt)"^^ . - _:b25 . + _:b26 . "3205776399"^^ . "9783205776390"^^ . . . - "Wien ; K\u00F6ln ; Weimar"^^ . - "Wien ; K\u00F6ln ; Weimar; 2007"^^ . "Martin Pfundner"^^ . "Rivalen bis zur Fusion ; die fr\u00FChen Jahre des Ferdinand Porsche"^^ . + _:b7 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01586/HT015865114.nt b/src/test/resources/reverseTest/output/nt/01586/HT015865114.nt index fa475a531..8caf13f0b 100644 --- a/src/test/resources/reverseTest/output/nt/01586/HT015865114.nt +++ b/src/test/resources/reverseTest/output/nt/01586/HT015865114.nt @@ -1,14 +1,30 @@ _:b0 . _:b0 . _:b0 . -_:b1 . -_:b1 . -_:b2 _:b0 . -_:b2 . -_:b3 "Geschichte 1945-2003, http://d-nb.info/gnd/4020533-2, Schulbuch"^^ . -_:b3 . +_:b1 . +_:b1 "Geschichte 1945-2003"^^ . +_:b2 . +_:b2 "Schulbuch"^^ . +_:b3 . +_:b3 . +_:b4 "Bamberg"^^ . +_:b4 "Buchner"^^ . +_:b4 "2003"^^ . +_:b4 . +_:b5 _:b0 . +_:b5 . +_:b6 _:b1 . +_:b6 _:b7 . +_:b7 . +_:b7 _:b8 . +_:b8 _:b2 . +_:b8 . +_:b9 "Geschichte 1945-2003, http://d-nb.info/gnd/4020533-2, Schulbuch"^^ . +_:b9 . . "Weber, J\u00FCrgen"^^ . + . + "Geschichtsunterricht"^^ . "Mitwirkende"^^ . . . @@ -28,16 +44,15 @@ _:b3 . "20090317"^^ . "20090318"^^ . - _:b2 . - "Buchner"^^ . + _:b5 . . - "2003 - "^^ . . . + _:b6 . "Von der Teilung zur Einheit"^^ . "http://d-nb.info/gnd/105667129"^^ . "HT015865114"^^ . - _:b1 . + _:b3 . . . . @@ -46,16 +61,15 @@ _:b3 "Geschichte / Didaktik"^^ . "Geschichte / Unterricht"^^ . "Geschichtsdidaktik"^^ . - _:b3 . + _:b9 . "Schulbuch Buchner"^^ . . . . . - "Bamberg"^^ . - "Bamberg; Buchner; 2003"^^ . "die Welt nach 1945"^^ . "Erschienen: Sch\u00FCler- und Lehrerbd."^^ . + _:b4 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01589/HT015891797.nt b/src/test/resources/reverseTest/output/nt/01589/HT015891797.nt index d7d0df97f..e6dac0437 100644 --- a/src/test/resources/reverseTest/output/nt/01589/HT015891797.nt +++ b/src/test/resources/reverseTest/output/nt/01589/HT015891797.nt @@ -1,11 +1,13 @@ -_:b0 . -_:b0 . +_:b0 . +_:b0 . _:b0 . -_:b1 . -_:b1 . +_:b1 . +_:b1 . _:b1 . -_:b10 "http://d-nb.info/gnd/11850066X, Geschichte 1963-1967, Quelle"^^ . +_:b10 _:b3 . _:b10 . +_:b11 "http://d-nb.info/gnd/11850066X, Geschichte 1963-1967, Quelle"^^ . +_:b11 . _:b2 . _:b2 "Geschichte 1963-1967"^^ . _:b3 . @@ -13,16 +15,18 @@ _:b3 "Quelle"^^ . _:b4 "2"^^ . _:b4 . -_:b5 _:b0 . -_:b5 _:b6 . -_:b6 _:b1 . -_:b6 . -_:b7 . -_:b7 _:b8 . -_:b8 _:b2 . +_:b5 "Paderborn [u.a.]"^^ . +_:b5 "Sch\u00F6ningh"^^ . +_:b5 "2009"^^ . +_:b5 . +_:b6 _:b0 . +_:b6 _:b7 . +_:b7 _:b1 . +_:b7 . +_:b8 . _:b8 _:b9 . -_:b9 _:b3 . -_:b9 . +_:b9 _:b2 . +_:b9 _:b10 . . "Mensing, Hans Peter"^^ . "1876"^^ . @@ -90,15 +94,13 @@ _:b9 . "20090407"^^ . "20090817"^^ . - _:b5 . + _:b6 . "670 S. : Ill."^^ . - "Sch\u00F6ningh"^^ . . . - "2009"^^ . . . - _:b7 . + _:b8 . "Die letzten Lebensjahre, 1963 - 1967, 2: September 1965 - April 1967"^^ . "http://d-nb.info/gnd/11850066X | http://d-nb.info/gnd/109702662"^^ . "HT015891797"^^ . @@ -106,7 +108,7 @@ _:b9 "Adenauer, Konrad (1876-1967) | Geschichte 1963-1967 | Quelle"^^ . "Adenauer, ... (1876-1967)"^^ . "Adenauer, Konrad Hermann Joseph (1876-1967)"^^ . - _:b10 . + _:b11 . _:b4 . "2"^^ . . @@ -121,9 +123,8 @@ _:b9 . . . - "Paderborn [u.a.]"^^ . - "Paderborn [u.a.]; Sch\u00F6ningh; 2009"^^ . "Adenauer. Bearb. von Hans Peter Mensing"^^ . + _:b5 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01589/HT015894164.nt b/src/test/resources/reverseTest/output/nt/01589/HT015894164.nt index dcb31bfeb..748ef6aa2 100644 --- a/src/test/resources/reverseTest/output/nt/01589/HT015894164.nt +++ b/src/test/resources/reverseTest/output/nt/01589/HT015894164.nt @@ -3,8 +3,12 @@ _:b0 . _:b1 . _:b1 "Organisation de coop\u00E9ration et de d\u00E9veloppement \u00E9conomiques"^^ . -_:b2 _:b0 . -_:b2 . +_:b2 "Paris"^^ . +_:b2 "OECD Publishing"^^ . +_:b2 "1999"^^ . +_:b2 . +_:b3 _:b0 . +_:b3 . "Mitwirkende"^^ . . . @@ -108,12 +112,10 @@ _:b2 . "20090408"^^ . "20120815"^^ . - _:b2 . + _:b3 . "88 p."^^ . "Examens en mati\u00E8re de coop\u00E9ration pour le d\u00E9veloppement"^^ . - "OECD Publishing"^^ . . - "1999"^^ . . . . @@ -149,9 +151,8 @@ _:b2 . . . - "Paris"^^ . - "Paris; OECD Publishing; 1999"^^ . "Organisation de coop\u00E9ration et de d\u00E9veloppement \u00E9conomiques"^^ . + _:b2 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01613/HT016135351.nt b/src/test/resources/reverseTest/output/nt/01613/HT016135351.nt index 9d60d436d..cb5aacc0e 100644 --- a/src/test/resources/reverseTest/output/nt/01613/HT016135351.nt +++ b/src/test/resources/reverseTest/output/nt/01613/HT016135351.nt @@ -3,14 +3,18 @@ _:b0 . _:b1 . _:b1 "Bildband"^^ . -_:b2 _:b0 . -_:b2 . -_:b3 . -_:b3 _:b4 . -_:b4 _:b1 . -_:b4 . -_:b5 "http://d-nb.info/gnd/7684863-2, Bildband"^^ . +_:b2 "Marienfeld"^^ . +_:b2 "Selbstverl."^^ . +_:b2 "2006"^^ . +_:b2 . +_:b3 _:b0 . +_:b3 . +_:b4 . +_:b4 _:b5 . +_:b5 _:b1 . _:b5 . +_:b6 "http://d-nb.info/gnd/7684863-2, Bildband"^^ . +_:b6 . . "Buchmann, Helmut"^^ . . @@ -23,14 +27,12 @@ _:b5 . "20091118"^^ . "20091210"^^ . - _:b2 . + _:b3 . "32 gez. S. : \u00FCberw. Ill."^^ . "Harsewinkel-Marienfeld"^^ . - "Selbstverl."^^ . - "2006"^^ . . . - _:b3 . + _:b4 . "Lutter-Wasserm\u00FChle Roberg"^^ . "http://d-nb.info/gnd/186931808"^^ . "HT016135351"^^ . @@ -39,13 +41,12 @@ _:b5 "Kornm\u00FChle Roberg (Harsewinkel)"^^ . "Lutter-Wasserm\u00FChle Roberg (Harsewinkel-Marienfeld)"^^ . "M\u00FChle Roberg (Harsewinkel)"^^ . - _:b5 . + _:b6 . . . - "Marienfeld"^^ . - "Marienfeld; Selbstverl.; 2006"^^ . "[Hemut Buchmann"^^ . "Zeitzeuge und Kleinod in Harsewinkel"^^ . + _:b2 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01638/HT016382441.nt b/src/test/resources/reverseTest/output/nt/01638/HT016382441.nt index 5bded39ed..acb79cf22 100644 --- a/src/test/resources/reverseTest/output/nt/01638/HT016382441.nt +++ b/src/test/resources/reverseTest/output/nt/01638/HT016382441.nt @@ -1,12 +1,16 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . -_:b2 . +_:b1 "Weinheim"^^ . +_:b1 "Wiley-VCH"^^ . +_:b1 "2011"^^ . +_:b1 . +_:b2 _:b0 . _:b2 . -_:b3 "http://d-nb.info/gnd/4337730-0"^^ . +_:b3 . _:b3 . +_:b4 "http://d-nb.info/gnd/4337730-0"^^ . +_:b4 . . "Blum, Richard"^^ . "Blum, Richard Kenneth"^^ . @@ -120,22 +124,20 @@ _:b3 . "20100607"^^ . "20110309"^^ . - _:b1 . + _:b2 . "418 S. : zahlr. Ill., graph. Darst."^^ . - "Wiley-VCH"^^ . "Linux for dummies "^^ . . - "2011"^^ . . . - _:b2 . + _:b3 . . "Linux f\u00FCr Dummies"^^ . "http://d-nb.info/gnd/14320713X"^^ . "HT016382441"^^ . . "LINUX"^^ . - _:b3 . + _:b4 . "1. Aufl."^^ . "9783527706495"^^ . . @@ -159,10 +161,9 @@ _:b3 . . . - "Weinheim"^^ . - "Weinheim; Wiley-VCH; 2011"^^ . "Richard Blum"^^ . "[frei wie ein Pinguin ; auf einen Blick: Linux schnell und sicher installieren, KDE, GNOME und GUI geschickt einsetzen, OpenOffice clever nutzen ; alles f\u00FCr Ihr Rendezvous mit dem Pinguin]"^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01654/HT016545462.nt b/src/test/resources/reverseTest/output/nt/01654/HT016545462.nt index a8dd38884..5be5573f5 100644 --- a/src/test/resources/reverseTest/output/nt/01654/HT016545462.nt +++ b/src/test/resources/reverseTest/output/nt/01654/HT016545462.nt @@ -2,18 +2,22 @@ _:b0 "Geschichte 1805-2000"^^ . _:b1 . _:b1 "Verzeichnis"^^ . -_:b2 . -_:b2 _:b3 . -_:b3 . +_:b2 "Nordkirchen"^^ . +_:b2 "Heimatverein der Gemeinde Nordkirchen e. V:"^^ . +_:b2 "9999"^^ . +_:b2 . +_:b3 . _:b3 _:b4 . -_:b4 . +_:b4 . _:b4 _:b5 . -_:b5 _:b0 . +_:b5 . _:b5 _:b6 . -_:b6 _:b1 . -_:b6 . -_:b7 "http://d-nb.info/gnd/4042552-6, http://d-nb.info/gnd/4156127-2, http://d-nb.info/gnd/4151183-9, Geschichte 1805-2000, Verzeichnis"^^ . +_:b6 _:b0 . +_:b6 _:b7 . +_:b7 _:b1 . _:b7 . +_:b8 "http://d-nb.info/gnd/4042552-6, http://d-nb.info/gnd/4156127-2, http://d-nb.info/gnd/4151183-9, Geschichte 1805-2000, Verzeichnis"^^ . +_:b8 . . "Nordkirchen"^^ . . @@ -22,21 +26,18 @@ _:b7 "Geb\u00E4ude"^^ . "20101012"^^ . "Nordkirchen"^^ . - "Heimatverein der Gemeinde Nordkirchen e. V:"^^ . - "9999"^^ . . . - _:b2 . + _:b3 . "Verzeichnis der Geb\u00E4ude und ihrer Eigent\u00FCmer auf dem Gebiet der Altgemeinde Nordkirchen 1805, 1900, 1955 und 2000"^^ . "HT016545462"^^ . . . "Nordkirchen | Geb\u00E4ude | Eigent\u00FCmer | Geschichte 1805-2000 | Verzeichnis (23145,32145)"^^ . "Haus (im weiteren Sinn)"^^ . - _:b7 . + _:b8 . . - "Nordkirchen"^^ . - "Nordkirchen; Heimatverein der Gemeinde Nordkirchen e. V:; 9999"^^ . + _:b2 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01660/HT016604323.nt b/src/test/resources/reverseTest/output/nt/01660/HT016604323.nt index 9e6a85ca2..9bf4d7883 100644 --- a/src/test/resources/reverseTest/output/nt/01660/HT016604323.nt +++ b/src/test/resources/reverseTest/output/nt/01660/HT016604323.nt @@ -4,21 +4,25 @@ _:b0 . _:b1 . _:b1 . +_:b10 "http://d-nb.info/gnd/16090142-X, Bericht"^^ . +_:b10 . _:b2 . _:b2 "Bericht"^^ . -_:b3 _:b0 . -_:b3 _:b4 . -_:b4 _:b1 . -_:b4 . -_:b5 . -_:b5 _:b6 . -_:b6 _:b2 . +_:b3 "M\u00FCnster"^^ . +_:b3 "Landschaftsverb. Westfalen-Lippe"^^ . +_:b3 "2005"^^ . +_:b3 . +_:b4 _:b0 . +_:b4 _:b5 . +_:b5 _:b1 . +_:b5 . +_:b6 . _:b6 _:b7 . -_:b7 . +_:b7 _:b2 . _:b7 _:b8 . -_:b8 . -_:b8 . -_:b9 "http://d-nb.info/gnd/16090142-X, Bericht"^^ . +_:b8 . +_:b8 _:b9 . +_:b9 . _:b9 . . "PsychiatrieVerbund Westfalen. Beschwerdekommission"^^ . @@ -42,27 +46,24 @@ _:b9 . "20101116"^^ . "20141121"^^ . - _:b3 . - "Landschaftsverb. Westfalen-Lippe"^^ . - "2005 - "^^ . + _:b4 . . . - _:b5 . + _:b6 . "Bericht der Beschwerdekommission"^^ . "http://d-nb.info/gnd/16090142-X | http://d-nb.info/gnd/4065786-3"^^ . "HT016604323"^^ . . . "PsychiatrieVerbund Westfalen, Beschwerdekommission | Bericht"^^ . - _:b9 . + _:b10 . "2581964-1"^^ . . . - "M\u00FCnster"^^ . - "M\u00FCnster; Landschaftsverb. Westfalen-Lippe; 2005"^^ . "Hrsg.: Landschaftsverband Westfalen-Lippe, LWL-Abteilung f\u00FCr Krankenh\u00E4user und Gesundheitswesen, LWL-PsychiatrieVerbund Westfalen"^^ . "f\u00FCr das Jahr ..."^^ . "Ersch. j\u00E4hrl."^^ . + _:b3 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01660/HT016608165.nt b/src/test/resources/reverseTest/output/nt/01660/HT016608165.nt index 047832864..0fb026f3a 100644 --- a/src/test/resources/reverseTest/output/nt/01660/HT016608165.nt +++ b/src/test/resources/reverseTest/output/nt/01660/HT016608165.nt @@ -10,14 +10,16 @@ _:b2 . _:b3 . _:b3 . -_:b4 _:b0 . -_:b4 _:b5 . -_:b5 _:b1 . +_:b4 "[S.l.]"^^ . +_:b4 "1980"^^ . +_:b5 _:b0 . _:b5 _:b6 . -_:b6 _:b2 . +_:b6 _:b1 . _:b6 _:b7 . -_:b7 _:b3 . -_:b7 . +_:b7 _:b2 . +_:b7 _:b8 . +_:b8 _:b3 . +_:b8 . . "Debussy, Claude"^^ . "Debjussi, Klod"^^ . @@ -49,10 +51,9 @@ _:b7 . . "20101130"^^ . - _:b4 . + _:b5 . "M\u00E9lodies; Claude Debussy; 1980"^^ . . - "1980"^^ . . . "Pierrot"^^ . @@ -60,10 +61,9 @@ _:b7 "http://d-nb.info/gnd/118524186 | http://d-nb.info/gnd/130290637 | http://d-nb.info/gnd/124362869 | http://d-nb.info/gnd/119080389"^^ . "HT016608165"^^ . . - "[S.l.]"^^ . - "1980; [S.l.]"^^ . "Claude Debussy. [Text:] (Th\u00E9odore de Banville)"^^ . "[L 15]"^^ . + _:b4 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01746/HT017468042.nt b/src/test/resources/reverseTest/output/nt/01746/HT017468042.nt index 3279b575c..9b17e7310 100644 --- a/src/test/resources/reverseTest/output/nt/01746/HT017468042.nt +++ b/src/test/resources/reverseTest/output/nt/01746/HT017468042.nt @@ -1,8 +1,12 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . +_:b1 "[N\u00FCrnberg]"^^ . +_:b1 "Homannianos Heredes"^^ . +_:b1 "1757"^^ . +_:b1 . +_:b2 _:b0 . +_:b2 . . "Homannsche Erben (N\u00FCrnberg)"^^ . "Bureau Geographique de Homann"^^ . @@ -41,20 +45,17 @@ _:b1 . "20121126"^^ . "20130220"^^ . - _:b1 . + _:b2 . "1 Kt. : grenzkolor., fl\u00E4chenkolor., Kupferst."^^ . - "Homannianos Heredes"^^ . - "1757"^^ . . . "Territorium Seculare Episcopatus Monasterii Munster Germanis dicti. Ubi una cum Episcopatu Osnabr. simul integri Comitatus Bentheim, Steinfurt, Teklenburg, Lingen, Diepholz, Gemen conspiciuntur"^^ . "http://d-nb.info/gnd/5293676-4"^^ . "HT017468042"^^ . . - "[N\u00FCrnberg]"^^ . - "[N\u00FCrnberg]; Homannianos Heredes; 1757"^^ . "Mappa publicata per Homannianos Heredes"^^ . "E 006 26 -E 008 47 /N 053 11 -N 051 37"^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01748/HT017480009.nt b/src/test/resources/reverseTest/output/nt/01748/HT017480009.nt index bb306f163..7b7b83af9 100644 --- a/src/test/resources/reverseTest/output/nt/01748/HT017480009.nt +++ b/src/test/resources/reverseTest/output/nt/01748/HT017480009.nt @@ -1,10 +1,11 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . -_:b2 . +_:b1 "2012"^^ . +_:b2 _:b0 . _:b2 . +_:b3 . +_:b3 . . "Fett, Anna Laura"^^ . "Medizin und Gesundheit"^^ . @@ -16,16 +17,15 @@ _:b2 . "20121206"^^ . "20150227"^^ . - _:b1 . + _:b2 . "59 S. : Ill."^^ . . . . - "2012"^^ . . . . - _:b2 . + _:b3 . "Immunohistochemical localization of complement regulatory proteins in the human retina"^^ . "http://d-nb.info/gnd/1028627270"^^ . . @@ -35,9 +35,9 @@ _:b2 "urn:nbn:de:hbz:38m-0000006293"^^ . "10.4126/38m-004826540"^^ . . - "2012"^^ . "vorgelegt von Anna Laura Fett"^^ . "K\u00F6ln, Univ., Diss., 2012"^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01752/HT017529028.nt b/src/test/resources/reverseTest/output/nt/01752/HT017529028.nt index 81191155a..1ec63984b 100644 --- a/src/test/resources/reverseTest/output/nt/01752/HT017529028.nt +++ b/src/test/resources/reverseTest/output/nt/01752/HT017529028.nt @@ -1,25 +1,29 @@ -_:b0 . -_:b0 . +_:b0 . +_:b0 . _:b0 . -_:b1 . -_:b1 . +_:b1 . +_:b1 . _:b1 . -_:b2 . -_:b2 . +_:b2 . +_:b2 . _:b2 . _:b3 . _:b3 "18"^^ . _:b3 . -_:b4 _:b0 . -_:b4 _:b5 . -_:b5 _:b1 . +_:b4 "Freiburg i. Br. [u.a.]"^^ . +_:b4 "Herder"^^ . +_:b4 "2013"^^ . +_:b4 . +_:b5 _:b0 . _:b5 _:b6 . -_:b6 _:b2 . -_:b6 . -_:b7 . +_:b6 _:b1 . +_:b6 _:b7 . +_:b7 _:b2 . _:b7 . -_:b8 "http://d-nb.info/gnd/118640038"^^ . +_:b8 . _:b8 . +_:b9 "http://d-nb.info/gnd/118640038"^^ . +_:b9 . . "Stein, Edith"^^ . "Cruce, Teresia Benedicta a"^^ . @@ -65,14 +69,12 @@ _:b8 . "20130131"^^ . "20150323"^^ . - _:b4 . + _:b5 . "XXXVII, 265 S."^^ . - "Herder"^^ . . - "2013"^^ . . . - _:b7 . + _:b8 . "Edith-Stein-Gesamtausgabe, 18: Kreuzeswissenschaft"^^ . "http://d-nb.info/gnd/118617230 | http://d-nb.info/gnd/12226861X | http://d-nb.info/gnd/120534983"^^ . "HT017529028"^^ . @@ -102,7 +104,7 @@ _:b8 "vom Creutz (1542-1591)"^^ . "vom Cre\u00FCtz (1542-1591)"^^ . "vom Kreuz (1542-1591)"^^ . - _:b8 . + _:b9 . _:b3 . "4., durchges. und korr. Aufl."^^ . "9783451273889"^^ . @@ -113,11 +115,9 @@ _:b8 . . . - "Freiburg i. Br. [u.a.]"^^ . - "Freiburg i. Br. [u.a.]; Herder; 2013"^^ . - "hrsg. im Auftr. des Internationalen Edith-Stein-Instituts W\u00FCrzburg von Michael Linssen unter wiss. Mitarb. von Hanna-Barbara Gerl-Falkovitz"^^ . "neu bearb. und eingeleitet von Ulrich Dobhan"^^ . "Studie \u00FCber Johannes vom Kreuz"^^ . + _:b4 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01813/HT018131501.nt b/src/test/resources/reverseTest/output/nt/01813/HT018131501.nt index ae582cd14..ffb0fe212 100644 --- a/src/test/resources/reverseTest/output/nt/01813/HT018131501.nt +++ b/src/test/resources/reverseTest/output/nt/01813/HT018131501.nt @@ -3,16 +3,18 @@ _:b0 . _:b1 . _:b1 "Geschichte 1288-1815"^^ . -_:b2 _:b0 . -_:b2 . -_:b3 . -_:b3 _:b4 . -_:b4 . +_:b2 "D\u00FCsseldorf"^^ . +_:b2 "2014"^^ . +_:b3 _:b0 . +_:b3 . +_:b4 . _:b4 _:b5 . -_:b5 _:b1 . -_:b5 . -_:b6 "http://d-nb.info/gnd/4013255-9, http://d-nb.info/gnd/4137215-3, Geschichte 1288-1815"^^ . +_:b5 . +_:b5 _:b6 . +_:b6 _:b1 . _:b6 . +_:b7 "http://d-nb.info/gnd/4013255-9, http://d-nb.info/gnd/4137215-3, Geschichte 1288-1815"^^ . +_:b7 . . "Engelhardt, Manfred"^^ . . @@ -21,14 +23,13 @@ _:b6 "Staat Berg"^^ . "Autor/in"^^ . "20140115"^^ . - _:b2 . + _:b3 . "D\u00FCsseldorf"^^ . "Der Gie\u00DFerjunge; 34 (2014),1, S. 14-15"^^ . . - "2014"^^ . . . - _:b3 . + _:b4 . "D\u00FCsseldorf und das bergische Territorium"^^ . . "http://d-nb.info/gnd/124348165"^^ . @@ -66,11 +67,10 @@ _:b6 "Stadtgemeinde D\u00FCsseldorf"^^ . "Stadtverordnetenversammlung (D\u00FCsseldorf)"^^ . "Stadtverwaltung (D\u00FCsseldorf)"^^ . - _:b6 . + _:b7 . . - "D\u00FCsseldorf"^^ . - "2014; D\u00FCsseldorf"^^ . "Manfred Engelhardt"^^ . + _:b2 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01818/HT018187026.nt b/src/test/resources/reverseTest/output/nt/01818/HT018187026.nt index bbc6066eb..d1d048604 100644 --- a/src/test/resources/reverseTest/output/nt/01818/HT018187026.nt +++ b/src/test/resources/reverseTest/output/nt/01818/HT018187026.nt @@ -1,3 +1,7 @@ +_:b0 "Berlin"^^ . +_:b0 "Logos-Verl."^^ . +_:b0 "2013"^^ . +_:b0 . . . . @@ -12,8 +16,6 @@ . "20140304"^^ . "20140610"^^ . - "Logos-Verl."^^ . - "2013 - "^^ . . . "Gesundheit und Pflege - aus der Hochschule in die Praxis"^^ . @@ -22,8 +24,7 @@ . . . - "Berlin"^^ . - "Berlin; Logos-Verl.; 2013"^^ . + _:b0 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01823/HT018239864.nt b/src/test/resources/reverseTest/output/nt/01823/HT018239864.nt index 7a2436abb..f60d69c76 100644 --- a/src/test/resources/reverseTest/output/nt/01823/HT018239864.nt +++ b/src/test/resources/reverseTest/output/nt/01823/HT018239864.nt @@ -4,16 +4,20 @@ _:b0 "17"^^ . _:b1 . _:b1 . -_:b2 _:b0 . -_:b2 . -_:b3 . -_:b3 _:b4 . -_:b4 . +_:b2 "Berlin [u.a.]"^^ . +_:b2 "de Gruyter"^^ . +_:b2 "2014"^^ . +_:b2 . +_:b3 _:b0 . +_:b3 . +_:b4 . _:b4 _:b5 . -_:b5 . -_:b5 . -_:b6 "http://d-nb.info/gnd/118722123, http://d-nb.info/gnd/4152975-3"^^ . +_:b5 . +_:b5 _:b6 . +_:b6 . _:b6 . +_:b7 "http://d-nb.info/gnd/118722123, http://d-nb.info/gnd/4152975-3"^^ . +_:b7 . . "Kennedy, Beate"^^ . "1905"^^ . @@ -66,16 +70,14 @@ _:b6 . "20140423"^^ . "20141113"^^ . - _:b2 . + _:b3 . "517 S."^^ . "K\u00F6ln"^^ . - "de Gruyter"^^ . . . - "2014"^^ . . . - _:b3 . + _:b4 . . "Irmgard Keun: Zeit und Zitat"^^ . "http://d-nb.info/gnd/1056946172"^^ . @@ -89,7 +91,7 @@ _:b6 "Narratologie"^^ . "\u05E7\u05D5\u05D9\u05DF, \u05D0\u05D9\u05E8\u05DE\u05D2\u05E8\u05D3 (1905-1982)"^^ . "\u1E32oyn, Irmgard (1905-1982)"^^ . - _:b6 . + _:b7 . "3050064641"^^ . "9783050064642"^^ . "9783050103020"^^ . @@ -103,11 +105,10 @@ _:b6 . . . - "Berlin [u.a.]"^^ . - "Berlin [u.a.]; de Gruyter; 2014"^^ . "Beate Kennedy"^^ . "Zugl., G\u00F6ttingen, Univ., Diss., 2013"^^ . "narrative Verfahren und literarische Autorschaft im Gesamtwerk"^^ . + _:b2 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01829/HT018290299.nt b/src/test/resources/reverseTest/output/nt/01829/HT018290299.nt index d4aee8a81..ad80c327f 100644 --- a/src/test/resources/reverseTest/output/nt/01829/HT018290299.nt +++ b/src/test/resources/reverseTest/output/nt/01829/HT018290299.nt @@ -3,8 +3,10 @@ _:b0 . _:b1 . _:b1 "Geschichte"^^ . -_:b10 "http://d-nb.info/gnd/4031483-2, http://d-nb.info/gnd/4139439-2, http://d-nb.info/gnd/4002641-3, Geschichte"^^ . +_:b10 . _:b10 . +_:b11 "http://d-nb.info/gnd/4031483-2, http://d-nb.info/gnd/4139439-2, http://d-nb.info/gnd/4002641-3, Geschichte"^^ . +_:b11 . _:b2 "19"^^ . _:b2 "2"^^ . _:b2 . @@ -13,18 +15,20 @@ _:b2 "19"^^ . _:b3 . _:b3 . -_:b4 _:b0 . -_:b4 . -_:b5 . -_:b5 _:b6 . -_:b6 . +_:b4 "K\u00C3\u00B6ln"^^ . +_:b4 "Emons"^^ . +_:b4 "2014"^^ . +_:b4 . +_:b5 _:b0 . +_:b5 . +_:b6 . _:b6 _:b7 . -_:b7 . +_:b7 . _:b7 _:b8 . -_:b8 _:b1 . +_:b8 . _:b8 _:b9 . -_:b9 . -_:b9 . +_:b9 _:b1 . +_:b9 _:b10 . . "Lehndorff-Felsko, Angelika"^^ . "Felsko, Angelika Lehndorff-"^^ . @@ -63,17 +67,15 @@ _:b9 . "20140610"^^ . "20150326"^^ . - _:b4 . + _:b5 . "544 S. : Ill."^^ . "K\u00C3\u00B6ln"^^ . - "Emons"^^ . . . . - "2014"^^ . . . - _:b5 . + _:b6 . . "\"Uns verschleppten sie nach K\u00C3\u00B6ln ...\""^^ . "http://d-nb.info/gnd/109728068"^^ . @@ -126,7 +128,7 @@ _:b9 "Stadtverordneten-Versammlung (K\u00C3\u00B6ln)"^^ . "Stadtverwaltung (K\u00C3\u00B6ln)"^^ . "Verwaltung (K\u00C3\u00B6ln)"^^ . - _:b10 . + _:b11 . "9783954513673"^^ . "19"^^ . "2"^^ . @@ -136,10 +138,9 @@ _:b9 . . . - "K\u00C3\u00B6ln"^^ . - "K\u00C3\u00B6ln; Emons; 2014"^^ . "Angelika Lehndorff-Felsko"^^ . "Ausz\u00C3\u00BCge aus 500 Interviews mit ehemaligen Zwangsarbeiterinnen und Zwangsarbeitern"^^ . + _:b4 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01829/HT018295975.nt b/src/test/resources/reverseTest/output/nt/01829/HT018295975.nt index 9bedaf185..cfc40851b 100644 --- a/src/test/resources/reverseTest/output/nt/01829/HT018295975.nt +++ b/src/test/resources/reverseTest/output/nt/01829/HT018295975.nt @@ -1,34 +1,38 @@ -_:b0 . -_:b0 . +_:b0 . +_:b0 . _:b0 . -_:b1 . -_:b1 . +_:b1 . +_:b1 . _:b1 . -_:b10 _:b3 . +_:b10 . _:b10 _:b11 . -_:b11 _:b4 . +_:b11 _:b3 . _:b11 _:b12 . -_:b12 . -_:b12 . -_:b13 "http://d-nb.info/gnd/12174793X, Bibliographie"^^ . -_:b13 _:b14 . -_:b14 "http://d-nb.info/gnd/4059979-6, Geschichte, Aufsatzsammlung"^^ . -_:b14 . +_:b12 _:b4 . +_:b12 _:b13 . +_:b13 . +_:b13 . +_:b14 "http://d-nb.info/gnd/12174793X, Bibliographie"^^ . +_:b14 _:b15 . +_:b15 "http://d-nb.info/gnd/4059979-6, Geschichte, Aufsatzsammlung"^^ . +_:b15 . _:b2 . _:b2 "Bibliographie"^^ . _:b3 . _:b3 "Geschichte"^^ . _:b4 . _:b4 "Aufsatzsammlung"^^ . -_:b5 _:b0 . -_:b5 _:b6 . -_:b6 _:b1 . -_:b6 . -_:b7 . -_:b7 _:b8 . -_:b8 _:b2 . +_:b5 "Leipzig [u.a.]"^^ . +_:b5 "Salier"^^ . +_:b5 "2014"^^ . +_:b5 . +_:b6 _:b0 . +_:b6 _:b7 . +_:b7 _:b1 . +_:b7 . +_:b8 . _:b8 _:b9 . -_:b9 . +_:b9 _:b2 . _:b9 _:b10 . "1949"^^ . . @@ -57,14 +61,12 @@ _:b9 _:b10 . . "20140616"^^ . "20141105"^^ . - _:b5 . + _:b6 . "596 S. : Ill."^^ . - "Salier"^^ . . - "2014"^^ . . . - _:b7 . + _:b8 . . "Th\u00FCringische und rheinische Forschungen"^^ . "http://d-nb.info/gnd/136529348 | http://d-nb.info/gnd/12174793X"^^ . @@ -80,17 +82,16 @@ _:b9 _:b10 . "Thuringia"^^ . "Th\u00FCringer Land"^^ . "Vereinigte Th\u00FCringische Staaten"^^ . - _:b13 . + _:b14 . "1. Aufl."^^ . "9783943539233"^^ . . . . . - "Leipzig [u.a.]"^^ . - "Leipzig [u.a.]; Salier; 2014"^^ . "hrsg. von Norbert Moczarski ..."^^ . "Bonn - Koblenz - Weimar - Meiningen ; Festschrift f\u00FCr Johannes M\u00F6tsch zum 65. Geburtstag"^^ . + _:b5 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01831/HT018312899.nt b/src/test/resources/reverseTest/output/nt/01831/HT018312899.nt index e91691ee7..370ccd4d7 100644 --- a/src/test/resources/reverseTest/output/nt/01831/HT018312899.nt +++ b/src/test/resources/reverseTest/output/nt/01831/HT018312899.nt @@ -1,16 +1,18 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . -_:b2 . -_:b2 _:b3 . -_:b3 . +_:b1 "Bielefeld"^^ . +_:b1 "2014"^^ . +_:b2 _:b0 . +_:b2 . +_:b3 . _:b3 _:b4 . -_:b4 . -_:b4 . -_:b5 "http://d-nb.info/gnd/7683386-0, http://d-nb.info/gnd/4124796-6, http://d-nb.info/gnd/4049716-1"^^ . +_:b4 . +_:b4 _:b5 . +_:b5 . _:b5 . +_:b6 "http://d-nb.info/gnd/7683386-0, http://d-nb.info/gnd/4124796-6, http://d-nb.info/gnd/4049716-1"^^ . +_:b6 . . "Maes, Sientje"^^ . . @@ -23,14 +25,13 @@ _:b5 "Grabbe, Christian Dietrich: Der Cid"^^ . "Autor/in"^^ . "20140702"^^ . - _:b1 . + _:b2 . "Detmold"^^ . "Grabbe-Jahrbuch ...; 32. 2013 (2014), S. 80-95"^^ . . - "2014"^^ . . . - _:b2 . + _:b3 . "Theatraler Exzess und \u0090\u0090\u0090,gespielte\u2018 Sinnlosigkeit"^^ . . "http://d-nb.info/gnd/1023391147"^^ . @@ -43,12 +44,11 @@ _:b5 "Nachleben"^^ . "Nachwirkung (Rezeption)"^^ . "Wirkungsgeschichte"^^ . - _:b5 . + _:b6 . . - "Bielefeld"^^ . - "2014; Bielefeld"^^ . "Sientje Maes"^^ . "der Cid als Zeit- und Gattungskritik"^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01845/HT018454638.nt b/src/test/resources/reverseTest/output/nt/01845/HT018454638.nt index fb0958cf3..3288731ce 100644 --- a/src/test/resources/reverseTest/output/nt/01845/HT018454638.nt +++ b/src/test/resources/reverseTest/output/nt/01845/HT018454638.nt @@ -1,28 +1,30 @@ -_:b0 . +_:b0 . _:b0 . _:b0 . -_:b1 . +_:b1 . _:b1 . _:b1 . -_:b10 "http://d-nb.info/gnd/1060772442, http://d-nb.info/gnd/2175350-7, Geschichte"^^ . +_:b10 _:b3 . _:b10 . +_:b11 "http://d-nb.info/gnd/1060772442, http://d-nb.info/gnd/2175350-7, Geschichte"^^ . +_:b11 . _:b2 . _:b2 . _:b2 . _:b3 . _:b3 "Geschichte"^^ . -_:b4 _:b0 . -_:b4 _:b5 . -_:b5 _:b1 . +_:b4 "Bergisch Gladbach"^^ . +_:b4 "2014"^^ . +_:b5 _:b0 . _:b5 _:b6 . -_:b6 _:b2 . -_:b6 . -_:b7 . -_:b7 _:b8 . -_:b8 . +_:b6 _:b1 . +_:b6 _:b7 . +_:b7 _:b2 . +_:b7 . +_:b8 . _:b8 _:b9 . -_:b9 _:b3 . -_:b9 . +_:b9 . +_:b9 _:b10 . . "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach"^^ . "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach"^^ . @@ -53,13 +55,12 @@ _:b9 . "20141111"^^ . "20150303"^^ . - _:b4 . + _:b5 . "122 S. : zahlr. Ill."^^ . "Bergisch Gladbach- Herkenrath"^^ . - "2014"^^ . . . - _:b7 . + _:b8 . "Gottes Haus - Tor des Himmels"^^ . "http://d-nb.info/gnd/172845785 | http://d-nb.info/gnd/1060772442 | http://d-nb.info/gnd/2175350-7"^^ . "HT018454638"^^ . @@ -73,14 +74,13 @@ _:b9 "Pfarrei St. Antonius Abbas Herkenrath"^^ . "Pfarrgemeinderat (Pfarrei Sankt Antonius Abbas Herkenrath)"^^ . "Pfarrgemeinderat Sankt Antonius Abbas Herkenrath"^^ . - _:b10 . + _:b11 . . . . - "Bergisch Gladbach"^^ . - "Bergisch Gladbach; 2014"^^ . "[Hrsg.: St. Joseph und St. Antonius, Bergisch-Gladbach. Beitr.: Ursula Clemens-Schierbaum ...]"^^ . "Festschrift zum Jubil\u00E4um 2014 in St. Antonius Abbas, Herkenrath ; Ausstellungsbegleiter"^^ . + _:b4 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01846/HT018468645.nt b/src/test/resources/reverseTest/output/nt/01846/HT018468645.nt index e7987ae0e..b826e6df1 100644 --- a/src/test/resources/reverseTest/output/nt/01846/HT018468645.nt +++ b/src/test/resources/reverseTest/output/nt/01846/HT018468645.nt @@ -4,24 +4,28 @@ _:b0 . _:b1 . _:b1 . -_:b10 "http://d-nb.info/gnd/4011882-4, http://d-nb.info/gnd/4219952-9, http://d-nb.info/gnd/4136959-2, http://d-nb.info/gnd/4020517-4, http://d-nb.info/gnd/4143413-4"^^ . +_:b10 . _:b10 . -_:b2 _:b0 . -_:b2 _:b3 . -_:b3 _:b1 . -_:b3 . -_:b4 . -_:b4 _:b5 . -_:b5 . +_:b11 "http://d-nb.info/gnd/4011882-4, http://d-nb.info/gnd/4219952-9, http://d-nb.info/gnd/4136959-2, http://d-nb.info/gnd/4020517-4, http://d-nb.info/gnd/4143413-4"^^ . +_:b11 . +_:b2 "K\u00C3\u00B6ln [u.a.]"^^ . +_:b2 "B\u00C3\u00B6hlau"^^ . +_:b2 "2014"^^ . +_:b2 . +_:b3 _:b0 . +_:b3 _:b4 . +_:b4 _:b1 . +_:b4 . +_:b5 . _:b5 _:b6 . -_:b6 . +_:b6 . _:b6 _:b7 . -_:b7 . +_:b7 . _:b7 _:b8 . -_:b8 . +_:b8 . _:b8 _:b9 . -_:b9 . -_:b9 . +_:b9 . +_:b9 _:b10 . . "Paulmann, Johannes"^^ . . @@ -43,16 +47,14 @@ _:b9 . . "20141125"^^ . - _:b2 . + _:b3 . "394 S. : Ill., graph. Darst."^^ . - "B\u00C3\u00B6hlau"^^ . . . - "2014"^^ . . . . - _:b4 . + _:b5 . "\"Arisierung\" und \"Wiedergutmachung\" in deutschen St\u00C3\u00A4dten"^^ . "http://d-nb.info/gnd/128495626 | http://d-nb.info/gnd/122511158"^^ . . @@ -92,14 +94,13 @@ _:b9 "Sammelwerk (Formschlagwort)"^^ . "Zeitgeschichte"^^ . "\u00C7\u00A6umh\u00C5\u00ABr\u00C4\u00AByat Alm\u00C4\u0081niy\u00C4\u0081 al-Itti\u00E1\u00B8\u00A5\u00C4\u0081d\u00C4\u00ABya"^^ . - _:b10 . + _:b11 . "10.7788/boehlau.9783412216689"^^ . "9783412216689"^^ . . . - "K\u00C3\u00B6ln [u.a.]"^^ . - "K\u00C3\u00B6ln [u.a.]; B\u00C3\u00B6hlau; 2014"^^ . "Hrsg. von Fritsche, Christiane ; Paulmann, Johannes"^^ . + _:b2 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01858/HT018585406.nt b/src/test/resources/reverseTest/output/nt/01858/HT018585406.nt index 97a7f7fa3..de52e6b01 100644 --- a/src/test/resources/reverseTest/output/nt/01858/HT018585406.nt +++ b/src/test/resources/reverseTest/output/nt/01858/HT018585406.nt @@ -1,24 +1,26 @@ -_:b0 . +_:b0 . _:b0 . _:b0 . -_:b1 . +_:b1 . _:b1 . _:b1 . -_:b2 . +_:b2 . _:b2 . _:b2 . -_:b3 _:b0 . -_:b3 _:b4 . -_:b4 _:b1 . +_:b3 "Kaiserslautern"^^ . +_:b3 "2006"^^ . +_:b4 _:b0 . _:b4 _:b5 . -_:b5 _:b2 . -_:b5 . -_:b6 . -_:b6 _:b7 . -_:b7 . -_:b7 . -_:b8 "http://d-nb.info/gnd/4075561-7, http://d-nb.info/gnd/4034268-2"^^ . +_:b5 _:b1 . +_:b5 _:b6 . +_:b6 _:b2 . +_:b6 . +_:b7 . +_:b7 _:b8 . +_:b8 . _:b8 . +_:b9 "http://d-nb.info/gnd/4075561-7, http://d-nb.info/gnd/4034268-2"^^ . +_:b9 . . "Clev, Hans-G\u00FCnther"^^ . . @@ -40,13 +42,12 @@ _:b8 . . "20150319"^^ . - _:b3 . + _:b4 . "45 S. : Ill., Kt."^^ . - "2006"^^ . . . . - _:b6 . + _:b7 . "Endbericht Workshop Der Oberrhein als Europ\u00E4ische Metropolregion"^^ . "http://d-nb.info/gnd/121842118 | http://d-nb.info/gnd/16080300-7 | http://d-nb.info/gnd/5079636-7"^^ . "HT018585406"^^ . @@ -62,13 +63,12 @@ _:b8 "Oberrheinebene"^^ . "Oberrheinische Tiefebene"^^ . "Oberrheinlande"^^ . - _:b8 . + _:b9 . . . . - "Kaiserslautern"^^ . - "Kaiserslautern; 2006"^^ . "Deutsch-Franz\u00F6sisch-Schweizerische Oberrheinkonferenz, AG Raumordnung. Hrsg.: Entwicklungsagentur Rheinland-Pfalz e.V. Red.: Hans-G\u00FCnther Clev ..."^^ . + _:b3 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01861/HT018612706.nt b/src/test/resources/reverseTest/output/nt/01861/HT018612706.nt index 18ed7a238..da9fc520b 100644 --- a/src/test/resources/reverseTest/output/nt/01861/HT018612706.nt +++ b/src/test/resources/reverseTest/output/nt/01861/HT018612706.nt @@ -1,46 +1,52 @@ -_:b0 . +_:b0 . _:b0 . _:b0 . -_:b1 . +_:b1 . _:b1 . _:b1 . -_:b10 _:b0 . -_:b10 _:b11 . -_:b11 _:b1 . +_:b10 "K\u00C3\u00B6ln"^^ . +_:b10 "Wien"^^ . +_:b10 "Verl. f\u00C3\u00BCr moderne Kunst"^^ . +_:b10 "Zentralarchiv des Internationalen Kunsthandels e.V., ZADIK"^^ . +_:b10 "2015"^^ . +_:b10 . +_:b11 _:b0 . _:b11 _:b12 . -_:b12 _:b2 . -_:b12 . -_:b13 . -_:b13 _:b14 . -_:b14 . +_:b12 _:b1 . +_:b12 _:b13 . +_:b13 _:b2 . +_:b13 . +_:b14 . _:b14 _:b15 . -_:b15 _:b3 . +_:b15 . _:b15 _:b16 . -_:b16 _:b4 . +_:b16 _:b3 . _:b16 _:b17 . -_:b17 _:b5 . +_:b17 _:b4 . _:b17 _:b18 . -_:b18 . +_:b18 _:b5 . _:b18 _:b19 . -_:b19 . +_:b19 . _:b19 _:b20 . -_:b2 . +_:b2 . _:b2 . _:b2 . -_:b20 . +_:b20 . _:b20 _:b21 . -_:b21 _:b6 . +_:b21 . _:b21 _:b22 . -_:b22 _:b7 . +_:b22 _:b6 . _:b22 _:b23 . -_:b23 _:b8 . +_:b23 _:b7 . _:b23 _:b24 . -_:b24 . -_:b24 . -_:b25 "http://d-nb.info/gnd/4011889-7, http://d-nb.info/gnd/4076259-2, Geschichte 1959-1972, Ausstellung, K\u00C3\u00B6ln <2015>"^^ . -_:b25 _:b26 . -_:b26 "http://d-nb.info/gnd/4013255-9, http://d-nb.info/gnd/4031483-2, http://d-nb.info/gnd/4076259-2, Geschichte 1959-1972, Ausstellung, K\u00C3\u00B6ln <2015>"^^ . -_:b26 . +_:b24 _:b8 . +_:b24 _:b25 . +_:b25 . +_:b25 . +_:b26 "http://d-nb.info/gnd/4011889-7, http://d-nb.info/gnd/4076259-2, Geschichte 1959-1972, Ausstellung, K\u00C3\u00B6ln <2015>"^^ . +_:b26 _:b27 . +_:b27 "http://d-nb.info/gnd/4013255-9, http://d-nb.info/gnd/4031483-2, http://d-nb.info/gnd/4076259-2, Geschichte 1959-1972, Ausstellung, K\u00C3\u00B6ln <2015>"^^ . +_:b27 . _:b3 . _:b3 "Geschichte 1959-1972"^^ . _:b4 . @@ -101,18 +107,15 @@ _:b9 . "20150421"^^ . "20150804"^^ . - _:b10 . + _:b11 . "173 S. : zahlr. Ill."^^ . "D\u00C3\u00BCsseldorf"^^ . "K\u00C3\u00B6ln"^^ . - "Verl. f\u00C3\u00BCr moderne Kunst"^^ . - "Zentralarchiv des Internationalen Kunsthandels e.V., ZADIK"^^ . . . - "2015"^^ . . . - _:b13 . + _:b14 . "Wie die Pop Art nach Deutschland kam"^^ . "http://d-nb.info/gnd/1050748387 | http://d-nb.info/gnd/1069643262 | http://d-nb.info/gnd/10040152-1"^^ . "HT018612706"^^ . @@ -216,7 +219,7 @@ _:b9 "Stadtverwaltung (K\u00C3\u00B6ln)"^^ . "Verwaltung (K\u00C3\u00B6ln)"^^ . "Westdeutschland (Bundesrepublik, 1949-1990)"^^ . - _:b25 . + _:b26 . "9783903004108"^^ . "25/26"^^ . . @@ -225,11 +228,9 @@ _:b9 . . . - "K\u00C3\u00B6ln"^^ . - "Wien"^^ . - "Wien; Verl. f\u00C3\u00BCr moderne Kunst; K\u00C3\u00B6ln; Zentralarchiv des Internationalen Kunsthandels e.V., ZADIK; 2015"^^ . "[Texte: G\u00C3\u00BCnter Herzog ...]"^^ . "[... anl\u00C3\u00A4sslich der gleichnamigen Ausstellung auf der ART COLOGNE 16. - 19.4.2015, und im ZADIK, 4.5. - 28.8.2015]"^^ . + _:b10 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01861/HT018617137.nt b/src/test/resources/reverseTest/output/nt/01861/HT018617137.nt index 04e302180..e2fb4bbd6 100644 --- a/src/test/resources/reverseTest/output/nt/01861/HT018617137.nt +++ b/src/test/resources/reverseTest/output/nt/01861/HT018617137.nt @@ -3,19 +3,21 @@ _:b0 . _:b1 . _:b1 "Helm, Eva Maria"^^ . -_:b2 _:b0 . -_:b2 . +_:b2 "K\u00C3\u00B6ln"^^ . +_:b2 "Projekt \"Nachhaltige Forschung an Fachhochschulen in NRW\""^^ . +_:b2 "2015"^^ . +_:b2 . +_:b3 _:b0 . +_:b3 . "Autor/in"^^ . . . . . "20150424"^^ . - _:b2 . + _:b3 . "55 S. : Ill."^^ . - "Projekt \"Nachhaltige Forschung an Fachhochschulen in NRW\""^^ . . - "2015"^^ . . . . @@ -29,10 +31,9 @@ _:b2 "9783981642216"^^ . . . - "K\u00C3\u00B6ln"^^ . - "K\u00C3\u00B6ln; Projekt \"Nachhaltige Forschung an Fachhochschulen in NRW\"; 2015"^^ . "[Text: Eva Maria Helm]"^^ . "Forschung gestaltet unsere Lebenswelten"^^ . + _:b2 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01870/HT018700720.nt b/src/test/resources/reverseTest/output/nt/01870/HT018700720.nt index 11f1ebd66..79502ce4f 100644 --- a/src/test/resources/reverseTest/output/nt/01870/HT018700720.nt +++ b/src/test/resources/reverseTest/output/nt/01870/HT018700720.nt @@ -4,12 +4,14 @@ _:b0 . _:b1 . _:b1 . -_:b10 _:b4 . +_:b10 _:b2 . _:b10 _:b11 . -_:b11 _:b5 . -_:b11 . -_:b12 . +_:b11 _:b4 . +_:b11 _:b12 . +_:b12 _:b5 . _:b12 . +_:b13 . +_:b13 . _:b2 _:b3 . _:b2 . _:b2 . @@ -24,11 +26,13 @@ _:b5 "47"^^ . _:b6 . _:b6 . -_:b7 _:b0 . -_:b7 _:b8 . -_:b8 _:b1 . +_:b7 "K\u00C3\u00B6ln"^^ . +_:b7 "BZgA"^^ . +_:b7 "2015"^^ . +_:b7 . +_:b8 _:b0 . _:b8 _:b9 . -_:b9 _:b2 . +_:b9 _:b1 . _:b9 _:b10 . . "Wolter, Birgit"^^ . @@ -52,16 +56,14 @@ _:b9 _:b10 . . "20150716"^^ . "20150720"^^ . - _:b7 . + _:b8 . "239 S. : zahlr. graph. Darst., Kt."^^ . - "BZgA"^^ . . . - "2015"^^ . . . . - _:b12 . + _:b13 . "Die Hochaltrigen"^^ . "http://d-nb.info/gnd/136371671 | http://d-nb.info/gnd/129961604 | Ottovay, Kathrin | http://d-nb.info/gnd/115325859 | http://d-nb.info/gnd/2006655-7"^^ . . @@ -72,10 +74,9 @@ _:b9 _:b10 . "9783942816618"^^ . "47"^^ . . - "K\u00C3\u00B6ln"^^ . - "K\u00C3\u00B6ln; BZgA; 2015"^^ . "Ludwig Amrhein ; Josefine Heusinger ; Kathrin Ottovay ; Birgit Wolter"^^ . "Expertise zur Lebenslage von Menschen im Alter \u00C3\u00BCber 80 Jahren"^^ . + _:b7 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01872/HT018726005.nt b/src/test/resources/reverseTest/output/nt/01872/HT018726005.nt index db8ef97c7..9e8ceae8c 100644 --- a/src/test/resources/reverseTest/output/nt/01872/HT018726005.nt +++ b/src/test/resources/reverseTest/output/nt/01872/HT018726005.nt @@ -1,12 +1,14 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . -_:b2 . +_:b1 "Essen"^^ . +_:b1 "2006"^^ . +_:b2 _:b0 . _:b2 . -_:b3 "http://d-nb.info/gnd/128989459"^^ . +_:b3 . _:b3 . +_:b4 "http://d-nb.info/gnd/128989459"^^ . +_:b4 . "1958"^^ . . "L\u00FCck, Ingolf"^^ . @@ -14,15 +16,14 @@ _:b3 "Hoff, Hans"^^ . "Autor/in"^^ . "20150813"^^ . - _:b1 . + _:b2 . "Bielefeld"^^ . "K.West; 2006,1, S. 12-14 : Ill."^^ . . . - "2006"^^ . . . - _:b2 . + _:b3 . "Eine Marke sucht ihren Platz"^^ . . "http://d-nb.info/gnd/137538766"^^ . @@ -30,12 +31,11 @@ _:b3 "HT018726005"^^ . . "L\u00FCck, Ingolf (1958-)"^^ . - _:b3 . + _:b4 . . - "Essen"^^ . - "2006; Essen"^^ . "Text: Hans Hoff"^^ . "die Parallelwelten des Ingolf L\u00FCck"^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01877/HT018770176.nt b/src/test/resources/reverseTest/output/nt/01877/HT018770176.nt index 2349f88f1..f2912858e 100644 --- a/src/test/resources/reverseTest/output/nt/01877/HT018770176.nt +++ b/src/test/resources/reverseTest/output/nt/01877/HT018770176.nt @@ -4,10 +4,14 @@ _:b0 "Neue Folge, Band 264"^^ . _:b1 . _:b1 . -_:b2 _:b0 . -_:b2 . -_:b3 . +_:b2 "Berlin"^^ . +_:b2 "Duncker & Humblot"^^ . +_:b2 "2015"^^ . +_:b2 . +_:b3 _:b0 . _:b3 . +_:b4 . +_:b4 . . "Stahl, Dominik"^^ . "Recht"^^ . @@ -23,14 +27,12 @@ _:b3 . . "20151002"^^ . - _:b2 . + _:b3 . "276 S."^^ . - "Duncker & Humblot"^^ . . - "2015"^^ . . . - _:b3 . + _:b4 . . "Strafzumessungstatsachen zwischen Verbrechenslehre und Straftheorie"^^ . "http://d-nb.info/gnd/1042242615"^^ . @@ -42,11 +44,10 @@ _:b3 "Neue Folge, Band 264"^^ . . . - "Berlin"^^ . - "Berlin; Duncker & Humblot; 2015"^^ . "von Dominik Stahl"^^ . "Albert-Ludwigs-Universit\u00E4t Freiburg, Dissertation, 2014/2015"^^ . "zugleich ein Beitrag zur Strafzumessungsrelevanz des Vor- und Nachtatverhaltens"^^ . + _:b2 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01877/HT018771475.nt b/src/test/resources/reverseTest/output/nt/01877/HT018771475.nt index 0796d86fa..8b815cd0d 100644 --- a/src/test/resources/reverseTest/output/nt/01877/HT018771475.nt +++ b/src/test/resources/reverseTest/output/nt/01877/HT018771475.nt @@ -6,18 +6,22 @@ _:b1 . _:b2 . _:b2 "Bildband"^^ . -_:b3 _:b0 . -_:b3 _:b4 . -_:b4 _:b1 . -_:b4 . -_:b5 . -_:b5 _:b6 . -_:b6 _:b2 . +_:b3 "Hamburg"^^ . +_:b3 "Bauer"^^ . +_:b3 "2015"^^ . +_:b3 . +_:b4 _:b0 . +_:b4 _:b5 . +_:b5 _:b1 . +_:b5 . +_:b6 . _:b6 _:b7 . -_:b7 . -_:b7 . -_:b8 "http://d-nb.info/gnd/1074109953, Bildband"^^ . +_:b7 _:b2 . +_:b7 _:b8 . +_:b8 . _:b8 . +_:b9 "http://d-nb.info/gnd/1074109953, Bildband"^^ . +_:b9 . . "R\u00F6sgen, Anya"^^ . . @@ -27,15 +31,13 @@ _:b8 "Autor/in"^^ . "Mitwirkende"^^ . "20151005"^^ . - _:b3 . + _:b4 . "42 S."^^ . "Bergisch Gladbach- Bensberg"^^ . "Classic cars"^^ . - "Bauer"^^ . - "2015"^^ . . . - _:b5 . + _:b6 . . "7. Schloss Bensberg Classics"^^ . "http://d-nb.info/gnd/102654520X | http://d-nb.info/gnd/1074109953"^^ . @@ -43,13 +45,12 @@ _:b8 . "7. Schloss Bensberg Classics (2015), Bergisch Gladbach | Bildband"^^ . "7. Schloss Bensberg Classics"^^ . - _:b8 . + _:b9 . "[2015,8, Beil.]"^^ . . - "Hamburg"^^ . - "Hamburg; Bauer; 2015"^^ . "[Text Anya R\u00F6sgen ; Hans-Joachim Wiehager]"^^ . "17. bis 19. Juli 2015"^^ . + _:b3 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01877/HT018779822.nt b/src/test/resources/reverseTest/output/nt/01877/HT018779822.nt index b3862c469..2f8899f54 100644 --- a/src/test/resources/reverseTest/output/nt/01877/HT018779822.nt +++ b/src/test/resources/reverseTest/output/nt/01877/HT018779822.nt @@ -1,8 +1,12 @@ _:b0 . _:b0 . _:b0 . -_:b1 _:b0 . -_:b1 . +_:b1 "New York"^^ . +_:b1 "Routledge"^^ . +_:b1 "2014"^^ . +_:b1 . +_:b2 _:b0 . +_:b2 . . "Cross, Julie"^^ . "Autor/in"^^ . @@ -11,10 +15,8 @@ _:b1 . . "20151014"^^ . - _:b1 . + _:b2 . "264 Seiten"^^ . - "Routledge"^^ . - "2014"^^ . . . "Humor in contemporary junior literature"^^ . @@ -22,9 +24,8 @@ _:b1 "HT018779822"^^ . "9781138816503"^^ . . - "New York"^^ . - "New York; Routledge; 2014"^^ . "Julie Cross"^^ . + _:b1 . . . . diff --git a/src/test/resources/reverseTest/output/nt/01880/HT018801101.nt b/src/test/resources/reverseTest/output/nt/01880/HT018801101.nt index 22682fca5..970564e3c 100644 --- a/src/test/resources/reverseTest/output/nt/01880/HT018801101.nt +++ b/src/test/resources/reverseTest/output/nt/01880/HT018801101.nt @@ -1,27 +1,31 @@ -_:b0 . -_:b0 . +_:b0 . +_:b0 . _:b0 . -_:b1 . +_:b1 . _:b1 . _:b1 . +_:b10 . +_:b10 . _:b2 . _:b2 . _:b2 . -_:b3 . -_:b3 . +_:b3 . +_:b3 . _:b3 . -_:b4 _:b0 . -_:b4 _:b5 . -_:b5 _:b1 . +_:b4 "K\u00F6ln"^^ . +_:b4 "ZB MED - Leibniz-Informationszentrum Lebenswissenschaften"^^ . +_:b4 "2015"^^ . +_:b4 . +_:b5 _:b0 . _:b5 _:b6 . -_:b6 _:b2 . +_:b6 _:b1 . _:b6 _:b7 . -_:b7 _:b3 . -_:b7 . -_:b8 . -_:b8 _:b9 . -_:b9 . -_:b9 . +_:b7 _:b2 . +_:b7 _:b8 . +_:b8 _:b3 . +_:b8 . +_:b9 . +_:b9 _:b10 . . "Roesner, Elke"^^ . . @@ -41,26 +45,23 @@ _:b9 . "20151109"^^ . "20160307"^^ . - _:b4 . + _:b5 . "1 Online-Ressource (1 Videodatei)"^^ . - "ZB MED - Leibniz-Informationszentrum Lebenswissenschaften"^^ . . - "2015"^^ . . . . . . - _:b8 . + _:b9 . "PUBLISSO - Das ZB MED Open-Access-Publikationsportal"^^ . "http://d-nb.info/gnd/1072011352 | http://d-nb.info/gnd/1080327355 | http://d-nb.info/gnd/1049793021 | http://d-nb.info/gnd/1088345387"^^ . . "HT018801101"^^ . "10.4126/FRL01-006399387"^^ . . - "K\u00F6ln"^^ . - "K\u00F6ln; ZB MED - Leibniz-Informationszentrum Lebenswissenschaften; 2015"^^ . "[Konzeption und Redaktion: Ursula Arning, Bettina Kullmer, Elke Roesner ; Mitarbeit: Jasmin Schmitz]"^^ . + _:b4 . . . . From 8ca5b77c87525458c2feb5b013c9e4c2a28ad3a5 Mon Sep 17 00:00:00 2001 From: dr0i Date: Wed, 28 Dec 2016 15:04:52 +0100 Subject: [PATCH 4/7] Add language labels; add some more labels --- .../de/hbz/lobid/helper/EtikettMaker.java | 2 +- src/main/resources/labels.json | 46 +++++++++++++++++-- src/test/resources/hbz01.es.json | 6 ++- .../output/json/00000/BT000002852.json | 3 +- .../output/json/00000/BT000003404.json | 6 ++- .../output/json/00000/HT000009600.json | 3 +- .../output/json/00004/BT000040377.json | 3 +- .../output/json/00004/BT000041593.json | 3 +- .../output/json/00006/BT000067443.json | 3 +- .../output/json/00012/BT000128754.json | 3 +- .../output/json/00121/TT001210514.json | 3 +- .../output/json/00123/TT001230001.json | 3 +- .../output/json/00167/TT001671747.json | 3 +- .../output/json/00172/TT001726537.json | 3 +- .../output/json/00189/HT001898812.json | 3 +- .../output/json/00223/TT002234042.json | 7 +-- .../output/json/00223/TT002234459.json | 3 +- .../output/json/00223/TT002234858.json | 7 +-- .../output/json/00261/HT002619538.json | 9 ++-- .../output/json/00301/CT003012479.json | 3 +- .../output/json/00305/TT003059252.json | 3 +- .../output/json/00316/HT003160768.json | 6 ++- .../output/json/00438/HT004381366.json | 6 ++- .../output/json/00494/HT004944075.json | 9 ++-- .../output/json/00507/HT005077920.json | 3 +- .../output/json/00626/HT006266886.json | 3 +- .../output/json/00971/HT009719670.json | 3 +- .../output/json/01072/HT010726584.json | 3 +- .../output/json/01223/HT012237361.json | 3 +- .../output/json/01289/HT012895751.json | 3 +- .../output/json/01292/HT012926727.json | 3 +- .../output/json/01307/HT013077595.json | 6 ++- .../output/json/01330/HT013304490.json | 3 +- .../output/json/01357/HT013577568.json | 6 ++- .../output/json/01391/HT013911008.json | 3 +- .../output/json/01401/HT014015351.json | 3 +- .../output/json/01404/HT014046679.json | 3 +- .../output/json/01421/HT014215912.json | 6 ++- .../output/json/01431/HT014319164.json | 6 ++- .../output/json/01452/HT014525099.json | 3 +- .../output/json/01499/HT014997977.json | 3 +- .../output/json/01508/HT015082724.json | 3 +- .../output/json/01518/HT015183529.json | 3 +- .../output/json/01541/HT015414894.json | 3 +- .../output/json/01544/HT015440386.json | 3 +- .../output/json/01545/HT015455455.json | 3 +- .../output/json/01586/HT015865114.json | 3 +- .../output/json/01589/HT015891797.json | 6 ++- .../output/json/01589/HT015894164.json | 3 +- .../output/json/01613/HT016135351.json | 6 ++- .../output/json/01638/HT016382441.json | 3 +- .../output/json/01654/HT016545462.json | 6 ++- .../output/json/01660/HT016604323.json | 6 ++- .../output/json/01660/HT016608165.json | 3 +- .../output/json/01746/HT017468042.json | 3 +- .../output/json/01748/HT017480009.json | 7 +-- .../output/json/01752/HT017529028.json | 6 ++- .../output/json/01813/HT018131501.json | 6 ++- .../output/json/01818/HT018187026.json | 3 +- .../output/json/01823/HT018239864.json | 6 ++- .../output/json/01829/HT018290299.json | 6 ++- .../output/json/01829/HT018295975.json | 6 ++- .../output/json/01831/HT018312899.json | 6 ++- .../output/json/01845/HT018454638.json | 6 ++- .../output/json/01846/HT018468645.json | 6 ++- .../output/json/01858/HT018585406.json | 3 +- .../output/json/01861/HT018612706.json | 6 ++- .../output/json/01861/HT018617137.json | 6 ++- .../output/json/01870/HT018700720.json | 3 +- .../output/json/01872/HT018726005.json | 6 ++- .../output/json/01877/HT018770176.json | 7 +-- .../output/json/01877/HT018771475.json | 6 ++- .../output/json/01877/HT018779822.json | 3 +- .../output/json/01880/HT018801101.json | 3 +- .../output/nt/00000/BT000002852.nt | 1 + .../output/nt/00000/BT000003404.nt | 2 + .../output/nt/00000/HT000009600.nt | 5 +- .../output/nt/00004/BT000040377.nt | 1 + .../output/nt/00004/BT000041593.nt | 1 + .../output/nt/00006/BT000067443.nt | 1 + .../output/nt/00012/BT000128754.nt | 1 + .../output/nt/00121/TT001210514.nt | 1 + .../output/nt/00123/TT001230001.nt | 1 + .../output/nt/00167/TT001671747.nt | 1 + .../output/nt/00172/TT001726537.nt | 1 + .../output/nt/00189/HT001898812.nt | 1 + .../output/nt/00223/TT002234042.nt | 1 + .../output/nt/00223/TT002234459.nt | 1 + .../output/nt/00223/TT002234858.nt | 1 + .../output/nt/00261/HT002619538.nt | 3 ++ .../output/nt/00301/CT003012479.nt | 1 + .../output/nt/00305/TT003059252.nt | 1 + .../output/nt/00316/HT003160768.nt | 2 + .../output/nt/00438/HT004381366.nt | 2 + .../output/nt/00494/HT004944075.nt | 3 ++ .../output/nt/00507/HT005077920.nt | 1 + .../output/nt/00626/HT006266886.nt | 1 + .../output/nt/00971/HT009719670.nt | 1 + .../output/nt/01072/HT010726584.nt | 1 + .../output/nt/01223/HT012237361.nt | 1 + .../output/nt/01289/HT012895751.nt | 1 + .../output/nt/01292/HT012926727.nt | 1 + .../output/nt/01307/HT013077595.nt | 2 + .../output/nt/01330/HT013304490.nt | 1 + .../output/nt/01357/HT013577568.nt | 2 + .../output/nt/01391/HT013911008.nt | 1 + .../output/nt/01401/HT014015351.nt | 1 + .../output/nt/01404/HT014046679.nt | 1 + .../output/nt/01421/HT014215912.nt | 2 + .../output/nt/01431/HT014319164.nt | 2 + .../output/nt/01452/HT014525099.nt | 1 + .../output/nt/01499/HT014997977.nt | 1 + .../output/nt/01508/HT015082724.nt | 1 + .../output/nt/01518/HT015183529.nt | 1 + .../output/nt/01541/HT015414894.nt | 1 + .../output/nt/01544/HT015440386.nt | 1 + .../output/nt/01545/HT015455455.nt | 1 + .../output/nt/01586/HT015865114.nt | 1 + .../output/nt/01589/HT015891797.nt | 2 + .../output/nt/01589/HT015894164.nt | 1 + .../output/nt/01613/HT016135351.nt | 2 + .../output/nt/01638/HT016382441.nt | 1 + .../output/nt/01654/HT016545462.nt | 2 + .../output/nt/01660/HT016604323.nt | 2 + .../output/nt/01660/HT016608165.nt | 1 + .../output/nt/01746/HT017468042.nt | 1 + .../output/nt/01748/HT017480009.nt | 1 + .../output/nt/01752/HT017529028.nt | 2 + .../output/nt/01813/HT018131501.nt | 2 + .../output/nt/01818/HT018187026.nt | 1 + .../output/nt/01823/HT018239864.nt | 2 + .../output/nt/01829/HT018290299.nt | 2 + .../output/nt/01829/HT018295975.nt | 2 + .../output/nt/01831/HT018312899.nt | 2 + .../output/nt/01845/HT018454638.nt | 2 + .../output/nt/01846/HT018468645.nt | 2 + .../output/nt/01858/HT018585406.nt | 1 + .../output/nt/01861/HT018612706.nt | 2 + .../output/nt/01861/HT018617137.nt | 2 + .../output/nt/01870/HT018700720.nt | 1 + .../output/nt/01872/HT018726005.nt | 2 + .../output/nt/01877/HT018770176.nt | 1 + .../output/nt/01877/HT018771475.nt | 2 + .../output/nt/01877/HT018779822.nt | 1 + .../output/nt/01880/HT018801101.nt | 1 + 145 files changed, 352 insertions(+), 114 deletions(-) diff --git a/src/main/java/de/hbz/lobid/helper/EtikettMaker.java b/src/main/java/de/hbz/lobid/helper/EtikettMaker.java index 9f33fe34d..91ee68bd9 100644 --- a/src/main/java/de/hbz/lobid/helper/EtikettMaker.java +++ b/src/main/java/de/hbz/lobid/helper/EtikettMaker.java @@ -102,7 +102,7 @@ public Etikett getEtikett(String uri) { if (e.label == null || e.label.isEmpty()) { // fallback e.label = e.name; } - logger.debug("Find etikett for " + uri + " : " + e.name); + logger.debug("Find etikett for " + uri + " : " + e.label); return e; } diff --git a/src/main/resources/labels.json b/src/main/resources/labels.json index 3e1dc3f04..476110010 100644 --- a/src/main/resources/labels.json +++ b/src/main/resources/labels.json @@ -18863,14 +18863,21 @@ "de":"Nahrung" } }, - { + { "uri":"http://purl.org/lobid/nwbib", "referenceType":"http://www.w3.org/2004/02/skos/core#ConceptScheme", - "multilangLabel":{ + "multilangLabel":{ } }, - { + { + "uri":"http://lobid.org/resources/NWBib", + "label":"Nordrhein-Westfälische Bibliographie", + "referenceType":"@id", + "multilangLabel":{ + } + }, + { "uri":"http://purl.org/lobid/nwbib#s406040", "label":"Öffentliche Meinung", "multilangLabel":{ @@ -20213,5 +20220,38 @@ "multilangLabel":{ "de":"Parlamentsgeschichte" } + }, + { + "uri":"http://id.loc.gov/vocabulary/iso639-2/deu", + "label":"Deutsch" + }, + { + "uri":"http://id.loc.gov/vocabulary/iso639-2/eng", + "label":"Englisch" + }, + { + "uri":"http://id.loc.gov/vocabulary/iso639-2/fra", + "label":"Französisch" + }, + { + "uri":"http://id.loc.gov/vocabulary/iso639-2/rus", + "label":"Russisch" + }, + { + "uri":"http://id.loc.gov/vocabulary/iso639-2/nld", + "label":"Niederländisch" + }, + { + "uri":"http://id.loc.gov/vocabulary/iso639-2/lat", + "label":"Latein" + }, + { + "uri":"http://id.loc.gov/vocabulary/iso639-2/pol", + "label":"Polnisch" + }, + { + "uri":"http://id.loc.gov/vocabulary/iso639-2/ita", + "label":"Italienisch" } + ] diff --git a/src/test/resources/hbz01.es.json b/src/test/resources/hbz01.es.json index 9ade28406..059a19221 100644 --- a/src/test/resources/hbz01.es.json +++ b/src/test/resources/hbz01.es.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "contribution" : [ { "agent" : { @@ -77,7 +78,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018454638" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/00000/BT000002852.json b/src/test/resources/output/json/00000/BT000002852.json index 2383ff23d..faae44e76 100644 --- a/src/test/resources/output/json/00000/BT000002852.json +++ b/src/test/resources/output/json/00000/BT000002852.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "contribution" : [ { "agent" : { diff --git a/src/test/resources/output/json/00000/BT000003404.json b/src/test/resources/output/json/00000/BT000003404.json index 894e5e7cf..be2519c3a 100644 --- a/src/test/resources/output/json/00000/BT000003404.json +++ b/src/test/resources/output/json/00000/BT000003404.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "describedby" : { "dateCreated" : "19940829", @@ -20,7 +21,8 @@ }, "isbn" : [ "3575112088", "9783575112088" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/00000/HT000009600.json b/src/test/resources/output/json/00000/HT000009600.json index 5db7806ea..c72b3458d 100644 --- a/src/test/resources/output/json/00000/HT000009600.json +++ b/src/test/resources/output/json/00000/HT000009600.json @@ -481,7 +481,8 @@ }, "issn" : [ "0028307x" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/00004/BT000040377.json b/src/test/resources/output/json/00004/BT000040377.json index afc99d43c..ab42d8fd5 100644 --- a/src/test/resources/output/json/00004/BT000040377.json +++ b/src/test/resources/output/json/00004/BT000040377.json @@ -2,7 +2,8 @@ "@context" : "http://lobid.org/context/lobid-resources.json", "bibliographicCitation" : "Rheine gestern, heute, morgen. - 11 (1983), S. 26-38 : Abb.", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "containedIn" : [ { "id" : "http://lobid.org/resources/HT003759287#!" diff --git a/src/test/resources/output/json/00004/BT000041593.json b/src/test/resources/output/json/00004/BT000041593.json index 28373544b..f952307e5 100644 --- a/src/test/resources/output/json/00004/BT000041593.json +++ b/src/test/resources/output/json/00004/BT000041593.json @@ -2,7 +2,8 @@ "@context" : "http://lobid.org/context/lobid-resources.json", "bibliographicCitation" : "Wirtschaftsspiegel. - 38 (1983) H. 7, S. 24-25 : 1 Abb.", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "containedIn" : [ { "id" : "http://lobid.org/resources/HT007751353#!" diff --git a/src/test/resources/output/json/00006/BT000067443.json b/src/test/resources/output/json/00006/BT000067443.json index 74a85bf4e..8c96db6c2 100644 --- a/src/test/resources/output/json/00006/BT000067443.json +++ b/src/test/resources/output/json/00006/BT000067443.json @@ -2,7 +2,8 @@ "@context" : "http://lobid.org/context/lobid-resources.json", "bibliographicCitation" : "Kiebitz. - 6 (1986), S. 29-36, S. 63-67", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "containedIn" : [ { "id" : "http://lobid.org/resources/HT006990419#!" diff --git a/src/test/resources/output/json/00012/BT000128754.json b/src/test/resources/output/json/00012/BT000128754.json index ec78eedc3..c63f53401 100644 --- a/src/test/resources/output/json/00012/BT000128754.json +++ b/src/test/resources/output/json/00012/BT000128754.json @@ -3,7 +3,8 @@ "abstract" : [ "Erinnerungen an d. 1. FC Köln u. Borussia Mönchengladbach" ], "bibliographicCitation" : "Nach dem Spiel ist vor dem Spiel : die wunderbare Welt des Fußballs / Wolfgang Frank (Hg.); Orig.-Ausg.; 1996; S. 101-[108]", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "containedIn" : [ { "id" : "http://lobid.org/resources/HT007138775#!" diff --git a/src/test/resources/output/json/00121/TT001210514.json b/src/test/resources/output/json/00121/TT001210514.json index 8e231103c..91817ee4c 100644 --- a/src/test/resources/output/json/00121/TT001210514.json +++ b/src/test/resources/output/json/00121/TT001210514.json @@ -37,7 +37,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT001210514" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/00123/TT001230001.json b/src/test/resources/output/json/00123/TT001230001.json index a6301c869..b33085cfe 100644 --- a/src/test/resources/output/json/00123/TT001230001.json +++ b/src/test/resources/output/json/00123/TT001230001.json @@ -72,7 +72,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT001230001" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/lat" + "id" : "http://id.loc.gov/vocabulary/iso639-2/lat", + "label" : "Latein" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDACarrierType/1020" diff --git a/src/test/resources/output/json/00167/TT001671747.json b/src/test/resources/output/json/00167/TT001671747.json index a4d9559ea..c123b71a7 100644 --- a/src/test/resources/output/json/00167/TT001671747.json +++ b/src/test/resources/output/json/00167/TT001671747.json @@ -117,7 +117,8 @@ }, "isbn" : [ "9783402061749", "3402061740" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/00172/TT001726537.json b/src/test/resources/output/json/00172/TT001726537.json index 14a054973..9fcf7283c 100644 --- a/src/test/resources/output/json/00172/TT001726537.json +++ b/src/test/resources/output/json/00172/TT001726537.json @@ -49,7 +49,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT001726537" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/fra" + "id" : "http://id.loc.gov/vocabulary/iso639-2/fra", + "label" : "Französisch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/prodManuscript/1002" diff --git a/src/test/resources/output/json/00189/HT001898812.json b/src/test/resources/output/json/00189/HT001898812.json index 20ba1f1de..d7a715226 100644 --- a/src/test/resources/output/json/00189/HT001898812.json +++ b/src/test/resources/output/json/00189/HT001898812.json @@ -241,7 +241,8 @@ "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/pol" }, { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/00223/TT002234042.json b/src/test/resources/output/json/00223/TT002234042.json index 356a52c69..652dd9e2a 100644 --- a/src/test/resources/output/json/00223/TT002234042.json +++ b/src/test/resources/output/json/00223/TT002234042.json @@ -52,7 +52,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT002234042" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDACarrierType/1018" @@ -68,10 +69,10 @@ "similar" : [ { "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:929:02-1513" } ], - "subject" : { + "subject" : [ { "id" : "http://dewey.info/class/350/", "label" : "Öffentliche Verwaltung, Militärwissenschaft" - }, + } ], "subjectLabel" : [ "Lierschied", "Haushaltsplan", "Gemeindehaushalt" ], "title" : "2. Nachtragshaushaltssatzung und 1. Nachtragshaushaltsplan 2001", "type" : [ "BibliographicResource", "Book" ], diff --git a/src/test/resources/output/json/00223/TT002234459.json b/src/test/resources/output/json/00223/TT002234459.json index c42b672f0..031b9c2af 100644 --- a/src/test/resources/output/json/00223/TT002234459.json +++ b/src/test/resources/output/json/00223/TT002234459.json @@ -70,7 +70,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT002234459" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDACarrierType/1018" diff --git a/src/test/resources/output/json/00223/TT002234858.json b/src/test/resources/output/json/00223/TT002234858.json index eac2fd607..a9baf43e0 100644 --- a/src/test/resources/output/json/00223/TT002234858.json +++ b/src/test/resources/output/json/00223/TT002234858.json @@ -54,7 +54,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT002234858" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDACarrierType/1018" @@ -68,10 +69,10 @@ "similar" : [ { "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:929:01-8578" } ], - "subject" : { + "subject" : [ { "id" : "http://dewey.info/class/350/", "label" : "Öffentliche Verwaltung, Militärwissenschaft" - }, + } ], "subjectLabel" : [ "Ministerpräsident" ], "title" : "Rheinland-Pfalz - Staatskanzlei", "type" : [ "BibliographicResource", "ArchivedWebPage" ], diff --git a/src/test/resources/output/json/00261/HT002619538.json b/src/test/resources/output/json/00261/HT002619538.json index 27b199d34..e742960e7 100644 --- a/src/test/resources/output/json/00261/HT002619538.json +++ b/src/test/resources/output/json/00261/HT002619538.json @@ -82,11 +82,14 @@ }, "issn" : [ "00663859", "02509911" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/rus" + "id" : "http://id.loc.gov/vocabulary/iso639-2/eng", + "label" : "Englisch" }, { - "id" : "http://id.loc.gov/vocabulary/iso639-2/eng" + "id" : "http://id.loc.gov/vocabulary/iso639-2/fra", + "label" : "Französisch" }, { - "id" : "http://id.loc.gov/vocabulary/iso639-2/fra" + "id" : "http://id.loc.gov/vocabulary/iso639-2/rus", + "label" : "Russisch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/00301/CT003012479.json b/src/test/resources/output/json/00301/CT003012479.json index 6a8dc4ca3..c289c2727 100644 --- a/src/test/resources/output/json/00301/CT003012479.json +++ b/src/test/resources/output/json/00301/CT003012479.json @@ -182,7 +182,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DCT003012479" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDACarrierType/1018" diff --git a/src/test/resources/output/json/00305/TT003059252.json b/src/test/resources/output/json/00305/TT003059252.json index 26fae81b0..091ba1c9d 100644 --- a/src/test/resources/output/json/00305/TT003059252.json +++ b/src/test/resources/output/json/00305/TT003059252.json @@ -49,7 +49,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT003059252" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/eng" + "id" : "http://id.loc.gov/vocabulary/iso639-2/eng", + "label" : "Englisch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/00316/HT003160768.json b/src/test/resources/output/json/00316/HT003160768.json index 31f992301..a0e20a81b 100644 --- a/src/test/resources/output/json/00316/HT003160768.json +++ b/src/test/resources/output/json/00316/HT003160768.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "contribution" : [ { "agent" : { @@ -91,7 +92,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT003160768" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/00438/HT004381366.json b/src/test/resources/output/json/00438/HT004381366.json index df959e018..1fd0ee988 100644 --- a/src/test/resources/output/json/00438/HT004381366.json +++ b/src/test/resources/output/json/00438/HT004381366.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "contribution" : [ { "agent" : { @@ -77,7 +78,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT004381366" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://purl.org/lobid/lv#Miscellaneous", diff --git a/src/test/resources/output/json/00494/HT004944075.json b/src/test/resources/output/json/00494/HT004944075.json index 2c7a421fb..8776c0789 100644 --- a/src/test/resources/output/json/00494/HT004944075.json +++ b/src/test/resources/output/json/00494/HT004944075.json @@ -42,11 +42,14 @@ }, "isbn" : [ "9210162765", "9789210162760" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/rus" + "id" : "http://id.loc.gov/vocabulary/iso639-2/eng", + "label" : "Englisch" }, { - "id" : "http://id.loc.gov/vocabulary/iso639-2/eng" + "id" : "http://id.loc.gov/vocabulary/iso639-2/fra", + "label" : "Französisch" }, { - "id" : "http://id.loc.gov/vocabulary/iso639-2/fra" + "id" : "http://id.loc.gov/vocabulary/iso639-2/rus", + "label" : "Russisch" } ], "medium" : [ { "id" : "http://purl.org/lobid/lv#Miscellaneous", diff --git a/src/test/resources/output/json/00507/HT005077920.json b/src/test/resources/output/json/00507/HT005077920.json index e5d9937df..6bec2e964 100644 --- a/src/test/resources/output/json/00507/HT005077920.json +++ b/src/test/resources/output/json/00507/HT005077920.json @@ -35,7 +35,8 @@ }, "issn" : [ "07341512" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/eng" + "id" : "http://id.loc.gov/vocabulary/iso639-2/eng", + "label" : "Englisch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/00626/HT006266886.json b/src/test/resources/output/json/00626/HT006266886.json index ca0fbc008..d22932772 100644 --- a/src/test/resources/output/json/00626/HT006266886.json +++ b/src/test/resources/output/json/00626/HT006266886.json @@ -96,7 +96,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT006266886" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/ita" + "id" : "http://id.loc.gov/vocabulary/iso639-2/ita", + "label" : "Italienisch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDACarrierType/1050" diff --git a/src/test/resources/output/json/00971/HT009719670.json b/src/test/resources/output/json/00971/HT009719670.json index e33afffef..ff7f0dc5b 100644 --- a/src/test/resources/output/json/00971/HT009719670.json +++ b/src/test/resources/output/json/00971/HT009719670.json @@ -61,7 +61,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT009719670" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/fra" + "id" : "http://id.loc.gov/vocabulary/iso639-2/fra", + "label" : "Französisch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01072/HT010726584.json b/src/test/resources/output/json/01072/HT010726584.json index 1c09aa00e..1b3762804 100644 --- a/src/test/resources/output/json/01072/HT010726584.json +++ b/src/test/resources/output/json/01072/HT010726584.json @@ -353,7 +353,8 @@ }, "issn" : [ "10897674" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/eng" + "id" : "http://id.loc.gov/vocabulary/iso639-2/eng", + "label" : "Englisch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDACarrierType/1018" diff --git a/src/test/resources/output/json/01223/HT012237361.json b/src/test/resources/output/json/01223/HT012237361.json index 80394b615..a078eaff5 100644 --- a/src/test/resources/output/json/01223/HT012237361.json +++ b/src/test/resources/output/json/01223/HT012237361.json @@ -37,7 +37,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT012237361" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01289/HT012895751.json b/src/test/resources/output/json/01289/HT012895751.json index 53a45b79a..39714bdd8 100644 --- a/src/test/resources/output/json/01289/HT012895751.json +++ b/src/test/resources/output/json/01289/HT012895751.json @@ -37,7 +37,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT012895751" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01292/HT012926727.json b/src/test/resources/output/json/01292/HT012926727.json index a3e204d57..3fc193890 100644 --- a/src/test/resources/output/json/01292/HT012926727.json +++ b/src/test/resources/output/json/01292/HT012926727.json @@ -435,7 +435,8 @@ }, "isbn" : [ "9783540676379", "3540676376", "9783642631948" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01307/HT013077595.json b/src/test/resources/output/json/01307/HT013077595.json index 9271370c3..1dd73a144 100644 --- a/src/test/resources/output/json/01307/HT013077595.json +++ b/src/test/resources/output/json/01307/HT013077595.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "contribution" : [ { "agent" : { @@ -86,7 +87,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT013077595" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01330/HT013304490.json b/src/test/resources/output/json/01330/HT013304490.json index e8a17b5ee..d6efaed00 100644 --- a/src/test/resources/output/json/01330/HT013304490.json +++ b/src/test/resources/output/json/01330/HT013304490.json @@ -49,7 +49,8 @@ }, "issn" : [ "16187792" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01357/HT013577568.json b/src/test/resources/output/json/01357/HT013577568.json index 06f5afef8..f8dd1aca6 100644 --- a/src/test/resources/output/json/01357/HT013577568.json +++ b/src/test/resources/output/json/01357/HT013577568.json @@ -2,7 +2,8 @@ "@context" : "http://lobid.org/context/lobid-resources.json", "bibliographicCitation" : "Kontinuität und Diskontinuität / hrsg. von Thomas Grünewald ... - Berlin [u.a.], 2003. - (Reallexikon der germanischen Altertumskunde : Ergänzungsbände ; 35). - S. [266]-344 : Ill., Kt.", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "containedIn" : [ { "id" : "http://lobid.org/resources/HT013538692#!" @@ -33,7 +34,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT013577568" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01391/HT013911008.json b/src/test/resources/output/json/01391/HT013911008.json index 3f13b8eb1..f70f2f849 100644 --- a/src/test/resources/output/json/01391/HT013911008.json +++ b/src/test/resources/output/json/01391/HT013911008.json @@ -34,7 +34,8 @@ }, "isbn" : [ "3936547041", "9783936547047" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://purl.org/library/CassetteTape" diff --git a/src/test/resources/output/json/01401/HT014015351.json b/src/test/resources/output/json/01401/HT014015351.json index 8831f9fc5..03eab149b 100644 --- a/src/test/resources/output/json/01401/HT014015351.json +++ b/src/test/resources/output/json/01401/HT014015351.json @@ -148,7 +148,8 @@ }, "isbn" : [ "9783770538478", "3770538471" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01404/HT014046679.json b/src/test/resources/output/json/01404/HT014046679.json index e9e7d069d..4109f125c 100644 --- a/src/test/resources/output/json/01404/HT014046679.json +++ b/src/test/resources/output/json/01404/HT014046679.json @@ -60,7 +60,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014046679" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://purl.org/lobid/lv#Miscellaneous", diff --git a/src/test/resources/output/json/01421/HT014215912.json b/src/test/resources/output/json/01421/HT014215912.json index 45fbee6b0..515790a11 100644 --- a/src/test/resources/output/json/01421/HT014215912.json +++ b/src/test/resources/output/json/01421/HT014215912.json @@ -2,7 +2,8 @@ "@context" : "http://lobid.org/context/lobid-resources.json", "bibliographicCitation" : "Karl der Große und Europa / hrsg. von der Schweizerischen Botschaft in der Bundesrepublik Deutschland ... - Frankfurt am Main [u.a.], 2004. - S. 67-86 : Ill.", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "containedIn" : [ { "id" : "http://lobid.org/resources/HT014168843#!" @@ -33,7 +34,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014215912" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01431/HT014319164.json b/src/test/resources/output/json/01431/HT014319164.json index ee06872c2..7d6d76940 100644 --- a/src/test/resources/output/json/01431/HT014319164.json +++ b/src/test/resources/output/json/01431/HT014319164.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "contribution" : [ { "agent" : { @@ -64,7 +65,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014319164" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01452/HT014525099.json b/src/test/resources/output/json/01452/HT014525099.json index 73aedc333..25ca56067 100644 --- a/src/test/resources/output/json/01452/HT014525099.json +++ b/src/test/resources/output/json/01452/HT014525099.json @@ -120,7 +120,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014525099" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://purl.org/ontology/mo/Vinyl" diff --git a/src/test/resources/output/json/01499/HT014997977.json b/src/test/resources/output/json/01499/HT014997977.json index 3fc4a2cf3..6a8d5098c 100644 --- a/src/test/resources/output/json/01499/HT014997977.json +++ b/src/test/resources/output/json/01499/HT014997977.json @@ -60,7 +60,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014997977" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDACarrierType/1018" diff --git a/src/test/resources/output/json/01508/HT015082724.json b/src/test/resources/output/json/01508/HT015082724.json index f662717e8..38d4678a0 100644 --- a/src/test/resources/output/json/01508/HT015082724.json +++ b/src/test/resources/output/json/01508/HT015082724.json @@ -27,7 +27,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015082724" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/nld" + "id" : "http://id.loc.gov/vocabulary/iso639-2/nld", + "label" : "Niederländisch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01518/HT015183529.json b/src/test/resources/output/json/01518/HT015183529.json index e4f4de1cc..279c63582 100644 --- a/src/test/resources/output/json/01518/HT015183529.json +++ b/src/test/resources/output/json/01518/HT015183529.json @@ -60,7 +60,8 @@ }, "isbn" : [ "0521402301", "9780521402309" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/eng" + "id" : "http://id.loc.gov/vocabulary/iso639-2/eng", + "label" : "Englisch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01541/HT015414894.json b/src/test/resources/output/json/01541/HT015414894.json index f6d809748..992c94c81 100644 --- a/src/test/resources/output/json/01541/HT015414894.json +++ b/src/test/resources/output/json/01541/HT015414894.json @@ -63,7 +63,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015414894" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01544/HT015440386.json b/src/test/resources/output/json/01544/HT015440386.json index 650ca344f..11f66cc2c 100644 --- a/src/test/resources/output/json/01544/HT015440386.json +++ b/src/test/resources/output/json/01544/HT015440386.json @@ -49,7 +49,8 @@ }, "isbn" : [ "3499223929", "9783499223921" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01545/HT015455455.json b/src/test/resources/output/json/01545/HT015455455.json index 2cfd5fa27..48f2e1306 100644 --- a/src/test/resources/output/json/01545/HT015455455.json +++ b/src/test/resources/output/json/01545/HT015455455.json @@ -52,7 +52,8 @@ }, "isbn" : [ "9783205776390", "3205776399" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01586/HT015865114.json b/src/test/resources/output/json/01586/HT015865114.json index a96565084..b4ee8ef07 100644 --- a/src/test/resources/output/json/01586/HT015865114.json +++ b/src/test/resources/output/json/01586/HT015865114.json @@ -75,7 +75,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015865114" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01589/HT015891797.json b/src/test/resources/output/json/01589/HT015891797.json index ddd87a70d..84ba3b525 100644 --- a/src/test/resources/output/json/01589/HT015891797.json +++ b/src/test/resources/output/json/01589/HT015891797.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "contribution" : [ { "agent" : { @@ -169,7 +170,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015891797" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01589/HT015894164.json b/src/test/resources/output/json/01589/HT015894164.json index 299074dc2..6c8c56474 100644 --- a/src/test/resources/output/json/01589/HT015894164.json +++ b/src/test/resources/output/json/01589/HT015894164.json @@ -284,7 +284,8 @@ }, "isbn" : [ "9789264273085" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/fra" + "id" : "http://id.loc.gov/vocabulary/iso639-2/fra", + "label" : "Französisch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDACarrierType/1018" diff --git a/src/test/resources/output/json/01613/HT016135351.json b/src/test/resources/output/json/01613/HT016135351.json index 87b31110a..9db987b0d 100644 --- a/src/test/resources/output/json/01613/HT016135351.json +++ b/src/test/resources/output/json/01613/HT016135351.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "contribution" : [ { "agent" : { @@ -41,7 +42,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016135351" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01638/HT016382441.json b/src/test/resources/output/json/01638/HT016382441.json index 7f70f0959..33ba9b0a5 100644 --- a/src/test/resources/output/json/01638/HT016382441.json +++ b/src/test/resources/output/json/01638/HT016382441.json @@ -264,7 +264,8 @@ }, "isbn" : [ "9783527706495" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01654/HT016545462.json b/src/test/resources/output/json/01654/HT016545462.json index a0390563c..c9c25cba3 100644 --- a/src/test/resources/output/json/01654/HT016545462.json +++ b/src/test/resources/output/json/01654/HT016545462.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "coverage" : [ "Nordkirchen" ], "describedby" : { @@ -14,7 +15,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016545462" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01660/HT016604323.json b/src/test/resources/output/json/01660/HT016604323.json index 14a407714..968c63806 100644 --- a/src/test/resources/output/json/01660/HT016604323.json +++ b/src/test/resources/output/json/01660/HT016604323.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "contribution" : [ { "agent" : { @@ -52,7 +53,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016604323" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01660/HT016608165.json b/src/test/resources/output/json/01660/HT016608165.json index 98d8621f6..ca94b40d3 100644 --- a/src/test/resources/output/json/01660/HT016608165.json +++ b/src/test/resources/output/json/01660/HT016608165.json @@ -76,7 +76,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016608165" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/fra" + "id" : "http://id.loc.gov/vocabulary/iso639-2/fra", + "label" : "Französisch" } ], "medium" : [ { "id" : "http://purl.org/ontology/bibo/AudioDocument" diff --git a/src/test/resources/output/json/01746/HT017468042.json b/src/test/resources/output/json/01746/HT017468042.json index 84868ceda..9dad0e9f1 100644 --- a/src/test/resources/output/json/01746/HT017468042.json +++ b/src/test/resources/output/json/01746/HT017468042.json @@ -38,7 +38,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT017468042" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/lat" + "id" : "http://id.loc.gov/vocabulary/iso639-2/lat", + "label" : "Latein" } ], "longitudeAndLatitude" : [ "E 006 26 -E 008 47 /N 053 11 -N 051 37" ], "medium" : [ { diff --git a/src/test/resources/output/json/01748/HT017480009.json b/src/test/resources/output/json/01748/HT017480009.json index 59a0f8d19..92ef9da05 100644 --- a/src/test/resources/output/json/01748/HT017480009.json +++ b/src/test/resources/output/json/01748/HT017480009.json @@ -52,7 +52,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT017480009" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/eng" + "id" : "http://id.loc.gov/vocabulary/iso639-2/eng", + "label" : "Englisch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDACarrierType/1018" @@ -71,10 +72,10 @@ "id" : "http://dx.doi.org/10.4126/38m-004826540" } ], "statementOfResponsibility" : "vorgelegt von Anna Laura Fett", - "subject" : { + "subject" : [ { "id" : "http://dewey.info/class/610/", "label" : "Medizin und Gesundheit" - }, + } ], "thesisInformation" : [ "Köln, Univ., Diss., 2012" ], "title" : "Immunohistochemical localization of complement regulatory proteins in the human retina", "type" : [ "BibliographicResource", "Book", "Thesis" ], diff --git a/src/test/resources/output/json/01752/HT017529028.json b/src/test/resources/output/json/01752/HT017529028.json index 649fa4831..96d1c96fa 100644 --- a/src/test/resources/output/json/01752/HT017529028.json +++ b/src/test/resources/output/json/01752/HT017529028.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "contribution" : [ { "agent" : { @@ -79,7 +80,8 @@ }, "isbn" : [ "9783451273889" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01813/HT018131501.json b/src/test/resources/output/json/01813/HT018131501.json index a7cd125d5..1a2f552de 100644 --- a/src/test/resources/output/json/01813/HT018131501.json +++ b/src/test/resources/output/json/01813/HT018131501.json @@ -2,7 +2,8 @@ "@context" : "http://lobid.org/context/lobid-resources.json", "bibliographicCitation" : "Der Gießerjunge; 34 (2014),1, S. 14-15", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "containedIn" : [ { "id" : "http://lobid.org/resources/HT007072426#!" @@ -34,7 +35,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018131501" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01818/HT018187026.json b/src/test/resources/output/json/01818/HT018187026.json index 021e770a1..df81cc458 100644 --- a/src/test/resources/output/json/01818/HT018187026.json +++ b/src/test/resources/output/json/01818/HT018187026.json @@ -43,7 +43,8 @@ }, "issn" : [ "21955131" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01823/HT018239864.json b/src/test/resources/output/json/01823/HT018239864.json index 40ce4be2c..f37e42150 100644 --- a/src/test/resources/output/json/01823/HT018239864.json +++ b/src/test/resources/output/json/01823/HT018239864.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "contribution" : [ { "agent" : { @@ -132,7 +133,8 @@ }, "isbn" : [ "3050064641", "9783050103020", "9783050064642" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01829/HT018290299.json b/src/test/resources/output/json/01829/HT018290299.json index 0671ca968..bc5d4b1a3 100644 --- a/src/test/resources/output/json/01829/HT018290299.json +++ b/src/test/resources/output/json/01829/HT018290299.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "contribution" : [ { "agent" : { @@ -110,7 +111,8 @@ }, "isbn" : [ "9783954513673" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01829/HT018295975.json b/src/test/resources/output/json/01829/HT018295975.json index 73b020a85..7c5299d99 100644 --- a/src/test/resources/output/json/01829/HT018295975.json +++ b/src/test/resources/output/json/01829/HT018295975.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "contribution" : [ { "agent" : { @@ -79,7 +80,8 @@ }, "isbn" : [ "9783943539233" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01831/HT018312899.json b/src/test/resources/output/json/01831/HT018312899.json index 1b5f5e484..fd2e68f9f 100644 --- a/src/test/resources/output/json/01831/HT018312899.json +++ b/src/test/resources/output/json/01831/HT018312899.json @@ -2,7 +2,8 @@ "@context" : "http://lobid.org/context/lobid-resources.json", "bibliographicCitation" : "Grabbe-Jahrbuch ...; 32. 2013 (2014), S. 80-95", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "containedIn" : [ { "id" : "http://lobid.org/resources/HT002156174#!" @@ -34,7 +35,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018312899" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01845/HT018454638.json b/src/test/resources/output/json/01845/HT018454638.json index 9ade28406..059a19221 100644 --- a/src/test/resources/output/json/01845/HT018454638.json +++ b/src/test/resources/output/json/01845/HT018454638.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "contribution" : [ { "agent" : { @@ -77,7 +78,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018454638" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01846/HT018468645.json b/src/test/resources/output/json/01846/HT018468645.json index 3a80451d5..6b69d1c6f 100644 --- a/src/test/resources/output/json/01846/HT018468645.json +++ b/src/test/resources/output/json/01846/HT018468645.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "contribution" : [ { "agent" : { @@ -60,7 +61,8 @@ }, "isbn" : [ "9783412216689" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDACarrierType/1018" diff --git a/src/test/resources/output/json/01858/HT018585406.json b/src/test/resources/output/json/01858/HT018585406.json index 3a5a92629..284954402 100644 --- a/src/test/resources/output/json/01858/HT018585406.json +++ b/src/test/resources/output/json/01858/HT018585406.json @@ -64,7 +64,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018585406" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDACarrierType/1018" diff --git a/src/test/resources/output/json/01861/HT018612706.json b/src/test/resources/output/json/01861/HT018612706.json index ad954f0ef..a25f13fa0 100644 --- a/src/test/resources/output/json/01861/HT018612706.json +++ b/src/test/resources/output/json/01861/HT018612706.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "contribution" : [ { "agent" : { @@ -119,7 +120,8 @@ }, "isbn" : [ "9783903004108" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01861/HT018617137.json b/src/test/resources/output/json/01861/HT018617137.json index 00db14c52..104ae5f65 100644 --- a/src/test/resources/output/json/01861/HT018617137.json +++ b/src/test/resources/output/json/01861/HT018617137.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "contribution" : [ { "agent" : [ { @@ -44,7 +45,8 @@ }, "isbn" : [ "9783981642216" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDACarrierType/1018" diff --git a/src/test/resources/output/json/01870/HT018700720.json b/src/test/resources/output/json/01870/HT018700720.json index 1f491b0a1..548b2e92f 100644 --- a/src/test/resources/output/json/01870/HT018700720.json +++ b/src/test/resources/output/json/01870/HT018700720.json @@ -100,7 +100,8 @@ }, "isbn" : [ "9783942816618" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDACarrierType/1018" diff --git a/src/test/resources/output/json/01872/HT018726005.json b/src/test/resources/output/json/01872/HT018726005.json index a3d43dd5d..a057ac863 100644 --- a/src/test/resources/output/json/01872/HT018726005.json +++ b/src/test/resources/output/json/01872/HT018726005.json @@ -2,7 +2,8 @@ "@context" : "http://lobid.org/context/lobid-resources.json", "bibliographicCitation" : "K.West; 2006,1, S. 12-14 : Ill.", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "containedIn" : [ { "id" : "http://lobid.org/resources/HT013878511#!" @@ -40,7 +41,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018726005" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01877/HT018770176.json b/src/test/resources/output/json/01877/HT018770176.json index f69ee4d90..6f7beabc0 100644 --- a/src/test/resources/output/json/01877/HT018770176.json +++ b/src/test/resources/output/json/01877/HT018770176.json @@ -59,7 +59,8 @@ }, "isbn" : [ "9783428147335", "3428147332" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", @@ -76,10 +77,10 @@ "id" : "http://hub.culturegraph.org/resource/HBZ-HT018770176" } ], "statementOfResponsibility" : "von Dominik Stahl", - "subject" : { + "subject" : [ { "id" : "http://dewey.info/class/340/", "label" : "Recht" - }, + } ], "tableOfContents" : [ { "id" : "http://d-nb.info/1076583180/04" } ], diff --git a/src/test/resources/output/json/01877/HT018771475.json b/src/test/resources/output/json/01877/HT018771475.json index cd2deaceb..16270c89f 100644 --- a/src/test/resources/output/json/01877/HT018771475.json +++ b/src/test/resources/output/json/01877/HT018771475.json @@ -1,7 +1,8 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/NWBib" + "id" : "http://lobid.org/resources/NWBib", + "label" : "Nordrhein-Westfälische Bibliographie" } ], "contribution" : [ { "agent" : { @@ -41,7 +42,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018771475" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01877/HT018779822.json b/src/test/resources/output/json/01877/HT018779822.json index edc1d3fd7..220c770a9 100644 --- a/src/test/resources/output/json/01877/HT018779822.json +++ b/src/test/resources/output/json/01877/HT018779822.json @@ -36,7 +36,8 @@ }, "isbn" : [ "9781138816503" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/eng" + "id" : "http://id.loc.gov/vocabulary/iso639-2/eng", + "label" : "Englisch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", diff --git a/src/test/resources/output/json/01880/HT018801101.json b/src/test/resources/output/json/01880/HT018801101.json index c06651711..0982ee86c 100644 --- a/src/test/resources/output/json/01880/HT018801101.json +++ b/src/test/resources/output/json/01880/HT018801101.json @@ -77,7 +77,8 @@ "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018801101" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/deu" + "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", + "label" : "Deutsch" } ], "medium" : [ { "id" : "http://rdvocab.info/termList/RDACarrierType/1018" diff --git a/src/test/resources/reverseTest/output/nt/00000/BT000002852.nt b/src/test/resources/reverseTest/output/nt/00000/BT000002852.nt index dda3b55e8..6df37db6f 100644 --- a/src/test/resources/reverseTest/output/nt/00000/BT000002852.nt +++ b/src/test/resources/reverseTest/output/nt/00000/BT000002852.nt @@ -46,5 +46,6 @@ _:b5 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Geschichte"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00000/BT000003404.nt b/src/test/resources/reverseTest/output/nt/00000/BT000003404.nt index 52239f21c..d72cd78d3 100644 --- a/src/test/resources/reverseTest/output/nt/00000/BT000003404.nt +++ b/src/test/resources/reverseTest/output/nt/00000/BT000003404.nt @@ -26,6 +26,7 @@ _:b9 . . "Niedersachsen, S\u00FCd"^^ . + "Deutsch"^^ . "19940829"^^ . "20101004"^^ . "Kt."^^ . @@ -62,6 +63,7 @@ _:b9 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Karten"^^ . "Nordrhein-Westfalen"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00000/HT000009600.nt b/src/test/resources/reverseTest/output/nt/00000/HT000009600.nt index e712df8dc..c351cdaa1 100644 --- a/src/test/resources/reverseTest/output/nt/00000/HT000009600.nt +++ b/src/test/resources/reverseTest/output/nt/00000/HT000009600.nt @@ -8,9 +8,9 @@ _:b1 "1983"^^ . _:b2 _:b0 . _:b2 . -_:b3 . +_:b3 . _:b3 _:b4 . -_:b4 . +_:b4 . _:b4 . . "Deutsche Angestellten-Gewerkschaft"^^ . @@ -20,6 +20,7 @@ _:b4 "Gewerkschaft der Deutschen Angestellten"^^ . "Wirtschaft"^^ . "Soziale Probleme und Sozialdienste; Verb\u00E4nde"^^ . + "Deutsch"^^ . "Mitwirkende"^^ . "Z 1009"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/00004/BT000040377.nt b/src/test/resources/reverseTest/output/nt/00004/BT000040377.nt index 076916c00..490995068 100644 --- a/src/test/resources/reverseTest/output/nt/00004/BT000040377.nt +++ b/src/test/resources/reverseTest/output/nt/00004/BT000040377.nt @@ -42,5 +42,6 @@ _:b8 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Tierschutz"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00004/BT000041593.nt b/src/test/resources/reverseTest/output/nt/00004/BT000041593.nt index d536ac959..fbd8f5275 100644 --- a/src/test/resources/reverseTest/output/nt/00004/BT000041593.nt +++ b/src/test/resources/reverseTest/output/nt/00004/BT000041593.nt @@ -27,6 +27,7 @@ _:b2 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Wirtschaftsstruktur"^^ . "Kreise"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00006/BT000067443.nt b/src/test/resources/reverseTest/output/nt/00006/BT000067443.nt index 87c680776..f923f1dc8 100644 --- a/src/test/resources/reverseTest/output/nt/00006/BT000067443.nt +++ b/src/test/resources/reverseTest/output/nt/00006/BT000067443.nt @@ -29,6 +29,7 @@ _:b2 "Anfang s. Jg. 5 (1985) S. 22-29"^^ . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Lurche"^^ . "Kreise"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00012/BT000128754.nt b/src/test/resources/reverseTest/output/nt/00012/BT000128754.nt index 9883eadce..f60f9afe5 100644 --- a/src/test/resources/reverseTest/output/nt/00012/BT000128754.nt +++ b/src/test/resources/reverseTest/output/nt/00012/BT000128754.nt @@ -62,5 +62,6 @@ _:b9 _:b10 . . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Sportvereine"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00121/TT001210514.nt b/src/test/resources/reverseTest/output/nt/00121/TT001210514.nt index b47c28818..bcda0f496 100644 --- a/src/test/resources/reverseTest/output/nt/00121/TT001210514.nt +++ b/src/test/resources/reverseTest/output/nt/00121/TT001210514.nt @@ -22,6 +22,7 @@ _:b2 "Hitlers, \u0100dolfs"^^ . "Hitor\u00E2, Adorufu"^^ . "Xitler, Adolf"^^ . + "Deutsch"^^ . "Autor/in"^^ . . . diff --git a/src/test/resources/reverseTest/output/nt/00123/TT001230001.nt b/src/test/resources/reverseTest/output/nt/00123/TT001230001.nt index e2490b3d3..4c1c02801 100644 --- a/src/test/resources/reverseTest/output/nt/00123/TT001230001.nt +++ b/src/test/resources/reverseTest/output/nt/00123/TT001230001.nt @@ -84,6 +84,7 @@ _:b7 "Petrus, Theoctonicus"^^ . "Ps.-Albertus, Magnus"^^ . "Pseudo-Albertus, Magnus"^^ . + "Latein"^^ . "Autor/in"^^ . "Mitwirkende"^^ . "MF 275/F2001/F2003"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00167/TT001671747.nt b/src/test/resources/reverseTest/output/nt/00167/TT001671747.nt index 6a4c3ad6d..adc8200a4 100644 --- a/src/test/resources/reverseTest/output/nt/00167/TT001671747.nt +++ b/src/test/resources/reverseTest/output/nt/00167/TT001671747.nt @@ -36,6 +36,7 @@ _:b9 "Westfalen"^^ . . "Landeskunde"^^ . + "Deutsch"^^ . "Mitwirkende"^^ . "Redaktor"^^ . "GOA 7/62-3,5,1"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00172/TT001726537.nt b/src/test/resources/reverseTest/output/nt/00172/TT001726537.nt index 52d654fa2..adb7c6be9 100644 --- a/src/test/resources/reverseTest/output/nt/00172/TT001726537.nt +++ b/src/test/resources/reverseTest/output/nt/00172/TT001726537.nt @@ -16,6 +16,7 @@ _:b2 "Maimburgo, Luigi"^^ . "Maimburgus, Ludovicus"^^ . "Romain, Fran\u00E7ois"^^ . + "Franz\u00F6sisch"^^ . "Mitwirkende"^^ . "2 in: Aa 1801"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/00189/HT001898812.nt b/src/test/resources/reverseTest/output/nt/00189/HT001898812.nt index 8acb97119..0ebeca2cd 100644 --- a/src/test/resources/reverseTest/output/nt/00189/HT001898812.nt +++ b/src/test/resources/reverseTest/output/nt/00189/HT001898812.nt @@ -34,6 +34,7 @@ _:b9 "Deutsch"^^ . . "Polnisch"^^ . + "Deutsch"^^ . "Mitwirkende"^^ . "LLB3272-2"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/00223/TT002234042.nt b/src/test/resources/reverseTest/output/nt/00223/TT002234042.nt index f6218f3bf..af2863620 100644 --- a/src/test/resources/reverseTest/output/nt/00223/TT002234042.nt +++ b/src/test/resources/reverseTest/output/nt/00223/TT002234042.nt @@ -9,6 +9,7 @@ _:b3 . _:b4 . "\u00D6ffentliche Verwaltung, Milit\u00E4rwissenschaft"^^ . + "Deutsch"^^ . "Mitwirkende"^^ . . . diff --git a/src/test/resources/reverseTest/output/nt/00223/TT002234459.nt b/src/test/resources/reverseTest/output/nt/00223/TT002234459.nt index c45e60f88..adb0a2d40 100644 --- a/src/test/resources/reverseTest/output/nt/00223/TT002234459.nt +++ b/src/test/resources/reverseTest/output/nt/00223/TT002234459.nt @@ -43,6 +43,7 @@ _:b9 _:b10 . . "Jakobsweg"^^ . "Geografie Europas und Reisen in Europa"^^ . + "Deutsch"^^ . "Mitwirkende"^^ . . . diff --git a/src/test/resources/reverseTest/output/nt/00223/TT002234858.nt b/src/test/resources/reverseTest/output/nt/00223/TT002234858.nt index 655c424c4..dceaa1459 100644 --- a/src/test/resources/reverseTest/output/nt/00223/TT002234858.nt +++ b/src/test/resources/reverseTest/output/nt/00223/TT002234858.nt @@ -13,6 +13,7 @@ _:b2 "Rheinland-Pfalz"^^ . "Staatskanzlei"^^ . "\u00D6ffentliche Verwaltung, Milit\u00E4rwissenschaft"^^ . + "Deutsch"^^ . "Autor/in"^^ . . . diff --git a/src/test/resources/reverseTest/output/nt/00261/HT002619538.nt b/src/test/resources/reverseTest/output/nt/00261/HT002619538.nt index 0d54f218b..abb150e3f 100644 --- a/src/test/resources/reverseTest/output/nt/00261/HT002619538.nt +++ b/src/test/resources/reverseTest/output/nt/00261/HT002619538.nt @@ -29,6 +29,9 @@ _:b4 "\u0116konomi\u010Deskaja Komissija dlja Evropy"^^ . "Zeitschriften, allgemeine fortlaufende Sammelwerke"^^ . "Sammlungen allgemeiner Statistiken"^^ . + "Englisch"^^ . + "Franz\u00F6sisch"^^ . + "Russisch"^^ . "Mitwirkende"^^ . "ZRC 828"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/00301/CT003012479.nt b/src/test/resources/reverseTest/output/nt/00301/CT003012479.nt index c3395185c..94cf759c7 100644 --- a/src/test/resources/reverseTest/output/nt/00301/CT003012479.nt +++ b/src/test/resources/reverseTest/output/nt/00301/CT003012479.nt @@ -143,6 +143,7 @@ _:b9 "B\u00C3\u00B6hm, Wilhelmine"^^ . . "Deutsche Schauspieler-Gesellschaft (D\u00C3\u00BCsseldorf)"^^ . + "Deutsch"^^ . "Schauspieler/in"^^ . "Komponist"^^ . "Mitwirkende"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00305/TT003059252.nt b/src/test/resources/reverseTest/output/nt/00305/TT003059252.nt index 41a549d9a..215b4e10c 100644 --- a/src/test/resources/reverseTest/output/nt/00305/TT003059252.nt +++ b/src/test/resources/reverseTest/output/nt/00305/TT003059252.nt @@ -15,6 +15,7 @@ _:b4 . "The Beatles"^^ . "The Beatles"^^ . + "Englisch"^^ . "Mitwirkende"^^ . "9/041"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/00316/HT003160768.nt b/src/test/resources/reverseTest/output/nt/00316/HT003160768.nt index 5d1cb54bd..b43dfeb5c 100644 --- a/src/test/resources/reverseTest/output/nt/00316/HT003160768.nt +++ b/src/test/resources/reverseTest/output/nt/00316/HT003160768.nt @@ -19,6 +19,7 @@ _:b5 "Landesplanung"^^ . . "Bezirk M\u00FCnster (Westf)"^^ . + "Deutsch"^^ . "Autor/in"^^ . "ONG/g52127"^^ . . @@ -78,6 +79,7 @@ _:b5 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Regionalplanung"^^ . "Regierungsbezirke"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00438/HT004381366.nt b/src/test/resources/reverseTest/output/nt/00438/HT004381366.nt index b3a0d02cb..002722e48 100644 --- a/src/test/resources/reverseTest/output/nt/00438/HT004381366.nt +++ b/src/test/resources/reverseTest/output/nt/00438/HT004381366.nt @@ -30,6 +30,7 @@ _:b8 "M\u00FCnsterland"^^ . . "Regionalplan"^^ . + "Deutsch"^^ . "Autor/in"^^ . "Sep. 10.04.01/55,5"^^ . . @@ -89,6 +90,7 @@ _:b8 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Miscellaneous"^^ . "Regionalplanung"^^ . "Westf\u00E4lische Bucht"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00494/HT004944075.nt b/src/test/resources/reverseTest/output/nt/00494/HT004944075.nt index 295ddf022..744d6f888 100644 --- a/src/test/resources/reverseTest/output/nt/00494/HT004944075.nt +++ b/src/test/resources/reverseTest/output/nt/00494/HT004944075.nt @@ -31,6 +31,9 @@ _:b5 "\u0116konomi\u010Deskaja Komissija dlja Evropy"^^ . "Zeitschriften, allgemeine fortlaufende Sammelwerke"^^ . "Sammlungen allgemeiner Statistiken"^^ . + "Englisch"^^ . + "Franz\u00F6sisch"^^ . + "Russisch"^^ . "Mitwirkende"^^ . "ZRC828-43"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/00507/HT005077920.nt b/src/test/resources/reverseTest/output/nt/00507/HT005077920.nt index 87c62c8df..aa451c0b2 100644 --- a/src/test/resources/reverseTest/output/nt/00507/HT005077920.nt +++ b/src/test/resources/reverseTest/output/nt/00507/HT005077920.nt @@ -31,6 +31,7 @@ _:b9 . "Zeitschrift"^^ . "Technik, Technologie"^^ . + "Englisch"^^ . "Z 1023"^^ . . . diff --git a/src/test/resources/reverseTest/output/nt/00626/HT006266886.nt b/src/test/resources/reverseTest/output/nt/00626/HT006266886.nt index 8a3bb087e..61362a996 100644 --- a/src/test/resources/reverseTest/output/nt/00626/HT006266886.nt +++ b/src/test/resources/reverseTest/output/nt/00626/HT006266886.nt @@ -50,6 +50,7 @@ _:b9 _:b10 . . "Sanda, Dominique"^^ . "Varaigne, Dominique"^^ . + "Italienisch"^^ . "Schauspieler/in"^^ . "Mitwirkende"^^ . "Regie"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00971/HT009719670.nt b/src/test/resources/reverseTest/output/nt/00971/HT009719670.nt index 36213cc9b..46322cfff 100644 --- a/src/test/resources/reverseTest/output/nt/00971/HT009719670.nt +++ b/src/test/resources/reverseTest/output/nt/00971/HT009719670.nt @@ -31,6 +31,7 @@ _:b6 . "Courtillon, Janine"^^ . "Courtillon, J."^^ . + "Franz\u00F6sisch"^^ . "Mitwirkende"^^ . . . diff --git a/src/test/resources/reverseTest/output/nt/01072/HT010726584.nt b/src/test/resources/reverseTest/output/nt/01072/HT010726584.nt index 22961ba56..e9d0cea4e 100644 --- a/src/test/resources/reverseTest/output/nt/01072/HT010726584.nt +++ b/src/test/resources/reverseTest/output/nt/01072/HT010726584.nt @@ -19,6 +19,7 @@ _:b5 . "Online-Publikation"^^ . "Physik"^^ . + "Englisch"^^ . . . . diff --git a/src/test/resources/reverseTest/output/nt/01223/HT012237361.nt b/src/test/resources/reverseTest/output/nt/01223/HT012237361.nt index 7f8aaacd9..1452c908c 100644 --- a/src/test/resources/reverseTest/output/nt/01223/HT012237361.nt +++ b/src/test/resources/reverseTest/output/nt/01223/HT012237361.nt @@ -12,6 +12,7 @@ _:b2 "Rheinland-Pfalz. Statistisches Landesamt"^^ . "Statistisches Landesamt"^^ . "Statistisches Landesamt Rheinland-Pfalz"^^ . + "Deutsch"^^ . "Autor/in"^^ . "Per. 5157"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01289/HT012895751.nt b/src/test/resources/reverseTest/output/nt/01289/HT012895751.nt index eab652047..2c2cd6c38 100644 --- a/src/test/resources/reverseTest/output/nt/01289/HT012895751.nt +++ b/src/test/resources/reverseTest/output/nt/01289/HT012895751.nt @@ -19,6 +19,7 @@ _:b5 "Main-Kinzig-Kreis"^^ . . "Heimatkunde"^^ . + "Deutsch"^^ . "Autor/in"^^ . "C2001A/13"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01292/HT012926727.nt b/src/test/resources/reverseTest/output/nt/01292/HT012926727.nt index 05ff7f520..9fedb3c60 100644 --- a/src/test/resources/reverseTest/output/nt/01292/HT012926727.nt +++ b/src/test/resources/reverseTest/output/nt/01292/HT012926727.nt @@ -20,6 +20,7 @@ _:b5 "Deutschland"^^ . . "Elektrizit\u00E4tswirtschaft"^^ . + "Deutsch"^^ . "Autor/in"^^ . "01PUM23(2)"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01307/HT013077595.nt b/src/test/resources/reverseTest/output/nt/01307/HT013077595.nt index 026bd655b..b9fee3180 100644 --- a/src/test/resources/reverseTest/output/nt/01307/HT013077595.nt +++ b/src/test/resources/reverseTest/output/nt/01307/HT013077595.nt @@ -48,6 +48,7 @@ _:b9 _:b10 . "Kreis Coesfeld"^^ . . "Heimatkundeunterricht"^^ . + "Deutsch"^^ . "Mitwirkende"^^ . "Redaktor"^^ . "Y 401 - 36"^^ . @@ -117,6 +118,7 @@ _:b9 _:b10 . . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Geschichte"^^ . "Unterricht"^^ . "Kreise"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01330/HT013304490.nt b/src/test/resources/reverseTest/output/nt/01330/HT013304490.nt index 25c4e2882..342b4f7a2 100644 --- a/src/test/resources/reverseTest/output/nt/01330/HT013304490.nt +++ b/src/test/resources/reverseTest/output/nt/01330/HT013304490.nt @@ -28,6 +28,7 @@ _:b8 "Ingenieurwissenschaften und zugeordnete T\u00E4tigkeitenn"^^ . "Freizeitgestaltung, darstellende K\u00FCnste, Sport"^^ . "\u00D6ffentliche Darbietungen, Film, Rundfunk"^^ . + "Deutsch"^^ . "<<01>> 34 Z 41"^^ . . . diff --git a/src/test/resources/reverseTest/output/nt/01357/HT013577568.nt b/src/test/resources/reverseTest/output/nt/01357/HT013577568.nt index e81ab22a1..2aa1e1384 100644 --- a/src/test/resources/reverseTest/output/nt/01357/HT013577568.nt +++ b/src/test/resources/reverseTest/output/nt/01357/HT013577568.nt @@ -44,6 +44,7 @@ _:b9 _:b10 . "R\u00F6merzeit"^^ . . "M\u00FCnzfund"^^ . + "Deutsch"^^ . "Autor/in"^^ . "20030212"^^ . _:b4 . @@ -78,6 +79,7 @@ _:b9 _:b10 . . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Germanen"^^ . "Rheinland"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01391/HT013911008.nt b/src/test/resources/reverseTest/output/nt/01391/HT013911008.nt index d030d333e..33636dc69 100644 --- a/src/test/resources/reverseTest/output/nt/01391/HT013911008.nt +++ b/src/test/resources/reverseTest/output/nt/01391/HT013911008.nt @@ -15,6 +15,7 @@ _:b5 "http://d-nb.info/gnd/40 _:b5 . . "Rothenburg ob der Tauber"^^ . + "Deutsch"^^ . "CB088.87-4144798"^^ . . . diff --git a/src/test/resources/reverseTest/output/nt/01401/HT014015351.nt b/src/test/resources/reverseTest/output/nt/01401/HT014015351.nt index 1e8897b88..8af0f718b 100644 --- a/src/test/resources/reverseTest/output/nt/01401/HT014015351.nt +++ b/src/test/resources/reverseTest/output/nt/01401/HT014015351.nt @@ -30,6 +30,7 @@ _:b9 "Symbolik"^^ . . "Abbild"^^ . + "Deutsch"^^ . "Herausgeber/in"^^ . "Gefeierte Person"^^ . "IFB9657"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01404/HT014046679.nt b/src/test/resources/reverseTest/output/nt/01404/HT014046679.nt index 1bb7eefc3..d9ec9ba3e 100644 --- a/src/test/resources/reverseTest/output/nt/01404/HT014046679.nt +++ b/src/test/resources/reverseTest/output/nt/01404/HT014046679.nt @@ -24,6 +24,7 @@ _:b6 . "Evangelische Kirche von Westfalen. Amt f\u00FCr Jugendarbeit"^^ . "Amt f\u00FCr Jugendarbeit"^^ . + "Deutsch"^^ . "Mitwirkende"^^ . "ICE Brav"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01421/HT014215912.nt b/src/test/resources/reverseTest/output/nt/01421/HT014215912.nt index 3fee8e0f1..5090c6886 100644 --- a/src/test/resources/reverseTest/output/nt/01421/HT014215912.nt +++ b/src/test/resources/reverseTest/output/nt/01421/HT014215912.nt @@ -22,6 +22,7 @@ _:b7 "L\u00FCken, Sven"^^ . . "Herrscherbild"^^ . + "Deutsch"^^ . "Autor/in"^^ . "20041208"^^ . _:b3 . @@ -64,6 +65,7 @@ _:b7 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Geschichte"^^ . "Nordrhein-Westfalen"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01431/HT014319164.nt b/src/test/resources/reverseTest/output/nt/01431/HT014319164.nt index 64c2a3f3d..efa6c761c 100644 --- a/src/test/resources/reverseTest/output/nt/01431/HT014319164.nt +++ b/src/test/resources/reverseTest/output/nt/01431/HT014319164.nt @@ -29,6 +29,7 @@ _:b9 "Adenauer, Konrad"^^ . . "Plastik"^^ . + "Deutsch"^^ . "Autor/in"^^ . "Mitwirkende"^^ . "17B2432"^^ . @@ -75,6 +76,7 @@ _:b9 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "K\u00FCnstler"^^ . "Print"^^ . "Landeskunde Region Koblenz"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01452/HT014525099.nt b/src/test/resources/reverseTest/output/nt/01452/HT014525099.nt index 49fc36ba2..e9529e33c 100644 --- a/src/test/resources/reverseTest/output/nt/01452/HT014525099.nt +++ b/src/test/resources/reverseTest/output/nt/01452/HT014525099.nt @@ -89,6 +89,7 @@ _:b9 _:b10 . "Neues Bachisches Collegium Musicum (Leipzig)"^^ . "Neues Bach'sches Collegium Musicum"^^ . "New Leipzig Bach Collegium Musicum"^^ . + "Deutsch"^^ . "Autor/in"^^ . "Mitwirkende"^^ . "AR ba 71"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01499/HT014997977.nt b/src/test/resources/reverseTest/output/nt/01499/HT014997977.nt index df3cf44ad..132fce70a 100644 --- a/src/test/resources/reverseTest/output/nt/01499/HT014997977.nt +++ b/src/test/resources/reverseTest/output/nt/01499/HT014997977.nt @@ -30,6 +30,7 @@ _:b7 . "Arbeitskreis Stra\u00DFenbauabf\u00E4lle Rheinland-Pfalz"^^ . "Handel, Kommunikation, Verkehr"^^ . + "Deutsch"^^ . "Mitwirkende"^^ . "20070222"^^ . _:b4 . diff --git a/src/test/resources/reverseTest/output/nt/01508/HT015082724.nt b/src/test/resources/reverseTest/output/nt/01508/HT015082724.nt index a61da620b..df2d248a7 100644 --- a/src/test/resources/reverseTest/output/nt/01508/HT015082724.nt +++ b/src/test/resources/reverseTest/output/nt/01508/HT015082724.nt @@ -22,6 +22,7 @@ _:b8 . "Niederlande"^^ . "Geschichte und Geografie"^^ . + "Niederl\u00E4ndisch"^^ . "CA000 T340[119"^^ . . . diff --git a/src/test/resources/reverseTest/output/nt/01518/HT015183529.nt b/src/test/resources/reverseTest/output/nt/01518/HT015183529.nt index 38ab91ab6..d9bb2ab31 100644 --- a/src/test/resources/reverseTest/output/nt/01518/HT015183529.nt +++ b/src/test/resources/reverseTest/output/nt/01518/HT015183529.nt @@ -29,6 +29,7 @@ _:b5 . "Bruccoli, Matthew Joseph"^^ . "Bruccoli, Matthew J."^^ . + "Englisch"^^ . "Autor/in"^^ . "Herausgeber/in"^^ . "2007/4575"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01541/HT015414894.nt b/src/test/resources/reverseTest/output/nt/01541/HT015414894.nt index 19b9a5d09..b5c749e37 100644 --- a/src/test/resources/reverseTest/output/nt/01541/HT015414894.nt +++ b/src/test/resources/reverseTest/output/nt/01541/HT015414894.nt @@ -21,6 +21,7 @@ _:b6 "Werthes, Sascha"^^ . . "Kim, Richard"^^ . + "Deutsch"^^ . "Autor/in"^^ . . . diff --git a/src/test/resources/reverseTest/output/nt/01544/HT015440386.nt b/src/test/resources/reverseTest/output/nt/01544/HT015440386.nt index 31f9edf1e..bf29fa0b4 100644 --- a/src/test/resources/reverseTest/output/nt/01544/HT015440386.nt +++ b/src/test/resources/reverseTest/output/nt/01544/HT015440386.nt @@ -28,6 +28,7 @@ _:b7 "Comic"^^ . . "Bildband"^^ . + "Deutsch"^^ . "Autor/in"^^ . "C/ld487"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01545/HT015455455.nt b/src/test/resources/reverseTest/output/nt/01545/HT015455455.nt index 98a12a108..08e1ee155 100644 --- a/src/test/resources/reverseTest/output/nt/01545/HT015455455.nt +++ b/src/test/resources/reverseTest/output/nt/01545/HT015455455.nt @@ -78,6 +78,7 @@ _:b9 _:b10 . . "Steyr, Marke"^^ . "Wirtschaft"^^ . + "Deutsch"^^ . "Autor/in"^^ . "208-316"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01586/HT015865114.nt b/src/test/resources/reverseTest/output/nt/01586/HT015865114.nt index 8caf13f0b..a0b2f1c76 100644 --- a/src/test/resources/reverseTest/output/nt/01586/HT015865114.nt +++ b/src/test/resources/reverseTest/output/nt/01586/HT015865114.nt @@ -25,6 +25,7 @@ _:b9 "Weber, J\u00FCrgen"^^ . . "Geschichtsunterricht"^^ . + "Deutsch"^^ . "Mitwirkende"^^ . . . diff --git a/src/test/resources/reverseTest/output/nt/01589/HT015891797.nt b/src/test/resources/reverseTest/output/nt/01589/HT015891797.nt index e6dac0437..3da452ec3 100644 --- a/src/test/resources/reverseTest/output/nt/01589/HT015891797.nt +++ b/src/test/resources/reverseTest/output/nt/01589/HT015891797.nt @@ -35,6 +35,7 @@ _:b9 _:b10 . "Adenauer, Konrad"^^ . "Adenauer, ..."^^ . "Adenauer, Konrad Hermann Joseph"^^ . + "Deutsch"^^ . "Autor/in"^^ . "Mitwirkende"^^ . "9.1191/10,2"^^ . @@ -130,5 +131,6 @@ _:b9 _:b10 . . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Print"^^ . "Politik"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01589/HT015894164.nt b/src/test/resources/reverseTest/output/nt/01589/HT015894164.nt index 748ef6aa2..3ceb80f2a 100644 --- a/src/test/resources/reverseTest/output/nt/01589/HT015894164.nt +++ b/src/test/resources/reverseTest/output/nt/01589/HT015894164.nt @@ -9,6 +9,7 @@ _:b2 "1999"^^ . _:b3 _:b0 . _:b3 . + "Franz\u00F6sisch"^^ . "Mitwirkende"^^ . . . diff --git a/src/test/resources/reverseTest/output/nt/01613/HT016135351.nt b/src/test/resources/reverseTest/output/nt/01613/HT016135351.nt index cb5aacc0e..5e84a1fed 100644 --- a/src/test/resources/reverseTest/output/nt/01613/HT016135351.nt +++ b/src/test/resources/reverseTest/output/nt/01613/HT016135351.nt @@ -19,6 +19,7 @@ _:b6 "Buchmann, Helmut"^^ . . "Lutter-Wasserm\u00FChle Roberg, Harsewinkel"^^ . + "Deutsch"^^ . "Fotografie"^^ . "2C 8876"^^ . . @@ -52,5 +53,6 @@ _:b6 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Sonstige Landwirtschaftliche Geb\u00E4ude. M\u00FChlen"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01638/HT016382441.nt b/src/test/resources/reverseTest/output/nt/01638/HT016382441.nt index acb79cf22..7a283d171 100644 --- a/src/test/resources/reverseTest/output/nt/01638/HT016382441.nt +++ b/src/test/resources/reverseTest/output/nt/01638/HT016382441.nt @@ -16,6 +16,7 @@ _:b4 "Blum, Richard Kenneth"^^ . . "LINUX"^^ . + "Deutsch"^^ . "Autor/in"^^ . "11 = TWR5408"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01654/HT016545462.nt b/src/test/resources/reverseTest/output/nt/01654/HT016545462.nt index 5be5573f5..90fd1b2e1 100644 --- a/src/test/resources/reverseTest/output/nt/01654/HT016545462.nt +++ b/src/test/resources/reverseTest/output/nt/01654/HT016545462.nt @@ -24,6 +24,7 @@ _:b8 "Eigent\u00FCmer"^^ . . "Geb\u00E4ude"^^ . + "Deutsch"^^ . "20101012"^^ . "Nordkirchen"^^ . . @@ -43,6 +44,7 @@ _:b8 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Einwohnerverzeichnisse"^^ . "Wohnh\u00E4user"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01660/HT016604323.nt b/src/test/resources/reverseTest/output/nt/01660/HT016604323.nt index 9bf4d7883..437d09990 100644 --- a/src/test/resources/reverseTest/output/nt/01660/HT016604323.nt +++ b/src/test/resources/reverseTest/output/nt/01660/HT016604323.nt @@ -37,6 +37,7 @@ _:b9 "Westf\u00E4lische Landesversammlung"^^ . "Soziale Probleme und Sozialdienste; Verb\u00E4nde"^^ . "Medizin und Gesundheit"^^ . + "Deutsch"^^ . "Autor/in"^^ . "Mitwirkende"^^ . "XB 3534"^^ . @@ -69,6 +70,7 @@ _:b9 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Krankenversorgung"^^ . "Westfalen"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01660/HT016608165.nt b/src/test/resources/reverseTest/output/nt/01660/HT016608165.nt index 0fb026f3a..34039e783 100644 --- a/src/test/resources/reverseTest/output/nt/01660/HT016608165.nt +++ b/src/test/resources/reverseTest/output/nt/01660/HT016608165.nt @@ -44,6 +44,7 @@ _:b8 "Baldwin, Dalton"^^ . . "Mespl\u00E9, Mady"^^ . + "Franz\u00F6sisch"^^ . "Autor/in"^^ . "Mitwirkende"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01746/HT017468042.nt b/src/test/resources/reverseTest/output/nt/01746/HT017468042.nt index 9b17e7310..abee2dd94 100644 --- a/src/test/resources/reverseTest/output/nt/01746/HT017468042.nt +++ b/src/test/resources/reverseTest/output/nt/01746/HT017468042.nt @@ -37,6 +37,7 @@ _:b2 "Johann Baptist Homann Erben"^^ . "Officina Homanniana"^^ . "Verlag Homann"^^ . + "Latein"^^ . "Autor/in"^^ . "RK 13"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01748/HT017480009.nt b/src/test/resources/reverseTest/output/nt/01748/HT017480009.nt index 7b7b83af9..07ee14470 100644 --- a/src/test/resources/reverseTest/output/nt/01748/HT017480009.nt +++ b/src/test/resources/reverseTest/output/nt/01748/HT017480009.nt @@ -9,6 +9,7 @@ _:b3 . "Fett, Anna Laura"^^ . "Medizin und Gesundheit"^^ . + "Englisch"^^ . "Autor/in"^^ . "Elektronische Publikation"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01752/HT017529028.nt b/src/test/resources/reverseTest/output/nt/01752/HT017529028.nt index 1ec63984b..156d21493 100644 --- a/src/test/resources/reverseTest/output/nt/01752/HT017529028.nt +++ b/src/test/resources/reverseTest/output/nt/01752/HT017529028.nt @@ -55,6 +55,7 @@ _:b9 "Neyerov\u00E1, Maria Amata"^^ . . "Linssen, Michael"^^ . + "Deutsch"^^ . "Autor/in"^^ . "Mitwirkende"^^ . "Herausgeber/in"^^ . @@ -123,4 +124,5 @@ _:b9 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01813/HT018131501.nt b/src/test/resources/reverseTest/output/nt/01813/HT018131501.nt index ffb0fe212..a905568e5 100644 --- a/src/test/resources/reverseTest/output/nt/01813/HT018131501.nt +++ b/src/test/resources/reverseTest/output/nt/01813/HT018131501.nt @@ -21,6 +21,7 @@ _:b7 "D\u00FCsseldorf"^^ . . "Staat Berg"^^ . + "Deutsch"^^ . "Autor/in"^^ . "20140115"^^ . _:b3 . @@ -76,6 +77,7 @@ _:b7 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Geschichte"^^ . "Grafschaft, Herzogtum, Gro\u00DFherzogtum Berg"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01818/HT018187026.nt b/src/test/resources/reverseTest/output/nt/01818/HT018187026.nt index d1d048604..2587882b6 100644 --- a/src/test/resources/reverseTest/output/nt/01818/HT018187026.nt +++ b/src/test/resources/reverseTest/output/nt/01818/HT018187026.nt @@ -2,6 +2,7 @@ _:b0 "Berlin"^^ "Logos-Verl."^^ . _:b0 "2013"^^ . _:b0 . + "Deutsch"^^ . . . . diff --git a/src/test/resources/reverseTest/output/nt/01823/HT018239864.nt b/src/test/resources/reverseTest/output/nt/01823/HT018239864.nt index f60d69c76..9128f3604 100644 --- a/src/test/resources/reverseTest/output/nt/01823/HT018239864.nt +++ b/src/test/resources/reverseTest/output/nt/01823/HT018239864.nt @@ -27,6 +27,7 @@ _:b7 . "Erz\u00E4hltheorie"^^ . "Sprache"^^ . + "Deutsch"^^ . "Autor/in"^^ . "115-289"^^ . . @@ -117,6 +118,7 @@ _:b7 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Einzelne Autoren (Sekund\u00E4rliteratur)"^^ . "Print"^^ . "Deutsche Sprache und Literatur"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01829/HT018290299.nt b/src/test/resources/reverseTest/output/nt/01829/HT018290299.nt index ad80c327f..cbb62d3f5 100644 --- a/src/test/resources/reverseTest/output/nt/01829/HT018290299.nt +++ b/src/test/resources/reverseTest/output/nt/01829/HT018290299.nt @@ -39,6 +39,7 @@ _:b9 _:b10 . . "Zwangsarbeit"^^ . "Geschichte Mitteleuropas; Deutschlands"^^ . + "Deutsch"^^ . "Mitwirkende"^^ . "17B5040"^^ . . @@ -148,5 +149,6 @@ _:b9 _:b10 . . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Geschichte"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01829/HT018295975.nt b/src/test/resources/reverseTest/output/nt/01829/HT018295975.nt index cfc40851b..f2ed191ad 100644 --- a/src/test/resources/reverseTest/output/nt/01829/HT018295975.nt +++ b/src/test/resources/reverseTest/output/nt/01829/HT018295975.nt @@ -42,6 +42,7 @@ _:b9 _:b10 . . "Th\u00FCringen"^^ . "Geschichte und Geografie"^^ . + "Deutsch"^^ . "Herausgeber/in"^^ . "Gefeierte Person"^^ . "C 60/145/10"^^ . @@ -101,6 +102,7 @@ _:b9 _:b10 . . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Print"^^ . "Landeskunde Region Koblenz"^^ . "Geschichte"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01831/HT018312899.nt b/src/test/resources/reverseTest/output/nt/01831/HT018312899.nt index 370ccd4d7..41907f3d5 100644 --- a/src/test/resources/reverseTest/output/nt/01831/HT018312899.nt +++ b/src/test/resources/reverseTest/output/nt/01831/HT018312899.nt @@ -23,6 +23,7 @@ _:b6 "1836"^^ . . "Grabbe, Christian Dietrich: Der Cid"^^ . + "Deutsch"^^ . "Autor/in"^^ . "20140702"^^ . _:b2 . @@ -54,6 +55,7 @@ _:b6 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Einzelne Autoren (Sekund\u00E4rliteratur)"^^ . "Drama"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01845/HT018454638.nt b/src/test/resources/reverseTest/output/nt/01845/HT018454638.nt index 3288731ce..db6e3b98a 100644 --- a/src/test/resources/reverseTest/output/nt/01845/HT018454638.nt +++ b/src/test/resources/reverseTest/output/nt/01845/HT018454638.nt @@ -42,6 +42,7 @@ _:b9 _:b10 . "Pfarrei St. Antonius Abbas Herkenrath"^^ . "Pfarrgemeinderat"^^ . "Pfarrgemeinderat Sankt Antonius Abbas Herkenrath"^^ . + "Deutsch"^^ . "Mitwirkende"^^ . "Gb 7470/201"^^ . . @@ -86,5 +87,6 @@ _:b9 _:b10 . . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Kirchengemeinden"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01846/HT018468645.nt b/src/test/resources/reverseTest/output/nt/01846/HT018468645.nt index b826e6df1..42c9ba82f 100644 --- a/src/test/resources/reverseTest/output/nt/01846/HT018468645.nt +++ b/src/test/resources/reverseTest/output/nt/01846/HT018468645.nt @@ -41,6 +41,7 @@ _:b9 _:b10 . . "Arisierung"^^ . "Geschichte Mitteleuropas; Deutschlands"^^ . + "Deutsch"^^ . "Herausgeber/in"^^ . . . @@ -108,5 +109,6 @@ _:b9 _:b10 . . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Geschichte"^^ . "Wirtschafts- und Sozialgeschichte"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01858/HT018585406.nt b/src/test/resources/reverseTest/output/nt/01858/HT018585406.nt index de52e6b01..af9dec1d3 100644 --- a/src/test/resources/reverseTest/output/nt/01858/HT018585406.nt +++ b/src/test/resources/reverseTest/output/nt/01858/HT018585406.nt @@ -36,6 +36,7 @@ _:b9 "Conf\u00E9rence du Rhin Sup\u00E9rieur"^^ . "ORK"^^ . "Oberrheinkonferenz"^^ . + "Deutsch"^^ . "Mitwirkende"^^ . . . diff --git a/src/test/resources/reverseTest/output/nt/01861/HT018612706.nt b/src/test/resources/reverseTest/output/nt/01861/HT018612706.nt index da9fc520b..e6a265e2e 100644 --- a/src/test/resources/reverseTest/output/nt/01861/HT018612706.nt +++ b/src/test/resources/reverseTest/output/nt/01861/HT018612706.nt @@ -81,6 +81,7 @@ _:b9 . "Pop-Art"^^ . "K\u00FCnste; Bildende und angewandte Kunst"^^ . + "Deutsch"^^ . "Mitwirkende"^^ . "KFG1163-26/26"^^ . . @@ -237,6 +238,7 @@ _:b9 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Kunstausstellungen"^^ . "Kunstgeschichte"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01861/HT018617137.nt b/src/test/resources/reverseTest/output/nt/01861/HT018617137.nt index e2fb4bbd6..8bc84edb2 100644 --- a/src/test/resources/reverseTest/output/nt/01861/HT018617137.nt +++ b/src/test/resources/reverseTest/output/nt/01861/HT018617137.nt @@ -9,6 +9,7 @@ _:b2 "2015"^^ . _:b3 _:b0 . _:b3 . + "Deutsch"^^ . "Autor/in"^^ . . . @@ -40,5 +41,6 @@ _:b3 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Fachhochschulen"^^ . "Nordrhein-Westfalen"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01870/HT018700720.nt b/src/test/resources/reverseTest/output/nt/01870/HT018700720.nt index 79502ce4f..d032be6bf 100644 --- a/src/test/resources/reverseTest/output/nt/01870/HT018700720.nt +++ b/src/test/resources/reverseTest/output/nt/01870/HT018700720.nt @@ -48,6 +48,7 @@ _:b9 _:b10 . "FCHE"^^ . "Federal Centre for Health Education"^^ . "Medizin und Gesundheit"^^ . + "Deutsch"^^ . "Mitwirkende"^^ . "Elektronische Publikation"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01872/HT018726005.nt b/src/test/resources/reverseTest/output/nt/01872/HT018726005.nt index 9e8ceae8c..aa84b4646 100644 --- a/src/test/resources/reverseTest/output/nt/01872/HT018726005.nt +++ b/src/test/resources/reverseTest/output/nt/01872/HT018726005.nt @@ -14,6 +14,7 @@ _:b4 "L\u00FCck, Ingolf"^^ . . "Hoff, Hans"^^ . + "Deutsch"^^ . "Autor/in"^^ . "20150813"^^ . _:b2 . @@ -42,5 +43,6 @@ _:b4 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Schauspieler"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01877/HT018770176.nt b/src/test/resources/reverseTest/output/nt/01877/HT018770176.nt index f2912858e..11d0105a8 100644 --- a/src/test/resources/reverseTest/output/nt/01877/HT018770176.nt +++ b/src/test/resources/reverseTest/output/nt/01877/HT018770176.nt @@ -15,6 +15,7 @@ _:b4 . "Stahl, Dominik"^^ . "Recht"^^ . + "Deutsch"^^ . "Autor/in"^^ . "123/Y/3264"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01877/HT018771475.nt b/src/test/resources/reverseTest/output/nt/01877/HT018771475.nt index 8b815cd0d..e7c4cdd05 100644 --- a/src/test/resources/reverseTest/output/nt/01877/HT018771475.nt +++ b/src/test/resources/reverseTest/output/nt/01877/HT018771475.nt @@ -28,6 +28,7 @@ _:b9 "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach"^^ . "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach"^^ . "Sportarten, Sportspiele"^^ . + "Deutsch"^^ . "Autor/in"^^ . "Mitwirkende"^^ . "20151005"^^ . @@ -57,5 +58,6 @@ _:b9 . . . + "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Kulturveranstaltungen"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01877/HT018779822.nt b/src/test/resources/reverseTest/output/nt/01877/HT018779822.nt index 2f8899f54..61522bd85 100644 --- a/src/test/resources/reverseTest/output/nt/01877/HT018779822.nt +++ b/src/test/resources/reverseTest/output/nt/01877/HT018779822.nt @@ -9,6 +9,7 @@ _:b2 _:b0 . _:b2 . . "Cross, Julie"^^ . + "Englisch"^^ . "Autor/in"^^ . . . diff --git a/src/test/resources/reverseTest/output/nt/01880/HT018801101.nt b/src/test/resources/reverseTest/output/nt/01880/HT018801101.nt index 970564e3c..30541352a 100644 --- a/src/test/resources/reverseTest/output/nt/01880/HT018801101.nt +++ b/src/test/resources/reverseTest/output/nt/01880/HT018801101.nt @@ -36,6 +36,7 @@ _:b9 _:b10 . "Schmitz, Jasmin"^^ . "Bibliotheks- und Informationswissenschaften"^^ . "Medizin und Gesundheit"^^ . + "Deutsch"^^ . "Autor/in"^^ . "Mitwirkende"^^ . "Elektronische Publikation"^^ . From 60f737a2970561f6694855805fff93d922638649 Mon Sep 17 00:00:00 2001 From: dr0i Date: Wed, 28 Dec 2016 18:05:13 +0100 Subject: [PATCH 5/7] Add a label to every object Guarantees a label as sidecar for every URI. First fallback: If an etikett is configured but "label" is missing the "name" will be taken. Second fallback: the domainname (and a possible path) will be extracted from the URI. This domainname is lookuped in the labels. Last fallback: If there is nothing found, the domainname itself will be the label. See hbz/lobid-resources#132. --- .../de/hbz/lobid/helper/EtikettMaker.java | 43 +- src/main/resources/labels.json | 45 +- src/test/resources/hbz01.es.json | 33 +- .../output/json/00000/BT000002852.json | 15 +- .../output/json/00000/BT000003404.json | 24 +- .../output/json/00000/HT000009600.json | 472 +++++++++++------- .../output/json/00004/BT000040377.json | 17 +- .../output/json/00004/BT000041593.json | 17 +- .../output/json/00006/BT000067443.json | 17 +- .../output/json/00007/TT000075751.json | 33 +- .../output/json/00012/BT000128754.json | 21 +- .../output/json/00029/HT000290078.json | 33 +- .../output/json/00121/TT001210514.json | 23 +- .../output/json/00123/TT001230001.json | 31 +- .../output/json/00131/HT001310215.json | 20 +- .../output/json/00167/TT001671747.json | 89 ++-- .../output/json/00172/TT001726537.json | 38 +- .../output/json/00189/HT001898812.json | 219 +++++--- .../output/json/00223/TT002234042.json | 49 +- .../output/json/00223/TT002234459.json | 41 +- .../output/json/00223/TT002234858.json | 54 +- .../output/json/00261/HT002619538.json | 60 ++- .../output/json/00301/CT003012479.json | 62 ++- .../output/json/00301/CT003012479_.json | 9 +- .../output/json/00305/TT003059252.json | 30 +- .../output/json/00316/HT003160768.json | 65 ++- .../output/json/00438/HT004381366.json | 65 ++- .../output/json/00494/HT004944075.json | 27 +- .../output/json/00507/HT005077920.json | 31 +- .../output/json/00626/HT006266886.json | 34 +- .../output/json/00971/HT009719670.json | 27 +- .../output/json/01066/HT010662586.json | 18 +- .../output/json/01072/HT010726584.json | 330 ++++++++---- .../output/json/01223/HT012237361.json | 18 +- .../output/json/01289/HT012895751.json | 22 +- .../output/json/01292/HT012926727.json | 423 ++++++++++------ .../output/json/01307/HT013077595.json | 52 +- .../output/json/01330/HT013304490.json | 40 +- .../output/json/01357/HT013577568.json | 31 +- .../output/json/01391/HT013911008.json | 30 +- .../output/json/01401/HT014015351.json | 127 +++-- .../output/json/01404/HT014046679.json | 22 +- .../output/json/01421/HT014215912.json | 21 +- .../output/json/01431/HT014319164.json | 39 +- .../output/json/01452/HT014525099.json | 38 +- .../output/json/01499/HT014997977.json | 33 +- .../output/json/01508/HT015082724.json | 27 +- .../output/json/01518/HT015183529.json | 26 +- .../output/json/01541/HT015414894.json | 28 +- .../output/json/01544/HT015440386.json | 30 +- .../output/json/01545/HT015455455.json | 48 +- .../output/json/01586/HT015865114.json | 47 +- .../output/json/01589/HT015891797.json | 133 +++-- .../output/json/01589/HT015894164.json | 243 ++++++--- .../output/json/01613/HT016135351.json | 20 +- .../output/json/01638/HT016382441.json | 250 ++++++---- .../output/json/01654/HT016545462.json | 15 +- .../output/json/01660/HT016604323.json | 22 +- .../output/json/01660/HT016608165.json | 33 +- .../output/json/01746/HT017468042.json | 21 +- .../output/json/01748/HT017480009.json | 48 +- .../output/json/01752/HT017529028.json | 43 +- .../output/json/01813/HT018131501.json | 21 +- .../output/json/01818/HT018187026.json | 34 +- .../output/json/01823/HT018239864.json | 105 ++-- .../output/json/01829/HT018290299.json | 101 ++-- .../output/json/01829/HT018295975.json | 50 +- .../output/json/01831/HT018312899.json | 23 +- .../output/json/01845/HT018454638.json | 33 +- .../output/json/01846/HT018468645.json | 48 +- .../output/json/01858/HT018585406.json | 38 +- .../output/json/01861/HT018612706.json | 88 ++-- .../output/json/01861/HT018617137.json | 31 +- .../output/json/01870/HT018700720.json | 45 +- .../output/json/01872/HT018726005.json | 28 +- .../output/json/01877/HT018770176.json | 42 +- .../output/json/01877/HT018771475.json | 18 +- .../output/json/01877/HT018779822.json | 18 +- .../output/json/01880/HT018801101.json | 45 +- .../output/nt/00000/BT000002852.nt | 5 + .../output/nt/00000/BT000003404.nt | 7 + .../output/nt/00000/HT000009600.nt | 100 ++++ .../output/nt/00004/BT000040377.nt | 5 + .../output/nt/00004/BT000041593.nt | 5 + .../output/nt/00006/BT000067443.nt | 5 + .../output/nt/00007/TT000075751.nt | 14 + .../output/nt/00012/BT000128754.nt | 7 + .../output/nt/00029/HT000290078.nt | 10 + .../output/nt/00121/TT001210514.nt | 8 + .../output/nt/00123/TT001230001.nt | 11 + .../output/nt/00131/HT001310215.nt | 8 + .../output/nt/00167/TT001671747.nt | 30 ++ .../output/nt/00172/TT001726537.nt | 10 + .../output/nt/00189/HT001898812.nt | 58 +++ .../output/nt/00223/TT002234042.nt | 13 + .../output/nt/00223/TT002234459.nt | 14 + .../output/nt/00223/TT002234858.nt | 15 + .../output/nt/00261/HT002619538.nt | 19 + .../output/nt/00301/CT003012479.nt | 21 + .../output/nt/00301/CT003012479_.nt | 3 + .../output/nt/00305/TT003059252.nt | 9 + .../output/nt/00316/HT003160768.nt | 24 + .../output/nt/00438/HT004381366.nt | 21 + .../output/nt/00494/HT004944075.nt | 9 + .../output/nt/00507/HT005077920.nt | 12 + .../output/nt/00626/HT006266886.nt | 14 + .../output/nt/00971/HT009719670.nt | 10 + .../output/nt/01066/HT010662586.nt | 7 + .../output/nt/01072/HT010726584.nt | 109 ++++ .../output/nt/01223/HT012237361.nt | 7 + .../output/nt/01289/HT012895751.nt | 9 + .../output/nt/01292/HT012926727.nt | 105 ++++ .../output/nt/01307/HT013077595.nt | 17 + .../output/nt/01330/HT013304490.nt | 16 + .../output/nt/01357/HT013577568.nt | 10 + .../output/nt/01391/HT013911008.nt | 10 + .../output/nt/01401/HT014015351.nt | 36 ++ .../output/nt/01404/HT014046679.nt | 9 + .../output/nt/01421/HT014215912.nt | 7 + .../output/nt/01431/HT014319164.nt | 12 + .../output/nt/01452/HT014525099.nt | 16 + .../output/nt/01499/HT014997977.nt | 11 + .../output/nt/01508/HT015082724.nt | 9 + .../output/nt/01518/HT015183529.nt | 9 + .../output/nt/01541/HT015414894.nt | 10 + .../output/nt/01544/HT015440386.nt | 11 + .../output/nt/01545/HT015455455.nt | 18 + .../output/nt/01586/HT015865114.nt | 18 + .../output/nt/01589/HT015891797.nt | 40 ++ .../output/nt/01589/HT015894164.nt | 81 +++ .../output/nt/01613/HT016135351.nt | 8 + .../output/nt/01638/HT016382441.nt | 62 +++ .../output/nt/01654/HT016545462.nt | 6 + .../output/nt/01660/HT016604323.nt | 8 + .../output/nt/01660/HT016608165.nt | 12 + .../output/nt/01746/HT017468042.nt | 8 + .../output/nt/01748/HT017480009.nt | 12 + .../output/nt/01752/HT017529028.nt | 14 + .../output/nt/01813/HT018131501.nt | 7 + .../output/nt/01818/HT018187026.nt | 12 + .../output/nt/01823/HT018239864.nt | 34 ++ .../output/nt/01829/HT018290299.nt | 31 +- .../output/nt/01829/HT018295975.nt | 18 + .../output/nt/01831/HT018312899.nt | 8 + .../output/nt/01845/HT018454638.nt | 12 + .../output/nt/01846/HT018468645.nt | 17 + .../output/nt/01858/HT018585406.nt | 15 + .../output/nt/01861/HT018612706.nt | 26 + .../output/nt/01861/HT018617137.nt | 9 + .../output/nt/01870/HT018700720.nt | 15 + .../output/nt/01872/HT018726005.nt | 7 + .../output/nt/01877/HT018770176.nt | 12 + .../output/nt/01877/HT018771475.nt | 6 + .../output/nt/01877/HT018779822.nt | 7 + .../output/nt/01880/HT018801101.nt | 16 + 155 files changed, 4522 insertions(+), 1694 deletions(-) diff --git a/src/main/java/de/hbz/lobid/helper/EtikettMaker.java b/src/main/java/de/hbz/lobid/helper/EtikettMaker.java index 91ee68bd9..013f9c608 100644 --- a/src/main/java/de/hbz/lobid/helper/EtikettMaker.java +++ b/src/main/java/de/hbz/lobid/helper/EtikettMaker.java @@ -1,4 +1,4 @@ -/*Copyright (c) 2015 "hbz" +/*Copyright (c) 2015,2016 "hbz" This file is part of lobid-rdf-to-json. @@ -33,6 +33,7 @@ License, or (at your option) any later version. /** * @author Jan Schnasse + * @author Pascal Christoph (dr0i) * */ public class EtikettMaker implements EtikettMakerInterface { @@ -88,7 +89,13 @@ public Map getContext() { } /* - * (non-Javadoc) + * Trying to get a label as sidecar for URIs. First fallback: If an etikett is + * configured but "label" is missing the "name" will be taken. Second + * fallback: the domainname (and a possible path) will be extracted from the + * URI. This domainname is lookuped in the labels. Last fallback: If there is + * nothing found, the domainname itself will be the label. + * + * In the end there will be a label for every URI. * * @see de.hbz.lobid.helper.EtikettMakerInterface#getEtikett(java.lang.String) */ @@ -97,12 +104,31 @@ public Etikett getEtikett(String uri) { Etikett e = pMap.get(uri); if (e == null) { e = new Etikett(uri); - e.name = getJsonName(uri); + try { + e.name = getJsonName(uri); + } catch (Exception ex) { // fallback domainname + logger.debug( + "no json name available. Please provide a labels.json file with proper 'name' entry. Using domainname as fallback."); + String[] uriparts = uri.split("/"); + String domainname = + uriparts[0] + "/" + uriparts[1] + "/" + uriparts[2] + "/"; + e = pMap + .get(uriparts.length > 3 ? domainname + uriparts[3] : domainname); + if (e == null) { // domainname may have a label + e = new Etikett(uri); + try { + e.name = getJsonName(uri); + } catch (Exception exc) { + e.label = + uriparts.length > 3 ? domainname + uriparts[3] : domainname; + } + } + } } - if (e.label == null || e.label.isEmpty()) { // fallback + if (e.label == null || e.label.isEmpty()) { // fallback name e.label = e.name; } - logger.debug("Find etikett for " + uri + " : " + e.label); + logger.debug("Etikett for " + uri + " : " + e.label); return e; } @@ -188,12 +214,7 @@ private static T loadFile(InputStream labelIn, TypeBase type) { * '#' or last index of '/' */ String getJsonName(String predicate) { - Etikett e = pMap.get(predicate); - if (e == null) { - throw new RuntimeException(predicate - + ": no json name available. Please provide a labels.json file with proper 'name' entry."); - } - return e.name; + return pMap.get(predicate).name; } @Override diff --git a/src/main/resources/labels.json b/src/main/resources/labels.json index 476110010..a122095f8 100644 --- a/src/main/resources/labels.json +++ b/src/main/resources/labels.json @@ -20252,6 +20252,49 @@ { "uri":"http://id.loc.gov/vocabulary/iso639-2/ita", "label":"Italienisch" + }, + { + "uri":"http://193.30.112.134/F", + "label":"hbz Verbundkatalog" + }, + { + "uri":"http://hub.culturegraph.org/resource", + "label":"Culturegraph Ressource" + }, + { + "uri":"http://lobid.org/resources", + "label":"lobid Ressource" + }, + { + "uri":"http://purl.org/ontology/bibo/Map", + "label":"Karte" + }, + { + "uri":"http://lobid.org/items", + "label":"lobid Bestandsressource" + }, + { + "uri":"http://lobid.org/organisation", + "label":"lobid Organisation" + }, + { + "uri":"http://rdvocab.info/termList/RDACarrierType/1010", + "label":"Datenträger" + }, + { + "uri":"http://rdvocab.info/termList/RDACarrierType/1018", + "label":"Online-Ressource" + }, + { + "uri":"http://purl.org/ontology/bibo/AudioDocument", + "label":"Audio-Dokument" + }, + { + "uri":"http://purl.org/ontology/mo/Vinyl", + "label":"Schallplatte" + }, + { + "uri":"http://digitool.hbz-nrw.de:1801/webclient", + "label":"Digitool" } - ] diff --git a/src/test/resources/hbz01.es.json b/src/test/resources/hbz01.es.json index 059a19221..e19133099 100644 --- a/src/test/resources/hbz01.es.json +++ b/src/test/resources/hbz01.es.json @@ -8,7 +8,7 @@ "agent" : { "altLabel" : [ "Schierbaum, Ursula Clemens-", "Schierbaum, Ursula C.-", "Clemens, Ursula" ], "id" : "http://d-nb.info/gnd/172845785", - "label" : "Clemens-Schierbaum, Ursula", + "label" : [ "Clemens-Schierbaum, Ursula", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -20,7 +20,7 @@ "agent" : { "altLabel" : [ "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach", "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach", "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach" ], "id" : "http://d-nb.info/gnd/1060772442", - "label" : "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach", + "label" : [ "http://d-nb.info/gnd", "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -32,7 +32,7 @@ "agent" : { "altLabel" : [ "Pfarrgemeinderat Sankt Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Herkenrath", "Pfarrgemeinderat", "Pfarrei St. Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Bergisch Gladbach- Herkenrath" ], "id" : "http://d-nb.info/gnd/2175350-7", - "label" : "Pfarrei Sankt Antonius Abbas Herkenrath", + "label" : [ "Pfarrei Sankt Antonius Abbas Herkenrath", "http://d-nb.info/gnd" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -46,28 +46,35 @@ "describedby" : { "dateCreated" : "20141111", "dateModified" : "20150303", - "id" : "http://lobid.org/resources/HT018454638" + "id" : "http://lobid.org/resources/HT018454638", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "Gb 7470/201", "describedby" : { - "id" : "http://lobid.org/items/HT018454638:DE-5-39:Gb%207470%2F201" + "id" : "http://lobid.org/items/HT018454638:DE-5-39:Gb%207470%2F201", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018454638#!", "id" : "http://lobid.org/items/HT018454638:DE-5-39:Gb%207470%2F201#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5-39" + "id" : "http://lobid.org/organisation/DE-5-39", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "Fc 6601", "describedby" : { - "id" : "http://lobid.org/items/HT018454638:DE-Kn28:Fc%206601" + "id" : "http://lobid.org/items/HT018454638:DE-Kn28:Fc%206601", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018454638#!", "id" : "http://lobid.org/items/HT018454638:DE-Kn28:Fc%206601#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Kn28" + "id" : "http://lobid.org/organisation/DE-Kn28", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -75,7 +82,8 @@ "hbzId" : "HT018454638", "id" : "http://lobid.org/resources/HT018454638#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018454638" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018454638", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -95,18 +103,19 @@ "startDate" : "2014" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT018454638" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT018454638", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "[Hrsg.: St. Joseph und St. Antonius, Bergisch-Gladbach. Beitr.: Ursula Clemens-Schierbaum ...]", "subject" : [ { "altLabel" : [ "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach", "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach", "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach" ], "id" : "http://d-nb.info/gnd/1060772442", - "label" : "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach", + "label" : [ "http://d-nb.info/gnd", "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach" ], "type" : [ "CorporateBody" ] }, { "altLabel" : [ "Pfarrgemeinderat Sankt Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Herkenrath", "Pfarrgemeinderat", "Pfarrei St. Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Bergisch Gladbach- Herkenrath" ], "id" : "http://d-nb.info/gnd/2175350-7", - "label" : "Pfarrei Sankt Antonius Abbas Herkenrath", + "label" : [ "Pfarrei Sankt Antonius Abbas Herkenrath", "http://d-nb.info/gnd" ], "type" : [ "CorporateBody" ] }, { "label" : "Geschichte", diff --git a/src/test/resources/output/json/00000/BT000002852.json b/src/test/resources/output/json/00000/BT000002852.json index faae44e76..5a26914f2 100644 --- a/src/test/resources/output/json/00000/BT000002852.json +++ b/src/test/resources/output/json/00000/BT000002852.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/4018466-3", - "label" : "Freudenberg, Kreis Siegen-Wittgenstein", + "label" : [ "http://d-nb.info/gnd", "Freudenberg, Kreis Siegen-Wittgenstein" ], "type" : [ "PlaceOrGeographicName" ] }, "role" : [ { @@ -21,13 +21,15 @@ "describedby" : { "dateCreated" : "19960513", "dateModified" : "19960513", - "id" : "http://lobid.org/resources/BT000002852" + "id" : "http://lobid.org/resources/BT000002852", + "label" : "lobid Ressource" }, "extent" : "46 S. : Ill., Kt.", "hbzId" : "BT000002852", "id" : "http://lobid.org/resources/BT000002852#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DBT000002852" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DBT000002852", + "label" : "hbz Verbundkatalog" }, "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", @@ -43,16 +45,17 @@ "startDate" : "1989" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-BT000002852" + "id" : "http://hub.culturegraph.org/resource/HBZ-BT000002852", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "[Hrsg.: Stadt Freudenberg, Der Stadtdirektor]", "subject" : [ { "id" : "http://d-nb.info/gnd/4018466-3", - "label" : "Freudenberg, Kreis Siegen-Wittgenstein", + "label" : [ "http://d-nb.info/gnd", "Freudenberg, Kreis Siegen-Wittgenstein" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4020517-4", - "label" : "Geschichte", + "label" : [ "http://d-nb.info/gnd", "Geschichte" ], "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "Freudenberg, Kreis Siegen-Wittgenstein | Geschichte" ], diff --git a/src/test/resources/output/json/00000/BT000003404.json b/src/test/resources/output/json/00000/BT000003404.json index be2519c3a..31881142f 100644 --- a/src/test/resources/output/json/00000/BT000003404.json +++ b/src/test/resources/output/json/00000/BT000003404.json @@ -7,17 +7,20 @@ "describedby" : { "dateCreated" : "19940829", "dateModified" : "20101004", - "id" : "http://lobid.org/resources/BT000003404" + "id" : "http://lobid.org/resources/BT000003404", + "label" : "lobid Ressource" }, "edition" : [ "10.[Aufl., Ausg.] 1993/94" ], "extent" : "Kt.", "hbzId" : "BT000003404", "id" : "http://lobid.org/resources/BT000003404#!", "isPartOf" : [ { - "id" : "http://lobid.org/resources/BT000100437#!" + "id" : "http://lobid.org/resources/BT000100437#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DBT000003404" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DBT000003404", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "3575112088", "9783575112088" ], "language" : [ { @@ -25,10 +28,11 @@ "label" : "Deutsch" } ], "medium" : [ { + "id" : "http://purl.org/ontology/bibo/Map", + "label" : "Karte" + }, { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" - }, { - "id" : "http://purl.org/ontology/bibo/Map" } ], "nwbibspatial" : [ { "id" : "http://purl.org/lobid/nwbib-spatial#n01", @@ -46,18 +50,19 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-BT000003404" + "id" : "http://hub.culturegraph.org/resource/HBZ-BT000003404", + "label" : "Culturegraph Ressource" } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4042570-8", - "label" : "Nordrhein-Westfalen", + "label" : [ "http://d-nb.info/gnd", "Nordrhein-Westfalen" ], "type" : [ "PlaceOrGeographicName" ] }, { "label" : "Karte", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4115393-5", - "label" : "Niedersachsen, Süd", + "label" : [ "Niedersachsen, Süd", "http://d-nb.info/gnd" ], "type" : [ "PlaceOrGeographicName", "SubjectHeading" ] }, { "label" : "Karte", @@ -71,7 +76,8 @@ "volume" : [ "2" ], "volumeIn" : [ { "multiVolumeWork" : [ { - "id" : "http://lobid.org/resources/BT000100437#!" + "id" : "http://lobid.org/resources/BT000100437#!", + "label" : "lobid Ressource" } ], "numbering" : "2", "type" : [ "MultiVolumeWorkRelation" ] diff --git a/src/test/resources/output/json/00000/HT000009600.json b/src/test/resources/output/json/00000/HT000009600.json index c72b3458d..fc8340741 100644 --- a/src/test/resources/output/json/00000/HT000009600.json +++ b/src/test/resources/output/json/00000/HT000009600.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Angestellten-Gewerkschaft", "DAG", "Deutsche Angestellten-Gewerkschaft", "Gewerkschaft der Deutschen Angestellten" ], "id" : "http://d-nb.info/gnd/37043-5", - "label" : "Deutsche Angestellten-Gewerkschaft", + "label" : [ "http://d-nb.info/gnd", "Deutsche Angestellten-Gewerkschaft" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -17,467 +17,595 @@ "describedby" : { "dateCreated" : "19991118", "dateModified" : "20120319", - "id" : "http://lobid.org/resources/HT000009600" + "id" : "http://lobid.org/resources/HT000009600", + "label" : "lobid Ressource" }, "exemplar" : [ { - "callNumber" : "Bg 168:1972", + "callNumber" : "Zs 371", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1972" + "id" : "http://lobid.org/items/HT000009600:DE-Bo102:Zs%20371", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1972#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bo102:Zs%20371#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bo102", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Zs 371", + "callNumber" : "Bg 168:11-13.1958-60", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bo102:Zs%20371" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:11-13.1958-60", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bo102:Zs%20371#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:11-13.1958-60#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bo102" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Z 848", + "callNumber" : "Bg 168:1977", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bo133:Z%20848" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1977", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bo133:Z%20848#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1977#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bo133" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1976", + "callNumber" : "D 00/49 Z 25", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1976" + "id" : "http://lobid.org/items/HT000009600:DE-464:D%2000%2F49%20Z%2025", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1976#!", + "id" : "http://lobid.org/items/HT000009600:DE-464:D%2000%2F49%20Z%2025#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-464", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:10.1957", + "callNumber" : "Bg 168:1963", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:10.1957" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1963", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:10.1957#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1963#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1977", + "callNumber" : "Z 1009", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1977" + "id" : "http://lobid.org/items/HT000009600:DE-260:Z%201009", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1977#!", + "id" : "http://lobid.org/items/HT000009600:DE-260:Z%201009#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-260", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1975", + "callNumber" : "Bg 168:1968", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1975" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1968", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1975#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1968#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1978", + "callNumber" : "Bg 168:1969", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1978" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1969", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1978#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1969#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:14-15.1961-62", + "callNumber" : "Bg 168: 4.1951", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:14-15.1961-62" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%204.1951", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:14-15.1961-62#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%204.1951#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1980", + "callNumber" : "Bg 168: 7.1954", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1980" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%207.1954", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1980#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%207.1954#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168: 5-6.11952-53", + "callNumber" : "Bg 168", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%205-6.11952-53" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3:Bg%20168", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%205-6.11952-53#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3:Bg%20168#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168: 1-2.1948-49", + "callNumber" : "Zs 1545", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%201-2.1948-49" + "id" : "http://lobid.org/items/HT000009600:DE-60:Zs%201545", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%201-2.1948-49#!", + "id" : "http://lobid.org/items/HT000009600:DE-60:Zs%201545#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-60", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Haa1455", + "callNumber" : "Bg 168: 1-2.1948-49", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-38:Haa1455" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%201-2.1948-49", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-38:Haa1455#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%201-2.1948-49#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-38" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1981", + "callNumber" : "Bg 168: 5-6.11952-53", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1981" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%205-6.11952-53", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1981#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%205-6.11952-53#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168: 8.1955", + "callNumber" : "Bg 168:1972", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%208.1955" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1972", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%208.1955#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1972#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1973", + "callNumber" : "Bg 168:14-15.1961-62", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1973" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:14-15.1961-62", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1973#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:14-15.1961-62#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "D 00/49 Z 25", + "callNumber" : "Bg 168:1978", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-464:D%2000%2F49%20Z%2025" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1978", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-464:D%2000%2F49%20Z%2025#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1978#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-464" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:11-13.1958-60", + "callNumber" : "Bg 168:1975", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:11-13.1958-60" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1975", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:11-13.1958-60#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1975#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "AMZ 336", + "callNumber" : "Bg 168:1976", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bo133:AMZ%20336" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1976", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bo133:AMZ%20336#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1976#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bo133" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1974", + "callNumber" : "Haa1455", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1974" + "id" : "http://lobid.org/items/HT000009600:DE-38:Haa1455", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1974#!", + "id" : "http://lobid.org/items/HT000009600:DE-38:Haa1455#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-38", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1969", + "callNumber" : "Bg 168:10.1957", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1969" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:10.1957", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1969#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:10.1957#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1978.86 Register [L]", + "callNumber" : "BX-7", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1978.86%20Register%20%5BL%5D" + "id" : "http://lobid.org/items/HT000009600:DE-294-17:BX-7", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1978.86%20Register%20%5BL%5D#!", + "id" : "http://lobid.org/items/HT000009600:DE-294-17:BX-7#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-294-17", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1968", + "callNumber" : "Bg 168:1966", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1968" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1966", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1968#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1966#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1983", + "callNumber" : "Bg 168:1981", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1983" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1981", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1983#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1981#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1965", + "callNumber" : "Z 848", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1965" + "id" : "http://lobid.org/items/HT000009600:DE-Bo133:Z%20848", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1965#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bo133:Z%20848#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bo133", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Z 1009", + "callNumber" : "Bg 168:1974", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-260:Z%201009" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1974", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-260:Z%201009#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1974#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-260" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1982", + "callNumber" : "Bg 168:1980", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1982" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1980", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1982#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1980#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Zs 1545", + "callNumber" : "Bg 168:1973", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-60:Zs%201545" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1973", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-60:Zs%201545#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1973#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-60" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1966", + "callNumber" : "Bg 168:1979", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1966" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1979", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1966#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1979#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1967", + "callNumber" : "Bg 168: 3.1950", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1967" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%203.1950", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1967#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%203.1950#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1964", + "callNumber" : "Bg 168: 9.1956", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1964" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%209.1956", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1964#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%209.1956#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:23-24.1970-71", + "callNumber" : "Bg 168:1978.86 Register [L]", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:23-24.1970-71" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1978.86%20Register%20%5BL%5D", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:23-24.1970-71#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1978.86%20Register%20%5BL%5D#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168: 7.1954", + "callNumber" : "AMZ 336", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%207.1954" + "id" : "http://lobid.org/items/HT000009600:DE-Bo133:AMZ%20336", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%207.1954#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bo133:AMZ%20336#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bo133", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168", + "callNumber" : "Bg 168:23-24.1970-71", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3:Bg%20168" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:23-24.1970-71", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3:Bg%20168#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:23-24.1970-71#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168: 9.1956", + "callNumber" : "Bg 168: 8.1955", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%209.1956" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%208.1955", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%209.1956#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%208.1955#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1963", + "callNumber" : "Bg 168:1982", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1963" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1982", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1963#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1982#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168: 3.1950", + "callNumber" : "Bg 168:1983", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%203.1950" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1983", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%203.1950#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1983#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168: 4.1951", + "callNumber" : "Bg 168:1967", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%204.1951" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1967", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:%204.1951#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1967#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "BX-7", + "callNumber" : "Bg 168:1965", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-294-17:BX-7" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1965", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-294-17:BX-7#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1965#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-294-17" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Bg 168:1979", + "callNumber" : "Bg 168:1964", "describedby" : { - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1979" + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1964", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000009600#!", - "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1979#!", + "id" : "http://lobid.org/items/HT000009600:DE-Bm3-3:Bg%20168:1964#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm3-3" + "id" : "http://lobid.org/organisation/DE-Bm3-3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "frequency" : [ "Bei Jg. 28 setzt die durchgehende Nr.-Zählung ein" ], "hasSupplement" : [ { - "id" : "http://lobid.org/resources/HT006886479#!" + "id" : "http://lobid.org/resources/HT006886478#!", + "label" : "lobid Ressource" }, { - "id" : "http://lobid.org/resources/HT007527436#!" + "id" : "http://lobid.org/resources/HT012299746#!", + "label" : "lobid Ressource" }, { - "id" : "http://lobid.org/resources/HT006886478#!" + "id" : "http://lobid.org/resources/HT007527436#!", + "label" : "lobid Ressource" }, { - "id" : "http://lobid.org/resources/HT006886477#!" + "id" : "http://lobid.org/resources/HT006886477#!", + "label" : "lobid Ressource" }, { - "id" : "http://lobid.org/resources/HT006886476#!" + "id" : "http://lobid.org/resources/HT006886476#!", + "label" : "lobid Ressource" }, { - "id" : "http://lobid.org/resources/HT012299746#!" + "id" : "http://lobid.org/resources/HT006886479#!", + "label" : "lobid Ressource" } ], "hbzId" : "HT000009600", "id" : "http://lobid.org/resources/HT000009600#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT000009600" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT000009600", + "label" : "hbz Verbundkatalog" }, "issn" : [ "0028307x" ], "language" : [ { @@ -498,9 +626,11 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://worldcat.org/oclc/263589870" + "id" : "http://ld.zdb-services.de/resource/6211-x", + "label" : "http://ld.zdb-services.de/resource" }, { - "id" : "http://ld.zdb-services.de/resource/6211-x" + "id" : "http://worldcat.org/oclc/263589870", + "label" : "http://worldcat.org/oclc" } ], "subject" : [ { "id" : "http://dewey.info/class/330/", diff --git a/src/test/resources/output/json/00004/BT000040377.json b/src/test/resources/output/json/00004/BT000040377.json index ab42d8fd5..7b6f4a12a 100644 --- a/src/test/resources/output/json/00004/BT000040377.json +++ b/src/test/resources/output/json/00004/BT000040377.json @@ -6,12 +6,13 @@ "label" : "Nordrhein-Westfälische Bibliographie" } ], "containedIn" : [ { - "id" : "http://lobid.org/resources/HT003759287#!" + "id" : "http://lobid.org/resources/HT003759287#!", + "label" : "lobid Ressource" } ], "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/105745944", - "label" : "Schmidt, Eckhard", + "label" : [ "http://d-nb.info/gnd", "Schmidt, Eckhard" ], "type" : [ "Person" ] }, "role" : [ { @@ -25,15 +26,18 @@ "describedby" : { "dateCreated" : "19960814", "dateModified" : "19960814", - "id" : "http://lobid.org/resources/BT000040377" + "id" : "http://lobid.org/resources/BT000040377", + "label" : "lobid Ressource" }, "hbzId" : "BT000040377", "id" : "http://lobid.org/resources/BT000040377#!", "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT003759287#!" + "id" : "http://lobid.org/resources/HT003759287#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DBT000040377" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DBT000040377", + "label" : "hbz Verbundkatalog" }, "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", @@ -47,7 +51,8 @@ "startDate" : "1983" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-BT000040377" + "id" : "http://hub.culturegraph.org/resource/HBZ-BT000040377", + "label" : "Culturegraph Ressource" } ], "subject" : [ { "label" : "Vogelschutz", diff --git a/src/test/resources/output/json/00004/BT000041593.json b/src/test/resources/output/json/00004/BT000041593.json index f952307e5..b85171452 100644 --- a/src/test/resources/output/json/00004/BT000041593.json +++ b/src/test/resources/output/json/00004/BT000041593.json @@ -6,12 +6,13 @@ "label" : "Nordrhein-Westfälische Bibliographie" } ], "containedIn" : [ { - "id" : "http://lobid.org/resources/HT007751353#!" + "id" : "http://lobid.org/resources/HT007751353#!", + "label" : "lobid Ressource" } ], "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/10880724X", - "label" : "Altekamp, Heinrich", + "label" : [ "http://d-nb.info/gnd", "Altekamp, Heinrich" ], "type" : [ "Person" ] }, "role" : [ { @@ -25,15 +26,18 @@ "describedby" : { "dateCreated" : "19960814", "dateModified" : "19960814", - "id" : "http://lobid.org/resources/BT000041593" + "id" : "http://lobid.org/resources/BT000041593", + "label" : "lobid Ressource" }, "hbzId" : "BT000041593", "id" : "http://lobid.org/resources/BT000041593#!", "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT007751353#!" + "id" : "http://lobid.org/resources/HT007751353#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DBT000041593" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DBT000041593", + "label" : "hbz Verbundkatalog" }, "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", @@ -51,7 +55,8 @@ "startDate" : "1983" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-BT000041593" + "id" : "http://hub.culturegraph.org/resource/HBZ-BT000041593", + "label" : "Culturegraph Ressource" } ], "title" : "Das Portrait einer Region: Kreis Coesfeld.", "type" : [ "BibliographicResource", "Article" ] diff --git a/src/test/resources/output/json/00006/BT000067443.json b/src/test/resources/output/json/00006/BT000067443.json index 8c96db6c2..d267946b7 100644 --- a/src/test/resources/output/json/00006/BT000067443.json +++ b/src/test/resources/output/json/00006/BT000067443.json @@ -6,12 +6,13 @@ "label" : "Nordrhein-Westfälische Bibliographie" } ], "containedIn" : [ { - "id" : "http://lobid.org/resources/HT006990419#!" + "id" : "http://lobid.org/resources/HT006990419#!", + "label" : "lobid Ressource" } ], "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/118033948", - "label" : "Meier, Elmar", + "label" : [ "http://d-nb.info/gnd", "Meier, Elmar" ], "type" : [ "Person" ] }, "role" : [ { @@ -25,15 +26,18 @@ "describedby" : { "dateCreated" : "19960816", "dateModified" : "19960816", - "id" : "http://lobid.org/resources/BT000067443" + "id" : "http://lobid.org/resources/BT000067443", + "label" : "lobid Ressource" }, "hbzId" : "BT000067443", "id" : "http://lobid.org/resources/BT000067443#!", "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT006990419#!" + "id" : "http://lobid.org/resources/HT006990419#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DBT000067443" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DBT000067443", + "label" : "hbz Verbundkatalog" }, "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", @@ -53,7 +57,8 @@ "startDate" : "1986" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-BT000067443" + "id" : "http://hub.culturegraph.org/resource/HBZ-BT000067443", + "label" : "Culturegraph Ressource" } ], "title" : "Bestandsaufnahme der Amphibien im Raum Coesfeld-Billerbeck", "type" : [ "BibliographicResource", "Article" ] diff --git a/src/test/resources/output/json/00007/TT000075751.json b/src/test/resources/output/json/00007/TT000075751.json index 584690865..31c3b8105 100644 --- a/src/test/resources/output/json/00007/TT000075751.json +++ b/src/test/resources/output/json/00007/TT000075751.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Britten, Edward B.", "Britten, Edward Benjamin", "Britten, ..." ], "id" : "http://d-nb.info/gnd/118515527", - "label" : "Britten, Benjamin", + "label" : [ "Britten, Benjamin", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -15,7 +15,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/13482167X", - "label" : "Anderson, Lorna", + "label" : [ "http://d-nb.info/gnd", "Anderson, Lorna" ], "type" : [ "Person" ] }, "role" : [ { @@ -26,7 +26,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/134926285", - "label" : "Nathan, Regina", + "label" : [ "Nathan, Regina", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -37,7 +37,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/134769236", - "label" : "Martineau, Malcolm", + "label" : [ "Martineau, Malcolm", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -49,7 +49,7 @@ "agent" : { "altLabel" : [ "McDougall, Jamie", "Mac Dougall, Jamie" ], "id" : "http://d-nb.info/gnd/134782852", - "label" : "MacDougall, Jamie", + "label" : [ "http://d-nb.info/gnd", "MacDougall, Jamie" ], "type" : [ "Person" ] }, "role" : [ { @@ -60,7 +60,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/134845323", - "label" : "Lewis, Bryn", + "label" : [ "http://d-nb.info/gnd", "Lewis, Bryn" ], "type" : [ "Person" ] }, "role" : [ { @@ -71,7 +71,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/134926277", - "label" : "Ogden, Craig", + "label" : [ "http://d-nb.info/gnd", "Ogden, Craig" ], "type" : [ "Person" ] }, "role" : [ { @@ -84,17 +84,21 @@ "describedby" : { "dateCreated" : "19990816", "dateModified" : "20120309", - "id" : "http://lobid.org/resources/TT000075751" + "id" : "http://lobid.org/resources/TT000075751", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "CD 2410 - CD 2411", "describedby" : { - "id" : "http://lobid.org/items/TT000075751:DE-Kn38:CD%202410%20-%20CD%202411" + "id" : "http://lobid.org/items/TT000075751:DE-Kn38:CD%202410%20-%20CD%202411", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/TT000075751#!", "id" : "http://lobid.org/items/TT000075751:DE-Kn38:CD%202410%20-%20CD%202411#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Kn38" + "id" : "http://lobid.org/organisation/DE-Kn38", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -102,10 +106,12 @@ "hbzId" : "TT000075751", "id" : "http://lobid.org/resources/TT000075751#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT000075751" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT000075751", + "label" : "hbz Verbundkatalog" }, "medium" : [ { - "id" : "http://purl.org/ontology/bibo/AudioDocument" + "id" : "http://purl.org/ontology/bibo/AudioDocument", + "label" : "Audio-Dokument" } ], "publication" : [ { "location" : "London", @@ -114,7 +120,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-TT000075751" + "id" : "http://hub.culturegraph.org/resource/HBZ-TT000075751", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Benjamin Britten. Lorna Anderson, soprano ; Regina Nathan, soprano ; Jamie MacDougall, tenor ; Malcolm Martineau, piano ; Bryn Lewis, harp ; Craig Ogden, guitar", "title" : "Complete folk song arrangements", diff --git a/src/test/resources/output/json/00012/BT000128754.json b/src/test/resources/output/json/00012/BT000128754.json index c63f53401..ce13e0861 100644 --- a/src/test/resources/output/json/00012/BT000128754.json +++ b/src/test/resources/output/json/00012/BT000128754.json @@ -7,12 +7,13 @@ "label" : "Nordrhein-Westfälische Bibliographie" } ], "containedIn" : [ { - "id" : "http://lobid.org/resources/HT007138775#!" + "id" : "http://lobid.org/resources/HT007138775#!", + "label" : "lobid Ressource" } ], "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/174423330", - "label" : "Job, Bertram", + "label" : [ "Job, Bertram", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -26,15 +27,18 @@ "describedby" : { "dateCreated" : "19970106", "dateModified" : "20090401", - "id" : "http://lobid.org/resources/BT000128754" + "id" : "http://lobid.org/resources/BT000128754", + "label" : "lobid Ressource" }, "hbzId" : "BT000128754", "id" : "http://lobid.org/resources/BT000128754#!", "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT007138775#!" + "id" : "http://lobid.org/resources/HT007138775#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DBT000128754" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DBT000128754", + "label" : "hbz Verbundkatalog" }, "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", @@ -50,18 +54,19 @@ "startDate" : "1996" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-BT000128754" + "id" : "http://hub.culturegraph.org/resource/HBZ-BT000128754", + "label" : "Culturegraph Ressource" } ], "subject" : [ { "id" : "http://d-nb.info/gnd/2050419-6", - "label" : "1. Fußball-Club Köln 01/07", + "label" : [ "http://d-nb.info/gnd", "1. Fußball-Club Köln 01/07" ], "type" : [ "CorporateBody" ] }, { "label" : "Geschichte", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/2041907-7", - "label" : "Verein für Leibesübungen Borussia 1900 Mönchengladbach", + "label" : [ "http://d-nb.info/gnd", "Verein für Leibesübungen Borussia 1900 Mönchengladbach" ], "type" : [ "CorporateBody" ] }, { "label" : "Geschichte", diff --git a/src/test/resources/output/json/00029/HT000290078.json b/src/test/resources/output/json/00029/HT000290078.json index 66f6d7957..7869077e6 100644 --- a/src/test/resources/output/json/00029/HT000290078.json +++ b/src/test/resources/output/json/00029/HT000290078.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/174737203", - "label" : "Aigner, Johann", + "label" : [ "Aigner, Johann", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -16,28 +16,35 @@ "describedby" : { "dateCreated" : "19840831", "dateModified" : "20070718", - "id" : "http://lobid.org/resources/HT000290078" + "id" : "http://lobid.org/resources/HT000290078", + "label" : "lobid Ressource" }, "exemplar" : [ { - "callNumber" : "Jc F 16826", + "callNumber" : "11DCX1513+1", "describedby" : { - "id" : "http://lobid.org/items/HT000290078:DE-290:Jc%20F%2016826" + "id" : "http://lobid.org/items/HT000290078:DE-467:11DCX1513%2B1", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000290078#!", - "id" : "http://lobid.org/items/HT000290078:DE-290:Jc%20F%2016826#!", + "id" : "http://lobid.org/items/HT000290078:DE-467:11DCX1513%2B1#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-290" + "id" : "http://lobid.org/organisation/DE-467", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "11DCX1513+1", + "callNumber" : "Jc F 16826", "describedby" : { - "id" : "http://lobid.org/items/HT000290078:DE-467:11DCX1513%2B1" + "id" : "http://lobid.org/items/HT000290078:DE-290:Jc%20F%2016826", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT000290078#!", - "id" : "http://lobid.org/items/HT000290078:DE-467:11DCX1513%2B1#!", + "id" : "http://lobid.org/items/HT000290078:DE-290:Jc%20F%2016826#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-467" + "id" : "http://lobid.org/organisation/DE-290", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -45,7 +52,8 @@ "hbzId" : "HT000290078", "id" : "http://lobid.org/resources/HT000290078#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT000290078" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT000290078", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "3209001731", "9783209001733" ], "medium" : [ { @@ -60,7 +68,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT000290078" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT000290078", + "label" : "Culturegraph Ressource" } ], "title" : "NEUE GRAMMATIK IM DEUTSCHUNTERRICHT FUER- ZEHN- BIS FUENFZEHNJAEHRIGE", "type" : [ "BibliographicResource", "Book" ] diff --git a/src/test/resources/output/json/00121/TT001210514.json b/src/test/resources/output/json/00121/TT001210514.json index 91817ee4c..37a2472a1 100644 --- a/src/test/resources/output/json/00121/TT001210514.json +++ b/src/test/resources/output/json/00121/TT001210514.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Hitler, Adolfo", "Xitler, Adolf", "Hitorâ, Adorufu", "Hitler, Adolphe", "Hitlar", "Hitlers, Adolphs", "Gitler, Adol'f", "Gitler, ...", "Hitler, Adolph", "Hitler, ...", "Chitler, Adolphu", "Hitlers, Ādolfs", "Hitlar, Adūlf", "Chitler, Adolf" ], "id" : "http://d-nb.info/gnd/118551655", - "label" : "Hitler, Adolf", + "label" : [ "Hitler, Adolf", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -17,34 +17,40 @@ "describedby" : { "dateCreated" : "20051110", "dateModified" : "20060207", - "id" : "http://lobid.org/resources/TT001210514" + "id" : "http://lobid.org/resources/TT001210514", + "label" : "lobid Ressource" }, "edition" : [ "Ausgabe in Blindenschrift" ], "exemplar" : [ { "describedby" : { - "id" : "http://lobid.org/items/TT001210514:DE-107:" + "id" : "http://lobid.org/items/TT001210514:DE-107:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/TT001210514#!", "id" : "http://lobid.org/items/TT001210514:DE-107:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-107" + "id" : "http://lobid.org/organisation/DE-107", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "hbzId" : "TT001210514", "id" : "http://lobid.org/resources/TT001210514#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT001210514" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT001210514", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", "label" : "Deutsch" } ], "medium" : [ { + "id" : "http://purl.org/library/BrailleBook", + "label" : "http://purl.org/library" + }, { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" - }, { - "id" : "http://purl.org/library/BrailleBook" } ], "publication" : [ { "location" : "Marburg/Lahn", @@ -52,7 +58,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-TT001210514" + "id" : "http://hub.culturegraph.org/resource/HBZ-TT001210514", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "von Adolf Hitler", "title" : "Mein Kampf", diff --git a/src/test/resources/output/json/00123/TT001230001.json b/src/test/resources/output/json/00123/TT001230001.json index b33085cfe..84688452c 100644 --- a/src/test/resources/output/json/00123/TT001230001.json +++ b/src/test/resources/output/json/00123/TT001230001.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Fredericus, Germania, Imperator", "Federico, Germania, Imperatore", "Phreiderikos, Heiliges Römisches Reich, Kaiser", "Fridericus, Germania, Imperator", "Federico, di Svevia", "Frédéric, Allemagne, Empereur", "Federico, Sicilia, Re", "Friedrich, Deutschland, Kaiser", "Frédéric, Sicile, Roi", "Fridericus, Imperium Romanum-Germanicum, Imperator", "Friedrich II., Kaiser", "Fridericus, Sicilia, Rex", "Friedrich, Sizilien, König", "Friedrich, von Hohenstaufen", "Friderichus, Imperator", "Friderichus secundus, Imperator", "Federico, Sicilia, Rex", "Frédéric, Roger", "Federicus, Germania, Imperator", "Fridericus, Imperator", "Stupor mundi", "Frederick, Germany, Emperor" ], "id" : "http://d-nb.info/gnd/118535765", - "label" : "Friedrich, II., Heiliges Römisches Reich, Kaiser", + "label" : [ "http://d-nb.info/gnd", "Friedrich, II., Heiliges Römisches Reich, Kaiser" ], "type" : [ "Person" ] }, "role" : [ { @@ -16,7 +16,7 @@ "agent" : { "altLabel" : [ "Manfred, Sicile, Roi", "Manfred, Tarent, Fürst", "Manfred, Sizilien, König", "Manfredi, Naples, King", "Manfredi, Sicily, King", "Manfred, Sicily, King", "Manfredo, Sicilia, Re", "Manfred, Naples, King", "Manfred, Tarente, Prince", "Manfred, Sicilia, Re", "Manfredus, Sicilia, Rex", "Manfred, von Sizilien", "Manfred, von Tarent" ], "id" : "http://d-nb.info/gnd/118577018", - "label" : "Manfredi, Sicilia, Re", + "label" : [ "Manfredi, Sicilia, Re", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -28,7 +28,7 @@ "agent" : { "altLabel" : [ "Alberto, Magno", "Albertus, Lauingensis", "Albert, le Grand", "Albertus, Colonus", "Albertus, Teutonicus", "Petrus, Theoctonicus", "Albert, von Bollstädt", "Albert, der Große", "Ps.-Albertus, Magnus", "Magnus, Albertus", "Albert, der Grosse", "Albertus, Grotus", "Albertus, Alemannus", "Albertus, Bolstadius", "Albertus Magnus", "Albertus, Parvus Lucius", "Albertus, de Colonia", "Bolstadius, Albertus", "Albert, the Great", "Petrus, Teutonicus", "Pseudo-Albertus, Magnus", "Albertus, de Bollstadt", "Albertus, de Lauging" ], "id" : "http://d-nb.info/gnd/118637649", - "label" : "Albertus, Magnus", + "label" : [ "http://d-nb.info/gnd", "Albertus, Magnus" ], "type" : [ "Person" ] }, "role" : [ { @@ -40,18 +40,22 @@ "contributorOrder" : [ "http://d-nb.info/gnd/118535765 | http://d-nb.info/gnd/118577018 | http://d-nb.info/gnd/118637649" ], "describedby" : { "dateCreated" : "20051110", - "id" : "http://lobid.org/resources/TT001230001" + "id" : "http://lobid.org/resources/TT001230001", + "label" : "lobid Ressource" }, "edition" : [ "Ex membranis vetustis nunc primùm edita" ], "exemplar" : [ { "callNumber" : "MF 275/F2001/F2003", "describedby" : { - "id" : "http://lobid.org/items/TT001230001:DE-107:MF%20275%2FF2001%2FF2003" + "id" : "http://lobid.org/items/TT001230001:DE-107:MF%20275%2FF2001%2FF2003", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/TT001230001#!", "id" : "http://lobid.org/items/TT001230001:DE-107:MF%20275%2FF2001%2FF2003#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-107" + "id" : "http://lobid.org/organisation/DE-107", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -61,22 +65,26 @@ "inSeries" : [ { "numbering" : "F2001/F2003]", "series" : [ { - "id" : "http://lobid.org/resources/TT001197763#!" + "id" : "http://lobid.org/resources/TT001197763#!", + "label" : "lobid Ressource" } ], "type" : [ "SeriesRelation" ] } ], "isPartOf" : [ { - "id" : "http://lobid.org/resources/TT001197763#!" + "id" : "http://lobid.org/resources/TT001197763#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT001230001" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT001230001", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/lat", "label" : "Latein" } ], "medium" : [ { - "id" : "http://rdvocab.info/termList/RDACarrierType/1020" + "id" : "http://rdvocab.info/termList/RDACarrierType/1020", + "label" : "http://rdvocab.info/termList" } ], "note" : [ "Vorlageform des Erscheinungsvermerks: Avgvstae Vindelicorvm ... Apud Ioannem Praetorium, Anno M.D.XCVI ... - Mikrofiche. München : Saur, 1991. Mikrofiche-Nr. F2001-F2003 : 23x" ], "otherTitleInformation" : [ "Cvm Manfredi Regis additionibus", "Reliqva Librorvm Friderici II. Imperatoris, De arte venandi cum auibus" ], @@ -87,7 +95,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-TT001230001" + "id" : "http://hub.culturegraph.org/resource/HBZ-TT001230001", + "label" : "Culturegraph Ressource" } ], "title" : "Reliqua librorum Friderici II. ... de arte venandi cum avibus", "type" : [ "BibliographicResource", "Miscellaneous" ], diff --git a/src/test/resources/output/json/00131/HT001310215.json b/src/test/resources/output/json/00131/HT001310215.json index b8eac609a..af24e1785 100644 --- a/src/test/resources/output/json/00131/HT001310215.json +++ b/src/test/resources/output/json/00131/HT001310215.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/177572388", - "label" : "SCHOLLE, ROGER H.", + "label" : [ "SCHOLLE, ROGER H.", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -15,7 +15,7 @@ "agent" : { "altLabel" : [ "Dental Association", "ADA" ], "id" : "http://d-nb.info/gnd/37460-X", - "label" : "American Dental Association", + "label" : [ "http://d-nb.info/gnd", "American Dental Association" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -27,24 +27,29 @@ "contributorOrder" : [ "http://d-nb.info/gnd/177572388 | http://d-nb.info/gnd/37460-X" ], "describedby" : { "dateCreated" : "19950206", - "id" : "http://lobid.org/resources/HT001310215" + "id" : "http://lobid.org/resources/HT001310215", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "ZMC134", "describedby" : { - "id" : "http://lobid.org/items/HT001310215:DE-294:ZMC134" + "id" : "http://lobid.org/items/HT001310215:DE-294:ZMC134", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001310215#!", "id" : "http://lobid.org/items/HT001310215:DE-294:ZMC134#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-294" + "id" : "http://lobid.org/organisation/DE-294", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "hbzId" : "HT001310215", "id" : "http://lobid.org/resources/HT001310215#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT001310215" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT001310215", + "label" : "hbz Verbundkatalog" }, "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", @@ -58,7 +63,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT001310215" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT001310215", + "label" : "Culturegraph Ressource" } ], "title" : "JOURNAL", "type" : [ "BibliographicResource", "Journal" ] diff --git a/src/test/resources/output/json/00167/TT001671747.json b/src/test/resources/output/json/00167/TT001671747.json index c123b71a7..b1e3da3f4 100644 --- a/src/test/resources/output/json/00167/TT001671747.json +++ b/src/test/resources/output/json/00167/TT001671747.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : "Mayr, A.", "id" : "http://d-nb.info/gnd/137082479", - "label" : "Mayr, Alois", + "label" : [ "http://d-nb.info/gnd", "Mayr, Alois" ], "type" : [ "Person" ] }, "role" : [ { @@ -16,7 +16,7 @@ "agent" : { "altLabel" : [ "Geographische Kommission für Westfalen", "Provinzialinstitut für Westfälische Landes- und Volksforschung" ], "id" : "http://d-nb.info/gnd/2056181-7", - "label" : "Provinzialinstitut für Westfälische Landes- und Volksforschung. Geographische Kommission für Westfalen", + "label" : [ "Provinzialinstitut für Westfälische Landes- und Volksforschung. Geographische Kommission für Westfalen", "http://d-nb.info/gnd" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -29,80 +29,102 @@ "describedby" : { "dateCreated" : "20060407", "dateModified" : "20131108", - "id" : "http://lobid.org/resources/TT001671747" + "id" : "http://lobid.org/resources/TT001671747", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "C 367,V", "describedby" : { - "id" : "http://lobid.org/items/TT001671747:DE-6-139a:C%20367,V" + "id" : "http://lobid.org/items/TT001671747:DE-6-139a:C%20367,V", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/TT001671747#!", "id" : "http://lobid.org/items/TT001671747:DE-6-139a:C%20367,V#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6-139a" + "id" : "http://lobid.org/organisation/DE-6-139a", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "FN 66", "describedby" : { - "id" : "http://lobid.org/items/TT001671747:DE-Sol1:FN%2066" + "id" : "http://lobid.org/items/TT001671747:DE-386:GOA%207%2F62-3,5,1", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/TT001671747#!", - "id" : "http://lobid.org/items/TT001671747:DE-Sol1:FN%2066#!", + "id" : "http://lobid.org/items/TT001671747:DE-386:GOA%207%2F62-3,5,1#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Sol1" + "id" : "http://lobid.org/organisation/DE-386", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/TT001671747:DE-466:GOA%207%2F62-3,5,1" + "id" : "http://lobid.org/items/TT001671747:DE-466:GOA%207%2F62-3,5,1", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/TT001671747#!", "id" : "http://lobid.org/items/TT001671747:DE-466:GOA%207%2F62-3,5,1#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-466" + "id" : "http://lobid.org/organisation/DE-466", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "GOA 7/62-3,5,1", "describedby" : { - "id" : "http://lobid.org/items/TT001671747:DE-290:GOA%207%2F62-3,5,1" + "id" : "http://lobid.org/items/TT001671747:DE-6:GOA%207%2F62-3,5,1", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/TT001671747#!", - "id" : "http://lobid.org/items/TT001671747:DE-290:GOA%207%2F62-3,5,1#!", + "id" : "http://lobid.org/items/TT001671747:DE-6:GOA%207%2F62-3,5,1#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-290" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "K 91/30:3,5,1", "describedby" : { - "id" : "http://lobid.org/items/TT001671747:DE-929:K%2091%2F30:3,5,1" + "id" : "http://lobid.org/items/TT001671747:DE-929:K%2091%2F30:3,5,1", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/TT001671747#!", "id" : "http://lobid.org/items/TT001671747:DE-929:K%2091%2F30:3,5,1#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-929" + "id" : "http://lobid.org/organisation/DE-929", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { + "callNumber" : "GOA 7/62-3,5,1", "describedby" : { - "id" : "http://lobid.org/items/TT001671747:DE-6:GOA%207%2F62-3,5,1" + "id" : "http://lobid.org/items/TT001671747:DE-290:GOA%207%2F62-3,5,1", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/TT001671747#!", - "id" : "http://lobid.org/items/TT001671747:DE-6:GOA%207%2F62-3,5,1#!", + "id" : "http://lobid.org/items/TT001671747:DE-290:GOA%207%2F62-3,5,1#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-290", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { + "callNumber" : "FN 66", "describedby" : { - "id" : "http://lobid.org/items/TT001671747:DE-386:GOA%207%2F62-3,5,1" + "id" : "http://lobid.org/items/TT001671747:DE-Sol1:FN%2066", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/TT001671747#!", - "id" : "http://lobid.org/items/TT001671747:DE-386:GOA%207%2F62-3,5,1#!", + "id" : "http://lobid.org/items/TT001671747:DE-Sol1:FN%2066#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-386" + "id" : "http://lobid.org/organisation/DE-Sol1", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -110,10 +132,12 @@ "hbzId" : "TT001671747", "id" : "http://lobid.org/resources/TT001671747#!", "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT002808565#!" + "id" : "http://lobid.org/resources/HT002808565#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT001671747" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT001671747", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "9783402061749", "3402061740" ], "language" : [ { @@ -121,10 +145,11 @@ "label" : "Deutsch" } ], "medium" : [ { + "id" : "http://purl.org/ontology/bibo/Map", + "label" : "Karte" + }, { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" - }, { - "id" : "http://purl.org/ontology/bibo/Map" } ], "publication" : [ { "location" : "Münster", @@ -137,16 +162,17 @@ "label" : "Geographie" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-TT001671747" + "id" : "http://hub.culturegraph.org/resource/HBZ-TT001671747", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "hrsg. durch den Landschaftsverband Westfalen-Lippe, Geographische Kommission für Westfalen. Atlasred., wiss. und kartograph. Betreuung: Alois Mayr ...", "subject" : [ { "id" : "http://d-nb.info/gnd/4065781-4", - "label" : "Westfalen", + "label" : [ "http://d-nb.info/gnd", "Westfalen" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4073972-7", - "label" : "Landeskunde", + "label" : [ "http://d-nb.info/gnd", "Landeskunde" ], "type" : [ "SubjectHeading" ] }, { "label" : "Atlas", @@ -160,7 +186,8 @@ "volume" : [ "Doppelbl. 1", "3,5,1", "Themenbereich 3, Bevölkerung", "Lfg. 5" ], "volumeIn" : [ { "multiVolumeWork" : [ { - "id" : "http://lobid.org/resources/HT002808565#!" + "id" : "http://lobid.org/resources/HT002808565#!", + "label" : "lobid Ressource" } ], "numbering" : "3,5,1", "type" : [ "MultiVolumeWorkRelation" ] diff --git a/src/test/resources/output/json/00172/TT001726537.json b/src/test/resources/output/json/00172/TT001726537.json index 9fcf7283c..2b50f909a 100644 --- a/src/test/resources/output/json/00172/TT001726537.json +++ b/src/test/resources/output/json/00172/TT001726537.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Maimbourg, Lewis", "Maimburgo, Luigi", "Romain, François", "Maimburgius, Ludovicus", "Maimbourg, ...", "Maimburg, Ludwig", "Maimburgus, Ludovicus" ], "id" : "http://d-nb.info/gnd/115541802", - "label" : "Maimbourg, Louis", + "label" : [ "Maimbourg, Louis", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -17,28 +17,35 @@ "describedby" : { "dateCreated" : "20060512", "dateModified" : "20131121", - "id" : "http://lobid.org/resources/TT001726537" + "id" : "http://lobid.org/resources/TT001726537", + "label" : "lobid Ressource" }, "exemplar" : [ { - "callNumber" : "2 in: Aa 2422", + "callNumber" : "2 in: Aa 1801", "describedby" : { - "id" : "http://lobid.org/items/TT001726537:DE-Kn28:2%20in:%20Aa%202422" + "id" : "http://lobid.org/items/TT001726537:DE-Kn28:2%20in:%20Aa%201801", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/TT001726537#!", - "id" : "http://lobid.org/items/TT001726537:DE-Kn28:2%20in:%20Aa%202422#!", + "id" : "http://lobid.org/items/TT001726537:DE-Kn28:2%20in:%20Aa%201801#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Kn28" + "id" : "http://lobid.org/organisation/DE-Kn28", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "2 in: Aa 1801", + "callNumber" : "2 in: Aa 2422", "describedby" : { - "id" : "http://lobid.org/items/TT001726537:DE-Kn28:2%20in:%20Aa%201801" + "id" : "http://lobid.org/items/TT001726537:DE-Kn28:2%20in:%20Aa%202422", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/TT001726537#!", - "id" : "http://lobid.org/items/TT001726537:DE-Kn28:2%20in:%20Aa%201801#!", + "id" : "http://lobid.org/items/TT001726537:DE-Kn28:2%20in:%20Aa%202422#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Kn28" + "id" : "http://lobid.org/organisation/DE-Kn28", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -46,17 +53,19 @@ "hbzId" : "TT001726537", "id" : "http://lobid.org/resources/TT001726537#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT001726537" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT001726537", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/fra", "label" : "Französisch" } ], "medium" : [ { - "id" : "http://rdvocab.info/termList/prodManuscript/1002" - }, { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" + }, { + "id" : "http://rdvocab.info/termList/prodManuscript/1002", + "label" : "http://rdvocab.info/termList" } ], "note" : [ "Streitschrift gegen Dupré, ...: Le Jesuite Secularisé" ], "publication" : [ { @@ -66,7 +75,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-TT001726537" + "id" : "http://hub.culturegraph.org/resource/HBZ-TT001726537", + "label" : "Culturegraph Ressource" } ], "title" : "Critique Du Jesuite Secularisé", "type" : [ "BibliographicResource", "Book" ] diff --git a/src/test/resources/output/json/00189/HT001898812.json b/src/test/resources/output/json/00189/HT001898812.json index d7a715226..b510760fa 100644 --- a/src/test/resources/output/json/00189/HT001898812.json +++ b/src/test/resources/output/json/00189/HT001898812.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/177005009", - "label" : "Piprek, Jan", + "label" : [ "http://d-nb.info/gnd", "Piprek, Jan" ], "type" : [ "Person" ] }, "role" : [ { @@ -15,7 +15,7 @@ "agent" : { "altLabel" : "Ippoldt, Juljusz", "id" : "http://d-nb.info/gnd/124515312", - "label" : "Ippoldt, Juliusz", + "label" : [ "http://d-nb.info/gnd", "Ippoldt, Juliusz" ], "type" : [ "Person" ] }, "role" : [ { @@ -28,204 +28,259 @@ "describedby" : { "dateCreated" : "19970903", "dateModified" : "20030610", - "id" : "http://lobid.org/resources/HT001898812" + "id" : "http://lobid.org/resources/HT001898812", + "label" : "lobid Ressource" }, "exemplar" : [ { - "callNumber" : "GYB1007-2", + "callNumber" : "Ch PIPREK gro pol 2", "describedby" : { - "id" : "http://lobid.org/items/HT001898812:DE-466:GYB1007-2" + "id" : "http://lobid.org/items/HT001898812:DE-6-033:Ch%20PIPREK%20gro%20pol%202", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", - "id" : "http://lobid.org/items/HT001898812:DE-466:GYB1007-2#!", + "id" : "http://lobid.org/items/HT001898812:DE-6-033:Ch%20PIPREK%20gro%20pol%202#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-466" + "id" : "http://lobid.org/organisation/DE-6-033", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "71/6301 (2)", + "callNumber" : "hisa320.p777(2)", "describedby" : { - "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)" + "id" : "http://lobid.org/items/HT001898812:DE-61-28:hisa320.p777(2)", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", - "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)#!", + "id" : "http://lobid.org/items/HT001898812:DE-61-28:hisa320.p777(2)#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5" + "id" : "http://lobid.org/organisation/DE-61-28", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "sla/b4953(2)", + "callNumber" : "BF.P645/a2695-2", "describedby" : { - "id" : "http://lobid.org/items/HT001898812:DE-61:sla%2Fb4953(2)" + "id" : "http://lobid.org/items/HT001898812:DE-385:BF.P645%2Fa2695-2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", - "id" : "http://lobid.org/items/HT001898812:DE-61:sla%2Fb4953(2)#!", + "id" : "http://lobid.org/items/HT001898812:DE-385:BF.P645%2Fa2695-2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-61" + "id" : "http://lobid.org/organisation/DE-385", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "V, 18809 (2)", + "callNumber" : "nc/01478", "describedby" : { - "id" : "http://lobid.org/items/HT001898812:DE-98:V,%2018809%20(2)" + "id" : "http://lobid.org/items/HT001898812:DE-61:nc%2F01478", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", - "id" : "http://lobid.org/items/HT001898812:DE-98:V,%2018809%20(2)#!", + "id" : "http://lobid.org/items/HT001898812:DE-61:nc%2F01478#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-98" + "id" : "http://lobid.org/organisation/DE-61", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "71/6301 (2) #3", + "callNumber" : "LLB3272-2", "describedby" : { - "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)%20%233" + "id" : "http://lobid.org/items/HT001898812:DE-294:LLB3272-2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", - "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)%20%233#!", + "id" : "http://lobid.org/items/HT001898812:DE-294:LLB3272-2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5" + "id" : "http://lobid.org/organisation/DE-294", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "71/6301 (2) #1", + "callNumber" : "GYB1007-2", "describedby" : { - "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)%20%231" + "id" : "http://lobid.org/items/HT001898812:DE-466:GYB1007-2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", - "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)%20%231#!", + "id" : "http://lobid.org/items/HT001898812:DE-466:GYB1007-2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5" + "id" : "http://lobid.org/organisation/DE-466", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "AAEP35-2", + "callNumber" : "1 c 33", "describedby" : { - "id" : "http://lobid.org/items/HT001898812:DE-465:AAEP35-2" + "id" : "http://lobid.org/items/HT001898812:DE-6-249:1%20c%2033", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", - "id" : "http://lobid.org/items/HT001898812:DE-465:AAEP35-2#!", + "id" : "http://lobid.org/items/HT001898812:DE-6-249:1%20c%2033#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-465" + "id" : "http://lobid.org/organisation/DE-6-249", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "hisa320.p777(2)", + "callNumber" : "71/6301 (2)", "describedby" : { - "id" : "http://lobid.org/items/HT001898812:DE-61-28:hisa320.p777(2)" + "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", - "id" : "http://lobid.org/items/HT001898812:DE-61-28:hisa320.p777(2)#!", + "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-61-28" + "id" : "http://lobid.org/organisation/DE-5", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "71/6301 (2) #2", "describedby" : { - "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)%20%232" + "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)%20%232", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)%20%232#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5" + "id" : "http://lobid.org/organisation/DE-5", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "BF.P645/a2695-2", + "callNumber" : "71/6301 (2) #3", "describedby" : { - "id" : "http://lobid.org/items/HT001898812:DE-385:BF.P645%2Fa2695-2" + "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)%20%233", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", - "id" : "http://lobid.org/items/HT001898812:DE-385:BF.P645%2Fa2695-2#!", + "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)%20%233#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-385" + "id" : "http://lobid.org/organisation/DE-5", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "3G 26297A-2", + "callNumber" : "3G 26297-2", "describedby" : { - "id" : "http://lobid.org/items/HT001898812:DE-6:3G%2026297A-2" + "id" : "http://lobid.org/items/HT001898812:DE-6:3G%2026297-2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", - "id" : "http://lobid.org/items/HT001898812:DE-6:3G%2026297A-2#!", + "id" : "http://lobid.org/items/HT001898812:DE-6:3G%2026297-2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "AAE1058-2", + "callNumber" : "sla/b4953(2)", "describedby" : { - "id" : "http://lobid.org/items/HT001898812:DE-466:AAE1058-2" + "id" : "http://lobid.org/items/HT001898812:DE-61:sla%2Fb4953(2)", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", - "id" : "http://lobid.org/items/HT001898812:DE-466:AAE1058-2#!", + "id" : "http://lobid.org/items/HT001898812:DE-61:sla%2Fb4953(2)#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-466" + "id" : "http://lobid.org/organisation/DE-61", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "3G 26297-2", + "callNumber" : "3G 26297A-2", "describedby" : { - "id" : "http://lobid.org/items/HT001898812:DE-6:3G%2026297-2" + "id" : "http://lobid.org/items/HT001898812:DE-6:3G%2026297A-2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", - "id" : "http://lobid.org/items/HT001898812:DE-6:3G%2026297-2#!", + "id" : "http://lobid.org/items/HT001898812:DE-6:3G%2026297A-2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "LLB3272-2", + "callNumber" : "AAE1058-2", "describedby" : { - "id" : "http://lobid.org/items/HT001898812:DE-294:LLB3272-2" + "id" : "http://lobid.org/items/HT001898812:DE-466:AAE1058-2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", - "id" : "http://lobid.org/items/HT001898812:DE-294:LLB3272-2#!", + "id" : "http://lobid.org/items/HT001898812:DE-466:AAE1058-2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-294" + "id" : "http://lobid.org/organisation/DE-466", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "NP701.35 G8D4P[2,2", "describedby" : { - "id" : "http://lobid.org/items/HT001898812:DE-361:NP701.35%20G8D4P%5B2,2" + "id" : "http://lobid.org/items/HT001898812:DE-361:NP701.35%20G8D4P%5B2,2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", "id" : "http://lobid.org/items/HT001898812:DE-361:NP701.35%20G8D4P%5B2,2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-361" + "id" : "http://lobid.org/organisation/DE-361", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "nc/01478", + "callNumber" : "V, 18809 (2)", "describedby" : { - "id" : "http://lobid.org/items/HT001898812:DE-61:nc%2F01478" + "id" : "http://lobid.org/items/HT001898812:DE-98:V,%2018809%20(2)", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", - "id" : "http://lobid.org/items/HT001898812:DE-61:nc%2F01478#!", + "id" : "http://lobid.org/items/HT001898812:DE-98:V,%2018809%20(2)#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-61" + "id" : "http://lobid.org/organisation/DE-98", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Ch PIPREK gro pol 2", + "callNumber" : "AAEP35-2", "describedby" : { - "id" : "http://lobid.org/items/HT001898812:DE-6-033:Ch%20PIPREK%20gro%20pol%202" + "id" : "http://lobid.org/items/HT001898812:DE-465:AAEP35-2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", - "id" : "http://lobid.org/items/HT001898812:DE-6-033:Ch%20PIPREK%20gro%20pol%202#!", + "id" : "http://lobid.org/items/HT001898812:DE-465:AAEP35-2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6-033" + "id" : "http://lobid.org/organisation/DE-465", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "1 c 33", + "callNumber" : "71/6301 (2) #1", "describedby" : { - "id" : "http://lobid.org/items/HT001898812:DE-6-249:1%20c%2033" + "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)%20%231", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT001898812#!", - "id" : "http://lobid.org/items/HT001898812:DE-6-249:1%20c%2033#!", + "id" : "http://lobid.org/items/HT001898812:DE-5:71%2F6301%20(2)%20%231#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6-249" + "id" : "http://lobid.org/organisation/DE-5", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -233,13 +288,16 @@ "hbzId" : "HT001898812", "id" : "http://lobid.org/resources/HT001898812#!", "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT001381485#!" + "id" : "http://lobid.org/resources/HT001381485#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT001898812" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT001898812", + "label" : "hbz Verbundkatalog" }, "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/pol" + "id" : "http://id.loc.gov/vocabulary/iso639-2/pol", + "label" : "Polnisch" }, { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", "label" : "Deutsch" @@ -255,33 +313,36 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT001898812" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT001898812", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Jan Piprek ...", "subject" : [ { "id" : "http://d-nb.info/gnd/4120314-8", - "label" : "Polnisch", + "label" : [ "http://d-nb.info/gnd", "Polnisch" ], "type" : [ "SubjectHeading" ] }, { "label" : "Wörterbuch", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4113292-0", - "label" : "Deutsch", + "label" : [ "Deutsch", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "Polnisch | Wörterbuch | Deutsch" ], "subjectLabel" : [ "Hochdeutsch", "Polnische Sprache", "Neuhochdeutsch", "Deutsche Sprache" ], "subjectOrder" : [ "http://d-nb.info/gnd/4120314-8, Wörterbuch, http://d-nb.info/gnd/4113292-0" ], "tableOfContents" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=3362189&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=3362189&custom_att_2=simple_viewer", + "label" : "Digitool" } ], "title" : "Großwörterbuch Polnisch-Deutsch, 2: O - Ż", "type" : [ "BibliographicResource", "Book" ], "volume" : [ "2" ], "volumeIn" : [ { "multiVolumeWork" : [ { - "id" : "http://lobid.org/resources/HT001381485#!" + "id" : "http://lobid.org/resources/HT001381485#!", + "label" : "lobid Ressource" } ], "numbering" : "2", "type" : [ "MultiVolumeWorkRelation" ] diff --git a/src/test/resources/output/json/00223/TT002234042.json b/src/test/resources/output/json/00223/TT002234042.json index 652dd9e2a..a018e8160 100644 --- a/src/test/resources/output/json/00223/TT002234042.json +++ b/src/test/resources/output/json/00223/TT002234042.json @@ -15,59 +15,76 @@ "describedby" : { "dateCreated" : "20030707", "dateModified" : "20160609", - "id" : "http://lobid.org/resources/TT002234042" + "id" : "http://lobid.org/resources/TT002234042", + "label" : "lobid Ressource" }, "exemplar" : [ { "describedby" : { - "id" : "http://lobid.org/items/TT002234042:DE-929:" + "id" : "http://lobid.org/items/TT002234042:DE-929:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/TT002234042#!", "id" : "http://lobid.org/items/TT002234042:DE-929:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-929" + "id" : "http://lobid.org/organisation/DE-929", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "fulltextOnline" : [ { - "id" : "https://www.edoweb-rlp.de/resource/edoweb:1638076" + "id" : "http://edoweb-rlp.de/resource/edoweb:1638076", + "label" : "http://edoweb-rlp.de/resource" }, { - "id" : "http://edoweb-rlp.de/resource/edoweb:1638076" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1638077&custom_att_2=simple_viewer", + "label" : "Digitool" }, { - "id" : "http://www.edoweb-rlp.de/resource/edoweb:1638076" + "id" : "https://www.edoweb-rlp.de/resource/edoweb:1638076", + "label" : "https://www.edoweb-rlp.de/resource" }, { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1638077&custom_att_2=simple_viewer" + "id" : "http://www.edoweb-rlp.de/resource/edoweb:1638076", + "label" : "http://www.edoweb-rlp.de/resource" } ], "hasVersion" : [ { - "id" : "https://www.edoweb-rlp.de/resource/edoweb:1638076" + "id" : "http://edoweb-rlp.de/resource/edoweb:1638076", + "label" : "http://edoweb-rlp.de/resource" }, { - "id" : "http://edoweb-rlp.de/resource/edoweb:1638076" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1638077&custom_att_2=simple_viewer", + "label" : "Digitool" }, { - "id" : "http://www.edoweb-rlp.de/resource/edoweb:1638076" + "id" : "https://www.edoweb-rlp.de/resource/edoweb:1638076", + "label" : "https://www.edoweb-rlp.de/resource" }, { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1638077&custom_att_2=simple_viewer" + "id" : "http://www.edoweb-rlp.de/resource/edoweb:1638076", + "label" : "http://www.edoweb-rlp.de/resource" } ], "hbzId" : "TT002234042", "id" : "http://lobid.org/resources/TT002234042#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT002234042" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT002234042", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", "label" : "Deutsch" } ], "medium" : [ { - "id" : "http://rdvocab.info/termList/RDACarrierType/1018" + "id" : "http://rdvocab.info/termList/RDACarrierType/1010", + "label" : "Datenträger" }, { - "id" : "http://rdvocab.info/termList/RDACarrierType/1010" + "id" : "http://rdvocab.info/termList/RDACarrierType/1018", + "label" : "Online-Ressource" } ], "publication" : [ { "startDate" : "2001" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-TT002234042" + "id" : "http://hub.culturegraph.org/resource/HBZ-TT002234042", + "label" : "Culturegraph Ressource" } ], "similar" : [ { - "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:929:02-1513" + "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:929:02-1513", + "label" : "http://nbn-resolving.de/urn:nbn:de:hbz:929:02-1513" } ], "subject" : [ { "id" : "http://dewey.info/class/350/", diff --git a/src/test/resources/output/json/00223/TT002234459.json b/src/test/resources/output/json/00223/TT002234459.json index 031b9c2af..4094385a7 100644 --- a/src/test/resources/output/json/00223/TT002234459.json +++ b/src/test/resources/output/json/00223/TT002234459.json @@ -45,54 +45,66 @@ "describedby" : { "dateCreated" : "20030718", "dateModified" : "20081017", - "id" : "http://lobid.org/resources/TT002234459" + "id" : "http://lobid.org/resources/TT002234459", + "label" : "lobid Ressource" }, "exemplar" : [ { "describedby" : { - "id" : "http://lobid.org/items/TT002234459:DE-929:" + "id" : "http://lobid.org/items/TT002234459:DE-929:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/TT002234459#!", "id" : "http://lobid.org/items/TT002234459:DE-929:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-929" + "id" : "http://lobid.org/organisation/DE-929", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "fulltextOnline" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1638893&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1638893&custom_att_2=simple_viewer", + "label" : "Digitool" } ], "hasVersion" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1638893&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1638893&custom_att_2=simple_viewer", + "label" : "Digitool" } ], "hbzId" : "TT002234459", "id" : "http://lobid.org/resources/TT002234459#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT002234459" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT002234459", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", "label" : "Deutsch" } ], "medium" : [ { - "id" : "http://rdvocab.info/termList/RDACarrierType/1018" + "id" : "http://rdvocab.info/termList/RDACarrierType/1010", + "label" : "Datenträger" }, { - "id" : "http://purl.org/ontology/bibo/Map" + "id" : "http://purl.org/ontology/bibo/Map", + "label" : "Karte" }, { - "id" : "http://rdvocab.info/termList/RDACarrierType/1010" + "id" : "http://rdvocab.info/termList/RDACarrierType/1018", + "label" : "Online-Ressource" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-TT002234459" + "id" : "http://hub.culturegraph.org/resource/HBZ-TT002234459", + "label" : "Culturegraph Ressource" } ], "similar" : [ { - "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:929:01-2079" + "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:929:01-2079", + "label" : "http://nbn-resolving.de/urn:nbn:de:hbz:929:01-2079" } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4049787-2", - "label" : "Rhein-Lahn-Kreis", + "label" : [ "http://d-nb.info/gnd", "Rhein-Lahn-Kreis" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4114067-9", - "label" : "Jakobsweg", + "label" : [ "Jakobsweg", "http://d-nb.info/gnd" ], "type" : [ "PlaceOrGeographicName" ] }, { "label" : "Karte", @@ -108,6 +120,7 @@ "type" : [ "BibliographicResource", "ArchivedWebPage" ], "urn" : [ "urn:nbn:de:hbz:929:01-2079" ], "webPageArchived" : [ { - "id" : "http://www.rhein-lahn-info.de/jakobsweg/" + "id" : "http://www.rhein-lahn-info.de/jakobsweg/", + "label" : "http://www.rhein-lahn-info.de/jakobsweg" } ] } \ No newline at end of file diff --git a/src/test/resources/output/json/00223/TT002234858.json b/src/test/resources/output/json/00223/TT002234858.json index a9baf43e0..20c3fadea 100644 --- a/src/test/resources/output/json/00223/TT002234858.json +++ b/src/test/resources/output/json/00223/TT002234858.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Oberste Landesplanungsbehörde", "Landespressestelle", "Landesplanungsbehörde", "Staatskanzlei", "Rheinland-Pfalz" ], "id" : "http://d-nb.info/gnd/2029758-0", - "label" : "Rheinland-Pfalz. Staatskanzlei", + "label" : [ "http://d-nb.info/gnd", "Rheinland-Pfalz. Staatskanzlei" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -17,57 +17,74 @@ "describedby" : { "dateCreated" : "20040312", "dateModified" : "20160523", - "id" : "http://lobid.org/resources/TT002234858" + "id" : "http://lobid.org/resources/TT002234858", + "label" : "lobid Ressource" }, "exemplar" : [ { "describedby" : { - "id" : "http://lobid.org/items/TT002234858:DE-929:" + "id" : "http://lobid.org/items/TT002234858:DE-929:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/TT002234858#!", "id" : "http://lobid.org/items/TT002234858:DE-929:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-929" + "id" : "http://lobid.org/organisation/DE-929", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "fulltextOnline" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1640003&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5647910&custom_att_2=simple_viewer", + "label" : "Digitool" }, { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=6267588&custom_att_2=simple_viewer" + "id" : "https://www.edoweb-rlp.de/resource/edoweb:49", + "label" : "https://www.edoweb-rlp.de/resource" }, { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5647910&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1640003&custom_att_2=simple_viewer", + "label" : "Digitool" }, { - "id" : "https://www.edoweb-rlp.de/resource/edoweb:49" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=6267588&custom_att_2=simple_viewer", + "label" : "Digitool" } ], "hasVersion" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1640003&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5647910&custom_att_2=simple_viewer", + "label" : "Digitool" }, { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=6267588&custom_att_2=simple_viewer" + "id" : "https://www.edoweb-rlp.de/resource/edoweb:49", + "label" : "https://www.edoweb-rlp.de/resource" }, { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5647910&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1640003&custom_att_2=simple_viewer", + "label" : "Digitool" }, { - "id" : "https://www.edoweb-rlp.de/resource/edoweb:49" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=6267588&custom_att_2=simple_viewer", + "label" : "Digitool" } ], "hbzId" : "TT002234858", "id" : "http://lobid.org/resources/TT002234858#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT002234858" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT002234858", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", "label" : "Deutsch" } ], "medium" : [ { - "id" : "http://rdvocab.info/termList/RDACarrierType/1018" + "id" : "http://rdvocab.info/termList/RDACarrierType/1010", + "label" : "Datenträger" }, { - "id" : "http://rdvocab.info/termList/RDACarrierType/1010" + "id" : "http://rdvocab.info/termList/RDACarrierType/1018", + "label" : "Online-Ressource" } ], "note" : [ "Siehe: http://www.stk.rlp.de" ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-TT002234858" + "id" : "http://hub.culturegraph.org/resource/HBZ-TT002234858", + "label" : "Culturegraph Ressource" } ], "similar" : [ { - "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:929:01-8578" + "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:929:01-8578", + "label" : "http://nbn-resolving.de/urn:nbn:de:hbz:929:01-8578" } ], "subject" : [ { "id" : "http://dewey.info/class/350/", @@ -78,6 +95,7 @@ "type" : [ "BibliographicResource", "ArchivedWebPage" ], "urn" : [ "urn:nbn:de:hbz:929:01-8578" ], "webPageArchived" : [ { - "id" : "http://cmswebserver10.icteam.net/stk/" + "id" : "http://cmswebserver10.icteam.net/stk/", + "label" : "http://cmswebserver10.icteam.net/stk" } ] } \ No newline at end of file diff --git a/src/test/resources/output/json/00261/HT002619538.json b/src/test/resources/output/json/00261/HT002619538.json index e742960e7..406ba623c 100644 --- a/src/test/resources/output/json/00261/HT002619538.json +++ b/src/test/resources/output/json/00261/HT002619538.json @@ -5,7 +5,7 @@ "agent" : { "altLabel" : [ "Ėkonomičeskaja Komissija dlja Evropy", "CEE", "Európai Gazdasági Bizottság", "ECE", "Vereinte Nationen", "Commission Economique pour l'Europe", "Wirtschaftskommission für Europa", "Economic Commission for Europe", "Evropejskaja Ėkonomičeskaja Komissija", "Wirtschaftsausschuss für Europa", "Europäische Wirtschaftskommission", "UNECE", "UN-ECE" ], "id" : "http://d-nb.info/gnd/2023669-4", - "label" : "Vereinte Nationen. Economic Commission for Europe", + "label" : [ "Vereinte Nationen. Economic Commission for Europe", "http://d-nb.info/gnd" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -18,67 +18,84 @@ "describedby" : { "dateCreated" : "19991118", "dateModified" : "20131031", - "id" : "http://lobid.org/resources/HT002619538" + "id" : "http://lobid.org/resources/HT002619538", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "ZRC 828", "describedby" : { - "id" : "http://lobid.org/items/HT002619538:DE-294:ZRC%20828" + "id" : "http://lobid.org/items/HT002619538:DE-294:ZRC%20828", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT002619538#!", "id" : "http://lobid.org/items/HT002619538:DE-294:ZRC%20828#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-294" + "id" : "http://lobid.org/organisation/DE-294", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { + "callNumber" : "Sh13", "describedby" : { - "id" : "http://lobid.org/items/HT002619538:DE-38-121:Sh13" + "id" : "http://lobid.org/items/HT002619538:DE-38:Sh13", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT002619538#!", - "id" : "http://lobid.org/items/HT002619538:DE-38-121:Sh13#!", + "id" : "http://lobid.org/items/HT002619538:DE-38:Sh13#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-38-121" + "id" : "http://lobid.org/organisation/DE-38", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Z 4' 66/103", + "callNumber" : "V - B 151", "describedby" : { - "id" : "http://lobid.org/items/HT002619538:DE-5:Z%204'%2066%2F103" + "id" : "http://lobid.org/items/HT002619538:DE-6-260:V%20-%20B%20151", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT002619538#!", - "id" : "http://lobid.org/items/HT002619538:DE-5:Z%204'%2066%2F103#!", + "id" : "http://lobid.org/items/HT002619538:DE-6-260:V%20-%20B%20151#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5" + "id" : "http://lobid.org/organisation/DE-6-260", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Sh13", "describedby" : { - "id" : "http://lobid.org/items/HT002619538:DE-38:Sh13" + "id" : "http://lobid.org/items/HT002619538:DE-38-121:Sh13", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT002619538#!", - "id" : "http://lobid.org/items/HT002619538:DE-38:Sh13#!", + "id" : "http://lobid.org/items/HT002619538:DE-38-121:Sh13#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-38" + "id" : "http://lobid.org/organisation/DE-38-121", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "V - B 151", + "callNumber" : "Z 4' 66/103", "describedby" : { - "id" : "http://lobid.org/items/HT002619538:DE-6-260:V%20-%20B%20151" + "id" : "http://lobid.org/items/HT002619538:DE-5:Z%204'%2066%2F103", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT002619538#!", - "id" : "http://lobid.org/items/HT002619538:DE-6-260:V%20-%20B%20151#!", + "id" : "http://lobid.org/items/HT002619538:DE-5:Z%204'%2066%2F103#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6-260" + "id" : "http://lobid.org/organisation/DE-5", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "hbzId" : "HT002619538", "id" : "http://lobid.org/resources/HT002619538#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT002619538" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT002619538", + "label" : "hbz Verbundkatalog" }, "issn" : [ "00663859", "02509911" ], "language" : [ { @@ -103,7 +120,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://ld.zdb-services.de/resource/1257-9" + "id" : "http://ld.zdb-services.de/resource/1257-9", + "label" : "http://ld.zdb-services.de/resource" } ], "statementOfResponsibility" : "Economic Commission for Europe, Transport Division, United Nations", "subject" : [ { diff --git a/src/test/resources/output/json/00301/CT003012479.json b/src/test/resources/output/json/00301/CT003012479.json index c289c2727..1f0e34612 100644 --- a/src/test/resources/output/json/00301/CT003012479.json +++ b/src/test/resources/output/json/00301/CT003012479.json @@ -5,7 +5,7 @@ "agent" : { "altLabel" : [ "Winter, Pietro", "Wintter, P.", "Winter, ...", "Winter, ..., Ritter von", "Winter, P.", "Winter, Peter", "Winter, J. P.", "Winter, Pietro de", "Winter, Pierre" ], "id" : "http://d-nb.info/gnd/119055716", - "label" : "Winter, Peter von", + "label" : [ "Winter, Peter von", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -17,7 +17,7 @@ "agent" : { "altLabel" : [ "Pepoli, Alessandro", "Pepoli, Alessandro E." ], "id" : "http://d-nb.info/gnd/123633206", - "label" : "Pepoli, Alessandro Ercole", + "label" : [ "Pepoli, Alessandro Ercole", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -29,7 +29,7 @@ "agent" : { "altLabel" : [ "Giesecke, Charles L.", "Gieseke, Carl Ludwig", "Giesecke, Carl Ludwig", "Metzler, Johann Georg von", "Giesecke, Charles", "Gieseke, Carl Ludwig von", "Mezler, Johann Georg Karl", "Giesecke, Johann George Carl Ludwig", "Mezler, Johann G.", "Giesecke, Karl Ludwig von", "Giesecke, ...", "Giesecke, Ludwig", "Giesecke, Charles Lewis", "Gieseke, Karl Ludwig", "Giesecke, Johann G.", "Gieseke, Charles Lewis", "Gieseke, Karl Ludwig von", "Giesecke, Carl L.", "Mezler, Johann Georg", "Giesecke, Joh. Georg Karl", "Metzler, Johann Georg Karl", "Metzler, Carl L.", "Giesecke, Johann Georg Karl", "Gieseke, Carl L.", "Metzler, Johann G.", "Giesecke, Carl", "Giesecke, J. G. K.", "Giesecke, Karl", "Gieseke, Karl L." ], "id" : "http://d-nb.info/gnd/116620153", - "label" : "Giesecke, Carl Ludwig von", + "label" : [ "Giesecke, Carl Ludwig von", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -41,7 +41,7 @@ "agent" : { "altLabel" : "Bilau, ...", "id" : "http://d-nb.info/gnd/141927135", - "label" : "Bilau, Margarete", + "label" : [ "Bilau, Margarete", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -52,7 +52,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/142027901", - "label" : "Fuchs, ...", + "label" : [ "http://d-nb.info/gnd", "Fuchs, ..." ], "type" : [ "Person" ] }, "role" : [ { @@ -64,7 +64,7 @@ "agent" : { "altLabel" : [ "Böhm, Wilhelmine", "Böhm, ..., die Jüngere", "Bilau, ..., Demoiselle" ], "id" : "http://d-nb.info/gnd/14216075X", - "label" : "Bilau, Wilhelmine", + "label" : [ "Bilau, Wilhelmine", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -75,7 +75,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/118512536", - "label" : "Böhm, Marianne", + "label" : [ "http://d-nb.info/gnd", "Böhm, Marianne" ], "type" : [ "Person" ] }, "role" : [ { @@ -86,7 +86,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/1041277814", - "label" : "Kellermann, ...", + "label" : [ "http://d-nb.info/gnd", "Kellermann, ..." ], "type" : [ "Person" ] }, "role" : [ { @@ -97,7 +97,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/141834919", - "label" : "Dardenne, ...", + "label" : [ "Dardenne, ...", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -108,7 +108,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/141889810", - "label" : "Krug, ...", + "label" : [ "http://d-nb.info/gnd", "Krug, ..." ], "type" : [ "Person" ] }, "role" : [ { @@ -119,7 +119,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/142061166", - "label" : "Annoni, ...", + "label" : [ "http://d-nb.info/gnd", "Annoni, ..." ], "type" : [ "Person" ] }, "role" : [ { @@ -131,7 +131,7 @@ "agent" : { "altLabel" : "Böhm, ..., der Jüngere", "id" : "http://d-nb.info/gnd/141891173", - "label" : "Böhm, Johann, der Jüngere", + "label" : [ "http://d-nb.info/gnd", "Böhm, Johann, der Jüngere" ], "type" : [ "Person" ] }, "role" : [ { @@ -142,7 +142,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/16068028-1", - "label" : "Deutsche Schauspieler-Gesellschaft (Düsseldorf)", + "label" : [ "http://d-nb.info/gnd", "Deutsche Schauspieler-Gesellschaft (Düsseldorf)" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -154,41 +154,50 @@ "contributorOrder" : [ "http://d-nb.info/gnd/119055716 | http://d-nb.info/gnd/123633206 | http://d-nb.info/gnd/116620153 | http://d-nb.info/gnd/141927135 | http://d-nb.info/gnd/142027901 | http://d-nb.info/gnd/14216075X | http://d-nb.info/gnd/118512536 | http://d-nb.info/gnd/1041277814 | http://d-nb.info/gnd/141834919 | http://d-nb.info/gnd/141889810 | http://d-nb.info/gnd/142061166 | http://d-nb.info/gnd/141891173 | http://d-nb.info/gnd/16068028-1" ], "describedby" : { "dateCreated" : "20150420", - "id" : "http://lobid.org/resources/CT003012479" + "id" : "http://lobid.org/resources/CT003012479", + "label" : "lobid Ressource" }, "extent" : "1 Plakat : sw ; 33 x 29 cm", "fulltextOnline" : [ { - "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:061:2-46125" + "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:061:2-46125", + "label" : "http://nbn-resolving.de/urn:nbn:de:hbz:061:2-46125" } ], "hasVersion" : [ { - "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:061:2-46125" + "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:061:2-46125", + "label" : "http://nbn-resolving.de/urn:nbn:de:hbz:061:2-46125" } ], "hbzId" : "CT003012479", "id" : "http://lobid.org/resources/CT003012479#!", "inSeries" : [ { "numbering" : "1805,04,17", "series" : [ { - "id" : "http://lobid.org/resources/HT017290519#!" + "id" : "http://lobid.org/resources/HT017290519#!", + "label" : "lobid Ressource" } ], "type" : [ "SeriesRelation" ] } ], "isFormatOf" : { - "id" : "http://lobid.org/resources/HT016511663#!" + "id" : "http://lobid.org/resources/HT016511663#!", + "label" : "lobid Ressource" }, "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT017290519#!" + "id" : "http://lobid.org/resources/HT017290519#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DCT003012479" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DCT003012479", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", "label" : "Deutsch" } ], "medium" : [ { - "id" : "http://rdvocab.info/termList/RDACarrierType/1018" + "id" : "http://rdvocab.info/termList/RDACarrierType/1010", + "label" : "Datenträger" }, { - "id" : "http://rdvocab.info/termList/RDACarrierType/1010" + "id" : "http://rdvocab.info/termList/RDACarrierType/1018", + "label" : "Online-Ressource" } ], "otherTitleInformation" : [ "... wird heute Mittwoch den 17ten April die hier anwesende deutsche Schauspieler-Gesellschaft (Zum Letztenmale) die Ehre haben aufzuführen ; Abonnement suspendu ; eine ganz neue große komische Oper in 2 Aufzügen" ], "publication" : [ { @@ -198,17 +207,20 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-CT003012479" + "id" : "http://hub.culturegraph.org/resource/HBZ-CT003012479", + "label" : "Culturegraph Ressource" } ], "secondaryPublication" : [ { "description" : "Digitalisierte Ausg.", "startDate" : "2015" } ], "similar" : [ { - "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:061:2-46125" + "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:061:2-46125", + "label" : "http://nbn-resolving.de/urn:nbn:de:hbz:061:2-46125" } ], "source" : [ { - "id" : "http://lobid.org/resources/HT016511663#!" + "id" : "http://lobid.org/resources/HT016511663#!", + "label" : "lobid Ressource" } ], "statementOfResponsibility" : "die Musik ist von dem berühmten Kapellmeister Winter, Compositeur der Oper: Das unterbrochene Opferfest. [Textverf.: Alessandro Ercole Pepoli. Übers. und arrang. von Carl Ludwig von Giesecke]. Personen: Madam Bilau, Herr Fuchs, Madam Böhm d.j., Madam Böhm d.ä., Herr Kellermann, Herr Dardenne, Herr Krug, Madam Annoni, Herr Böhm", "title" : "Elise, Gräfinn von Hillburg", diff --git a/src/test/resources/output/json/00301/CT003012479_.json b/src/test/resources/output/json/00301/CT003012479_.json index 267028686..6cda4fd8f 100644 --- a/src/test/resources/output/json/00301/CT003012479_.json +++ b/src/test/resources/output/json/00301/CT003012479_.json @@ -1,19 +1,22 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "describedby" : { - "id" : "http://lobid.org/resources/CT003012479_/about" + "id" : "http://lobid.org/resources/CT003012479_/about", + "label" : "lobid Ressource" }, "hbzId" : "CT003012479_", "id" : "http://lobid.org/resources/CT003012479_", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DCT003012479_" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DCT003012479_", + "label" : "hbz Verbundkatalog" }, "medium" : [ { "id" : "http://purl.org/lobid/lv#Miscellaneous", "label" : "Miscellaneous" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resources/HBZ-CT003012479_" + "id" : "http://hub.culturegraph.org/resources/HBZ-CT003012479_", + "label" : "http://hub.culturegraph.org/resources" } ], "type" : [ "BibliographicResource", "Miscellaneous" ] } \ No newline at end of file diff --git a/src/test/resources/output/json/00305/TT003059252.json b/src/test/resources/output/json/00305/TT003059252.json index 091ba1c9d..cee48c4df 100644 --- a/src/test/resources/output/json/00305/TT003059252.json +++ b/src/test/resources/output/json/00305/TT003059252.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : "The Beatles", "id" : "http://d-nb.info/gnd/2005535-3", - "label" : "The Beatles", + "label" : [ "http://d-nb.info/gnd", "The Beatles" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -16,7 +16,7 @@ "agent" : { "altLabel" : "The Beatles", "id" : "http://d-nb.info/gnd/2005535-3", - "label" : "The Beatles", + "label" : [ "http://d-nb.info/gnd", "The Beatles" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -28,17 +28,21 @@ "contributorOrder" : [ "http://d-nb.info/gnd/2005535-3 | http://d-nb.info/gnd/2005535-3" ], "describedby" : { "dateCreated" : "20110411", - "id" : "http://lobid.org/resources/TT003059252" + "id" : "http://lobid.org/resources/TT003059252", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "9/041", "describedby" : { - "id" : "http://lobid.org/items/TT003059252:DE-5-58:9%2F041" + "id" : "http://lobid.org/items/TT003059252:DE-5-58:9%2F041", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/TT003059252#!", "id" : "http://lobid.org/items/TT003059252:DE-5-58:9%2F041#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5-58" + "id" : "http://lobid.org/organisation/DE-5-58", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -46,19 +50,22 @@ "hbzId" : "TT003059252", "id" : "http://lobid.org/resources/TT003059252#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT003059252" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DTT003059252", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/eng", "label" : "Englisch" } ], "medium" : [ { - "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", - "label" : "Print" + "id" : "http://rdvocab.info/termList/RDACarrierType/1050", + "label" : "http://rdvocab.info/termList" }, { - "id" : "http://rdvocab.info/termList/RDACarrierType/1050" + "id" : "http://purl.org/ontology/bibo/AudioVisualDocument", + "label" : "http://purl.org/ontology" }, { - "id" : "http://purl.org/ontology/bibo/AudioVisualDocument" + "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", + "label" : "Print" } ], "note" : [ "Engl. Original mit dt. Untertiteln" ], "otherTitleInformation" : [ "Magical Mystery Tour" ], @@ -69,7 +76,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-TT003059252" + "id" : "http://hub.culturegraph.org/resource/HBZ-TT003059252", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "The Beatles. Produced and Directed by The Beatles.", "title" : "The Beatles", diff --git a/src/test/resources/output/json/00316/HT003160768.json b/src/test/resources/output/json/00316/HT003160768.json index a0e20a81b..7b42a881d 100644 --- a/src/test/resources/output/json/00316/HT003160768.json +++ b/src/test/resources/output/json/00316/HT003160768.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/2019209-5", - "label" : "Regierungsbezirk Münster, Westfalen", + "label" : [ "http://d-nb.info/gnd", "Regierungsbezirk Münster, Westfalen" ], "type" : [ "PlaceOrGeographicName" ] }, "role" : [ { @@ -22,74 +22,94 @@ "describedby" : { "dateCreated" : "19931111", "dateModified" : "20031104", - "id" : "http://lobid.org/resources/HT003160768" + "id" : "http://lobid.org/resources/HT003160768", + "label" : "lobid Ressource" }, "exemplar" : [ { "describedby" : { - "id" : "http://lobid.org/items/HT003160768:DE-6:ONG%2Fg52127" + "id" : "http://lobid.org/items/HT003160768:DE-6-210:ONG%2Fg52127", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT003160768#!", - "id" : "http://lobid.org/items/HT003160768:DE-6:ONG%2Fg52127#!", + "id" : "http://lobid.org/items/HT003160768:DE-6-210:ONG%2Fg52127#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-6-210", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { + "callNumber" : "ONG/g52127", "describedby" : { - "id" : "http://lobid.org/items/HT003160768:DE-6-210:ONG%2Fg52127" + "id" : "http://lobid.org/items/HT003160768:DE-385:ONG%2Fg52127", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT003160768#!", - "id" : "http://lobid.org/items/HT003160768:DE-6-210:ONG%2Fg52127#!", + "id" : "http://lobid.org/items/HT003160768:DE-385:ONG%2Fg52127#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6-210" + "id" : "http://lobid.org/organisation/DE-385", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT003160768:DE-6-A:ONG%2Fg52127" + "id" : "http://lobid.org/items/HT003160768:DE-6-A:ONG%2Fg52127", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT003160768#!", "id" : "http://lobid.org/items/HT003160768:DE-6-A:ONG%2Fg52127#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6-A" + "id" : "http://lobid.org/organisation/DE-6-A", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "ONG/g52127", "describedby" : { - "id" : "http://lobid.org/items/HT003160768:DE-385:ONG%2Fg52127" + "id" : "http://lobid.org/items/HT003160768:DE-6:ONG%2Fg52127", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT003160768#!", - "id" : "http://lobid.org/items/HT003160768:DE-385:ONG%2Fg52127#!", + "id" : "http://lobid.org/items/HT003160768:DE-6:ONG%2Fg52127#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-385" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT003160768:DE-465:ONG%2Fg52127" + "id" : "http://lobid.org/items/HT003160768:DE-465:ONG%2Fg52127", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT003160768#!", "id" : "http://lobid.org/items/HT003160768:DE-465:ONG%2Fg52127#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-465" + "id" : "http://lobid.org/organisation/DE-465", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT003160768:DE-6-007:ONG%2Fg52127" + "id" : "http://lobid.org/items/HT003160768:DE-6-007:ONG%2Fg52127", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT003160768#!", "id" : "http://lobid.org/items/HT003160768:DE-6-007:ONG%2Fg52127#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6-007" + "id" : "http://lobid.org/organisation/DE-6-007", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "hbzId" : "HT003160768", "id" : "http://lobid.org/resources/HT003160768#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT003160768" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT003160768", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -114,15 +134,16 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT003160768" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT003160768", + "label" : "Culturegraph Ressource" } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4040613-1", - "label" : "Bezirk Münster (Westf)", + "label" : [ "Bezirk Münster (Westf)", "http://d-nb.info/gnd" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4034268-2", - "label" : "Landesplanung", + "label" : [ "http://d-nb.info/gnd", "Landesplanung" ], "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "Bezirk Münster (Westf) | Landesplanung (21)" ], diff --git a/src/test/resources/output/json/00438/HT004381366.json b/src/test/resources/output/json/00438/HT004381366.json index 1fd0ee988..c1712a75b 100644 --- a/src/test/resources/output/json/00438/HT004381366.json +++ b/src/test/resources/output/json/00438/HT004381366.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/2019209-5", - "label" : "Regierungsbezirk Münster, Westfalen", + "label" : [ "http://d-nb.info/gnd", "Regierungsbezirk Münster, Westfalen" ], "type" : [ "PlaceOrGeographicName" ] }, "role" : [ { @@ -21,50 +21,63 @@ "describedby" : { "dateCreated" : "19921203", "dateModified" : "20010605", - "id" : "http://lobid.org/resources/HT004381366" + "id" : "http://lobid.org/resources/HT004381366", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "Boe 70 - [2]", "describedby" : { - "id" : "http://lobid.org/items/HT004381366:DE-6-210:Boe%2070%20-%20%5B2%5D" + "id" : "http://lobid.org/items/HT004381366:DE-6-210:Boe%2070%20-%20%5B2%5D", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT004381366#!", "id" : "http://lobid.org/items/HT004381366:DE-6-210:Boe%2070%20-%20%5B2%5D#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6-210" + "id" : "http://lobid.org/organisation/DE-6-210", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "2C 583-2", + "callNumber" : "MG 23990/1-1", "describedby" : { - "id" : "http://lobid.org/items/HT004381366:DE-6:2C%20583-2" + "id" : "http://lobid.org/items/HT004381366:DE-6-A:MG%2023990%2F1-1", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT004381366#!", - "id" : "http://lobid.org/items/HT004381366:DE-6:2C%20583-2#!", + "id" : "http://lobid.org/items/HT004381366:DE-6-A:MG%2023990%2F1-1#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-6-A", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Sep. 10.04.01/55,5", + "callNumber" : "2C 583-2", "describedby" : { - "id" : "http://lobid.org/items/HT004381366:DE-6-007:Sep.%2010.04.01%2F55,5" + "id" : "http://lobid.org/items/HT004381366:DE-6:2C%20583-2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT004381366#!", - "id" : "http://lobid.org/items/HT004381366:DE-6-007:Sep.%2010.04.01%2F55,5#!", + "id" : "http://lobid.org/items/HT004381366:DE-6:2C%20583-2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6-007" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "MG 23990/1-1", + "callNumber" : "Sep. 10.04.01/55,5", "describedby" : { - "id" : "http://lobid.org/items/HT004381366:DE-6-A:MG%2023990%2F1-1" + "id" : "http://lobid.org/items/HT004381366:DE-6-007:Sep.%2010.04.01%2F55,5", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT004381366#!", - "id" : "http://lobid.org/items/HT004381366:DE-6-A:MG%2023990%2F1-1#!", + "id" : "http://lobid.org/items/HT004381366:DE-6-007:Sep.%2010.04.01%2F55,5#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6-A" + "id" : "http://lobid.org/organisation/DE-6-007", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -72,10 +85,12 @@ "hbzId" : "HT004381366", "id" : "http://lobid.org/resources/HT004381366#!", "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT003160768#!" + "id" : "http://lobid.org/resources/HT003160768#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT004381366" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT004381366", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -100,23 +115,24 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT004381366" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT004381366", + "label" : "Culturegraph Ressource" } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4040619-2", - "label" : "Münsterland", + "label" : [ "Münsterland", "http://d-nb.info/gnd" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4306876-5", - "label" : "Regionalplan", + "label" : [ "Regionalplan", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4040613-1", - "label" : "Bezirk Münster (Westf)", + "label" : [ "Bezirk Münster (Westf)", "http://d-nb.info/gnd" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4034268-2", - "label" : "Landesplanung", + "label" : [ "http://d-nb.info/gnd", "Landesplanung" ], "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "Münsterland | Regionalplan | Bezirk Münster (Westf) | Landesplanung (21)" ], @@ -127,7 +143,8 @@ "volume" : [ "Tezemu", "" ], "volumeIn" : [ { "multiVolumeWork" : [ { - "id" : "http://lobid.org/resources/HT003160768#!" + "id" : "http://lobid.org/resources/HT003160768#!", + "label" : "lobid Ressource" } ], "numbering" : "Tezemu", "type" : [ "MultiVolumeWorkRelation" ] diff --git a/src/test/resources/output/json/00494/HT004944075.json b/src/test/resources/output/json/00494/HT004944075.json index 8776c0789..0bad9f3ec 100644 --- a/src/test/resources/output/json/00494/HT004944075.json +++ b/src/test/resources/output/json/00494/HT004944075.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Ėkonomičeskaja Komissija dlja Evropy", "CEE", "Európai Gazdasági Bizottság", "United Nations", "ECE", "Commission Economique pour l'Europe", "Wirtschaftskommission für Europa", "Economic Commission for Europe", "Evropejskaja Ėkonomičeskaja Komissija", "Wirtschaftsausschuss für Europa", "Europäische Wirtschaftskommission", "UNECE", "UN-ECE" ], "id" : "http://d-nb.info/gnd/2023669-4", - "label" : "United Nations. Economic Commission for Europe", + "label" : [ "United Nations. Economic Commission for Europe", "http://d-nb.info/gnd" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -16,29 +16,36 @@ "contributorOrder" : [ "http://d-nb.info/gnd/2023669-4" ], "describedby" : { "dateCreated" : "19930816", - "id" : "http://lobid.org/resources/HT004944075" + "id" : "http://lobid.org/resources/HT004944075", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "ZRC828-43", "describedby" : { - "id" : "http://lobid.org/items/HT004944075:DE-294:ZRC828-43" + "id" : "http://lobid.org/items/HT004944075:DE-294:ZRC828-43", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT004944075#!", "id" : "http://lobid.org/items/HT004944075:DE-294:ZRC828-43#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-294" + "id" : "http://lobid.org/organisation/DE-294", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "hbzId" : "HT004944075", "id" : "http://lobid.org/resources/HT004944075#!", "isPartOf" : [ { - "id" : "http://ld.zdb-services.de/resource/1257-9" + "id" : "http://ld.zdb-services.de/resource/1257-9", + "label" : "http://ld.zdb-services.de/resource" }, { - "id" : "http://lobid.org/resources/HT002619538#!" + "id" : "http://lobid.org/resources/HT002619538#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT004944075" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT004944075", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "9210162765", "9789210162760" ], "language" : [ { @@ -62,7 +69,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT004944075" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT004944075", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Economic Commission for Europe, Transport Division, United Nations", "subject" : [ { @@ -77,7 +85,8 @@ "volume" : [ "43. 1993", "43" ], "volumeIn" : [ { "multiVolumeWork" : [ { - "id" : "http://lobid.org/resources/HT002619538#!" + "id" : "http://lobid.org/resources/HT002619538#!", + "label" : "lobid Ressource" } ], "numbering" : "43", "type" : [ "MultiVolumeWorkRelation" ] diff --git a/src/test/resources/output/json/00507/HT005077920.json b/src/test/resources/output/json/00507/HT005077920.json index 6bec2e964..d132fcad4 100644 --- a/src/test/resources/output/json/00507/HT005077920.json +++ b/src/test/resources/output/json/00507/HT005077920.json @@ -3,35 +3,43 @@ "describedby" : { "dateCreated" : "19991118", "dateModified" : "20161122", - "id" : "http://lobid.org/resources/HT005077920" + "id" : "http://lobid.org/resources/HT005077920", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "Z 1023", "describedby" : { - "id" : "http://lobid.org/items/HT005077920:DE-294-11:Z%201023" + "id" : "http://lobid.org/items/HT005077920:DE-294-11:Z%201023", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT005077920#!", "id" : "http://lobid.org/items/HT005077920:DE-294-11:Z%201023#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-294-11" + "id" : "http://lobid.org/organisation/DE-294-11", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "14 CA000 H870", "describedby" : { - "id" : "http://lobid.org/items/HT005077920:DE-361:14%20CA000%20H870" + "id" : "http://lobid.org/items/HT005077920:DE-361:14%20CA000%20H870", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT005077920#!", "id" : "http://lobid.org/items/HT005077920:DE-361:14%20CA000%20H870#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-361" + "id" : "http://lobid.org/organisation/DE-361", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "hbzId" : "HT005077920", "id" : "http://lobid.org/resources/HT005077920#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT005077920" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT005077920", + "label" : "hbz Verbundkatalog" }, "issn" : [ "07341512" ], "language" : [ { @@ -51,24 +59,25 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://ld.zdb-services.de/resource/47030-2" + "id" : "http://ld.zdb-services.de/resource/47030-2", + "label" : "http://ld.zdb-services.de/resource" } ], "shortTitle" : [ "Hist Technol", "HITEEB", "HITEE" ], "subject" : [ { "id" : "http://d-nb.info/gnd/4059205-4", - "label" : "Technik", + "label" : [ "Technik", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4020517-4", - "label" : "Geschichte", + "label" : [ "http://d-nb.info/gnd", "Geschichte" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4067488-5", - "label" : "Zeitschrift", + "label" : [ "Zeitschrift", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4059205-4", - "label" : "Technik", + "label" : [ "Technik", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte", diff --git a/src/test/resources/output/json/00626/HT006266886.json b/src/test/resources/output/json/00626/HT006266886.json index d22932772..322509cb4 100644 --- a/src/test/resources/output/json/00626/HT006266886.json +++ b/src/test/resources/output/json/00626/HT006266886.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Sica, Vittorio de", "DeSica, Vittorio" ], "id" : "http://d-nb.info/gnd/118677942", - "label" : "De Sica, Vittorio", + "label" : [ "De Sica, Vittorio", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -16,7 +16,7 @@ "agent" : { "altLabel" : [ "Marchi, Giacomo", "Basani, G'org'o" ], "id" : "http://d-nb.info/gnd/118657496", - "label" : "Bassani, Giorgio", + "label" : [ "Bassani, Giorgio", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -28,7 +28,7 @@ "agent" : { "altLabel" : "Varaigne, Dominique", "id" : "http://d-nb.info/gnd/143102893", - "label" : "Sanda, Dominique", + "label" : [ "http://d-nb.info/gnd", "Sanda, Dominique" ], "type" : [ "Person" ] }, "role" : [ { @@ -39,7 +39,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/141618302", - "label" : "Capolicchio, Lino", + "label" : [ "Capolicchio, Lino", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -50,7 +50,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/141649429", - "label" : "Testi, Fabio", + "label" : [ "http://d-nb.info/gnd", "Testi, Fabio" ], "type" : [ "Person" ] }, "role" : [ { @@ -62,7 +62,7 @@ "agent" : { "altLabel" : "Steinberger, Helmut", "id" : "http://d-nb.info/gnd/120454874", - "label" : "Berger, Helmut", + "label" : [ "http://d-nb.info/gnd", "Berger, Helmut" ], "type" : [ "Person" ] }, "role" : [ { @@ -75,17 +75,21 @@ "describedby" : { "dateCreated" : "19981218", "dateModified" : "20021108", - "id" : "http://lobid.org/resources/HT006266886" + "id" : "http://lobid.org/resources/HT006266886", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "Medienzentrum", "describedby" : { - "id" : "http://lobid.org/items/HT006266886:DE-467:Medienzentrum" + "id" : "http://lobid.org/items/HT006266886:DE-467:Medienzentrum", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT006266886#!", "id" : "http://lobid.org/items/HT006266886:DE-467:Medienzentrum#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-467" + "id" : "http://lobid.org/organisation/DE-467", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -93,16 +97,19 @@ "hbzId" : "HT006266886", "id" : "http://lobid.org/resources/HT006266886#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT006266886" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT006266886", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/ita", "label" : "Italienisch" } ], "medium" : [ { - "id" : "http://rdvocab.info/termList/RDACarrierType/1050" + "id" : "http://rdvocab.info/termList/RDACarrierType/1050", + "label" : "http://rdvocab.info/termList" }, { - "id" : "http://purl.org/ontology/bibo/AudioVisualDocument" + "id" : "http://purl.org/ontology/bibo/AudioVisualDocument", + "label" : "http://purl.org/ontology" } ], "publication" : [ { "location" : "Segrate (Milano)", @@ -111,7 +118,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT006266886" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT006266886", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Regia: Vittorio DeSica. Interpreti: Dominique Sanda ; Lino Capolicchio ; Fabio Testi ; Helmut Berger", "title" : "Il giardino dei Finzi-Contini", diff --git a/src/test/resources/output/json/00971/HT009719670.json b/src/test/resources/output/json/00971/HT009719670.json index ff7f0dc5b..13b42d60e 100644 --- a/src/test/resources/output/json/00971/HT009719670.json +++ b/src/test/resources/output/json/00971/HT009719670.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : "Courtillon, J.", "id" : "http://d-nb.info/gnd/172026644", - "label" : "Courtillon, Janine", + "label" : [ "Courtillon, Janine", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -16,7 +16,7 @@ "agent" : { "altLabel" : "Salins, G. D. de", "id" : "http://d-nb.info/gnd/133991210", - "label" : "Salins, Geneviève-Dominique de", + "label" : [ "http://d-nb.info/gnd", "Salins, Geneviève-Dominique de" ], "type" : [ "Person" ] }, "role" : [ { @@ -28,7 +28,7 @@ "agent" : { "altLabel" : [ "Scherer, Maurice Jean-Marie", "Scherer, Henri Joseph", "Schérer, Henri Maurice Joseph", "Schérer, Maurice Henri Joseph", "Schérer, Jean-Marie Maurice", "Scherer, Maurice", "Cordier, Gilbert" ], "id" : "http://d-nb.info/gnd/11860225X", - "label" : "Rohmer, Eric", + "label" : [ "http://d-nb.info/gnd", "Rohmer, Eric" ], "type" : [ "Person" ] }, "role" : [ { @@ -41,16 +41,20 @@ "describedby" : { "dateCreated" : "19990222", "dateModified" : "20050117", - "id" : "http://lobid.org/resources/HT009719670" + "id" : "http://lobid.org/resources/HT009719670", + "label" : "lobid Ressource" }, "exemplar" : [ { "describedby" : { - "id" : "http://lobid.org/items/HT009719670:DE-467:" + "id" : "http://lobid.org/items/HT009719670:DE-467:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT009719670#!", "id" : "http://lobid.org/items/HT009719670:DE-467:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-467" + "id" : "http://lobid.org/organisation/DE-467", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -58,17 +62,19 @@ "hbzId" : "HT009719670", "id" : "http://lobid.org/resources/HT009719670#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT009719670" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT009719670", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/fra", "label" : "Französisch" } ], "medium" : [ { + "id" : "http://iflastandards.info/ns/isbd/terms/mediatype/T1008", + "label" : "http://iflastandards.info/ns" + }, { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", "label" : "Print" - }, { - "id" : "http://iflastandards.info/ns/isbd/terms/mediatype/T1008" } ], "otherTitleInformation" : [ "extraits de films de Eric Rohmer" ], "publication" : [ { @@ -77,7 +83,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT009719670" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT009719670", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "sélectionnés par Janine Courtillon et Geneviève-Dominique de Salins", "title" : "Le cinéma de la vie", diff --git a/src/test/resources/output/json/01066/HT010662586.json b/src/test/resources/output/json/01066/HT010662586.json index 5388ca387..648663954 100644 --- a/src/test/resources/output/json/01066/HT010662586.json +++ b/src/test/resources/output/json/01066/HT010662586.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Wedgwood, Cicely Veronica", "Wedgwood, Veronica", "C.", "Wedgwood, C. V." ], "id" : "http://d-nb.info/gnd/118839055", - "label" : "Wedgwood, Cicely V.", + "label" : [ "http://d-nb.info/gnd", "Wedgwood, Cicely V." ], "type" : [ "Person" ] }, "role" : [ { @@ -16,16 +16,20 @@ "contributorOrder" : [ "http://d-nb.info/gnd/118839055" ], "describedby" : { "dateCreated" : "19990818", - "id" : "http://lobid.org/resources/HT010662586" + "id" : "http://lobid.org/resources/HT010662586", + "label" : "lobid Ressource" }, "exemplar" : [ { "describedby" : { - "id" : "http://lobid.org/items/HT010662586:DE-380:" + "id" : "http://lobid.org/items/HT010662586:DE-380:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010662586#!", "id" : "http://lobid.org/items/HT010662586:DE-380:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-380" + "id" : "http://lobid.org/organisation/DE-380", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -33,7 +37,8 @@ "hbzId" : "HT010662586", "id" : "http://lobid.org/resources/HT010662586#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT010662586" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT010662586", + "label" : "hbz Verbundkatalog" }, "medium" : [ { "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", @@ -46,7 +51,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT010662586" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT010662586", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "by C[icely] V[eronica] Wedgwood", "title" : "The Common man in the great Civil War", diff --git a/src/test/resources/output/json/01072/HT010726584.json b/src/test/resources/output/json/01072/HT010726584.json index 1b3762804..4333c7093 100644 --- a/src/test/resources/output/json/01072/HT010726584.json +++ b/src/test/resources/output/json/01072/HT010726584.json @@ -3,353 +3,458 @@ "describedby" : { "dateCreated" : "19991122", "dateModified" : "20131031", - "id" : "http://lobid.org/resources/HT010726584" + "id" : "http://lobid.org/resources/HT010726584", + "label" : "lobid Ressource" }, "exemplar" : [ { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-6:" + "id" : "http://lobid.org/items/HT010726584:DE-1383:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-6:#!", + "id" : "http://lobid.org/items/HT010726584:DE-1383:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-1383", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-Lan1:" + "id" : "http://lobid.org/items/HT010726584:DE-Kob7:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-Lan1:#!", + "id" : "http://lobid.org/items/HT010726584:DE-Kob7:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Lan1" + "id" : "http://lobid.org/organisation/DE-Kob7", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-1383:" + "id" : "http://lobid.org/items/HT010726584:DE-Lan1:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-1383:#!", + "id" : "http://lobid.org/items/HT010726584:DE-Lan1:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1383" + "id" : "http://lobid.org/organisation/DE-Lan1", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-832:" + "id" : "http://lobid.org/items/HT010726584:DE-829:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-832:#!", + "id" : "http://lobid.org/items/HT010726584:DE-829:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-832" + "id" : "http://lobid.org/organisation/DE-829", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-Due62:" + "id" : "http://lobid.org/items/HT010726584:DE-51:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-Due62:#!", + "id" : "http://lobid.org/items/HT010726584:DE-51:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Due62" + "id" : "http://lobid.org/organisation/DE-51", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-468:" + "id" : "http://lobid.org/items/HT010726584:DE-466:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-468:#!", + "id" : "http://lobid.org/items/HT010726584:DE-466:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-468" + "id" : "http://lobid.org/organisation/DE-466", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-61:" + "id" : "http://lobid.org/items/HT010726584:DE-Due62:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-61:#!", + "id" : "http://lobid.org/items/HT010726584:DE-Due62:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-61" + "id" : "http://lobid.org/organisation/DE-Due62", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-38:" + "id" : "http://lobid.org/items/HT010726584:DE-467:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-38:#!", + "id" : "http://lobid.org/items/HT010726584:DE-467:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-38" + "id" : "http://lobid.org/organisation/DE-467", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-743:" + "id" : "http://lobid.org/items/HT010726584:DE-465:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-743:#!", + "id" : "http://lobid.org/items/HT010726584:DE-465:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-743" + "id" : "http://lobid.org/organisation/DE-465", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-836:" + "id" : "http://lobid.org/items/HT010726584:DE-1393:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-836:#!", + "id" : "http://lobid.org/items/HT010726584:DE-1393:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-836" + "id" : "http://lobid.org/organisation/DE-1393", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-290:" + "id" : "http://lobid.org/items/HT010726584:DE-82:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-290:#!", + "id" : "http://lobid.org/items/HT010726584:DE-82:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-290" + "id" : "http://lobid.org/organisation/DE-82", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-Bi10:" + "id" : "http://lobid.org/items/HT010726584:DE-386:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-Bi10:#!", + "id" : "http://lobid.org/items/HT010726584:DE-386:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bi10" + "id" : "http://lobid.org/organisation/DE-386", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-1044:" + "id" : "http://lobid.org/items/HT010726584:DE-38:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-1044:#!", + "id" : "http://lobid.org/items/HT010726584:DE-38:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1044" + "id" : "http://lobid.org/organisation/DE-38", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-Kob7:" + "id" : "http://lobid.org/items/HT010726584:DE-294:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-Kob7:#!", + "id" : "http://lobid.org/items/HT010726584:DE-294:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Kob7" + "id" : "http://lobid.org/organisation/DE-294", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-107:" + "id" : "http://lobid.org/items/HT010726584:DE-832:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-107:#!", + "id" : "http://lobid.org/items/HT010726584:DE-832:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-107" + "id" : "http://lobid.org/organisation/DE-832", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-A96:" + "id" : "http://lobid.org/items/HT010726584:DE-468:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-A96:#!", + "id" : "http://lobid.org/items/HT010726584:DE-468:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-A96" + "id" : "http://lobid.org/organisation/DE-468", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-1010:" + "id" : "http://lobid.org/items/HT010726584:DE-743:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-1010:#!", + "id" : "http://lobid.org/items/HT010726584:DE-743:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1010" + "id" : "http://lobid.org/organisation/DE-743", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-38M:" + "id" : "http://lobid.org/items/HT010726584:DE-61:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-38M:#!", + "id" : "http://lobid.org/items/HT010726584:DE-61:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-38M" + "id" : "http://lobid.org/organisation/DE-61", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-1393:" + "id" : "http://lobid.org/items/HT010726584:DE-464:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-1393:#!", + "id" : "http://lobid.org/items/HT010726584:DE-464:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1393" + "id" : "http://lobid.org/organisation/DE-464", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-467:" + "id" : "http://lobid.org/items/HT010726584:DE-1044:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-467:#!", + "id" : "http://lobid.org/items/HT010726584:DE-1044:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-467" + "id" : "http://lobid.org/organisation/DE-1044", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-466:" + "id" : "http://lobid.org/items/HT010726584:DE-A96:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-466:#!", + "id" : "http://lobid.org/items/HT010726584:DE-A96:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-466" + "id" : "http://lobid.org/organisation/DE-A96", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-361:" + "id" : "http://lobid.org/items/HT010726584:DE-929:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-361:#!", + "id" : "http://lobid.org/items/HT010726584:DE-929:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-361" + "id" : "http://lobid.org/organisation/DE-929", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-829:" + "id" : "http://lobid.org/items/HT010726584:DE-361:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-829:#!", + "id" : "http://lobid.org/items/HT010726584:DE-361:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-829" + "id" : "http://lobid.org/organisation/DE-361", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-465:" + "id" : "http://lobid.org/items/HT010726584:DE-Bi10:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-465:#!", + "id" : "http://lobid.org/items/HT010726584:DE-Bi10:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-465" + "id" : "http://lobid.org/organisation/DE-Bi10", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-5:" + "id" : "http://lobid.org/items/HT010726584:DE-38M:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-5:#!", + "id" : "http://lobid.org/items/HT010726584:DE-38M:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5" + "id" : "http://lobid.org/organisation/DE-38M", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-464:" + "id" : "http://lobid.org/items/HT010726584:DE-1010:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-464:#!", + "id" : "http://lobid.org/items/HT010726584:DE-1010:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-464" + "id" : "http://lobid.org/organisation/DE-1010", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-82:" + "id" : "http://lobid.org/items/HT010726584:DE-6:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-82:#!", + "id" : "http://lobid.org/items/HT010726584:DE-6:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-82" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-386:" + "id" : "http://lobid.org/items/HT010726584:DE-708:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-386:#!", + "id" : "http://lobid.org/items/HT010726584:DE-708:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-386" + "id" : "http://lobid.org/organisation/DE-708", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-385:" + "id" : "http://lobid.org/items/HT010726584:DE-836:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-385:#!", + "id" : "http://lobid.org/items/HT010726584:DE-836:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-385" + "id" : "http://lobid.org/organisation/DE-836", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-929:" + "id" : "http://lobid.org/items/HT010726584:DE-107:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-929:#!", + "id" : "http://lobid.org/items/HT010726584:DE-107:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-929" + "id" : "http://lobid.org/organisation/DE-107", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-294:" + "id" : "http://lobid.org/items/HT010726584:DE-385:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-294:#!", + "id" : "http://lobid.org/items/HT010726584:DE-385:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-294" + "id" : "http://lobid.org/organisation/DE-385", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-708:" + "id" : "http://lobid.org/items/HT010726584:DE-290:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-708:#!", + "id" : "http://lobid.org/items/HT010726584:DE-290:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-708" + "id" : "http://lobid.org/organisation/DE-290", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT010726584:DE-51:" + "id" : "http://lobid.org/items/HT010726584:DE-5:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT010726584#!", - "id" : "http://lobid.org/items/HT010726584:DE-51:#!", + "id" : "http://lobid.org/items/HT010726584:DE-5:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-51" + "id" : "http://lobid.org/organisation/DE-5", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "fulltextOnline" : [ { - "id" : "http://www.bibliothek.uni-regensburg.de/ezeit/?1472746" + "id" : "http://search.ebscohost.com/", + "label" : "http://search.ebscohost.com/" }, { - "id" : "http://search.ebscohost.com/" + "id" : "http://www.bibliothek.uni-regensburg.de/ezeit/?1472746", + "label" : "http://www.bibliothek.uni-regensburg.de/ezeit" } ], "hasVersion" : [ { - "id" : "http://www.bibliothek.uni-regensburg.de/ezeit/?1472746" + "id" : "http://search.ebscohost.com/", + "label" : "http://search.ebscohost.com/" }, { - "id" : "http://search.ebscohost.com/" + "id" : "http://www.bibliothek.uni-regensburg.de/ezeit/?1472746", + "label" : "http://www.bibliothek.uni-regensburg.de/ezeit" } ], "hbzId" : "HT010726584", "id" : "http://lobid.org/resources/HT010726584#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT010726584" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT010726584", + "label" : "hbz Verbundkatalog" }, "issn" : [ "10897674" ], "language" : [ { @@ -357,9 +462,11 @@ "label" : "Englisch" } ], "medium" : [ { - "id" : "http://rdvocab.info/termList/RDACarrierType/1018" + "id" : "http://rdvocab.info/termList/RDACarrierType/1010", + "label" : "Datenträger" }, { - "id" : "http://rdvocab.info/termList/RDACarrierType/1010" + "id" : "http://rdvocab.info/termList/RDACarrierType/1018", + "label" : "Online-Ressource" } ], "otherTitleInformation" : [ "devoted to original contributions to and reviews of the physics of plasmas, including magnetofluid mechanics, kinetic theory and statistical mechanics of fully and partially ionized gases" ], "publication" : [ { @@ -369,21 +476,22 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://ld.zdb-services.de/resource/1472746-8" + "id" : "http://ld.zdb-services.de/resource/1472746-8", + "label" : "http://ld.zdb-services.de/resource" } ], "shortTitle" : [ "PHPAEN" ], "statementOfResponsibility" : "publ. by the American Institute of Physics", "subject" : [ { "id" : "http://d-nb.info/gnd/4046259-6", - "label" : "Plasmaphysik", + "label" : [ "http://d-nb.info/gnd", "Plasmaphysik" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4067488-5", - "label" : "Zeitschrift", + "label" : [ "Zeitschrift", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4511937-5", - "label" : "Online-Publikation", + "label" : [ "Online-Publikation", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://dewey.info/class/530/", diff --git a/src/test/resources/output/json/01223/HT012237361.json b/src/test/resources/output/json/01223/HT012237361.json index a078eaff5..b11107a86 100644 --- a/src/test/resources/output/json/01223/HT012237361.json +++ b/src/test/resources/output/json/01223/HT012237361.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Statistisches Landesamt Rheinland-Pfalz", "Statistisches Landesamt" ], "id" : "http://d-nb.info/gnd/36467-8", - "label" : "Rheinland-Pfalz. Statistisches Landesamt", + "label" : [ "Rheinland-Pfalz. Statistisches Landesamt", "http://d-nb.info/gnd" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -17,24 +17,29 @@ "describedby" : { "dateCreated" : "19991120", "dateModified" : "20080109", - "id" : "http://lobid.org/resources/HT012237361" + "id" : "http://lobid.org/resources/HT012237361", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "Per. 5157", "describedby" : { - "id" : "http://lobid.org/items/HT012237361:DE-107:Per.%205157" + "id" : "http://lobid.org/items/HT012237361:DE-107:Per.%205157", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012237361#!", "id" : "http://lobid.org/items/HT012237361:DE-107:Per.%205157#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-107" + "id" : "http://lobid.org/organisation/DE-107", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "hbzId" : "HT012237361", "id" : "http://lobid.org/resources/HT012237361#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT012237361" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT012237361", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -53,7 +58,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://ld.zdb-services.de/resource/590016-5" + "id" : "http://ld.zdb-services.de/resource/590016-5", + "label" : "http://ld.zdb-services.de/resource" } ], "title" : "Statistische Berichte des Statistischen Landesamtes Rheinland-Pfalz / L / 4 / 6", "type" : [ "BibliographicResource", "Journal" ], diff --git a/src/test/resources/output/json/01289/HT012895751.json b/src/test/resources/output/json/01289/HT012895751.json index 39714bdd8..9343c80d2 100644 --- a/src/test/resources/output/json/01289/HT012895751.json +++ b/src/test/resources/output/json/01289/HT012895751.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/2037247-4", - "label" : "Main-Kinzig-Kreis", + "label" : [ "Main-Kinzig-Kreis", "http://d-nb.info/gnd" ], "type" : [ "PlaceOrGeographicName" ] }, "role" : [ { @@ -16,17 +16,21 @@ "describedby" : { "dateCreated" : "20010111", "dateModified" : "20010312", - "id" : "http://lobid.org/resources/HT012895751" + "id" : "http://lobid.org/resources/HT012895751", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "C2001A/13", "describedby" : { - "id" : "http://lobid.org/items/HT012895751:DE-929:C2001A%2F13" + "id" : "http://lobid.org/items/HT012895751:DE-929:C2001A%2F13", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012895751#!", "id" : "http://lobid.org/items/HT012895751:DE-929:C2001A%2F13#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-929" + "id" : "http://lobid.org/organisation/DE-929", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -34,7 +38,8 @@ "hbzId" : "HT012895751", "id" : "http://lobid.org/resources/HT012895751#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT012895751" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT012895751", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -59,15 +64,16 @@ "label" : "Pflichtexemplar Region Koblenz" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT012895751" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT012895751", + "label" : "Culturegraph Ressource" } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4037117-7", - "label" : "Main-Kinzig-Kreis", + "label" : [ "Main-Kinzig-Kreis", "http://d-nb.info/gnd" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4127794-6", - "label" : "Heimatkunde", + "label" : [ "http://d-nb.info/gnd", "Heimatkunde" ], "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "Main-Kinzig-Kreis | Heimatkunde" ], diff --git a/src/test/resources/output/json/01292/HT012926727.json b/src/test/resources/output/json/01292/HT012926727.json index 3fc193890..1bacc2bcf 100644 --- a/src/test/resources/output/json/01292/HT012926727.json +++ b/src/test/resources/output/json/01292/HT012926727.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : "Müller, L.", "id" : "http://d-nb.info/gnd/1031919368", - "label" : "Müller, Leonhard", + "label" : [ "Müller, Leonhard", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -17,413 +17,525 @@ "describedby" : { "dateCreated" : "20010220", "dateModified" : "20130305", - "id" : "http://lobid.org/resources/HT012926727" + "id" : "http://lobid.org/resources/HT012926727", + "label" : "lobid Ressource" }, "edition" : [ "2. Aufl." ], "exemplar" : [ { - "callNumber" : "XYG1362(2)+1", + "callNumber" : "ZPH3644(2)+1", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-468:XYG1362(2)%2B1" + "id" : "http://lobid.org/items/HT012926727:DE-465:ZPH3644(2)%2B1", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-468:XYG1362(2)%2B1#!", + "id" : "http://lobid.org/items/HT012926727:DE-465:ZPH3644(2)%2B1#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-468" + "id" : "http://lobid.org/organisation/DE-465", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "W-Wgm32 20:2", + "callNumber" : "11 ZPH 26 (2)", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-Hag4:W-Wgm32%2020:2" + "id" : "http://lobid.org/items/HT012926727:DE-Due62:11%20ZPH%2026%20(2)", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-Hag4:W-Wgm32%2020:2#!", + "id" : "http://lobid.org/items/HT012926727:DE-Due62:11%20ZPH%2026%20(2)#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Hag4" + "id" : "http://lobid.org/organisation/DE-Due62", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "01PUM23(2)", + "callNumber" : "WQB20673:2", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-1010:01PUM23(2)" + "id" : "http://lobid.org/items/HT012926727:DE-294:WQB20673:2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-1010:01PUM23(2)#!", + "id" : "http://lobid.org/items/HT012926727:DE-294:WQB20673:2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1010" + "id" : "http://lobid.org/organisation/DE-294", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "WQB20673:2", + "callNumber" : "XYG1451(2)_d", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-294:WQB20673:2" + "id" : "http://lobid.org/items/HT012926727:DE-464:XYG1451(2)_d", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-294:WQB20673:2#!", + "id" : "http://lobid.org/items/HT012926727:DE-464:XYG1451(2)_d#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-294" + "id" : "http://lobid.org/organisation/DE-464", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "E/ZB-Wgm32 20:2B", + "callNumber" : "81PUM5023(2)", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-Hag4:E%2FZB-Wgm32%2020:2B" + "id" : "http://lobid.org/items/HT012926727:DE-Hag4-4:81PUM5023(2)", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-Hag4:E%2FZB-Wgm32%2020:2B#!", + "id" : "http://lobid.org/items/HT012926727:DE-Hag4-4:81PUM5023(2)#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Hag4" + "id" : "http://lobid.org/organisation/DE-Hag4-4", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "81PUM5023(2)+1", + "callNumber" : "PUM 119(2)", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-Hag4-4:81PUM5023(2)%2B1" + "id" : "http://lobid.org/items/HT012926727:DE-51:PUM%20119(2)", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-Hag4-4:81PUM5023(2)%2B1#!", + "id" : "http://lobid.org/items/HT012926727:DE-51:PUM%20119(2)#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Hag4-4" + "id" : "http://lobid.org/organisation/DE-51", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "28A2398", + "callNumber" : "XYG1362(2)+1", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-38:28A2398" + "id" : "http://lobid.org/items/HT012926727:DE-468:XYG1362(2)%2B1", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-38:28A2398#!", + "id" : "http://lobid.org/items/HT012926727:DE-468:XYG1362(2)%2B1#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-38" + "id" : "http://lobid.org/organisation/DE-468", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "jurj354.m946", + "callNumber" : "28A2398", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-61-81:jurj354.m946" + "id" : "http://lobid.org/items/HT012926727:DE-38:28A2398", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-61-81:jurj354.m946#!", + "id" : "http://lobid.org/items/HT012926727:DE-38:28A2398#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-61-81" + "id" : "http://lobid.org/organisation/DE-38", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "XYG Müll", + "callNumber" : "XYG1451(2)+1_d", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-829:XYG%20M%C3%BCll" + "id" : "http://lobid.org/items/HT012926727:DE-464:XYG1451(2)%2B1_d", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-829:XYG%20M%C3%BCll#!", + "id" : "http://lobid.org/items/HT012926727:DE-464:XYG1451(2)%2B1_d#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-829" + "id" : "http://lobid.org/organisation/DE-464", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { + "callNumber" : "R 278 2001/11", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-60:XYG1451(2)%2B1_d" + "id" : "http://lobid.org/items/HT012926727:DE-5-225:R%20278%202001%2F11", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-60:XYG1451(2)%2B1_d#!", + "id" : "http://lobid.org/items/HT012926727:DE-5-225:R%20278%202001%2F11#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-60" + "id" : "http://lobid.org/organisation/DE-5-225", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "wirq509.m946", + "callNumber" : "jurj354.m946", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-61:wirq509.m946" + "id" : "http://lobid.org/items/HT012926727:DE-61-81:jurj354.m946", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-61:wirq509.m946#!", + "id" : "http://lobid.org/items/HT012926727:DE-61-81:jurj354.m946#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-61" + "id" : "http://lobid.org/organisation/DE-61-81", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "00/XYG3(2)", + "callNumber" : "AR/G 2003 6306(2)", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)" + "id" : "http://lobid.org/items/HT012926727:DE-Kob7:AR%2FG%202003%206306(2)", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)#!", + "id" : "http://lobid.org/items/HT012926727:DE-Kob7:AR%2FG%202003%206306(2)#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1393" + "id" : "http://lobid.org/organisation/DE-Kob7", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "81PUM5023(2)", + "callNumber" : "etech A 002 2. Aufl.", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-Hag4-4:81PUM5023(2)" + "id" : "http://lobid.org/items/HT012926727:DE-1042:etech%20A%20002%202.%20Aufl.", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-Hag4-4:81PUM5023(2)#!", + "id" : "http://lobid.org/items/HT012926727:DE-1042:etech%20A%20002%202.%20Aufl.#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Hag4-4" + "id" : "http://lobid.org/organisation/DE-1042", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "XYG 6(2)", + "callNumber" : "00/XYG3(2)+3", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-Dm13:XYG%206(2)" + "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)%2B3", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-Dm13:XYG%206(2)#!", + "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)%2B3#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Dm13" + "id" : "http://lobid.org/organisation/DE-1393", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "ZPO41357(2)", + "callNumber" : "81PUM5023(2)+1", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-464:ZPO41357(2)" + "id" : "http://lobid.org/items/HT012926727:DE-Hag4-4:81PUM5023(2)%2B1", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-464:ZPO41357(2)#!", + "id" : "http://lobid.org/items/HT012926727:DE-Hag4-4:81PUM5023(2)%2B1#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-464" + "id" : "http://lobid.org/organisation/DE-Hag4-4", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "PUM 119(2)", + "callNumber" : "E/ZB-Wgm32 20:2B", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-51:PUM%20119(2)" + "id" : "http://lobid.org/items/HT012926727:DE-Hag4:E%2FZB-Wgm32%2020:2B", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-51:PUM%20119(2)#!", + "id" : "http://lobid.org/items/HT012926727:DE-Hag4:E%2FZB-Wgm32%2020:2B#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-51" + "id" : "http://lobid.org/organisation/DE-Hag4", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "XYF Muel", + "callNumber" : "00/XYG3(2)+2", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-Bi10:XYF%20Muel" + "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)%2B2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-Bi10:XYF%20Muel#!", + "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)%2B2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bi10" + "id" : "http://lobid.org/organisation/DE-1393", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "21 ZPH 743(2)", + "callNumber" : "G IV a 132", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-A96:21%20ZPH%20743(2)" + "id" : "http://lobid.org/items/HT012926727:DE-6-017:G%20IV%20a%20132", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-A96:21%20ZPH%20743(2)#!", + "id" : "http://lobid.org/items/HT012926727:DE-6-017:G%20IV%20a%20132#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-A96" + "id" : "http://lobid.org/organisation/DE-6-017", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "00/XYG3(2)+3", + "callNumber" : "21 ZPH 743(2)", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)%2B3" + "id" : "http://lobid.org/items/HT012926727:DE-A96:21%20ZPH%20743(2)", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)%2B3#!", + "id" : "http://lobid.org/items/HT012926727:DE-A96:21%20ZPH%20743(2)#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1393" + "id" : "http://lobid.org/organisation/DE-A96", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "00/XYG3(2)+2", + "callNumber" : "81PUM5023(2)+2", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)%2B2" + "id" : "http://lobid.org/items/HT012926727:DE-Hag4-4:81PUM5023(2)%2B2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)%2B2#!", + "id" : "http://lobid.org/items/HT012926727:DE-Hag4-4:81PUM5023(2)%2B2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1393" + "id" : "http://lobid.org/organisation/DE-Hag4-4", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "00/XYG3(2)+4", + "callNumber" : "WQB20673+1:2", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)%2B4" + "id" : "http://lobid.org/items/HT012926727:DE-294:WQB20673%2B1:2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)%2B4#!", + "id" : "http://lobid.org/items/HT012926727:DE-294:WQB20673%2B1:2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1393" + "id" : "http://lobid.org/organisation/DE-294", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "G IV a 132", + "callNumber" : "3H 62052", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-6-017:G%20IV%20a%20132" + "id" : "http://lobid.org/items/HT012926727:DE-6:3H%2062052", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-6-017:G%20IV%20a%20132#!", + "id" : "http://lobid.org/items/HT012926727:DE-6:3H%2062052#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6-017" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "ZPH3644(2)+1", + "callNumber" : "wirq509.m946", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-465:ZPH3644(2)%2B1" + "id" : "http://lobid.org/items/HT012926727:DE-61:wirq509.m946", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-465:ZPH3644(2)%2B1#!", + "id" : "http://lobid.org/items/HT012926727:DE-61:wirq509.m946#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-465" + "id" : "http://lobid.org/organisation/DE-61", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "XYG1451(2)_d", + "callNumber" : "W-Wgm32 20:2", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-464:XYG1451(2)_d" + "id" : "http://lobid.org/items/HT012926727:DE-Hag4:W-Wgm32%2020:2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-464:XYG1451(2)_d#!", + "id" : "http://lobid.org/items/HT012926727:DE-Hag4:W-Wgm32%2020:2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-464" + "id" : "http://lobid.org/organisation/DE-Hag4", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "XYG1362(2)", + "callNumber" : "01PUM23(2)", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-468:XYG1362(2)" + "id" : "http://lobid.org/items/HT012926727:DE-1010:01PUM23(2)", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-468:XYG1362(2)#!", + "id" : "http://lobid.org/items/HT012926727:DE-1010:01PUM23(2)#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-468" + "id" : "http://lobid.org/organisation/DE-1010", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "XYG1451(2)+1_d", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-464:XYG1451(2)%2B1_d" + "id" : "http://lobid.org/items/HT012926727:DE-60:XYG1451(2)%2B1_d", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-464:XYG1451(2)%2B1_d#!", + "id" : "http://lobid.org/items/HT012926727:DE-60:XYG1451(2)%2B1_d#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-464" + "id" : "http://lobid.org/organisation/DE-60", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "AR/G 2003 6306(2)", + "callNumber" : "PUM 16(2)", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-Kob7:AR%2FG%202003%206306(2)" + "id" : "http://lobid.org/items/HT012926727:DE-836:PUM%2016(2)", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-Kob7:AR%2FG%202003%206306(2)#!", + "id" : "http://lobid.org/items/HT012926727:DE-836:PUM%2016(2)#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Kob7" + "id" : "http://lobid.org/organisation/DE-836", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "ZPH3644(2)", + "callNumber" : "XYF Muel", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-465:ZPH3644(2)" + "id" : "http://lobid.org/items/HT012926727:DE-Bi10:XYF%20Muel", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-465:ZPH3644(2)#!", + "id" : "http://lobid.org/items/HT012926727:DE-Bi10:XYF%20Muel#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-465" + "id" : "http://lobid.org/organisation/DE-Bi10", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "11 ZPH 26 (2)", + "callNumber" : "XYG 6(2)", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-Due62:11%20ZPH%2026%20(2)" + "id" : "http://lobid.org/items/HT012926727:DE-Dm13:XYG%206(2)", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-Due62:11%20ZPH%2026%20(2)#!", + "id" : "http://lobid.org/items/HT012926727:DE-Dm13:XYG%206(2)#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Due62" + "id" : "http://lobid.org/organisation/DE-Dm13", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "etech A 002 2. Aufl.", + "callNumber" : "00/XYG3(2)+4", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-1042:etech%20A%20002%202.%20Aufl." + "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)%2B4", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-1042:etech%20A%20002%202.%20Aufl.#!", + "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)%2B4#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1042" + "id" : "http://lobid.org/organisation/DE-1393", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "E/ZB-Wgm32 20:2A", + "callNumber" : "XYG1362(2)", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-Hag4:E%2FZB-Wgm32%2020:2A" + "id" : "http://lobid.org/items/HT012926727:DE-468:XYG1362(2)", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-Hag4:E%2FZB-Wgm32%2020:2A#!", + "id" : "http://lobid.org/items/HT012926727:DE-468:XYG1362(2)#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Hag4" + "id" : "http://lobid.org/organisation/DE-468", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "PUM 16(2)", + "callNumber" : "ZPO41357(2)", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-836:PUM%2016(2)" + "id" : "http://lobid.org/items/HT012926727:DE-464:ZPO41357(2)", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-836:PUM%2016(2)#!", + "id" : "http://lobid.org/items/HT012926727:DE-464:ZPO41357(2)#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-836" + "id" : "http://lobid.org/organisation/DE-464", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "16 ZPH 26 (2) +1", + "callNumber" : "XYG Müll", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-Due62:16%20ZPH%2026%20(2)%20%2B1" + "id" : "http://lobid.org/items/HT012926727:DE-829:XYG%20M%C3%BCll", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-Due62:16%20ZPH%2026%20(2)%20%2B1#!", + "id" : "http://lobid.org/items/HT012926727:DE-829:XYG%20M%C3%BCll#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Due62" + "id" : "http://lobid.org/organisation/DE-829", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "3H 62052", + "callNumber" : "00/XYG3(2)", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-6:3H%2062052" + "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-6:3H%2062052#!", + "id" : "http://lobid.org/items/HT012926727:DE-1393:00%2FXYG3(2)#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-1393", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "81PUM5023(2)+2", + "callNumber" : "16 ZPH 26 (2) +1", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-Hag4-4:81PUM5023(2)%2B2" + "id" : "http://lobid.org/items/HT012926727:DE-Due62:16%20ZPH%2026%20(2)%20%2B1", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-Hag4-4:81PUM5023(2)%2B2#!", + "id" : "http://lobid.org/items/HT012926727:DE-Due62:16%20ZPH%2026%20(2)%20%2B1#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Hag4-4" + "id" : "http://lobid.org/organisation/DE-Due62", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "WQB20673+1:2", + "callNumber" : "E/ZB-Wgm32 20:2A", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-294:WQB20673%2B1:2" + "id" : "http://lobid.org/items/HT012926727:DE-Hag4:E%2FZB-Wgm32%2020:2A", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-294:WQB20673%2B1:2#!", + "id" : "http://lobid.org/items/HT012926727:DE-Hag4:E%2FZB-Wgm32%2020:2A#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-294" + "id" : "http://lobid.org/organisation/DE-Hag4", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "R 278 2001/11", + "callNumber" : "ZPH3644(2)", "describedby" : { - "id" : "http://lobid.org/items/HT012926727:DE-5-225:R%20278%202001%2F11" + "id" : "http://lobid.org/items/HT012926727:DE-465:ZPH3644(2)", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT012926727#!", - "id" : "http://lobid.org/items/HT012926727:DE-5-225:R%20278%202001%2F11#!", + "id" : "http://lobid.org/items/HT012926727:DE-465:ZPH3644(2)#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5-225" + "id" : "http://lobid.org/organisation/DE-465", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -431,7 +543,8 @@ "hbzId" : "HT012926727", "id" : "http://lobid.org/resources/HT012926727#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT012926727" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT012926727", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "9783540676379", "3540676376", "9783642631948" ], "language" : [ { @@ -450,23 +563,25 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT012926727" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT012926727", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Leonhard Müller", "subject" : [ { "id" : "http://d-nb.info/gnd/4011882-4", - "label" : "Deutschland", + "label" : [ "Deutschland", "http://d-nb.info/gnd" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4014228-0", - "label" : "Elektrizitätswirtschaft", + "label" : [ "http://d-nb.info/gnd", "Elektrizitätswirtschaft" ], "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "Deutschland | Elektrizitätswirtschaft (21)" ], "subjectLabel" : [ "Deutsche Länder", "Stromwirtschaft", "Deutschland (Gebiet unter Alliierter Besatzung)", "Norddeutscher Bund", "Allemagne (Deutschland)", "Federal Republic of Germany (Deutschland)", "Heiliges Römisches Reich", "République Fédérale d'Allemagne (Deutschland)", "Germanija", "Germany (Deutschland)", "Rheinbund", "Deutschland (Bundesrepublik, 1990-)", "Elektrischer Strom / Energiewirtschaft", "Federativnaja Respublika Germanija", "Republic of Germany (Deutschland)", "Repubblica Federale di Germania (Deutschland)", "Deyizhi-Lianbang-Gongheguo", "Niemcy", "Deutsches Reich", "Bundesrepublik Deutschland (1990-)", "BRD (1990-)", "BRD", "Elektrizität / Wirtschaft", "Deutscher Bund", "FRG", "Ǧumhūrīyat Almāniyā al-Ittiḥādīya", "Elektrizität / Energiewirtschaft" ], "subjectOrder" : [ "http://d-nb.info/gnd/4011882-4, http://d-nb.info/gnd/4014228-0" ], "tableOfContents" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1533597&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1533597&custom_att_2=simple_viewer", + "label" : "Digitool" } ], "title" : "Handbuch der Elektrizitätswirtschaft", "type" : [ "BibliographicResource", "Book" ] diff --git a/src/test/resources/output/json/01307/HT013077595.json b/src/test/resources/output/json/01307/HT013077595.json index 1dd73a144..dfa933ac5 100644 --- a/src/test/resources/output/json/01307/HT013077595.json +++ b/src/test/resources/output/json/01307/HT013077595.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/11079267X", - "label" : "Balke, Kirsten", + "label" : [ "http://d-nb.info/gnd", "Balke, Kirsten" ], "type" : [ "Person" ] }, "role" : [ { @@ -19,7 +19,7 @@ "agent" : { "altLabel" : "Boer, Hans Peter", "id" : "http://d-nb.info/gnd/109490312", - "label" : "Boer, Hans-Peter", + "label" : [ "Boer, Hans-Peter", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -30,7 +30,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/128755-2", - "label" : "Kreisheimatverein (Coesfeld)", + "label" : [ "Kreisheimatverein (Coesfeld)", "http://d-nb.info/gnd" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -44,39 +44,49 @@ "describedby" : { "dateCreated" : "20010705", "dateModified" : "20011113", - "id" : "http://lobid.org/resources/HT013077595" + "id" : "http://lobid.org/resources/HT013077595", + "label" : "lobid Ressource" }, "exemplar" : [ { - "callNumber" : "2J 1468", + "callNumber" : "AA 12514", "describedby" : { - "id" : "http://lobid.org/items/HT013077595:DE-6:2J%201468" + "id" : "http://lobid.org/items/HT013077595:DE-6:AA%2012514", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT013077595#!", - "id" : "http://lobid.org/items/HT013077595:DE-6:2J%201468#!", + "id" : "http://lobid.org/items/HT013077595:DE-6:AA%2012514#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "Y 401 - 36", "describedby" : { - "id" : "http://lobid.org/items/HT013077595:DE-6-290:Y%20401%20-%2036" + "id" : "http://lobid.org/items/HT013077595:DE-6-290:Y%20401%20-%2036", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT013077595#!", "id" : "http://lobid.org/items/HT013077595:DE-6-290:Y%20401%20-%2036#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6-290" + "id" : "http://lobid.org/organisation/DE-6-290", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "AA 12514", + "callNumber" : "2J 1468", "describedby" : { - "id" : "http://lobid.org/items/HT013077595:DE-6:AA%2012514" + "id" : "http://lobid.org/items/HT013077595:DE-6:2J%201468", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT013077595#!", - "id" : "http://lobid.org/items/HT013077595:DE-6:AA%2012514#!", + "id" : "http://lobid.org/items/HT013077595:DE-6:2J%201468#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -84,7 +94,8 @@ "hbzId" : "HT013077595", "id" : "http://lobid.org/resources/HT013077595#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT013077595" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT013077595", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -111,26 +122,27 @@ "startDate" : "2000" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT013077595" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT013077595", + "label" : "Culturegraph Ressource" } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4010355-9", - "label" : "Coesfeld", + "label" : [ "Coesfeld", "http://d-nb.info/gnd" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4024116-6", - "label" : "Heimatkundeunterricht", + "label" : [ "http://d-nb.info/gnd", "Heimatkundeunterricht" ], "type" : [ "SubjectHeading" ] }, { "label" : "Lehrmittel", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4010356-0", - "label" : "Kreis Coesfeld", + "label" : [ "http://d-nb.info/gnd", "Kreis Coesfeld" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4024116-6", - "label" : "Heimatkundeunterricht", + "label" : [ "http://d-nb.info/gnd", "Heimatkundeunterricht" ], "type" : [ "SubjectHeading" ] }, { "label" : "Lehrmittel", diff --git a/src/test/resources/output/json/01330/HT013304490.json b/src/test/resources/output/json/01330/HT013304490.json index d6efaed00..a2b4eca39 100644 --- a/src/test/resources/output/json/01330/HT013304490.json +++ b/src/test/resources/output/json/01330/HT013304490.json @@ -3,49 +3,61 @@ "describedby" : { "dateCreated" : "20020301", "dateModified" : "20130724", - "id" : "http://lobid.org/resources/HT013304490" + "id" : "http://lobid.org/resources/HT013304490", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "<<01>> 34 Z 41", "describedby" : { - "id" : "http://lobid.org/items/HT013304490:DE-829:%3C%3C01%3E%3E%2034%20Z%2041" + "id" : "http://lobid.org/items/HT013304490:DE-829:%3C%3C01%3E%3E%2034%20Z%2041", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT013304490#!", "id" : "http://lobid.org/items/HT013304490:DE-829:%3C%3C01%3E%3E%2034%20Z%2041#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-829" + "id" : "http://lobid.org/organisation/DE-829", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "Zd Decide", "describedby" : { - "id" : "http://lobid.org/items/HT013304490:DE-Kn3:Zd%20Decide" + "id" : "http://lobid.org/items/HT013304490:DE-Kn3:Zd%20Decide", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT013304490#!", "id" : "http://lobid.org/items/HT013304490:DE-Kn3:Zd%20Decide#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Kn3" + "id" : "http://lobid.org/organisation/DE-Kn3", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT013304490:DE-Tr5:" + "id" : "http://lobid.org/items/HT013304490:DE-Tr5:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT013304490#!", "id" : "http://lobid.org/items/HT013304490:DE-Tr5:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Tr5" + "id" : "http://lobid.org/organisation/DE-Tr5", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "frequency" : [ "Periodizität: vierteljährl." ], "hasSupplement" : [ { - "id" : "http://lobid.org/resources/HT013304885#!" + "id" : "http://lobid.org/resources/HT013304885#!", + "label" : "lobid Ressource" } ], "hbzId" : "HT013304490", "id" : "http://lobid.org/resources/HT013304490#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT013304490" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT013304490", + "label" : "hbz Verbundkatalog" }, "issn" : [ "16187792" ], "language" : [ { @@ -66,17 +78,19 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://worldcat.org/oclc/635743319" + "id" : "http://worldcat.org/oclc/635743319", + "label" : "http://worldcat.org/oclc" }, { - "id" : "http://ld.zdb-services.de/resource/2073588-1" + "id" : "http://ld.zdb-services.de/resource/2073588-1", + "label" : "http://ld.zdb-services.de/resource" } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4052945-9", - "label" : "Schmuck", + "label" : [ "http://d-nb.info/gnd", "Schmuck" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4067488-5", - "label" : "Zeitschrift", + "label" : [ "Zeitschrift", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://dewey.info/class/050/", diff --git a/src/test/resources/output/json/01357/HT013577568.json b/src/test/resources/output/json/01357/HT013577568.json index f8dd1aca6..b22daf260 100644 --- a/src/test/resources/output/json/01357/HT013577568.json +++ b/src/test/resources/output/json/01357/HT013577568.json @@ -6,12 +6,13 @@ "label" : "Nordrhein-Westfälische Bibliographie" } ], "containedIn" : [ { - "id" : "http://lobid.org/resources/HT013538692#!" + "id" : "http://lobid.org/resources/HT013538692#!", + "label" : "lobid Ressource" } ], "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/108092704", - "label" : "Heinrichs, Johannes", + "label" : [ "http://d-nb.info/gnd", "Heinrichs, Johannes" ], "type" : [ "Person" ] }, "role" : [ { @@ -23,15 +24,18 @@ "contributorOrder" : [ "http://d-nb.info/gnd/108092704" ], "describedby" : { "dateCreated" : "20030212", - "id" : "http://lobid.org/resources/HT013577568" + "id" : "http://lobid.org/resources/HT013577568", + "label" : "lobid Ressource" }, "hbzId" : "HT013577568", "id" : "http://lobid.org/resources/HT013577568#!", "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT013538692#!" + "id" : "http://lobid.org/resources/HT013538692#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT013577568" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT013577568", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -54,39 +58,40 @@ "startDate" : "2003" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT013577568" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT013577568", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "von Johannes Heinrichs", "subject" : [ { "id" : "http://d-nb.info/gnd/4049788-4", - "label" : "Rheinland", + "label" : [ "http://d-nb.info/gnd", "Rheinland" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4076769-3", - "label" : "Römerzeit", + "label" : [ "Römerzeit", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4020378-5", - "label" : "Germanen", + "label" : [ "Germanen", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4040629-5", - "label" : "Münze", + "label" : [ "http://d-nb.info/gnd", "Münze" ], "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte 71 v. Chr.-70 v. Chr", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4049788-4", - "label" : "Rheinland", + "label" : [ "http://d-nb.info/gnd", "Rheinland" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4076769-3", - "label" : "Römerzeit", + "label" : [ "Römerzeit", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4126078-8", - "label" : "Münzfund", + "label" : [ "http://d-nb.info/gnd", "Münzfund" ], "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte 71 v. Chr.-70 v. Chr", diff --git a/src/test/resources/output/json/01391/HT013911008.json b/src/test/resources/output/json/01391/HT013911008.json index f70f2f849..b7bdc3c5b 100644 --- a/src/test/resources/output/json/01391/HT013911008.json +++ b/src/test/resources/output/json/01391/HT013911008.json @@ -2,17 +2,21 @@ "@context" : "http://lobid.org/context/lobid-resources.json", "describedby" : { "dateCreated" : "20040202", - "id" : "http://lobid.org/resources/HT013911008" + "id" : "http://lobid.org/resources/HT013911008", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "CB088.87-4144798", "describedby" : { - "id" : "http://lobid.org/items/HT013911008:DE-361:CB088.87-4144798" + "id" : "http://lobid.org/items/HT013911008:DE-361:CB088.87-4144798", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT013911008#!", "id" : "http://lobid.org/items/HT013911008:DE-361:CB088.87-4144798#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-361" + "id" : "http://lobid.org/organisation/DE-361", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -22,15 +26,18 @@ "inSeries" : [ { "numbering" : "5", "series" : [ { - "id" : "http://lobid.org/resources/HT013911051#!" + "id" : "http://lobid.org/resources/HT013911051#!", + "label" : "lobid Ressource" } ], "type" : [ "SeriesRelation" ] } ], "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT013911051#!" + "id" : "http://lobid.org/resources/HT013911051#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT013911008" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT013911008", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "3936547041", "9783936547047" ], "language" : [ { @@ -38,9 +45,11 @@ "label" : "Deutsch" } ], "medium" : [ { - "id" : "http://purl.org/library/CassetteTape" + "id" : "http://purl.org/library/CassetteTape", + "label" : "http://purl.org/library" }, { - "id" : "http://purl.org/ontology/bibo/AudioDocument" + "id" : "http://purl.org/ontology/bibo/AudioDocument", + "label" : "Audio-Dokument" } ], "publication" : [ { "location" : "Velbert", @@ -49,11 +58,12 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT013911008" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT013911008", + "label" : "Culturegraph Ressource" } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4050698-8", - "label" : "Rothenburg ob der Tauber", + "label" : [ "Rothenburg ob der Tauber", "http://d-nb.info/gnd" ], "type" : [ "PlaceOrGeographicName" ] }, { "label" : "CD-ROM", diff --git a/src/test/resources/output/json/01401/HT014015351.json b/src/test/resources/output/json/01401/HT014015351.json index 03eab149b..cf4354a39 100644 --- a/src/test/resources/output/json/01401/HT014015351.json +++ b/src/test/resources/output/json/01401/HT014015351.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/129016713", - "label" : "Fehrmann, Gisela", + "label" : [ "Fehrmann, Gisela", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -14,7 +14,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/136788548", - "label" : "Jäger, Ludwig", + "label" : [ "Jäger, Ludwig", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -27,116 +27,147 @@ "describedby" : { "dateCreated" : "20040511", "dateModified" : "20081128", - "id" : "http://lobid.org/resources/HT014015351" + "id" : "http://lobid.org/resources/HT014015351", + "label" : "lobid Ressource" }, "exemplar" : [ { - "callNumber" : "2010/1208", + "callNumber" : "IFB9657", "describedby" : { - "id" : "http://lobid.org/items/HT014015351:DE-5:2010%2F1208" + "id" : "http://lobid.org/items/HT014015351:DE-294:IFB9657", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", - "id" : "http://lobid.org/items/HT014015351:DE-5:2010%2F1208#!", + "id" : "http://lobid.org/items/HT014015351:DE-294:IFB9657#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5" + "id" : "http://lobid.org/organisation/DE-294", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "alge910.s772", + "callNumber" : "3H 83949", "describedby" : { - "id" : "http://lobid.org/items/HT014015351:DE-61:alge910.s772" + "id" : "http://lobid.org/items/HT014015351:DE-6:3H%2083949", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", - "id" : "http://lobid.org/items/HT014015351:DE-61:alge910.s772#!", + "id" : "http://lobid.org/items/HT014015351:DE-6:3H%2083949#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-61" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "BJHJ1028", + "callNumber" : "deu 503-109a", "describedby" : { - "id" : "http://lobid.org/items/HT014015351:DE-468:BJHJ1028" + "id" : "http://lobid.org/items/HT014015351:DE-Lan1:deu%20503-109a", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", - "id" : "http://lobid.org/items/HT014015351:DE-468:BJHJ1028#!", + "id" : "http://lobid.org/items/HT014015351:DE-Lan1:deu%20503-109a#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-468" + "id" : "http://lobid.org/organisation/DE-Lan1", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "IFB9657", + "callNumber" : "21KKZJ1005", "describedby" : { - "id" : "http://lobid.org/items/HT014015351:DE-294:IFB9657" + "id" : "http://lobid.org/items/HT014015351:DE-467:21KKZJ1005", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", - "id" : "http://lobid.org/items/HT014015351:DE-294:IFB9657#!", + "id" : "http://lobid.org/items/HT014015351:DE-467:21KKZJ1005#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-294" + "id" : "http://lobid.org/organisation/DE-467", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "OH058 S7L5", + "callNumber" : "deu 503-109", "describedby" : { - "id" : "http://lobid.org/items/HT014015351:DE-361:OH058%20S7L5" + "id" : "http://lobid.org/items/HT014015351:DE-Lan1:deu%20503-109", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", - "id" : "http://lobid.org/items/HT014015351:DE-361:OH058%20S7L5#!", + "id" : "http://lobid.org/items/HT014015351:DE-Lan1:deu%20503-109#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-361" + "id" : "http://lobid.org/organisation/DE-Lan1", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "deu 503-109", + "callNumber" : "BJHJ1028", "describedby" : { - "id" : "http://lobid.org/items/HT014015351:DE-Lan1:deu%20503-109" + "id" : "http://lobid.org/items/HT014015351:DE-468:BJHJ1028", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", - "id" : "http://lobid.org/items/HT014015351:DE-Lan1:deu%20503-109#!", + "id" : "http://lobid.org/items/HT014015351:DE-468:BJHJ1028#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Lan1" + "id" : "http://lobid.org/organisation/DE-468", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "3H 83949", + "callNumber" : "2010/1208", "describedby" : { - "id" : "http://lobid.org/items/HT014015351:DE-6:3H%2083949" + "id" : "http://lobid.org/items/HT014015351:DE-5:2010%2F1208", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", - "id" : "http://lobid.org/items/HT014015351:DE-6:3H%2083949#!", + "id" : "http://lobid.org/items/HT014015351:DE-5:2010%2F1208#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-5", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "deu 503-109a", + "callNumber" : "alge910.s772", "describedby" : { - "id" : "http://lobid.org/items/HT014015351:DE-Lan1:deu%20503-109a" + "id" : "http://lobid.org/items/HT014015351:DE-61:alge910.s772", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", - "id" : "http://lobid.org/items/HT014015351:DE-Lan1:deu%20503-109a#!", + "id" : "http://lobid.org/items/HT014015351:DE-61:alge910.s772#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Lan1" + "id" : "http://lobid.org/organisation/DE-61", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "KKZJ 1", + "callNumber" : "OH058 S7L5", "describedby" : { - "id" : "http://lobid.org/items/HT014015351:DE-Dm13:KKZJ%201" + "id" : "http://lobid.org/items/HT014015351:DE-361:OH058%20S7L5", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", - "id" : "http://lobid.org/items/HT014015351:DE-Dm13:KKZJ%201#!", + "id" : "http://lobid.org/items/HT014015351:DE-361:OH058%20S7L5#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Dm13" + "id" : "http://lobid.org/organisation/DE-361", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "21KKZJ1005", + "callNumber" : "KKZJ 1", "describedby" : { - "id" : "http://lobid.org/items/HT014015351:DE-467:21KKZJ1005" + "id" : "http://lobid.org/items/HT014015351:DE-Dm13:KKZJ%201", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT014015351#!", - "id" : "http://lobid.org/items/HT014015351:DE-467:21KKZJ1005#!", + "id" : "http://lobid.org/items/HT014015351:DE-Dm13:KKZJ%201#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-467" + "id" : "http://lobid.org/organisation/DE-Dm13", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -144,7 +175,8 @@ "hbzId" : "HT014015351", "id" : "http://lobid.org/resources/HT014015351#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014015351" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014015351", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "9783770538478", "3770538471" ], "language" : [ { @@ -163,16 +195,17 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT014015351" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT014015351", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "hrsg. von Gisela Fehrmann ...", "subject" : [ { "id" : "http://d-nb.info/gnd/4604932-0", - "label" : "Abbild", + "label" : [ "http://d-nb.info/gnd", "Abbild" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4184194-3", - "label" : "Symbolik", + "label" : [ "Symbolik", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] }, { "label" : "Aufsatzsammlung", diff --git a/src/test/resources/output/json/01404/HT014046679.json b/src/test/resources/output/json/01404/HT014046679.json index 4109f125c..818008662 100644 --- a/src/test/resources/output/json/01404/HT014046679.json +++ b/src/test/resources/output/json/01404/HT014046679.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/183839064", - "label" : "Herrenbrück, Erika", + "label" : [ "http://d-nb.info/gnd", "Herrenbrück, Erika" ], "type" : [ "Person" ] }, "role" : [ { @@ -14,7 +14,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/175894612", - "label" : "Hoefler, Angelika", + "label" : [ "Hoefler, Angelika", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -26,7 +26,7 @@ "agent" : { "altLabel" : "Amt für Jugendarbeit", "id" : "http://d-nb.info/gnd/2095440-2", - "label" : "Evangelische Kirche von Westfalen. Amt für Jugendarbeit", + "label" : [ "http://d-nb.info/gnd", "Evangelische Kirche von Westfalen. Amt für Jugendarbeit" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -39,17 +39,21 @@ "describedby" : { "dateCreated" : "20040615", "dateModified" : "20041018", - "id" : "http://lobid.org/resources/HT014046679" + "id" : "http://lobid.org/resources/HT014046679", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "ICE Brav", "describedby" : { - "id" : "http://lobid.org/items/HT014046679:DE-Bi10:ICE%20Brav" + "id" : "http://lobid.org/items/HT014046679:DE-Bi10:ICE%20Brav", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT014046679#!", "id" : "http://lobid.org/items/HT014046679:DE-Bi10:ICE%20Brav#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bi10" + "id" : "http://lobid.org/organisation/DE-Bi10", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -57,7 +61,8 @@ "hbzId" : "HT014046679", "id" : "http://lobid.org/resources/HT014046679#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014046679" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014046679", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -76,7 +81,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT014046679" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT014046679", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Idee und Konzeption: Erika Herrenbrück. Texte: Angelika Hoefler", "title" : "Brave Mädchen - Böse Mädchen", diff --git a/src/test/resources/output/json/01421/HT014215912.json b/src/test/resources/output/json/01421/HT014215912.json index 515790a11..a346feccb 100644 --- a/src/test/resources/output/json/01421/HT014215912.json +++ b/src/test/resources/output/json/01421/HT014215912.json @@ -6,12 +6,13 @@ "label" : "Nordrhein-Westfälische Bibliographie" } ], "containedIn" : [ { - "id" : "http://lobid.org/resources/HT014168843#!" + "id" : "http://lobid.org/resources/HT014168843#!", + "label" : "lobid Ressource" } ], "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/121815684", - "label" : "Lüken, Sven", + "label" : [ "http://d-nb.info/gnd", "Lüken, Sven" ], "type" : [ "Person" ] }, "role" : [ { @@ -23,15 +24,18 @@ "contributorOrder" : [ "http://d-nb.info/gnd/121815684" ], "describedby" : { "dateCreated" : "20041208", - "id" : "http://lobid.org/resources/HT014215912" + "id" : "http://lobid.org/resources/HT014215912", + "label" : "lobid Ressource" }, "hbzId" : "HT014215912", "id" : "http://lobid.org/resources/HT014215912#!", "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT014168843#!" + "id" : "http://lobid.org/resources/HT014168843#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014215912" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014215912", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -53,18 +57,19 @@ "startDate" : "2004" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT014215912" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT014215912", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Sven Lüken", "subject" : [ { "dateOfBirth" : "747", "dateOfDeath" : "814", "id" : "http://d-nb.info/gnd/118560034", - "label" : "Karl, I., Heiliges Römisches Reich, Kaiser", + "label" : [ "http://d-nb.info/gnd", "Karl, I., Heiliges Römisches Reich, Kaiser" ], "type" : [ "Person" ] }, { "id" : "http://d-nb.info/gnd/4159648-1", - "label" : "Herrscherbild", + "label" : [ "Herrscherbild", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte", diff --git a/src/test/resources/output/json/01431/HT014319164.json b/src/test/resources/output/json/01431/HT014319164.json index 7d6d76940..4b3a079d7 100644 --- a/src/test/resources/output/json/01431/HT014319164.json +++ b/src/test/resources/output/json/01431/HT014319164.json @@ -8,7 +8,7 @@ "agent" : { "dateOfBirth" : "1948", "id" : "http://d-nb.info/gnd/133595935", - "label" : "Reinarz, Titus", + "label" : [ "Reinarz, Titus", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -19,7 +19,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/159865794", - "label" : "Adenauer, Konrad", + "label" : [ "http://d-nb.info/gnd", "Adenauer, Konrad" ], "type" : [ "Person" ] }, "role" : [ { @@ -33,28 +33,35 @@ "describedby" : { "dateCreated" : "20050322", "dateModified" : "20130117", - "id" : "http://lobid.org/resources/HT014319164" + "id" : "http://lobid.org/resources/HT014319164", + "label" : "lobid Ressource" }, "exemplar" : [ { - "callNumber" : "2005/1952", + "callNumber" : "17B2432", "describedby" : { - "id" : "http://lobid.org/items/HT014319164:DE-929:2005%2F1952" + "id" : "http://lobid.org/items/HT014319164:DE-38:17B2432", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT014319164#!", - "id" : "http://lobid.org/items/HT014319164:DE-929:2005%2F1952#!", + "id" : "http://lobid.org/items/HT014319164:DE-38:17B2432#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-929" + "id" : "http://lobid.org/organisation/DE-38", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "17B2432", + "callNumber" : "2005/1952", "describedby" : { - "id" : "http://lobid.org/items/HT014319164:DE-38:17B2432" + "id" : "http://lobid.org/items/HT014319164:DE-929:2005%2F1952", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT014319164#!", - "id" : "http://lobid.org/items/HT014319164:DE-38:17B2432#!", + "id" : "http://lobid.org/items/HT014319164:DE-929:2005%2F1952#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-38" + "id" : "http://lobid.org/organisation/DE-929", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -62,7 +69,8 @@ "hbzId" : "HT014319164", "id" : "http://lobid.org/resources/HT014319164#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014319164" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014319164", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -94,17 +102,18 @@ "label" : "Landeskunde Region Koblenz" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT014319164" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT014319164", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "[Textbeitr. Konrad Adenauer ...]", "subject" : [ { "dateOfBirth" : "1948", "id" : "http://d-nb.info/gnd/133595935", - "label" : "Reinarz, Titus", + "label" : [ "Reinarz, Titus", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, { "id" : "http://d-nb.info/gnd/4046277-8", - "label" : "Plastik", + "label" : [ "Plastik", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] }, { "label" : "Bildband", diff --git a/src/test/resources/output/json/01452/HT014525099.json b/src/test/resources/output/json/01452/HT014525099.json index 25ca56067..141258812 100644 --- a/src/test/resources/output/json/01452/HT014525099.json +++ b/src/test/resources/output/json/01452/HT014525099.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Bach, Johannes S.", "Bach, Johann S.", "Bach, ...", "Bach, Sebastian", "Bach, Joh.-Seb.", "Bach, Jean-Sebastien", "Bach, Joh. Sebastian", "Bach, Jean S.", "Bach, Iogann Sebastʹjan", "Bach, Giovanni Sebastiano", "Bach, J. S.", "Bach, Jan Sebastian", "Bach, Joh. Seb.", "Bach, Joh. Sebas.", "Bach, Johann Seb.", "Bach, Johann-Sebastian", "Bach, G. S.", "Bach, Jean-Sébastien", "Bach, Joh. Sebast.", "Bach, Johannes Sebastian" ], "id" : "http://d-nb.info/gnd/11850553X", - "label" : "Bach, Johann Sebastian", + "label" : [ "Bach, Johann Sebastian", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -16,7 +16,7 @@ "agent" : { "altLabel" : "Ože, Arlen", "id" : "http://d-nb.info/gnd/129389641", - "label" : "Augér, Arleen", + "label" : [ "http://d-nb.info/gnd", "Augér, Arleen" ], "type" : [ "Person" ] }, "role" : [ { @@ -27,7 +27,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/128992204", - "label" : "Wenkel, Ortrun", + "label" : [ "http://d-nb.info/gnd", "Wenkel, Ortrun" ], "type" : [ "Person" ] }, "role" : [ { @@ -39,7 +39,7 @@ "agent" : { "altLabel" : [ "Shuraiya, Pētā", "Šrajer, Peter", "Schreier, P." ], "id" : "http://d-nb.info/gnd/118610724", - "label" : "Schreier, Peter", + "label" : [ "http://d-nb.info/gnd", "Schreier, Peter" ], "type" : [ "Person" ] }, "role" : [ { @@ -51,7 +51,7 @@ "agent" : { "altLabel" : "Adam, Theo Siegfried", "id" : "http://d-nb.info/gnd/118500546", - "label" : "Adam, Theo", + "label" : [ "http://d-nb.info/gnd", "Adam, Theo" ], "type" : [ "Person" ] }, "role" : [ { @@ -63,7 +63,7 @@ "agent" : { "altLabel" : [ "Rotzsch, Hans Joachim", "Rotzsch, Hans J." ], "id" : "http://d-nb.info/gnd/118867539", - "label" : "Rotzsch, Hans-Joachim", + "label" : [ "Rotzsch, Hans-Joachim", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -75,7 +75,7 @@ "agent" : { "altLabel" : [ "Thomaner Chor", "Thomaner" ], "id" : "http://d-nb.info/gnd/1212749-8", - "label" : "Thomanerchor (Leipzig)", + "label" : [ "Thomanerchor (Leipzig)", "http://d-nb.info/gnd" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -87,7 +87,7 @@ "agent" : { "altLabel" : [ "Neues Bach'sches Collegium Musicum", "New Leipzig Bach Collegium Musicum" ], "id" : "http://d-nb.info/gnd/806366-7", - "label" : "Neues Bachisches Collegium Musicum (Leipzig)", + "label" : [ "Neues Bachisches Collegium Musicum (Leipzig)", "http://d-nb.info/gnd" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -99,17 +99,21 @@ "contributorOrder" : [ "http://d-nb.info/gnd/11850553X | http://d-nb.info/gnd/129389641 | http://d-nb.info/gnd/128992204 | http://d-nb.info/gnd/118610724 | http://d-nb.info/gnd/118500546 | http://d-nb.info/gnd/118867539 | http://d-nb.info/gnd/1212749-8 | http://d-nb.info/gnd/806366-7" ], "describedby" : { "dateCreated" : "20051020", - "id" : "http://lobid.org/resources/HT014525099" + "id" : "http://lobid.org/resources/HT014525099", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "AR ba 71", "describedby" : { - "id" : "http://lobid.org/items/HT014525099:DE-1156:AR%20ba%2071" + "id" : "http://lobid.org/items/HT014525099:DE-1156:AR%20ba%2071", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT014525099#!", "id" : "http://lobid.org/items/HT014525099:DE-1156:AR%20ba%2071#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1156" + "id" : "http://lobid.org/organisation/DE-1156", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -117,16 +121,19 @@ "hbzId" : "HT014525099", "id" : "http://lobid.org/resources/HT014525099#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014525099" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014525099", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", "label" : "Deutsch" } ], "medium" : [ { - "id" : "http://purl.org/ontology/mo/Vinyl" + "id" : "http://purl.org/ontology/bibo/AudioDocument", + "label" : "Audio-Dokument" }, { - "id" : "http://purl.org/ontology/bibo/AudioDocument" + "id" : "http://purl.org/ontology/mo/Vinyl", + "label" : "Schallplatte" } ], "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" ], "publication" : [ { @@ -136,7 +143,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT014525099" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT014525099", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Johann Sebastian Bach", "title" : "Kantaten Ostern, Pfingsten", diff --git a/src/test/resources/output/json/01499/HT014997977.json b/src/test/resources/output/json/01499/HT014997977.json index 6a8d5098c..94af6c4c4 100644 --- a/src/test/resources/output/json/01499/HT014997977.json +++ b/src/test/resources/output/json/01499/HT014997977.json @@ -1,14 +1,16 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/RPB" + "id" : "http://lobid.org/resource/Edoweb", + "label" : "http://lobid.org/resource" }, { - "id" : "http://lobid.org/resource/Edoweb" + "id" : "http://lobid.org/resources/RPB", + "label" : "lobid Ressource" } ], "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/3062366-2", - "label" : "Arbeitskreis Straßenbauabfälle Rheinland-Pfalz", + "label" : [ "Arbeitskreis Straßenbauabfälle Rheinland-Pfalz", "http://d-nb.info/gnd" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -20,7 +22,7 @@ "agent" : { "altLabel" : [ "Landesbetrieb Straßen und Verkehr RP", "LSV" ], "id" : "http://d-nb.info/gnd/10048424-4", - "label" : "Landesbetrieb Straßen und Verkehr Rheinland-Pfalz (Koblenz)", + "label" : [ "http://d-nb.info/gnd", "Landesbetrieb Straßen und Verkehr Rheinland-Pfalz (Koblenz)" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -32,7 +34,7 @@ "agent" : { "altLabel" : [ "Landesamt für Umwelt und Gewerbeaufsicht", "LfUG", "Rheinland-Pfalz", "Landesamt für Umweltschutz und Gewerbeaufsicht" ], "id" : "http://d-nb.info/gnd/2092393-4", - "label" : "Rheinland-Pfalz (Koblenz). Landesamt für Umweltschutz und Gewerbeaufsicht", + "label" : [ "http://d-nb.info/gnd", "Rheinland-Pfalz (Koblenz). Landesamt für Umweltschutz und Gewerbeaufsicht" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -44,29 +46,35 @@ "contributorOrder" : [ "http://d-nb.info/gnd/3062366-2 | http://d-nb.info/gnd/10048424-4 | http://d-nb.info/gnd/2092393-4" ], "describedby" : { "dateCreated" : "20070222", - "id" : "http://lobid.org/resources/HT014997977" + "id" : "http://lobid.org/resources/HT014997977", + "label" : "lobid Ressource" }, "edition" : [ "1. Aufl." ], "extent" : "15, [14] S. : graph. Darst.", "fulltextOnline" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1750752&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1750752&custom_att_2=simple_viewer", + "label" : "Digitool" } ], "hasVersion" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1750752&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1750752&custom_att_2=simple_viewer", + "label" : "Digitool" } ], "hbzId" : "HT014997977", "id" : "http://lobid.org/resources/HT014997977#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014997977" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT014997977", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", "label" : "Deutsch" } ], "medium" : [ { - "id" : "http://rdvocab.info/termList/RDACarrierType/1018" + "id" : "http://rdvocab.info/termList/RDACarrierType/1010", + "label" : "Datenträger" }, { - "id" : "http://rdvocab.info/termList/RDACarrierType/1010" + "id" : "http://rdvocab.info/termList/RDACarrierType/1018", + "label" : "Online-Ressource" } ], "otherTitleInformation" : [ "Leitfaden für den Geschäftsbereich des Landesbetriebes Straßen und Verkehr" ], "publication" : [ { @@ -81,7 +89,8 @@ "label" : "Nachrichten- und Verkehrswesen" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT014997977" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT014997977", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Arbeitskreis Straßenbauabfälle Rheinland-Pfalz; Landesamt für Umweltschutz und Gewerbeaufsicht; Landesbetrieb Straßen und Verkehr Rheinland-Pfalz", "subject" : [ { diff --git a/src/test/resources/output/json/01508/HT015082724.json b/src/test/resources/output/json/01508/HT015082724.json index 38d4678a0..5bddf7d79 100644 --- a/src/test/resources/output/json/01508/HT015082724.json +++ b/src/test/resources/output/json/01508/HT015082724.json @@ -2,29 +2,36 @@ "@context" : "http://lobid.org/context/lobid-resources.json", "describedby" : { "dateCreated" : "20070508", - "id" : "http://lobid.org/resources/HT015082724" + "id" : "http://lobid.org/resources/HT015082724", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "CA000 T340[119", "describedby" : { - "id" : "http://lobid.org/items/HT015082724:DE-361:CA000%20T340%5B119" + "id" : "http://lobid.org/items/HT015082724:DE-361:CA000%20T340%5B119", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015082724#!", "id" : "http://lobid.org/items/HT015082724:DE-361:CA000%20T340%5B119#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-361" + "id" : "http://lobid.org/organisation/DE-361", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "hbzId" : "HT015082724", "id" : "http://lobid.org/resources/HT015082724#!", "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT001373475#!" + "id" : "http://lobid.org/resources/HT001373475#!", + "label" : "lobid Ressource" }, { - "id" : "http://ld.zdb-services.de/resource/208524-0" + "id" : "http://ld.zdb-services.de/resource/208524-0", + "label" : "http://ld.zdb-services.de/resource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015082724" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015082724", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/nld", @@ -41,11 +48,12 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT015082724" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT015082724", + "label" : "Culturegraph Ressource" } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4042203-3", - "label" : "Niederlande", + "label" : [ "Niederlande", "http://d-nb.info/gnd" ], "type" : [ "PlaceOrGeographicName" ] }, { "label" : "Geschichte", @@ -65,7 +73,8 @@ "volume" : [ "119. 2006", "119" ], "volumeIn" : [ { "multiVolumeWork" : [ { - "id" : "http://lobid.org/resources/HT001373475#!" + "id" : "http://lobid.org/resources/HT001373475#!", + "label" : "lobid Ressource" } ], "numbering" : "119", "type" : [ "MultiVolumeWorkRelation" ] diff --git a/src/test/resources/output/json/01518/HT015183529.json b/src/test/resources/output/json/01518/HT015183529.json index 279c63582..803804d45 100644 --- a/src/test/resources/output/json/01518/HT015183529.json +++ b/src/test/resources/output/json/01518/HT015183529.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Scott-Fitzgerald, Francis", "Scott Fitzgerald, F.", "Fitzgerald, Francis S.", "Fitzgerald, F. Scott", "Fitzgerald, Scott F.", "Ficdžeralds, Skots Frānsiss", "Fitzgerald, Francis Scott Key", "Fitzgerald, Scott", "Scott Fitzgerald, Francis", "Fitzgerald, F. S." ], "id" : "http://d-nb.info/gnd/118533592", - "label" : "Fitzgerald, Francis Scott", + "label" : [ "http://d-nb.info/gnd", "Fitzgerald, Francis Scott" ], "type" : [ "Person" ] }, "role" : [ { @@ -16,7 +16,7 @@ "agent" : { "altLabel" : "Bruccoli, Matthew J.", "id" : "http://d-nb.info/gnd/119468476", - "label" : "Bruccoli, Matthew Joseph", + "label" : [ "http://d-nb.info/gnd", "Bruccoli, Matthew Joseph" ], "type" : [ "Person" ] }, "role" : [ { @@ -28,18 +28,22 @@ "contributorOrder" : [ "http://d-nb.info/gnd/118533592 | http://d-nb.info/gnd/119468476" ], "describedby" : { "dateCreated" : "20070618", - "id" : "http://lobid.org/resources/HT015183529" + "id" : "http://lobid.org/resources/HT015183529", + "label" : "lobid Ressource" }, "edition" : [ "12. print." ], "exemplar" : [ { "callNumber" : "2007/4575", "describedby" : { - "id" : "http://lobid.org/items/HT015183529:DE-5:2007%2F4575" + "id" : "http://lobid.org/items/HT015183529:DE-5:2007%2F4575", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015183529#!", "id" : "http://lobid.org/items/HT015183529:DE-5:2007%2F4575#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5" + "id" : "http://lobid.org/organisation/DE-5", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -48,15 +52,18 @@ "id" : "http://lobid.org/resources/HT015183529#!", "inSeries" : [ { "series" : [ { - "id" : "http://lobid.org/resources/HT004984061#!" + "id" : "http://lobid.org/resources/HT004984061#!", + "label" : "lobid Ressource" } ], "type" : [ "SeriesRelation" ] } ], "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT004984061#!" + "id" : "http://lobid.org/resources/HT004984061#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015183529" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015183529", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "0521402301", "9780521402309" ], "language" : [ { @@ -74,7 +81,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT015183529" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT015183529", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "F. Scott Fitzgerald. Ed. by Matthew J. Bruccoli", "title" : "The great Gatsby", diff --git a/src/test/resources/output/json/01541/HT015414894.json b/src/test/resources/output/json/01541/HT015414894.json index 992c94c81..280e3019a 100644 --- a/src/test/resources/output/json/01541/HT015414894.json +++ b/src/test/resources/output/json/01541/HT015414894.json @@ -2,12 +2,13 @@ "@context" : "http://lobid.org/context/lobid-resources.json", "bibliographicCitation" : "Medien und Terrorismus; Christian Schicha ... (Hg.); 2002; S. 80 - 93", "containedIn" : [ { - "id" : "http://lobid.org/resources/HT013384949#!" + "id" : "http://lobid.org/resources/HT013384949#!", + "label" : "lobid Ressource" } ], "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/122021878", - "label" : "Werthes, Sascha", + "label" : [ "Werthes, Sascha", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -18,7 +19,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/186186193", - "label" : "Kim, Richard", + "label" : [ "Kim, Richard", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -29,7 +30,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/11075851X", - "label" : "Conrad, Christoph", + "label" : [ "http://d-nb.info/gnd", "Conrad, Christoph" ], "type" : [ "Person" ] }, "role" : [ { @@ -41,26 +42,32 @@ "contributorOrder" : [ "http://d-nb.info/gnd/122021878 | http://d-nb.info/gnd/186186193 | http://d-nb.info/gnd/11075851X" ], "describedby" : { "dateCreated" : "20080125", - "id" : "http://lobid.org/resources/HT015414894" + "id" : "http://lobid.org/resources/HT015414894", + "label" : "lobid Ressource" }, "exemplar" : [ { "describedby" : { - "id" : "http://lobid.org/items/HT015414894:DE-6:" + "id" : "http://lobid.org/items/HT015414894:DE-6:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015414894#!", "id" : "http://lobid.org/items/HT015414894:DE-6:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "hbzId" : "HT015414894", "id" : "http://lobid.org/resources/HT015414894#!", "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT013384949#!" + "id" : "http://lobid.org/resources/HT013384949#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015414894" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015414894", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -76,7 +83,8 @@ "startDate" : "2002" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT015414894" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT015414894", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Sascha Werthes ; Richard Kim ; Christoph Conrad", "title" : "Die Terrorkrise als Medienereignis?", diff --git a/src/test/resources/output/json/01544/HT015440386.json b/src/test/resources/output/json/01544/HT015440386.json index 11f66cc2c..c6165bc12 100644 --- a/src/test/resources/output/json/01544/HT015440386.json +++ b/src/test/resources/output/json/01544/HT015440386.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : "König, R.", "id" : "http://d-nb.info/gnd/111614597", - "label" : "König, Ralf", + "label" : [ "http://d-nb.info/gnd", "König, Ralf" ], "type" : [ "Person" ] }, "role" : [ { @@ -16,18 +16,22 @@ "contributorOrder" : [ "http://d-nb.info/gnd/111614597" ], "describedby" : { "dateCreated" : "20080220", - "id" : "http://lobid.org/resources/HT015440386" + "id" : "http://lobid.org/resources/HT015440386", + "label" : "lobid Ressource" }, "edition" : [ "Orig.-Ausg., 31. - 40. Tsd." ], "exemplar" : [ { "callNumber" : "C/ld487", "describedby" : { - "id" : "http://lobid.org/items/HT015440386:DE-385-AN:C%2Fld487" + "id" : "http://lobid.org/items/HT015440386:DE-385-AN:C%2Fld487", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015440386#!", "id" : "http://lobid.org/items/HT015440386:DE-385-AN:C%2Fld487#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-385-AN" + "id" : "http://lobid.org/organisation/DE-385-AN", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -37,15 +41,18 @@ "inSeries" : [ { "numbering" : "22392", "series" : [ { - "id" : "http://lobid.org/resources/HT002091108#!" + "id" : "http://lobid.org/resources/HT002091108#!", + "label" : "lobid Ressource" } ], "type" : [ "SeriesRelation" ] } ], "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT002091108#!" + "id" : "http://lobid.org/resources/HT002091108#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015440386" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015440386", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "3499223929", "9783499223921" ], "language" : [ { @@ -72,21 +79,22 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT015440386" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT015440386", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Ralf König", "subject" : [ { "dateOfBirth" : "1960", "id" : "http://d-nb.info/gnd/119411970", - "label" : "König, Ralf", + "label" : [ "http://d-nb.info/gnd", "König, Ralf" ], "type" : [ "Person" ] }, { "id" : "http://d-nb.info/gnd/4010427-8", - "label" : "Comic", + "label" : [ "http://d-nb.info/gnd", "Comic" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4145395-5", - "label" : "Bildband", + "label" : [ "Bildband", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "König, Ralf (1960-) | Comic | Bildband" ], diff --git a/src/test/resources/output/json/01545/HT015455455.json b/src/test/resources/output/json/01545/HT015455455.json index 48f2e1306..147e88d00 100644 --- a/src/test/resources/output/json/01545/HT015455455.json +++ b/src/test/resources/output/json/01545/HT015455455.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/124897274", - "label" : "Pfundner, Martin", + "label" : [ "Pfundner, Martin", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -16,31 +16,39 @@ "describedby" : { "dateCreated" : "20080304", "dateModified" : "20130930", - "id" : "http://lobid.org/resources/HT015455455" + "id" : "http://lobid.org/resources/HT015455455", + "label" : "lobid Ressource" }, "description" : [ { - "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=2957975&prov=M&dok_var=1&dok_ext=htm" + "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=2957975&prov=M&dok_var=1&dok_ext=htm", + "label" : "http://deposit.d-nb.de/cgi-bin" } ], "exemplar" : [ { "callNumber" : "(1)043776", "describedby" : { - "id" : "http://lobid.org/items/HT015455455:DE-82:(1)043776" + "id" : "http://lobid.org/items/HT015455455:DE-82:(1)043776", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015455455#!", "id" : "http://lobid.org/items/HT015455455:DE-82:(1)043776#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-82" + "id" : "http://lobid.org/organisation/DE-82", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "208-316", "describedby" : { - "id" : "http://lobid.org/items/HT015455455:DE-107:208-316" + "id" : "http://lobid.org/items/HT015455455:DE-107:208-316", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015455455#!", "id" : "http://lobid.org/items/HT015455455:DE-107:208-316#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-107" + "id" : "http://lobid.org/organisation/DE-107", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -48,7 +56,8 @@ "hbzId" : "HT015455455", "id" : "http://lobid.org/resources/HT015455455#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015455455" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015455455", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "9783205776390", "3205776399" ], "language" : [ { @@ -69,48 +78,49 @@ "label" : "Wirtschaft und Arbeit" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT015455455" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT015455455", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Martin Pfundner", "subject" : [ { "id" : "http://d-nb.info/gnd/2101246-5", - "label" : "Austro-Daimler-Puchwerke", + "label" : [ "Austro-Daimler-Puchwerke", "http://d-nb.info/gnd" ], "type" : [ "CorporateBody" ] }, { "dateOfBirth" : "1875", "dateOfDeath" : "1951", "id" : "http://d-nb.info/gnd/118595881", - "label" : "Porsche, Ferdinand", + "label" : [ "Porsche, Ferdinand", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, { "id" : "http://d-nb.info/gnd/4207786-2", - "label" : "Steyr-Daimler-Puch AG", + "label" : [ "Steyr-Daimler-Puch AG", "http://d-nb.info/gnd" ], "type" : [ "CorporateBody" ] }, { "label" : "Geschichte", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/2101246-5", - "label" : "Austro-Daimler-Puchwerke", + "label" : [ "Austro-Daimler-Puchwerke", "http://d-nb.info/gnd" ], "type" : [ "CorporateBody" ] }, { "id" : "http://d-nb.info/gnd/4003988-2", - "label" : "Automobilsport", + "label" : [ "Automobilsport", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4207786-2", - "label" : "Steyr-Daimler-Puch AG", + "label" : [ "Steyr-Daimler-Puch AG", "http://d-nb.info/gnd" ], "type" : [ "CorporateBody" ] }, { "label" : "Geschichte", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4443675-0", - "label" : "Daimler, Marke", + "label" : [ "http://d-nb.info/gnd", "Daimler, Marke" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4073757-3", - "label" : "Kraftfahrzeug", + "label" : [ "http://d-nb.info/gnd", "Kraftfahrzeug" ], "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte 1918-1940", @@ -120,11 +130,11 @@ "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4576855-9", - "label" : "Steyr, Marke", + "label" : [ "http://d-nb.info/gnd", "Steyr, Marke" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4073757-3", - "label" : "Kraftfahrzeug", + "label" : [ "http://d-nb.info/gnd", "Kraftfahrzeug" ], "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte 1920-1945", diff --git a/src/test/resources/output/json/01586/HT015865114.json b/src/test/resources/output/json/01586/HT015865114.json index b4ee8ef07..826a7f3d6 100644 --- a/src/test/resources/output/json/01586/HT015865114.json +++ b/src/test/resources/output/json/01586/HT015865114.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/105667129", - "label" : "Weber, Jürgen", + "label" : [ "Weber, Jürgen", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -16,46 +16,59 @@ "describedby" : { "dateCreated" : "20090317", "dateModified" : "20090318", - "id" : "http://lobid.org/resources/HT015865114" + "id" : "http://lobid.org/resources/HT015865114", + "label" : "lobid Ressource" }, "exemplar" : [ { "describedby" : { - "id" : "http://lobid.org/items/HT015865114:DE-6-290:" + "id" : "http://lobid.org/items/HT015865114:DE-6-290:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015865114#!", "id" : "http://lobid.org/items/HT015865114:DE-6-290:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6-290" + "id" : "http://lobid.org/organisation/DE-6-290", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015865114:DE-929:" + "id" : "http://lobid.org/items/HT015865114:DE-929:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015865114#!", "id" : "http://lobid.org/items/HT015865114:DE-929:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-929" + "id" : "http://lobid.org/organisation/DE-929", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015865114:DE-Lan1:" + "id" : "http://lobid.org/items/HT015865114:DE-Lan1:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015865114#!", "id" : "http://lobid.org/items/HT015865114:DE-Lan1:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Lan1" + "id" : "http://lobid.org/organisation/DE-Lan1", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015865114:DE-294-11:" + "id" : "http://lobid.org/items/HT015865114:DE-294-11:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015865114#!", "id" : "http://lobid.org/items/HT015865114:DE-294-11:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-294-11" + "id" : "http://lobid.org/organisation/DE-294-11", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -64,15 +77,18 @@ "id" : "http://lobid.org/resources/HT015865114#!", "inSeries" : [ { "series" : [ { - "id" : "http://lobid.org/resources/HT013370531#!" + "id" : "http://lobid.org/resources/HT013370531#!", + "label" : "lobid Ressource" } ], "type" : [ "SeriesRelation" ] } ], "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT013370531#!" + "id" : "http://lobid.org/resources/HT013370531#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015865114" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015865114", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -103,14 +119,15 @@ "label" : "Erziehung, Bildung, Unterricht" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT015865114" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT015865114", + "label" : "Culturegraph Ressource" } ], "subject" : [ { "label" : "Geschichte 1945-2003", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4020533-2", - "label" : "Geschichtsunterricht", + "label" : [ "Geschichtsunterricht", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] }, { "label" : "Schulbuch", diff --git a/src/test/resources/output/json/01589/HT015891797.json b/src/test/resources/output/json/01589/HT015891797.json index 84ba3b525..ffe76f02c 100644 --- a/src/test/resources/output/json/01589/HT015891797.json +++ b/src/test/resources/output/json/01589/HT015891797.json @@ -10,7 +10,7 @@ "dateOfBirth" : "1876", "dateOfDeath" : "1967", "id" : "http://d-nb.info/gnd/11850066X", - "label" : "Adenauer, Konrad", + "label" : [ "http://d-nb.info/gnd", "Adenauer, Konrad" ], "type" : [ "Person" ] }, "role" : [ { @@ -21,7 +21,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/109702662", - "label" : "Mensing, Hans Peter", + "label" : [ "http://d-nb.info/gnd", "Mensing, Hans Peter" ], "type" : [ "Person" ] }, "role" : [ { @@ -34,127 +34,161 @@ "describedby" : { "dateCreated" : "20090407", "dateModified" : "20090817", - "id" : "http://lobid.org/resources/HT015891797" + "id" : "http://lobid.org/resources/HT015891797", + "label" : "lobid Ressource" }, "exemplar" : [ { - "callNumber" : "9.1191/10,2", + "callNumber" : "hisi430.a232(2)", "describedby" : { - "id" : "http://lobid.org/items/HT015891797:DE-107:9.1191%2F10,2" + "id" : "http://lobid.org/items/HT015891797:DE-61:hisi430.a232(2)", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", - "id" : "http://lobid.org/items/HT015891797:DE-107:9.1191%2F10,2#!", + "id" : "http://lobid.org/items/HT015891797:DE-61:hisi430.a232(2)#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-107" + "id" : "http://lobid.org/organisation/DE-61", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "LRKA 101-S,4,2", + "callNumber" : "82 = 4385", "describedby" : { - "id" : "http://lobid.org/items/HT015891797:DE-51:LRKA%20101-S,4,2" + "id" : "http://lobid.org/items/HT015891797:DE-Sie5:82%20=%204385", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", - "id" : "http://lobid.org/items/HT015891797:DE-51:LRKA%20101-S,4,2#!", + "id" : "http://lobid.org/items/HT015891797:DE-Sie5:82%20=%204385#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-51" + "id" : "http://lobid.org/organisation/DE-Sie5", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "3F 80610-2", "describedby" : { - "id" : "http://lobid.org/items/HT015891797:DE-6:3F%2080610-2" + "id" : "http://lobid.org/items/HT015891797:DE-6:3F%2080610-2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", "id" : "http://lobid.org/items/HT015891797:DE-6:3F%2080610-2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "82 = 4385", + "callNumber" : "AL.A/sb21613L-2", "describedby" : { - "id" : "http://lobid.org/items/HT015891797:DE-Sie5:82%20=%204385" + "id" : "http://lobid.org/items/HT015891797:DE-385:AL.A%2Fsb21613L-2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", - "id" : "http://lobid.org/items/HT015891797:DE-Sie5:82%20=%204385#!", + "id" : "http://lobid.org/items/HT015891797:DE-385:AL.A%2Fsb21613L-2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Sie5" + "id" : "http://lobid.org/organisation/DE-385", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "09 A 756", + "callNumber" : "OTSA1188-2", "describedby" : { - "id" : "http://lobid.org/items/HT015891797:DE-121:09%20A%20756" + "id" : "http://lobid.org/items/HT015891797:DE-468:OTSA1188-2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", - "id" : "http://lobid.org/items/HT015891797:DE-121:09%20A%20756#!", + "id" : "http://lobid.org/items/HT015891797:DE-468:OTSA1188-2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-121" + "id" : "http://lobid.org/organisation/DE-468", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "OTSA1188-2", + "callNumber" : "LRKA 101-S,4,2", "describedby" : { - "id" : "http://lobid.org/items/HT015891797:DE-468:OTSA1188-2" + "id" : "http://lobid.org/items/HT015891797:DE-51:LRKA%20101-S,4,2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", - "id" : "http://lobid.org/items/HT015891797:DE-468:OTSA1188-2#!", + "id" : "http://lobid.org/items/HT015891797:DE-51:LRKA%20101-S,4,2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-468" + "id" : "http://lobid.org/organisation/DE-51", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "4E1244-18", + "callNumber" : "09 A 756", "describedby" : { - "id" : "http://lobid.org/items/HT015891797:DE-38:4E1244-18" + "id" : "http://lobid.org/items/HT015891797:DE-121:09%20A%20756", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", - "id" : "http://lobid.org/items/HT015891797:DE-38:4E1244-18#!", + "id" : "http://lobid.org/items/HT015891797:DE-121:09%20A%20756#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-38" + "id" : "http://lobid.org/organisation/DE-121", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "AL.A/sb21613L-2", + "callNumber" : "4E1244-18", "describedby" : { - "id" : "http://lobid.org/items/HT015891797:DE-385:AL.A%2Fsb21613L-2" + "id" : "http://lobid.org/items/HT015891797:DE-38:4E1244-18", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", - "id" : "http://lobid.org/items/HT015891797:DE-385:AL.A%2Fsb21613L-2#!", + "id" : "http://lobid.org/items/HT015891797:DE-38:4E1244-18#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-385" + "id" : "http://lobid.org/organisation/DE-38", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "LRKA1168-1,10,2", "describedby" : { - "id" : "http://lobid.org/items/HT015891797:DE-465:LRKA1168-1,10,2" + "id" : "http://lobid.org/items/HT015891797:DE-465:LRKA1168-1,10,2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", "id" : "http://lobid.org/items/HT015891797:DE-465:LRKA1168-1,10,2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-465" + "id" : "http://lobid.org/organisation/DE-465", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "hisi430.a232(2)", + "callNumber" : "9.1191/10,2", "describedby" : { - "id" : "http://lobid.org/items/HT015891797:DE-61:hisi430.a232(2)" + "id" : "http://lobid.org/items/HT015891797:DE-107:9.1191%2F10,2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", - "id" : "http://lobid.org/items/HT015891797:DE-61:hisi430.a232(2)#!", + "id" : "http://lobid.org/items/HT015891797:DE-107:9.1191%2F10,2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-61" + "id" : "http://lobid.org/organisation/DE-107", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "2009/1681:2", "describedby" : { - "id" : "http://lobid.org/items/HT015891797:DE-929:2009%2F1681:2" + "id" : "http://lobid.org/items/HT015891797:DE-929:2009%2F1681:2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015891797#!", "id" : "http://lobid.org/items/HT015891797:DE-929:2009%2F1681:2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-929" + "id" : "http://lobid.org/organisation/DE-929", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -162,12 +196,15 @@ "hbzId" : "HT015891797", "id" : "http://lobid.org/resources/HT015891797#!", "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT002786685#!" + "id" : "http://lobid.org/resources/HT015845132#!", + "label" : "lobid Ressource" }, { - "id" : "http://lobid.org/resources/HT015845132#!" + "id" : "http://lobid.org/resources/HT002786685#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015891797" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015891797", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -188,7 +225,8 @@ "label" : "Politik" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT015891797" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT015891797", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Adenauer. Bearb. von Hans Peter Mensing", "subject" : [ { @@ -196,7 +234,7 @@ "dateOfBirth" : "1876", "dateOfDeath" : "1967", "id" : "http://d-nb.info/gnd/11850066X", - "label" : "Adenauer, Konrad", + "label" : [ "http://d-nb.info/gnd", "Adenauer, Konrad" ], "type" : [ "Person" ] }, { "label" : "Geschichte 1963-1967", @@ -213,7 +251,8 @@ "volume" : [ "2" ], "volumeIn" : [ { "multiVolumeWork" : [ { - "id" : "http://lobid.org/resources/HT015845132#!" + "id" : "http://lobid.org/resources/HT015845132#!", + "label" : "lobid Ressource" } ], "numbering" : "2", "type" : [ "MultiVolumeWorkRelation" ] diff --git a/src/test/resources/output/json/01589/HT015894164.json b/src/test/resources/output/json/01589/HT015894164.json index 6c8c56474..548adc526 100644 --- a/src/test/resources/output/json/01589/HT015894164.json +++ b/src/test/resources/output/json/01589/HT015894164.json @@ -15,272 +15,351 @@ "describedby" : { "dateCreated" : "20090408", "dateModified" : "20120815", - "id" : "http://lobid.org/resources/HT015894164" + "id" : "http://lobid.org/resources/HT015894164", + "label" : "lobid Ressource" }, "doi" : [ "10.1787/9789264273085-fr" ], "exemplar" : [ { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-385:" + "id" : "http://lobid.org/items/HT015894164:DE-1393:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-385:#!", + "id" : "http://lobid.org/items/HT015894164:DE-1393:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-385" + "id" : "http://lobid.org/organisation/DE-1393", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-Tr5:" + "id" : "http://lobid.org/items/HT015894164:DE-82:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-Tr5:#!", + "id" : "http://lobid.org/items/HT015894164:DE-82:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Tr5" + "id" : "http://lobid.org/organisation/DE-82", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-708:" + "id" : "http://lobid.org/items/HT015894164:DE-1393-BOT:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-708:#!", + "id" : "http://lobid.org/items/HT015894164:DE-1393-BOT:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-708" + "id" : "http://lobid.org/organisation/DE-1393-BOT", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-1383:" + "id" : "http://lobid.org/items/HT015894164:DE-836:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-1383:#!", + "id" : "http://lobid.org/items/HT015894164:DE-836:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1383" + "id" : "http://lobid.org/organisation/DE-836", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-836:" + "id" : "http://lobid.org/items/HT015894164:DE-Bm40:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-836:#!", + "id" : "http://lobid.org/items/HT015894164:DE-Bm40:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-836" + "id" : "http://lobid.org/organisation/DE-Bm40", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-1383a:" + "id" : "http://lobid.org/items/HT015894164:DE-6:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-1383a:#!", + "id" : "http://lobid.org/items/HT015894164:DE-6:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1383a" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-1393:" + "id" : "http://lobid.org/items/HT015894164:DE-Due62:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-1393:#!", + "id" : "http://lobid.org/items/HT015894164:DE-Due62:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1393" + "id" : "http://lobid.org/organisation/DE-Due62", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-Due62:" + "id" : "http://lobid.org/items/HT015894164:DE-294:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-Due62:#!", + "id" : "http://lobid.org/items/HT015894164:DE-294:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Due62" + "id" : "http://lobid.org/organisation/DE-294", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-Hag4:" + "id" : "http://lobid.org/items/HT015894164:DE-5:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-Hag4:#!", + "id" : "http://lobid.org/items/HT015894164:DE-5:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Hag4" + "id" : "http://lobid.org/organisation/DE-5", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-466:" + "id" : "http://lobid.org/items/HT015894164:DE-Tr5:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-466:#!", + "id" : "http://lobid.org/items/HT015894164:DE-Tr5:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-466" + "id" : "http://lobid.org/organisation/DE-Tr5", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-464:" + "id" : "http://lobid.org/items/HT015894164:DE-1383a:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-464:#!", + "id" : "http://lobid.org/items/HT015894164:DE-1383a:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-464" + "id" : "http://lobid.org/organisation/DE-1383a", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-5:" + "id" : "http://lobid.org/items/HT015894164:DE-1383:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-5:#!", + "id" : "http://lobid.org/items/HT015894164:DE-1383:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5" + "id" : "http://lobid.org/organisation/DE-1383", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-829:" + "id" : "http://lobid.org/items/HT015894164:DE-Hag4:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-829:#!", + "id" : "http://lobid.org/items/HT015894164:DE-Hag4:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-829" + "id" : "http://lobid.org/organisation/DE-Hag4", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-465:" + "id" : "http://lobid.org/items/HT015894164:DE-465:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-465:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-465" + "id" : "http://lobid.org/organisation/DE-465", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-468:" + "id" : "http://lobid.org/items/HT015894164:DE-466:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-468:#!", + "id" : "http://lobid.org/items/HT015894164:DE-466:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-468" + "id" : "http://lobid.org/organisation/DE-466", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-6:" + "id" : "http://lobid.org/items/HT015894164:DE-468:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-6:#!", + "id" : "http://lobid.org/items/HT015894164:DE-468:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-468", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-294:" + "id" : "http://lobid.org/items/HT015894164:DE-464:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-294:#!", + "id" : "http://lobid.org/items/HT015894164:DE-464:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-294" + "id" : "http://lobid.org/organisation/DE-464", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-290:" + "id" : "http://lobid.org/items/HT015894164:DE-708:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-290:#!", + "id" : "http://lobid.org/items/HT015894164:DE-708:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-290" + "id" : "http://lobid.org/organisation/DE-708", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-832:" + "id" : "http://lobid.org/items/HT015894164:DE-832:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-832:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-832" + "id" : "http://lobid.org/organisation/DE-832", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-Bm40:" + "id" : "http://lobid.org/items/HT015894164:DE-829:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-Bm40:#!", + "id" : "http://lobid.org/items/HT015894164:DE-829:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bm40" + "id" : "http://lobid.org/organisation/DE-829", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-361:" + "id" : "http://lobid.org/items/HT015894164:DE-361:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", "id" : "http://lobid.org/items/HT015894164:DE-361:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-361" + "id" : "http://lobid.org/organisation/DE-361", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-1393-BOT:" + "id" : "http://lobid.org/items/HT015894164:DE-1044:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-1393-BOT:#!", + "id" : "http://lobid.org/items/HT015894164:DE-1044:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1393-BOT" + "id" : "http://lobid.org/organisation/DE-1044", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-38:" + "id" : "http://lobid.org/items/HT015894164:DE-290:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-38:#!", + "id" : "http://lobid.org/items/HT015894164:DE-290:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-38" + "id" : "http://lobid.org/organisation/DE-290", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-1044:" + "id" : "http://lobid.org/items/HT015894164:DE-38:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-1044:#!", + "id" : "http://lobid.org/items/HT015894164:DE-38:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1044" + "id" : "http://lobid.org/organisation/DE-38", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT015894164:DE-82:" + "id" : "http://lobid.org/items/HT015894164:DE-385:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT015894164#!", - "id" : "http://lobid.org/items/HT015894164:DE-82:#!", + "id" : "http://lobid.org/items/HT015894164:DE-385:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-82" + "id" : "http://lobid.org/organisation/DE-385", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "extent" : "88 p.", "fulltextOnline" : [ { - "id" : "http://dx.doi.org/10.1787/9789264273085-fr" + "id" : "http://dx.doi.org/10.1787/9789264273085-fr", + "label" : "http://dx.doi.org/10.1787" } ], "hasVersion" : [ { - "id" : "http://dx.doi.org/10.1787/9789264273085-fr" + "id" : "http://dx.doi.org/10.1787/9789264273085-fr", + "label" : "http://dx.doi.org/10.1787" } ], "hbzId" : "HT015894164", "id" : "http://lobid.org/resources/HT015894164#!", "isPartOfName" : [ "Examens en matière de coopération pour le développement" ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015894164" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT015894164", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "9789264273085" ], "language" : [ { @@ -288,9 +367,11 @@ "label" : "Französisch" } ], "medium" : [ { - "id" : "http://rdvocab.info/termList/RDACarrierType/1018" + "id" : "http://rdvocab.info/termList/RDACarrierType/1010", + "label" : "Datenträger" }, { - "id" : "http://rdvocab.info/termList/RDACarrierType/1010" + "id" : "http://rdvocab.info/termList/RDACarrierType/1018", + "label" : "Online-Ressource" } ], "publication" : [ { "location" : "Paris", @@ -299,10 +380,12 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT015894164" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT015894164", + "label" : "Culturegraph Ressource" } ], "similar" : [ { - "id" : "http://dx.doi.org/10.1787/9789264273085-fr" + "id" : "http://dx.doi.org/10.1787/9789264273085-fr", + "label" : "http://dx.doi.org/10.1787" } ], "statementOfResponsibility" : "Organisation de coopération et de développement économiques", "title" : "Examens en matière de coopération pour le développement : Danemark 1999", diff --git a/src/test/resources/output/json/01613/HT016135351.json b/src/test/resources/output/json/01613/HT016135351.json index 9db987b0d..f0666dca0 100644 --- a/src/test/resources/output/json/01613/HT016135351.json +++ b/src/test/resources/output/json/01613/HT016135351.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/186931808", - "label" : "Buchmann, Helmut", + "label" : [ "Buchmann, Helmut", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -21,17 +21,21 @@ "describedby" : { "dateCreated" : "20091118", "dateModified" : "20091210", - "id" : "http://lobid.org/resources/HT016135351" + "id" : "http://lobid.org/resources/HT016135351", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "2C 8876", "describedby" : { - "id" : "http://lobid.org/items/HT016135351:DE-6:2C%208876" + "id" : "http://lobid.org/items/HT016135351:DE-6:2C%208876", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016135351#!", "id" : "http://lobid.org/items/HT016135351:DE-6:2C%208876#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -39,7 +43,8 @@ "hbzId" : "HT016135351", "id" : "http://lobid.org/resources/HT016135351#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016135351" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016135351", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -61,12 +66,13 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT016135351" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT016135351", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "[Hemut Buchmann", "subject" : [ { "id" : "http://d-nb.info/gnd/7684863-2", - "label" : "Lutter-Wassermühle Roberg, Harsewinkel", + "label" : [ "Lutter-Wassermühle Roberg, Harsewinkel", "http://d-nb.info/gnd" ], "type" : [ "PlaceOrGeographicName" ] }, { "label" : "Bildband", diff --git a/src/test/resources/output/json/01638/HT016382441.json b/src/test/resources/output/json/01638/HT016382441.json index 33ba9b0a5..b100bac12 100644 --- a/src/test/resources/output/json/01638/HT016382441.json +++ b/src/test/resources/output/json/01638/HT016382441.json @@ -5,7 +5,7 @@ "agent" : { "altLabel" : "Blum, Richard Kenneth", "id" : "http://d-nb.info/gnd/14320713X", - "label" : "Blum, Richard", + "label" : [ "http://d-nb.info/gnd", "Blum, Richard" ], "type" : [ "Person" ] }, "role" : [ { @@ -18,241 +18,306 @@ "describedby" : { "dateCreated" : "20100607", "dateModified" : "20110309", - "id" : "http://lobid.org/resources/HT016382441" + "id" : "http://lobid.org/resources/HT016382441", + "label" : "lobid Ressource" }, "description" : [ { - "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=3474380&prov=M&dok_var=1&dok_ext=htm" + "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=3474380&prov=M&dok_var=1&dok_ext=htm", + "label" : "http://deposit.d-nb.de/cgi-bin" } ], "edition" : [ "1. Aufl." ], "exemplar" : [ { - "callNumber" : "2011/591", - "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-929:2011%2F591" - }, - "exemplarOf" : "http://lobid.org/resources/HT016382441#!", - "id" : "http://lobid.org/items/HT016382441:DE-929:2011%2F591#!", - "owner" : { - "id" : "http://lobid.org/organisation/DE-929" - }, - "type" : [ "Item" ] - }, { - "callNumber" : "80TWRF4584-DVD", + "callNumber" : "HI088.88-4332104", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-467:80TWRF4584-DVD" + "id" : "http://lobid.org/items/HT016382441:DE-361:HI088.88-4332104", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", - "id" : "http://lobid.org/items/HT016382441:DE-467:80TWRF4584-DVD#!", + "id" : "http://lobid.org/items/HT016382441:DE-361:HI088.88-4332104#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-467" + "id" : "http://lobid.org/organisation/DE-361", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "033 4370", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-6:033%204370" + "id" : "http://lobid.org/items/HT016382441:DE-6:033%204370", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-6:033%204370#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "11 = TWR5408", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408" + "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1044" + "id" : "http://lobid.org/organisation/DE-1044", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "21 = TWR5408+5", + "callNumber" : "HK360=L760 B658", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-1044:21%20=%20TWR5408%2B5" + "id" : "http://lobid.org/items/HT016382441:DE-361:HK360=L760%20B658", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", - "id" : "http://lobid.org/items/HT016382441:DE-1044:21%20=%20TWR5408%2B5#!", + "id" : "http://lobid.org/items/HT016382441:DE-361:HK360=L760%20B658#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1044" + "id" : "http://lobid.org/organisation/DE-361", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "00/TWR6", + "callNumber" : "2011/591", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-1393:00%2FTWR6" + "id" : "http://lobid.org/items/HT016382441:DE-929:2011%2F591", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", - "id" : "http://lobid.org/items/HT016382441:DE-1393:00%2FTWR6#!", + "id" : "http://lobid.org/items/HT016382441:DE-929:2011%2F591#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1393" + "id" : "http://lobid.org/organisation/DE-929", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "TWR 1053", + "callNumber" : "033 4370#2", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-Dm13:TWR%201053" + "id" : "http://lobid.org/items/HT016382441:DE-6:033%204370%232", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", - "id" : "http://lobid.org/items/HT016382441:DE-Dm13:TWR%201053#!", + "id" : "http://lobid.org/items/HT016382441:DE-6:033%204370%232#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Dm13" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "M/P-Tgn 162", + "callNumber" : "00/TWR6", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-Hag4-2:M%2FP-Tgn%20162" + "id" : "http://lobid.org/items/HT016382441:DE-1393:00%2FTWR6", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", - "id" : "http://lobid.org/items/HT016382441:DE-Hag4-2:M%2FP-Tgn%20162#!", + "id" : "http://lobid.org/items/HT016382441:DE-1393:00%2FTWR6#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Hag4-2" + "id" : "http://lobid.org/organisation/DE-1393", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "HK360=L760 B658", + "callNumber" : "11 = TWR5408+2", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-361:HK360=L760%20B658" + "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B2", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", - "id" : "http://lobid.org/items/HT016382441:DE-361:HK360=L760%20B658#!", + "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B2#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-361" + "id" : "http://lobid.org/organisation/DE-1044", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "112-2195", + "callNumber" : "11 = TWR5408+1", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-107:112-2195" + "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B1", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", - "id" : "http://lobid.org/items/HT016382441:DE-107:112-2195#!", + "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B1#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-107" + "id" : "http://lobid.org/organisation/DE-1044", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "11 = TWR5408+2", + "callNumber" : "21 = TWR5408+5", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B2" + "id" : "http://lobid.org/items/HT016382441:DE-1044:21%20=%20TWR5408%2B5", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", - "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B2#!", + "id" : "http://lobid.org/items/HT016382441:DE-1044:21%20=%20TWR5408%2B5#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1044" + "id" : "http://lobid.org/organisation/DE-1044", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "HI088.88-4332104", + "callNumber" : "112-2195", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-361:HI088.88-4332104" + "id" : "http://lobid.org/items/HT016382441:DE-107:112-2195", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", - "id" : "http://lobid.org/items/HT016382441:DE-361:HI088.88-4332104#!", + "id" : "http://lobid.org/items/HT016382441:DE-107:112-2195#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-361" + "id" : "http://lobid.org/organisation/DE-107", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "11 = TWR5408+3", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B3" + "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B3", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B3#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1044" + "id" : "http://lobid.org/organisation/DE-1044", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "TWR 644", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-51:TWR%20644" + "id" : "http://lobid.org/items/HT016382441:DE-51:TWR%20644", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-51:TWR%20644#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-51" + "id" : "http://lobid.org/organisation/DE-51", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "61 TWR 1197", + "callNumber" : "51TWRF4584", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-A96:61%20TWR%201197" + "id" : "http://lobid.org/items/HT016382441:DE-467:51TWRF4584", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", - "id" : "http://lobid.org/items/HT016382441:DE-A96:61%20TWR%201197#!", + "id" : "http://lobid.org/items/HT016382441:DE-467:51TWRF4584#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-A96" + "id" : "http://lobid.org/organisation/DE-467", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "11 = TWR5408+1", + "callNumber" : "033 4370#3", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B1" + "id" : "http://lobid.org/items/HT016382441:DE-6:033%204370%233", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", - "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B1#!", + "id" : "http://lobid.org/items/HT016382441:DE-6:033%204370%233#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1044" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "51TWRF4584", + "callNumber" : "M/P-Tgn 162", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-467:51TWRF4584" + "id" : "http://lobid.org/items/HT016382441:DE-Hag4-2:M%2FP-Tgn%20162", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", - "id" : "http://lobid.org/items/HT016382441:DE-467:51TWRF4584#!", + "id" : "http://lobid.org/items/HT016382441:DE-Hag4-2:M%2FP-Tgn%20162#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-467" + "id" : "http://lobid.org/organisation/DE-Hag4-2", + "label" : "lobid Organisation" + }, + "type" : [ "Item" ] + }, { + "callNumber" : "11 = TWR5408+4", + "describedby" : { + "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B4", + "label" : "lobid Bestandsressource" + }, + "exemplarOf" : "http://lobid.org/resources/HT016382441#!", + "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B4#!", + "label" : "lobid Bestandsressource", + "owner" : { + "id" : "http://lobid.org/organisation/DE-1044", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "nc/18910", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-61:nc%2F18910" + "id" : "http://lobid.org/items/HT016382441:DE-61:nc%2F18910", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", "id" : "http://lobid.org/items/HT016382441:DE-61:nc%2F18910#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-61" + "id" : "http://lobid.org/organisation/DE-61", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "033 4370#2", + "callNumber" : "TWR 1053", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-6:033%204370%232" + "id" : "http://lobid.org/items/HT016382441:DE-Dm13:TWR%201053", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", - "id" : "http://lobid.org/items/HT016382441:DE-6:033%204370%232#!", + "id" : "http://lobid.org/items/HT016382441:DE-Dm13:TWR%201053#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-Dm13", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "033 4370#3", + "callNumber" : "80TWRF4584-DVD", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-6:033%204370%233" + "id" : "http://lobid.org/items/HT016382441:DE-467:80TWRF4584-DVD", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", - "id" : "http://lobid.org/items/HT016382441:DE-6:033%204370%233#!", + "id" : "http://lobid.org/items/HT016382441:DE-467:80TWRF4584-DVD#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-467", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "11 = TWR5408+4", + "callNumber" : "61 TWR 1197", "describedby" : { - "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B4" + "id" : "http://lobid.org/items/HT016382441:DE-A96:61%20TWR%201197", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016382441#!", - "id" : "http://lobid.org/items/HT016382441:DE-1044:11%20=%20TWR5408%2B4#!", + "id" : "http://lobid.org/items/HT016382441:DE-A96:61%20TWR%201197#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1044" + "id" : "http://lobid.org/organisation/DE-A96", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -260,7 +325,8 @@ "hbzId" : "HT016382441", "id" : "http://lobid.org/resources/HT016382441#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016382441" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016382441", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "9783527706495" ], "language" : [ { @@ -283,23 +349,27 @@ "label" : "Informatik, Kybernetik" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT016382441" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT016382441", + "label" : "Culturegraph Ressource" } ], "seeAlso" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=4027722&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=4027722&custom_att_2=simple_viewer", + "label" : "Digitool" }, { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=4027723&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=4027723&custom_att_2=simple_viewer", + "label" : "Digitool" } ], "statementOfResponsibility" : "Richard Blum", "subject" : [ { "id" : "http://d-nb.info/gnd/4337730-0", - "label" : "LINUX", + "label" : [ "LINUX", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "LINUX" ], "subjectOrder" : [ "http://d-nb.info/gnd/4337730-0" ], "tableOfContents" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=4027722&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=4027722&custom_att_2=simple_viewer", + "label" : "Digitool" } ], "title" : "Linux für Dummies", "type" : [ "BibliographicResource", "Book" ] diff --git a/src/test/resources/output/json/01654/HT016545462.json b/src/test/resources/output/json/01654/HT016545462.json index c9c25cba3..159d66c7d 100644 --- a/src/test/resources/output/json/01654/HT016545462.json +++ b/src/test/resources/output/json/01654/HT016545462.json @@ -7,12 +7,14 @@ "coverage" : [ "Nordkirchen" ], "describedby" : { "dateCreated" : "20101012", - "id" : "http://lobid.org/resources/HT016545462" + "id" : "http://lobid.org/resources/HT016545462", + "label" : "lobid Ressource" }, "hbzId" : "HT016545462", "id" : "http://lobid.org/resources/HT016545462#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016545462" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016545462", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -36,19 +38,20 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT016545462" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT016545462", + "label" : "Culturegraph Ressource" } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4042552-6", - "label" : "Nordkirchen", + "label" : [ "http://d-nb.info/gnd", "Nordkirchen" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4156127-2", - "label" : "Gebäude", + "label" : [ "Gebäude", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4151183-9", - "label" : "Eigentümer", + "label" : [ "Eigentümer", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte 1805-2000", diff --git a/src/test/resources/output/json/01660/HT016604323.json b/src/test/resources/output/json/01660/HT016604323.json index 968c63806..201d3ef14 100644 --- a/src/test/resources/output/json/01660/HT016604323.json +++ b/src/test/resources/output/json/01660/HT016604323.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/16090142-X", - "label" : "PsychiatrieVerbund Westfalen. Beschwerdekommission", + "label" : [ "http://d-nb.info/gnd", "PsychiatrieVerbund Westfalen. Beschwerdekommission" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -19,7 +19,7 @@ "agent" : { "altLabel" : [ "Landesdirektor", "LWL-Abteilung für Krankenhäuser und Gesundheitswesen", "LWL-Kulturabteilung", "Landeshaus", "Westfalen-Lippe", "Landschaftsversammlung", "Westfälische Landesversammlung" ], "id" : "http://d-nb.info/gnd/4065786-3", - "label" : "Westfalen-Lippe", + "label" : [ "http://d-nb.info/gnd", "Westfalen-Lippe" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -32,17 +32,21 @@ "describedby" : { "dateCreated" : "20101116", "dateModified" : "20141121", - "id" : "http://lobid.org/resources/HT016604323" + "id" : "http://lobid.org/resources/HT016604323", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "XB 3534", "describedby" : { - "id" : "http://lobid.org/items/HT016604323:DE-6:XB%203534" + "id" : "http://lobid.org/items/HT016604323:DE-6:XB%203534", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016604323#!", "id" : "http://lobid.org/items/HT016604323:DE-6:XB%203534#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -50,7 +54,8 @@ "hbzId" : "HT016604323", "id" : "http://lobid.org/resources/HT016604323#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016604323" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016604323", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -76,12 +81,13 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://ld.zdb-services.de/resource/2581964-1" + "id" : "http://ld.zdb-services.de/resource/2581964-1", + "label" : "http://ld.zdb-services.de/resource" } ], "statementOfResponsibility" : "Hrsg.: Landschaftsverband Westfalen-Lippe, LWL-Abteilung für Krankenhäuser und Gesundheitswesen, LWL-PsychiatrieVerbund Westfalen", "subject" : [ { "id" : "http://d-nb.info/gnd/16090142-X", - "label" : "PsychiatrieVerbund Westfalen. Beschwerdekommission", + "label" : [ "http://d-nb.info/gnd", "PsychiatrieVerbund Westfalen. Beschwerdekommission" ], "type" : [ "CorporateBody" ] }, { "label" : "Bericht", diff --git a/src/test/resources/output/json/01660/HT016608165.json b/src/test/resources/output/json/01660/HT016608165.json index ca94b40d3..16a1fc577 100644 --- a/src/test/resources/output/json/01660/HT016608165.json +++ b/src/test/resources/output/json/01660/HT016608165.json @@ -2,13 +2,14 @@ "@context" : "http://lobid.org/context/lobid-resources.json", "bibliographicCitation" : "Mélodies; Claude Debussy; 1980", "containedIn" : [ { - "id" : "http://lobid.org/resources/HT016607985#!" + "id" : "http://lobid.org/resources/HT016607985#!", + "label" : "lobid Ressource" } ], "contribution" : [ { "agent" : { "altLabel" : [ "Debussy, Claude-Achille", "Debussy, Achille-Claude", "Debussy, ...", "Debussy, Claude Achille", "Debussy, C. A.", "Debussy, Claudio", "Debussy, Achille", "Debussy, C.", "Debjussi, Klod", "Debussy, Claude A.", "Debussy, Claude Achill" ], "id" : "http://d-nb.info/gnd/118524186", - "label" : "Debussy, Claude", + "label" : [ "Debussy, Claude", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -19,7 +20,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/130290637", - "label" : "Mesplé, Mady", + "label" : [ "Mesplé, Mady", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -30,7 +31,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/124362869", - "label" : "Baldwin, Dalton", + "label" : [ "http://d-nb.info/gnd", "Baldwin, Dalton" ], "type" : [ "Person" ] }, "role" : [ { @@ -42,7 +43,7 @@ "agent" : { "altLabel" : [ "Follain de Banville, Théodore", "Banville, Théodore Follain de", "Banville, Teodoro de", "Banville, Th. de", "Banville, Théodore" ], "id" : "http://d-nb.info/gnd/119080389", - "label" : "Banville, Théodore de", + "label" : [ "Banville, Théodore de", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -54,33 +55,40 @@ "contributorOrder" : [ "http://d-nb.info/gnd/118524186 | http://d-nb.info/gnd/130290637 | http://d-nb.info/gnd/124362869 | http://d-nb.info/gnd/119080389" ], "describedby" : { "dateCreated" : "20101130", - "id" : "http://lobid.org/resources/HT016608165" + "id" : "http://lobid.org/resources/HT016608165", + "label" : "lobid Ressource" }, "exemplar" : [ { "describedby" : { - "id" : "http://lobid.org/items/HT016608165:DE-575:" + "id" : "http://lobid.org/items/HT016608165:DE-575:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT016608165#!", "id" : "http://lobid.org/items/HT016608165:DE-575:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-575" + "id" : "http://lobid.org/organisation/DE-575", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "hbzId" : "HT016608165", "id" : "http://lobid.org/resources/HT016608165#!", "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT016607985#!" + "id" : "http://lobid.org/resources/HT016607985#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016608165" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT016608165", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/fra", "label" : "Französisch" } ], "medium" : [ { - "id" : "http://purl.org/ontology/bibo/AudioDocument" + "id" : "http://purl.org/ontology/bibo/AudioDocument", + "label" : "Audio-Dokument" } ], "otherTitleInformation" : [ "[L 15]" ], "publication" : [ { @@ -88,7 +96,8 @@ "startDate" : "1980" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT016608165" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT016608165", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Claude Debussy. [Text:] (Théodore de Banville)", "title" : "Pierrot", diff --git a/src/test/resources/output/json/01746/HT017468042.json b/src/test/resources/output/json/01746/HT017468042.json index 9dad0e9f1..1684fb9c0 100644 --- a/src/test/resources/output/json/01746/HT017468042.json +++ b/src/test/resources/output/json/01746/HT017468042.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Homan. Hered.", "Heritiers de Homann", "Homannianus Heredus", "Johann Baptist Homann Erben", "Homann Heredibus", "Homanns Erben", "Homanniani Heredes", "Homannische Erben", "Officina Homanniana", "Homaennische Erben", "Bureau Geographique de Homann", "Homannische Offizin", "Homannische Buchhandlung", "Homannianis Heredibus", "Verlag Homann", "Homanni Heredes", "Heritiers d'Homann", "Homann, Verlag", "Homann Heredib.", "Coheredis Homanniani", "Homannische Handlung", "Homannische Officin", "Homannianos Heredes", "Homännischer Verlag", "Homännische Officin", "Homann-Verlag", "Homannsche Erben", "Homännische Erben" ], "id" : "http://d-nb.info/gnd/5293676-4", - "label" : "Homannsche Erben (Nürnberg)", + "label" : [ "Homannsche Erben (Nürnberg)", "http://d-nb.info/gnd" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -17,17 +17,21 @@ "describedby" : { "dateCreated" : "20121126", "dateModified" : "20130220", - "id" : "http://lobid.org/resources/HT017468042" + "id" : "http://lobid.org/resources/HT017468042", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "RK 13", "describedby" : { - "id" : "http://lobid.org/items/HT017468042:DE-6:RK%2013" + "id" : "http://lobid.org/items/HT017468042:DE-6:RK%2013", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT017468042#!", "id" : "http://lobid.org/items/HT017468042:DE-6:RK%2013#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -35,7 +39,8 @@ "hbzId" : "HT017468042", "id" : "http://lobid.org/resources/HT017468042#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT017468042" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT017468042", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/lat", @@ -43,7 +48,8 @@ } ], "longitudeAndLatitude" : [ "E 006 26 -E 008 47 /N 053 11 -N 051 37" ], "medium" : [ { - "id" : "http://purl.org/ontology/bibo/Map" + "id" : "http://purl.org/ontology/bibo/Map", + "label" : "Karte" } ], "note" : [ "Titelkartusche mit Maßstab geschmü. mit 1 Wappen links Mitte" ], "publication" : [ { @@ -53,7 +59,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT017468042" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT017468042", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Mappa publicata per Homannianos Heredes", "title" : "Territorium Seculare Episcopatus Monasterii Munster Germanis dicti. Ubi una cum Episcopatu Osnabr. simul integri Comitatus Bentheim, Steinfurt, Teklenburg, Lingen, Diepholz, Gemen conspiciuntur", diff --git a/src/test/resources/output/json/01748/HT017480009.json b/src/test/resources/output/json/01748/HT017480009.json index 92ef9da05..f144afb07 100644 --- a/src/test/resources/output/json/01748/HT017480009.json +++ b/src/test/resources/output/json/01748/HT017480009.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/1028627270", - "label" : "Fett, Anna Laura", + "label" : [ "Fett, Anna Laura", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -16,60 +16,76 @@ "describedby" : { "dateCreated" : "20121206", "dateModified" : "20150227", - "id" : "http://lobid.org/resources/HT017480009" + "id" : "http://lobid.org/resources/HT017480009", + "label" : "lobid Ressource" }, "doi" : [ "10.4126/38m-004826540" ], "exemplar" : [ { "callNumber" : "Elektronische Publikation", "describedby" : { - "id" : "http://lobid.org/items/HT017480009:DE-38M:Elektronische%20Publikation" + "id" : "http://lobid.org/items/HT017480009:DE-38M:Elektronische%20Publikation", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT017480009#!", "id" : "http://lobid.org/items/HT017480009:DE-38M:Elektronische%20Publikation#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-38M" + "id" : "http://lobid.org/organisation/DE-38M", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "extent" : "59 S. : Ill.", "fulltextOnline" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=4826540&custom_att_2=simple_viewer" + "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:38m-0000006293", + "label" : "http://nbn-resolving.de/urn:nbn:de:hbz:38m-0000006293" }, { - "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:38m-0000006293" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=4826540&custom_att_2=simple_viewer", + "label" : "Digitool" }, { - "id" : "http://dx.doi.org/10.4126/38m-004826540" + "id" : "http://dx.doi.org/10.4126/38m-004826540", + "label" : "http://dx.doi.org/10.4126" } ], "hasVersion" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=4826540&custom_att_2=simple_viewer" + "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:38m-0000006293", + "label" : "http://nbn-resolving.de/urn:nbn:de:hbz:38m-0000006293" }, { - "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:38m-0000006293" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=4826540&custom_att_2=simple_viewer", + "label" : "Digitool" }, { - "id" : "http://dx.doi.org/10.4126/38m-004826540" + "id" : "http://dx.doi.org/10.4126/38m-004826540", + "label" : "http://dx.doi.org/10.4126" } ], "hbzId" : "HT017480009", "id" : "http://lobid.org/resources/HT017480009#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT017480009" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT017480009", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/eng", "label" : "Englisch" } ], "medium" : [ { - "id" : "http://rdvocab.info/termList/RDACarrierType/1018" + "id" : "http://rdvocab.info/termList/RDACarrierType/1010", + "label" : "Datenträger" }, { - "id" : "http://rdvocab.info/termList/RDACarrierType/1010" + "id" : "http://rdvocab.info/termList/RDACarrierType/1018", + "label" : "Online-Ressource" } ], "publication" : [ { "startDate" : "2012" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT017480009" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT017480009", + "label" : "Culturegraph Ressource" } ], "similar" : [ { - "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:38m-0000006293" + "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:38m-0000006293", + "label" : "http://nbn-resolving.de/urn:nbn:de:hbz:38m-0000006293" }, { - "id" : "http://dx.doi.org/10.4126/38m-004826540" + "id" : "http://dx.doi.org/10.4126/38m-004826540", + "label" : "http://dx.doi.org/10.4126" } ], "statementOfResponsibility" : "vorgelegt von Anna Laura Fett", "subject" : [ { diff --git a/src/test/resources/output/json/01752/HT017529028.json b/src/test/resources/output/json/01752/HT017529028.json index 96d1c96fa..8e2703c56 100644 --- a/src/test/resources/output/json/01752/HT017529028.json +++ b/src/test/resources/output/json/01752/HT017529028.json @@ -8,7 +8,7 @@ "agent" : { "altLabel" : [ "Shutain, Ēdito", "Teresa Benedicta, de la Cruz", "Teresia Benedicta, a Cruce", "Stein, Edyta", "Teresa Benedicta a Cruce OCD", "Teresa Benedykta, od Krzyża", "Teresa Benedicta, of the Cross", "Theresia Benedicta, a Cruce", "Cruz, Beata Teresa Benedicta de la", "Cruce, Teresia Benedicta a", "T. Benedicta, a Cruce", "Steinová, Edita", "T. Benedicta, vom Kreuz", "Teresia Benedicta, vom Kreuz", "Štejn, Ėdit", "Teresia Benedicta a Cruce, Schwester" ], "id" : "http://d-nb.info/gnd/118617230", - "label" : "Stein, Edith", + "label" : [ "http://d-nb.info/gnd", "Stein, Edith" ], "type" : [ "Person" ] }, "role" : [ { @@ -19,7 +19,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/12226861X", - "label" : "Linssen, Michael", + "label" : [ "http://d-nb.info/gnd", "Linssen, Michael" ], "type" : [ "Person" ] }, "role" : [ { @@ -31,7 +31,7 @@ "agent" : { "altLabel" : [ "Neyerová, Maria Amata", "Neyerová, Maria A.", "Neyer, Amata", "Neyerová, Amata", "Neyer, Maria A." ], "id" : "http://d-nb.info/gnd/120534983", - "label" : "Neyer, Maria Amata", + "label" : [ "http://d-nb.info/gnd", "Neyer, Maria Amata" ], "type" : [ "Person" ] }, "role" : [ { @@ -44,28 +44,35 @@ "describedby" : { "dateCreated" : "20130131", "dateModified" : "20150323", - "id" : "http://lobid.org/resources/HT017529028" + "id" : "http://lobid.org/resources/HT017529028", + "label" : "lobid Ressource" }, "edition" : [ "4., durchges. und korr. Aufl." ], "exemplar" : [ { + "callNumber" : "PHBB 18/22/XVIII", "describedby" : { - "id" : "http://lobid.org/items/HT017529028:DE-Kn28:PHBB%2018%2F22%2FXVIII" + "id" : "http://lobid.org/items/HT017529028:DE-1032:PHBB%2018%2F22%2FXVIII", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT017529028#!", - "id" : "http://lobid.org/items/HT017529028:DE-Kn28:PHBB%2018%2F22%2FXVIII#!", + "id" : "http://lobid.org/items/HT017529028:DE-1032:PHBB%2018%2F22%2FXVIII#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Kn28" + "id" : "http://lobid.org/organisation/DE-1032", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "PHBB 18/22/XVIII", "describedby" : { - "id" : "http://lobid.org/items/HT017529028:DE-1032:PHBB%2018%2F22%2FXVIII" + "id" : "http://lobid.org/items/HT017529028:DE-Kn28:PHBB%2018%2F22%2FXVIII", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT017529028#!", - "id" : "http://lobid.org/items/HT017529028:DE-1032:PHBB%2018%2F22%2FXVIII#!", + "id" : "http://lobid.org/items/HT017529028:DE-Kn28:PHBB%2018%2F22%2FXVIII#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-1032" + "id" : "http://lobid.org/organisation/DE-Kn28", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -73,10 +80,12 @@ "hbzId" : "HT017529028", "id" : "http://lobid.org/resources/HT017529028#!", "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT012848847#!" + "id" : "http://lobid.org/resources/HT012848847#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT017529028" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT017529028", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "9783451273889" ], "language" : [ { @@ -95,14 +104,15 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT017529028" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT017529028", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "neu bearb. und eingeleitet von Ulrich Dobhan", "subject" : [ { "dateOfBirth" : "1542", "dateOfDeath" : "1591", "id" : "http://d-nb.info/gnd/118640038", - "label" : "Juan, de la Cruz", + "label" : [ "http://d-nb.info/gnd", "Juan, de la Cruz" ], "type" : [ "Person" ] } ], "subjectChain" : [ "Juan (1542-1591), de la Cruz" ], @@ -113,7 +123,8 @@ "volume" : [ "2", "Abt. 1, Phänomenologie und Mystik", "18", "D. Schriften zu Mystik und Spiritualität" ], "volumeIn" : [ { "multiVolumeWork" : [ { - "id" : "http://lobid.org/resources/HT012848847#!" + "id" : "http://lobid.org/resources/HT012848847#!", + "label" : "lobid Ressource" } ], "numbering" : "18", "type" : [ "MultiVolumeWorkRelation" ] diff --git a/src/test/resources/output/json/01813/HT018131501.json b/src/test/resources/output/json/01813/HT018131501.json index 1a2f552de..5357aa968 100644 --- a/src/test/resources/output/json/01813/HT018131501.json +++ b/src/test/resources/output/json/01813/HT018131501.json @@ -6,12 +6,13 @@ "label" : "Nordrhein-Westfälische Bibliographie" } ], "containedIn" : [ { - "id" : "http://lobid.org/resources/HT007072426#!" + "id" : "http://lobid.org/resources/HT007072426#!", + "label" : "lobid Ressource" } ], "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/124348165", - "label" : "Engelhardt, Manfred", + "label" : [ "http://d-nb.info/gnd", "Engelhardt, Manfred" ], "type" : [ "Person" ] }, "role" : [ { @@ -24,15 +25,18 @@ "coverage" : [ "Düsseldorf" ], "describedby" : { "dateCreated" : "20140115", - "id" : "http://lobid.org/resources/HT018131501" + "id" : "http://lobid.org/resources/HT018131501", + "label" : "lobid Ressource" }, "hbzId" : "HT018131501", "id" : "http://lobid.org/resources/HT018131501#!", "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT007072426#!" + "id" : "http://lobid.org/resources/HT007072426#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018131501" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018131501", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -55,16 +59,17 @@ "startDate" : "2014" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT018131501" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT018131501", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Manfred Engelhardt", "subject" : [ { "id" : "http://d-nb.info/gnd/4013255-9", - "label" : "Düsseldorf", + "label" : [ "Düsseldorf", "http://d-nb.info/gnd" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4137215-3", - "label" : "Staat Berg", + "label" : [ "Staat Berg", "http://d-nb.info/gnd" ], "type" : [ "PlaceOrGeographicName" ] }, { "label" : "Geschichte 1288-1815", diff --git a/src/test/resources/output/json/01818/HT018187026.json b/src/test/resources/output/json/01818/HT018187026.json index df81cc458..bc64cd47a 100644 --- a/src/test/resources/output/json/01818/HT018187026.json +++ b/src/test/resources/output/json/01818/HT018187026.json @@ -3,43 +3,54 @@ "describedby" : { "dateCreated" : "20140304", "dateModified" : "20140610", - "id" : "http://lobid.org/resources/HT018187026" + "id" : "http://lobid.org/resources/HT018187026", + "label" : "lobid Ressource" }, "exemplar" : [ { "describedby" : { - "id" : "http://lobid.org/items/HT018187026:DE-Bi10:" + "id" : "http://lobid.org/items/HT018187026:DE-836:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018187026#!", - "id" : "http://lobid.org/items/HT018187026:DE-Bi10:#!", + "id" : "http://lobid.org/items/HT018187026:DE-836:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Bi10" + "id" : "http://lobid.org/organisation/DE-836", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT018187026:DE-836:" + "id" : "http://lobid.org/items/HT018187026:DE-Bi10:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018187026#!", - "id" : "http://lobid.org/items/HT018187026:DE-836:#!", + "id" : "http://lobid.org/items/HT018187026:DE-Bi10:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-836" + "id" : "http://lobid.org/organisation/DE-Bi10", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "describedby" : { - "id" : "http://lobid.org/items/HT018187026:DE-361:" + "id" : "http://lobid.org/items/HT018187026:DE-361:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018187026#!", "id" : "http://lobid.org/items/HT018187026:DE-361:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-361" + "id" : "http://lobid.org/organisation/DE-361", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "hbzId" : "HT018187026", "id" : "http://lobid.org/resources/HT018187026#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018187026" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018187026", + "label" : "hbz Verbundkatalog" }, "issn" : [ "21955131" ], "language" : [ { @@ -57,7 +68,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT018187026" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT018187026", + "label" : "Culturegraph Ressource" } ], "title" : "Gesundheit und Pflege - aus der Hochschule in die Praxis", "type" : [ "BibliographicResource", "Series" ] diff --git a/src/test/resources/output/json/01823/HT018239864.json b/src/test/resources/output/json/01823/HT018239864.json index f37e42150..185168ab8 100644 --- a/src/test/resources/output/json/01823/HT018239864.json +++ b/src/test/resources/output/json/01823/HT018239864.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/1056946172", - "label" : "Kennedy, Beate", + "label" : [ "http://d-nb.info/gnd", "Kennedy, Beate" ], "type" : [ "Person" ] }, "role" : [ { @@ -21,97 +21,123 @@ "describedby" : { "dateCreated" : "20140423", "dateModified" : "20141113", - "id" : "http://lobid.org/resources/HT018239864" + "id" : "http://lobid.org/resources/HT018239864", + "label" : "lobid Ressource" }, "description" : [ { - "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=4584991&prov=M&dok_var=1&dok_ext=htm" + "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=4584991&prov=M&dok_var=1&dok_ext=htm", + "label" : "http://deposit.d-nb.de/cgi-bin" } ], "exemplar" : [ { "callNumber" : "nc59566", "describedby" : { - "id" : "http://lobid.org/items/HT018239864:DE-385:nc59566" + "id" : "http://lobid.org/items/HT018239864:DE-385:nc59566", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018239864#!", "id" : "http://lobid.org/items/HT018239864:DE-385:nc59566#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-385" + "id" : "http://lobid.org/organisation/DE-385", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "CQWK5664", "describedby" : { - "id" : "http://lobid.org/items/HT018239864:DE-466:CQWK5664" + "id" : "http://lobid.org/items/HT018239864:DE-466:CQWK5664", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018239864#!", "id" : "http://lobid.org/items/HT018239864:DE-466:CQWK5664#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-466" + "id" : "http://lobid.org/organisation/DE-466", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "2015/1330", + "callNumber" : "11CQWK6864", "describedby" : { - "id" : "http://lobid.org/items/HT018239864:DE-5:2015%2F1330" + "id" : "http://lobid.org/items/HT018239864:DE-467:11CQWK6864", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018239864#!", - "id" : "http://lobid.org/items/HT018239864:DE-5:2015%2F1330#!", + "id" : "http://lobid.org/items/HT018239864:DE-467:11CQWK6864#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5" + "id" : "http://lobid.org/organisation/DE-467", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "CQWK3670", + "callNumber" : "2015/1330", "describedby" : { - "id" : "http://lobid.org/items/HT018239864:DE-465:CQWK3670" + "id" : "http://lobid.org/items/HT018239864:DE-5:2015%2F1330", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018239864#!", - "id" : "http://lobid.org/items/HT018239864:DE-465:CQWK3670#!", + "id" : "http://lobid.org/items/HT018239864:DE-5:2015%2F1330#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-465" + "id" : "http://lobid.org/organisation/DE-5", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "gerw53954.k35", "describedby" : { - "id" : "http://lobid.org/items/HT018239864:DE-61:gerw53954.k35" + "id" : "http://lobid.org/items/HT018239864:DE-61:gerw53954.k35", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018239864#!", "id" : "http://lobid.org/items/HT018239864:DE-61:gerw53954.k35#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-61" + "id" : "http://lobid.org/organisation/DE-61", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "11CQWK6864", + "callNumber" : "IFB10325-17", "describedby" : { - "id" : "http://lobid.org/items/HT018239864:DE-467:11CQWK6864" + "id" : "http://lobid.org/items/HT018239864:DE-294:IFB10325-17", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018239864#!", - "id" : "http://lobid.org/items/HT018239864:DE-467:11CQWK6864#!", + "id" : "http://lobid.org/items/HT018239864:DE-294:IFB10325-17#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-467" + "id" : "http://lobid.org/organisation/DE-294", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "115-289", "describedby" : { - "id" : "http://lobid.org/items/HT018239864:DE-107:115-289" + "id" : "http://lobid.org/items/HT018239864:DE-107:115-289", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018239864#!", "id" : "http://lobid.org/items/HT018239864:DE-107:115-289#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-107" + "id" : "http://lobid.org/organisation/DE-107", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "IFB10325-17", + "callNumber" : "CQWK3670", "describedby" : { - "id" : "http://lobid.org/items/HT018239864:DE-294:IFB10325-17" + "id" : "http://lobid.org/items/HT018239864:DE-465:CQWK3670", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018239864#!", - "id" : "http://lobid.org/items/HT018239864:DE-294:IFB10325-17#!", + "id" : "http://lobid.org/items/HT018239864:DE-465:CQWK3670#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-294" + "id" : "http://lobid.org/organisation/DE-465", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -121,15 +147,18 @@ "inSeries" : [ { "numbering" : "17", "series" : [ { - "id" : "http://lobid.org/resources/HT016777884#!" + "id" : "http://lobid.org/resources/HT016777884#!", + "label" : "lobid Ressource" } ], "type" : [ "SeriesRelation" ] } ], "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT016777884#!" + "id" : "http://lobid.org/resources/HT016777884#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018239864" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018239864", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "3050064641", "9783050103020", "9783050064642" ], "language" : [ { @@ -156,23 +185,26 @@ "label" : "Deutsche Sprache und Literatur" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT018239864" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT018239864", + "label" : "Culturegraph Ressource" } ], "seeAlso" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5764417&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5764417&custom_att_2=simple_viewer", + "label" : "Digitool" }, { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5764418&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5764418&custom_att_2=simple_viewer", + "label" : "Digitool" } ], "statementOfResponsibility" : "Beate Kennedy", "subject" : [ { "dateOfBirth" : "1905", "dateOfDeath" : "1982", "id" : "http://d-nb.info/gnd/118722123", - "label" : "Keun, Irmgard", + "label" : [ "http://d-nb.info/gnd", "Keun, Irmgard" ], "type" : [ "Person" ] }, { "id" : "http://d-nb.info/gnd/4152975-3", - "label" : "Erzähltheorie", + "label" : [ "http://d-nb.info/gnd", "Erzähltheorie" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://dewey.info/class/400/", @@ -182,7 +214,8 @@ "subjectLabel" : [ "Ḳoyn, Irmgard (1905-1982)", "Keina, Irmgarde (1905-1982)", "Kojn, Irmgard (1905-1982)", "Narratologie", "קוין, אירמגרד (1905-1982)" ], "subjectOrder" : [ "http://d-nb.info/gnd/118722123, http://d-nb.info/gnd/4152975-3" ], "tableOfContents" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5764417&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5764417&custom_att_2=simple_viewer", + "label" : "Digitool" } ], "thesisInformation" : [ "Zugl., Göttingen, Univ., Diss., 2013" ], "title" : "Irmgard Keun: Zeit und Zitat", diff --git a/src/test/resources/output/json/01829/HT018290299.json b/src/test/resources/output/json/01829/HT018290299.json index bc5d4b1a3..d2f1c3ab1 100644 --- a/src/test/resources/output/json/01829/HT018290299.json +++ b/src/test/resources/output/json/01829/HT018290299.json @@ -8,7 +8,7 @@ "agent" : { "altLabel" : "Felsko, Angelika Lehndorff-", "id" : "http://d-nb.info/gnd/109728068", - "label" : "Lehndorff-Felsko, Angelika", + "label" : [ "http://d-nb.info/gnd", "Lehndorff-Felsko, Angelika" ], "type" : [ "Person" ] }, "role" : [ { @@ -22,64 +22,81 @@ "describedby" : { "dateCreated" : "20140610", "dateModified" : "20150326", - "id" : "http://lobid.org/resources/HT018290299" + "id" : "http://lobid.org/resources/HT018290299", + "label" : "lobid Ressource" }, "description" : [ { - "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=4675728&prov=M&dok_var=1&dok_ext=htm" + "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=4675728&prov=M&dok_var=1&dok_ext=htm", + "label" : "http://deposit.d-nb.de/cgi-bin" } ], "exemplar" : [ { - "callNumber" : "17B5040", + "callNumber" : "Gb 9130/650 (19)", "describedby" : { - "id" : "http://lobid.org/items/HT018290299:DE-38:17B5040" + "id" : "http://lobid.org/items/HT018290299:DE-5-39:Gb%209130%2F650%20(19)", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018290299#!", - "id" : "http://lobid.org/items/HT018290299:DE-38:17B5040#!", + "id" : "http://lobid.org/items/HT018290299:DE-5-39:Gb%209130%2F650%20(19)#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-38" + "id" : "http://lobid.org/organisation/DE-5-39", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "Gb 9130/650 (19)", + "callNumber" : "W 2015/2920", "describedby" : { - "id" : "http://lobid.org/items/HT018290299:DE-5-39:Gb%209130%2F650%20(19)" + "id" : "http://lobid.org/items/HT018290299:DE-5:W%202015%2F2920", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018290299#!", - "id" : "http://lobid.org/items/HT018290299:DE-5-39:Gb%209130%2F650%20(19)#!", + "id" : "http://lobid.org/items/HT018290299:DE-5:W%202015%2F2920#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5-39" + "id" : "http://lobid.org/organisation/DE-5", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "Fbf 7122", "describedby" : { - "id" : "http://lobid.org/items/HT018290299:DE-Kn28:Fbf%207122" + "id" : "http://lobid.org/items/HT018290299:DE-Kn28:Fbf%207122", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018290299#!", "id" : "http://lobid.org/items/HT018290299:DE-Kn28:Fbf%207122#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Kn28" + "id" : "http://lobid.org/organisation/DE-Kn28", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "3K 55857", + "callNumber" : "17B5040", "describedby" : { - "id" : "http://lobid.org/items/HT018290299:DE-6:3K%2055857" + "id" : "http://lobid.org/items/HT018290299:DE-38:17B5040", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018290299#!", - "id" : "http://lobid.org/items/HT018290299:DE-6:3K%2055857#!", + "id" : "http://lobid.org/items/HT018290299:DE-38:17B5040#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-38", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "W 2015/2920", + "callNumber" : "3K 55857", "describedby" : { - "id" : "http://lobid.org/items/HT018290299:DE-5:W%202015%2F2920" + "id" : "http://lobid.org/items/HT018290299:DE-6:3K%2055857", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018290299#!", - "id" : "http://lobid.org/items/HT018290299:DE-5:W%202015%2F2920#!", + "id" : "http://lobid.org/items/HT018290299:DE-6:3K%2055857#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -87,27 +104,33 @@ "hbzId" : "HT018290299", "id" : "http://lobid.org/resources/HT018290299#!", "inSeries" : [ { - "numbering" : [ "2", "19" ], + "numbering" : "19", "series" : [ { - "id" : "http://lobid.org/resources/HT017500108#!" - }, { - "id" : "http://lobid.org/resources/HT006514951#!" + "id" : "http://lobid.org/resources/HT006514951#!", + "label" : "lobid Ressource" } ], "type" : [ "SeriesRelation" ] }, { - "numbering" : "19", + "numbering" : [ "2", "19" ], "series" : [ { - "id" : "http://lobid.org/resources/HT006514951#!" + "id" : "http://lobid.org/resources/HT006514951#!", + "label" : "lobid Ressource" + }, { + "id" : "http://lobid.org/resources/HT017500108#!", + "label" : "lobid Ressource" } ], "type" : [ "SeriesRelation" ] } ], "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT017500108#!" + "id" : "http://lobid.org/resources/HT006514951#!", + "label" : "lobid Ressource" }, { - "id" : "http://lobid.org/resources/HT006514951#!" + "id" : "http://lobid.org/resources/HT017500108#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018290299" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018290299", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "9783954513673" ], "language" : [ { @@ -130,25 +153,28 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT018290299" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT018290299", + "label" : "Culturegraph Ressource" } ], "seeAlso" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=6261756&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=6261757&custom_att_2=simple_viewer", + "label" : "Digitool" }, { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=6261757&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=6261756&custom_att_2=simple_viewer", + "label" : "Digitool" } ], "statementOfResponsibility" : "Angelika Lehndorff-Felsko", "subject" : [ { "id" : "http://d-nb.info/gnd/4031483-2", - "label" : "Köln", + "label" : [ "http://d-nb.info/gnd", "Köln" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4139439-2", - "label" : "Zwangsarbeit", + "label" : [ "http://d-nb.info/gnd", "Zwangsarbeit" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4002641-3", - "label" : "Arbeitsbedingungen", + "label" : [ "http://d-nb.info/gnd", "Arbeitsbedingungen" ], "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte", @@ -161,7 +187,8 @@ "subjectLabel" : [ "Kerun", "Oberbürgermeister (Köln)", "Cöllen", "Amt für Presse und Öffentlichkeitsarbeit (Köln)", "Cölln (Köln)", "Presse- und Informationsamt (Köln)", "Köln. Abteilung Zentrale Datenverarbeitung", "Colonia (Köln)", "Colonia Ubiorum", "Köln. Oberbürgermeister", "Groß-Köln", "KÅ«lÅ«niyā", "Colonia Agrippina", "Köln. Amt für Presse und Öffentlichkeitsarbeit", "Arbeitsbedingung", "Köln. Stadtverordneten-Versammlung", "ADV", "Cöln", "Arbeitssituation", "Köln. Interkulturelles Referat", "Verwaltung (Köln)", "Köln. Rat", "Stadtverordneten-Versammlung (Köln)", "CCAA", "Keln", "Oberstadtdirektor (Köln)", "Köln. Presse- und Informationsamt", "Stadtverwaltung (Köln)", "Colonia Claudia Ara Agrippinensium", "Köln. Stadtverwaltung", "Ara Ubiorum", "Köln. Verwaltung", "Köln. Wasser- und Brückenbauabteilung", "Stadt Köln", "Hauptamt (Köln)", "Köln. Hauptamt", "Köln. Oberstadtdirektor", "Arbeit / Bedingung", "Keulen", "Oppidum Ubiorum", "Colonia Agrippinensis", "Cologne", "Köln. Nachrichtenamt", "Nachrichtenamt (Köln)" ], "subjectOrder" : [ "http://d-nb.info/gnd/4031483-2, http://d-nb.info/gnd/4139439-2, http://d-nb.info/gnd/4002641-3, Geschichte" ], "tableOfContents" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=6261756&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=6261756&custom_att_2=simple_viewer", + "label" : "Digitool" } ], "title" : "\"Uns verschleppten sie nach Köln ...\"", "type" : [ "BibliographicResource", "Book" ], diff --git a/src/test/resources/output/json/01829/HT018295975.json b/src/test/resources/output/json/01829/HT018295975.json index 7c5299d99..d28c4dfbf 100644 --- a/src/test/resources/output/json/01829/HT018295975.json +++ b/src/test/resources/output/json/01829/HT018295975.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/136529348", - "label" : "Moczarski, Norbert", + "label" : [ "http://d-nb.info/gnd", "Moczarski, Norbert" ], "type" : [ "Person" ] }, "role" : [ { @@ -19,7 +19,7 @@ "agent" : { "dateOfBirth" : "1949", "id" : "http://d-nb.info/gnd/12174793X", - "label" : "Mötsch, Johannes", + "label" : [ "Mötsch, Johannes", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -32,43 +32,54 @@ "describedby" : { "dateCreated" : "20140616", "dateModified" : "20141105", - "id" : "http://lobid.org/resources/HT018295975" + "id" : "http://lobid.org/resources/HT018295975", + "label" : "lobid Ressource" }, "description" : [ { - "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=4685554&prov=M&dok_var=1&dok_ext=htm" + "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=4685554&prov=M&dok_var=1&dok_ext=htm", + "label" : "http://deposit.d-nb.de/cgi-bin" } ], "edition" : [ "1. Aufl." ], "exemplar" : [ { "callNumber" : "2014/3450", "describedby" : { - "id" : "http://lobid.org/items/HT018295975:DE-929:2014%2F3450" + "id" : "http://lobid.org/items/HT018295975:DE-929:2014%2F3450", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018295975#!", "id" : "http://lobid.org/items/HT018295975:DE-929:2014%2F3450#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-929" + "id" : "http://lobid.org/organisation/DE-929", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "3K 51779", "describedby" : { - "id" : "http://lobid.org/items/HT018295975:DE-6:3K%2051779" + "id" : "http://lobid.org/items/HT018295975:DE-6:3K%2051779", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018295975#!", "id" : "http://lobid.org/items/HT018295975:DE-6:3K%2051779#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6" + "id" : "http://lobid.org/organisation/DE-6", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "C 60/145/10", "describedby" : { - "id" : "http://lobid.org/items/HT018295975:DE-5-39:C%2060%2F145%2F10" + "id" : "http://lobid.org/items/HT018295975:DE-5-39:C%2060%2F145%2F10", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018295975#!", "id" : "http://lobid.org/items/HT018295975:DE-5-39:C%2060%2F145%2F10#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5-39" + "id" : "http://lobid.org/organisation/DE-5-39", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -76,7 +87,8 @@ "hbzId" : "HT018295975", "id" : "http://lobid.org/resources/HT018295975#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018295975" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018295975", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "9783943539233" ], "language" : [ { @@ -105,25 +117,28 @@ "label" : "Landeskunde Region Koblenz" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT018295975" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT018295975", + "label" : "Culturegraph Ressource" } ], "seeAlso" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5852707&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5852707&custom_att_2=simple_viewer", + "label" : "Digitool" }, { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5852708&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5852708&custom_att_2=simple_viewer", + "label" : "Digitool" } ], "statementOfResponsibility" : "hrsg. von Norbert Moczarski ...", "subject" : [ { "dateOfBirth" : "1949", "id" : "http://d-nb.info/gnd/12174793X", - "label" : "Mötsch, Johannes", + "label" : [ "Mötsch, Johannes", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, { "label" : "Bibliographie", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4059979-6", - "label" : "Thüringen", + "label" : [ "Thüringen", "http://d-nb.info/gnd" ], "type" : [ "PlaceOrGeographicName" ] }, { "label" : "Geschichte", @@ -139,7 +154,8 @@ "subjectLabel" : [ "Thuringia", "Vereinigte Thüringische Staaten", "Land Thüringen", "Thüringer Land", "Freistaat Thüringen", "Großthüringen" ], "subjectOrder" : [ "http://d-nb.info/gnd/12174793X, Bibliographie", "http://d-nb.info/gnd/4059979-6, Geschichte, Aufsatzsammlung" ], "tableOfContents" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5852707&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=5852707&custom_att_2=simple_viewer", + "label" : "Digitool" } ], "title" : "Thüringische und rheinische Forschungen", "type" : [ "BibliographicResource", "Book", "Festschrift", "EditedVolume" ] diff --git a/src/test/resources/output/json/01831/HT018312899.json b/src/test/resources/output/json/01831/HT018312899.json index fd2e68f9f..faf32cfa5 100644 --- a/src/test/resources/output/json/01831/HT018312899.json +++ b/src/test/resources/output/json/01831/HT018312899.json @@ -6,12 +6,13 @@ "label" : "Nordrhein-Westfälische Bibliographie" } ], "containedIn" : [ { - "id" : "http://lobid.org/resources/HT002156174#!" + "id" : "http://lobid.org/resources/HT002156174#!", + "label" : "lobid Ressource" } ], "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/1023391147", - "label" : "Maes, Sientje", + "label" : [ "Maes, Sientje", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -24,15 +25,18 @@ "coverage" : [ "Detmold" ], "describedby" : { "dateCreated" : "20140702", - "id" : "http://lobid.org/resources/HT018312899" + "id" : "http://lobid.org/resources/HT018312899", + "label" : "lobid Ressource" }, "hbzId" : "HT018312899", "id" : "http://lobid.org/resources/HT018312899#!", "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT002156174#!" + "id" : "http://lobid.org/resources/HT002156174#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018312899" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018312899", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -55,22 +59,23 @@ "startDate" : "2014" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT018312899" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT018312899", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Sientje Maes", "subject" : [ { "dateOfBirth" : "1801", "dateOfDeath" : "1836", "id" : "http://d-nb.info/gnd/7683386-0", - "label" : "Grabbe, Christian Dietrich: Der Cid", + "label" : [ "http://d-nb.info/gnd", "Grabbe, Christian Dietrich: Der Cid" ], "type" : [ "Work" ] }, { "id" : "http://d-nb.info/gnd/4124796-6", - "label" : "Dramaturgie", + "label" : [ "http://d-nb.info/gnd", "Dramaturgie" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4049716-1", - "label" : "Rezeption", + "label" : [ "Rezeption", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "Grabbe, Christian Dietrich (1801-1836): Der Cid | Dramaturgie | Rezeption (231,321)" ], diff --git a/src/test/resources/output/json/01845/HT018454638.json b/src/test/resources/output/json/01845/HT018454638.json index 059a19221..e19133099 100644 --- a/src/test/resources/output/json/01845/HT018454638.json +++ b/src/test/resources/output/json/01845/HT018454638.json @@ -8,7 +8,7 @@ "agent" : { "altLabel" : [ "Schierbaum, Ursula Clemens-", "Schierbaum, Ursula C.-", "Clemens, Ursula" ], "id" : "http://d-nb.info/gnd/172845785", - "label" : "Clemens-Schierbaum, Ursula", + "label" : [ "Clemens-Schierbaum, Ursula", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -20,7 +20,7 @@ "agent" : { "altLabel" : [ "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach", "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach", "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach" ], "id" : "http://d-nb.info/gnd/1060772442", - "label" : "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach", + "label" : [ "http://d-nb.info/gnd", "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -32,7 +32,7 @@ "agent" : { "altLabel" : [ "Pfarrgemeinderat Sankt Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Herkenrath", "Pfarrgemeinderat", "Pfarrei St. Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Bergisch Gladbach- Herkenrath" ], "id" : "http://d-nb.info/gnd/2175350-7", - "label" : "Pfarrei Sankt Antonius Abbas Herkenrath", + "label" : [ "Pfarrei Sankt Antonius Abbas Herkenrath", "http://d-nb.info/gnd" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -46,28 +46,35 @@ "describedby" : { "dateCreated" : "20141111", "dateModified" : "20150303", - "id" : "http://lobid.org/resources/HT018454638" + "id" : "http://lobid.org/resources/HT018454638", + "label" : "lobid Ressource" }, "exemplar" : [ { "callNumber" : "Gb 7470/201", "describedby" : { - "id" : "http://lobid.org/items/HT018454638:DE-5-39:Gb%207470%2F201" + "id" : "http://lobid.org/items/HT018454638:DE-5-39:Gb%207470%2F201", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018454638#!", "id" : "http://lobid.org/items/HT018454638:DE-5-39:Gb%207470%2F201#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5-39" + "id" : "http://lobid.org/organisation/DE-5-39", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { "callNumber" : "Fc 6601", "describedby" : { - "id" : "http://lobid.org/items/HT018454638:DE-Kn28:Fc%206601" + "id" : "http://lobid.org/items/HT018454638:DE-Kn28:Fc%206601", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018454638#!", "id" : "http://lobid.org/items/HT018454638:DE-Kn28:Fc%206601#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Kn28" + "id" : "http://lobid.org/organisation/DE-Kn28", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -75,7 +82,8 @@ "hbzId" : "HT018454638", "id" : "http://lobid.org/resources/HT018454638#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018454638" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018454638", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -95,18 +103,19 @@ "startDate" : "2014" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT018454638" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT018454638", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "[Hrsg.: St. Joseph und St. Antonius, Bergisch-Gladbach. Beitr.: Ursula Clemens-Schierbaum ...]", "subject" : [ { "altLabel" : [ "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach", "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach", "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach" ], "id" : "http://d-nb.info/gnd/1060772442", - "label" : "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach", + "label" : [ "http://d-nb.info/gnd", "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach" ], "type" : [ "CorporateBody" ] }, { "altLabel" : [ "Pfarrgemeinderat Sankt Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Herkenrath", "Pfarrgemeinderat", "Pfarrei St. Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Bergisch Gladbach- Herkenrath" ], "id" : "http://d-nb.info/gnd/2175350-7", - "label" : "Pfarrei Sankt Antonius Abbas Herkenrath", + "label" : [ "Pfarrei Sankt Antonius Abbas Herkenrath", "http://d-nb.info/gnd" ], "type" : [ "CorporateBody" ] }, { "label" : "Geschichte", diff --git a/src/test/resources/output/json/01846/HT018468645.json b/src/test/resources/output/json/01846/HT018468645.json index 6b69d1c6f..1d77e526e 100644 --- a/src/test/resources/output/json/01846/HT018468645.json +++ b/src/test/resources/output/json/01846/HT018468645.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/128495626", - "label" : "Fritsche, Christiane", + "label" : [ "Fritsche, Christiane", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -18,7 +18,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/122511158", - "label" : "Paulmann, Johannes", + "label" : [ "http://d-nb.info/gnd", "Paulmann, Johannes" ], "type" : [ "Person" ] }, "role" : [ { @@ -30,34 +30,42 @@ "contributorOrder" : [ "http://d-nb.info/gnd/128495626 | http://d-nb.info/gnd/122511158" ], "describedby" : { "dateCreated" : "20141125", - "id" : "http://lobid.org/resources/HT018468645" + "id" : "http://lobid.org/resources/HT018468645", + "label" : "lobid Ressource" }, "description" : [ { - "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=4535439&prov=M&dok_var=1&dok_ext=htm" + "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=4535439&prov=M&dok_var=1&dok_ext=htm", + "label" : "http://deposit.d-nb.de/cgi-bin" } ], "doi" : [ "10.7788/boehlau.9783412216689" ], "exemplar" : [ { "describedby" : { - "id" : "http://lobid.org/items/HT018468645:DE-466:" + "id" : "http://lobid.org/items/HT018468645:DE-466:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018468645#!", "id" : "http://lobid.org/items/HT018468645:DE-466:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-466" + "id" : "http://lobid.org/organisation/DE-466", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "extent" : "394 S. : Ill., graph. Darst.", "fulltextOnline" : [ { - "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=4535439&prov=M&dok_var=1&dok_ext=htm" + "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=4535439&prov=M&dok_var=1&dok_ext=htm", + "label" : "http://deposit.d-nb.de/cgi-bin" } ], "hasVersion" : [ { - "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=4535439&prov=M&dok_var=1&dok_ext=htm" + "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=4535439&prov=M&dok_var=1&dok_ext=htm", + "label" : "http://deposit.d-nb.de/cgi-bin" } ], "hbzId" : "HT018468645", "id" : "http://lobid.org/resources/HT018468645#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018468645" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018468645", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "9783412216689" ], "language" : [ { @@ -65,9 +73,11 @@ "label" : "Deutsch" } ], "medium" : [ { - "id" : "http://rdvocab.info/termList/RDACarrierType/1018" + "id" : "http://rdvocab.info/termList/RDACarrierType/1010", + "label" : "Datenträger" }, { - "id" : "http://rdvocab.info/termList/RDACarrierType/1010" + "id" : "http://rdvocab.info/termList/RDACarrierType/1018", + "label" : "Online-Ressource" } ], "publication" : [ { "location" : "Köln [u.a.]", @@ -83,31 +93,33 @@ "label" : "Wirtschafts- und Sozialgeschichte" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT018468645" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT018468645", + "label" : "Culturegraph Ressource" } ], "similar" : [ { - "id" : "http://dx.doi.org/10.7788/boehlau.9783412216689" + "id" : "http://dx.doi.org/10.7788/boehlau.9783412216689", + "label" : "http://dx.doi.org/10.7788" } ], "statementOfResponsibility" : "Hrsg. von Fritsche, Christiane ; Paulmann, Johannes", "subject" : [ { "id" : "http://d-nb.info/gnd/4011882-4", - "label" : "Deutschland", + "label" : [ "Deutschland", "http://d-nb.info/gnd" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4219952-9", - "label" : "Arisierung", + "label" : [ "http://d-nb.info/gnd", "Arisierung" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4136959-2", - "label" : "Wiedergutmachung", + "label" : [ "http://d-nb.info/gnd", "Wiedergutmachung" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4020517-4", - "label" : "Geschichte", + "label" : [ "http://d-nb.info/gnd", "Geschichte" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4143413-4", - "label" : "Aufsatzsammlung", + "label" : [ "Aufsatzsammlung", "http://d-nb.info/gnd" ], "type" : [ "SubjectHeading" ] }, { "id" : "http://dewey.info/class/943/", diff --git a/src/test/resources/output/json/01858/HT018585406.json b/src/test/resources/output/json/01858/HT018585406.json index 284954402..40fc9d025 100644 --- a/src/test/resources/output/json/01858/HT018585406.json +++ b/src/test/resources/output/json/01858/HT018585406.json @@ -1,14 +1,16 @@ { "@context" : "http://lobid.org/context/lobid-resources.json", "collectedBy" : [ { - "id" : "http://lobid.org/resources/RPB" + "id" : "http://lobid.org/resource/Edoweb", + "label" : "http://lobid.org/resource" }, { - "id" : "http://lobid.org/resource/Edoweb" + "id" : "http://lobid.org/resources/RPB", + "label" : "lobid Ressource" } ], "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/121842118", - "label" : "Clev, Hans-Günther", + "label" : [ "Clev, Hans-Günther", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -20,7 +22,7 @@ "agent" : { "altLabel" : "Entwicklungsagentur Rheinland-Pfalz e.V.", "id" : "http://d-nb.info/gnd/16080300-7", - "label" : "Entwicklungsagentur Rheinland-Pfalz", + "label" : [ "Entwicklungsagentur Rheinland-Pfalz", "http://d-nb.info/gnd" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -32,7 +34,7 @@ "agent" : { "altLabel" : [ "Conférence Franco-Germano-Suisse du Rhin Supérieur", "ORK", "Conférence du Rhin Supérieur", "Oberrheinkonferenz" ], "id" : "http://d-nb.info/gnd/5079636-7", - "label" : "Deutsch-Französisch-Schweizerische Oberrheinkonferenz", + "label" : [ "http://d-nb.info/gnd", "Deutsch-Französisch-Schweizerische Oberrheinkonferenz" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -44,16 +46,20 @@ "contributorOrder" : [ "http://d-nb.info/gnd/121842118 | http://d-nb.info/gnd/16080300-7 | http://d-nb.info/gnd/5079636-7" ], "describedby" : { "dateCreated" : "20150319", - "id" : "http://lobid.org/resources/HT018585406" + "id" : "http://lobid.org/resources/HT018585406", + "label" : "lobid Ressource" }, "exemplar" : [ { "describedby" : { - "id" : "http://lobid.org/items/HT018585406:DE-107:" + "id" : "http://lobid.org/items/HT018585406:DE-107:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018585406#!", "id" : "http://lobid.org/items/HT018585406:DE-107:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-107" + "id" : "http://lobid.org/organisation/DE-107", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -61,16 +67,19 @@ "hbzId" : "HT018585406", "id" : "http://lobid.org/resources/HT018585406#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018585406" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018585406", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", "label" : "Deutsch" } ], "medium" : [ { - "id" : "http://rdvocab.info/termList/RDACarrierType/1018" + "id" : "http://rdvocab.info/termList/RDACarrierType/1010", + "label" : "Datenträger" }, { - "id" : "http://rdvocab.info/termList/RDACarrierType/1010" + "id" : "http://rdvocab.info/termList/RDACarrierType/1018", + "label" : "Online-Ressource" } ], "publication" : [ { "location" : "Kaiserslautern", @@ -90,16 +99,17 @@ "label" : "Landeskunde Pfalz" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT018585406" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT018585406", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Deutsch-Französisch-Schweizerische Oberrheinkonferenz, AG Raumordnung. Hrsg.: Entwicklungsagentur Rheinland-Pfalz e.V. Red.: Hans-Günther Clev ...", "subject" : [ { "id" : "http://d-nb.info/gnd/4075561-7", - "label" : "Oberrheinisches Tiefland", + "label" : [ "http://d-nb.info/gnd", "Oberrheinisches Tiefland" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4034268-2", - "label" : "Landesplanung", + "label" : [ "http://d-nb.info/gnd", "Landesplanung" ], "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "Oberrheinisches Tiefland | Landesplanung" ], diff --git a/src/test/resources/output/json/01861/HT018612706.json b/src/test/resources/output/json/01861/HT018612706.json index a25f13fa0..1421ecb81 100644 --- a/src/test/resources/output/json/01861/HT018612706.json +++ b/src/test/resources/output/json/01861/HT018612706.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/1050748387", - "label" : "Herzog, Günter", + "label" : [ "http://d-nb.info/gnd", "Herzog, Günter" ], "type" : [ "Person" ] }, "role" : [ { @@ -19,7 +19,7 @@ "agent" : { "altLabel" : [ "49. Internationaler Kunstmarkt, 2015, Köln", "49. Messe für Moderne und Zeitgenössische Kunst in Köln, 2015, Köln" ], "id" : "http://d-nb.info/gnd/1069643262", - "label" : "49. Art Cologne, 2015, Köln", + "label" : [ "49. Art Cologne, 2015, Köln", "http://d-nb.info/gnd" ], "type" : [ "ConferenceOrEvent" ] }, "role" : [ { @@ -31,7 +31,7 @@ "agent" : { "altLabel" : [ "Zentralarchiv des Internationalen Kunsthandels e.V.", "ZADIK" ], "id" : "http://d-nb.info/gnd/10040152-1", - "label" : "Zentralarchiv des Internationalen Kunsthandels", + "label" : [ "http://d-nb.info/gnd", "Zentralarchiv des Internationalen Kunsthandels" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -45,61 +45,77 @@ "describedby" : { "dateCreated" : "20150421", "dateModified" : "20150804", - "id" : "http://lobid.org/resources/HT018612706" + "id" : "http://lobid.org/resources/HT018612706", + "label" : "lobid Ressource" }, "description" : [ { - "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=5203696&prov=M&dok_var=1&dok_ext=htm" + "id" : "http://deposit.d-nb.de/cgi-bin/dokserv?id=5203696&prov=M&dok_var=1&dok_ext=htm", + "label" : "http://deposit.d-nb.de/cgi-bin" } ], "exemplar" : [ { - "callNumber" : "In Bearbeitung", + "callNumber" : "kund960.h582", "describedby" : { - "id" : "http://lobid.org/items/HT018612706:DE-5:In%20Bearbeitung" + "id" : "http://lobid.org/items/HT018612706:DE-61:kund960.h582", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018612706#!", - "id" : "http://lobid.org/items/HT018612706:DE-5:In%20Bearbeitung#!", + "id" : "http://lobid.org/items/HT018612706:DE-61:kund960.h582#!", + "label" : "lobid Bestandsressource", + "owner" : { + "id" : "http://lobid.org/organisation/DE-61", + "label" : "lobid Organisation" + }, "type" : [ "Item" ] }, { - "callNumber" : "KFG1163-26/26", "describedby" : { - "id" : "http://lobid.org/items/HT018612706:DE-465:KFG1163-26%2F26" + "id" : "http://lobid.org/items/HT018612706:DE-5-7:kund960.h582", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018612706#!", - "id" : "http://lobid.org/items/HT018612706:DE-465:KFG1163-26%2F26#!", + "id" : "http://lobid.org/items/HT018612706:DE-5-7:kund960.h582#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-465" + "id" : "http://lobid.org/organisation/DE-5-7", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "kund960.h582", + "callNumber" : "4' 2015/189", "describedby" : { - "id" : "http://lobid.org/items/HT018612706:DE-61:kund960.h582" + "id" : "http://lobid.org/items/HT018612706:DE-5:4'%202015%2F189", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018612706#!", - "id" : "http://lobid.org/items/HT018612706:DE-61:kund960.h582#!", + "id" : "http://lobid.org/items/HT018612706:DE-5:4'%202015%2F189#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-61" + "id" : "http://lobid.org/organisation/DE-5", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { + "callNumber" : "KFG1163-26/26", "describedby" : { - "id" : "http://lobid.org/items/HT018612706:DE-5-7:kund960.h582" + "id" : "http://lobid.org/items/HT018612706:DE-465:KFG1163-26%2F26", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018612706#!", - "id" : "http://lobid.org/items/HT018612706:DE-5-7:kund960.h582#!", + "id" : "http://lobid.org/items/HT018612706:DE-465:KFG1163-26%2F26#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5-7" + "id" : "http://lobid.org/organisation/DE-465", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "4' 2015/189", + "callNumber" : "In Bearbeitung", "describedby" : { - "id" : "http://lobid.org/items/HT018612706:DE-5:4'%202015%2F189" + "id" : "http://lobid.org/items/HT018612706:DE-5:In%20Bearbeitung", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018612706#!", - "id" : "http://lobid.org/items/HT018612706:DE-5:4'%202015%2F189#!", - "owner" : { - "id" : "http://lobid.org/organisation/DE-5" - }, + "id" : "http://lobid.org/items/HT018612706:DE-5:In%20Bearbeitung#!", + "label" : "lobid Bestandsressource", "type" : [ "Item" ] } ], "extent" : "173 S. : zahlr. Ill.", @@ -108,15 +124,18 @@ "inSeries" : [ { "numbering" : "25/26", "series" : [ { - "id" : "http://lobid.org/resources/HT014679525#!" + "id" : "http://lobid.org/resources/HT014679525#!", + "label" : "lobid Ressource" } ], "type" : [ "SeriesRelation" ] } ], "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT014679525#!" + "id" : "http://lobid.org/resources/HT014679525#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018612706" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018612706", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "9783903004108" ], "language" : [ { @@ -142,16 +161,17 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT018612706" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT018612706", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "[Texte: Günter Herzog ...]", "subject" : [ { "id" : "http://d-nb.info/gnd/4011889-7", - "label" : "Deutschland, Bundesrepublik", + "label" : [ "http://d-nb.info/gnd", "Deutschland, Bundesrepublik" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4076259-2", - "label" : "Pop-Art", + "label" : [ "http://d-nb.info/gnd", "Pop-Art" ], "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte 1959-1972", @@ -164,15 +184,15 @@ "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4013255-9", - "label" : "Düsseldorf", + "label" : [ "Düsseldorf", "http://d-nb.info/gnd" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4031483-2", - "label" : "Köln", + "label" : [ "http://d-nb.info/gnd", "Köln" ], "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4076259-2", - "label" : "Pop-Art", + "label" : [ "http://d-nb.info/gnd", "Pop-Art" ], "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte 1959-1972", diff --git a/src/test/resources/output/json/01861/HT018617137.json b/src/test/resources/output/json/01861/HT018617137.json index 104ae5f65..3acb74a4e 100644 --- a/src/test/resources/output/json/01861/HT018617137.json +++ b/src/test/resources/output/json/01861/HT018617137.json @@ -18,30 +18,37 @@ "contributorOrder" : [ "Helm, Eva Maria" ], "describedby" : { "dateCreated" : "20150424", - "id" : "http://lobid.org/resources/HT018617137" + "id" : "http://lobid.org/resources/HT018617137", + "label" : "lobid Ressource" }, "exemplar" : [ { "describedby" : { - "id" : "http://lobid.org/items/HT018617137:DE-5:" + "id" : "http://lobid.org/items/HT018617137:DE-5:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018617137#!", "id" : "http://lobid.org/items/HT018617137:DE-5:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-5" + "id" : "http://lobid.org/organisation/DE-5", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "extent" : "55 S. : Ill.", "fulltextOnline" : [ { - "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:5:2-66128" + "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:5:2-66128", + "label" : "http://nbn-resolving.de/urn:nbn:de:hbz:5:2-66128" } ], "hasVersion" : [ { - "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:5:2-66128" + "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:5:2-66128", + "label" : "http://nbn-resolving.de/urn:nbn:de:hbz:5:2-66128" } ], "hbzId" : "HT018617137", "id" : "http://lobid.org/resources/HT018617137#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018617137" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018617137", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "9783981642216" ], "language" : [ { @@ -49,9 +56,11 @@ "label" : "Deutsch" } ], "medium" : [ { - "id" : "http://rdvocab.info/termList/RDACarrierType/1018" + "id" : "http://rdvocab.info/termList/RDACarrierType/1010", + "label" : "Datenträger" }, { - "id" : "http://rdvocab.info/termList/RDACarrierType/1010" + "id" : "http://rdvocab.info/termList/RDACarrierType/1018", + "label" : "Online-Ressource" } ], "nwbibspatial" : [ { "id" : "http://purl.org/lobid/nwbib-spatial#n01", @@ -69,10 +78,12 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT018617137" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT018617137", + "label" : "Culturegraph Ressource" } ], "similar" : [ { - "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:5:2-66128" + "id" : "http://nbn-resolving.de/urn:nbn:de:hbz:5:2-66128", + "label" : "http://nbn-resolving.de/urn:nbn:de:hbz:5:2-66128" } ], "statementOfResponsibility" : "[Text: Eva Maria Helm]", "title" : "Nachhaltige Forschung an Fachhochschulen in NRW", diff --git a/src/test/resources/output/json/01870/HT018700720.json b/src/test/resources/output/json/01870/HT018700720.json index 548b2e92f..3e63413ae 100644 --- a/src/test/resources/output/json/01870/HT018700720.json +++ b/src/test/resources/output/json/01870/HT018700720.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/136371671", - "label" : "Amrhein, Ludwig", + "label" : [ "Amrhein, Ludwig", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -14,7 +14,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/129961604", - "label" : "Heusinger, Josefine", + "label" : [ "Heusinger, Josefine", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -35,7 +35,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/115325859", - "label" : "Wolter, Birgit", + "label" : [ "Wolter, Birgit", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -47,7 +47,7 @@ "agent" : { "altLabel" : [ "Deutschland", "BZgA, Bundeszentrale für Gesundheitliche Aufklärung", "FCHE", "BZgA", "Federal Centre for Health Education" ], "id" : "http://d-nb.info/gnd/2006655-7", - "label" : "Bundeszentrale für Gesundheitliche Aufklärung", + "label" : [ "http://d-nb.info/gnd", "Bundeszentrale für Gesundheitliche Aufklärung" ], "type" : [ "CorporateBody" ] }, "role" : [ { @@ -60,43 +60,52 @@ "describedby" : { "dateCreated" : "20150716", "dateModified" : "20150720", - "id" : "http://lobid.org/resources/HT018700720" + "id" : "http://lobid.org/resources/HT018700720", + "label" : "lobid Ressource" }, "doi" : [ "10.4126/38m-006326817" ], "edition" : [ "Aufl.: 1.3.02.15" ], "exemplar" : [ { "callNumber" : "Elektronische Publikation", "describedby" : { - "id" : "http://lobid.org/items/HT018700720:DE-38M:Elektronische%20Publikation" + "id" : "http://lobid.org/items/HT018700720:DE-38M:Elektronische%20Publikation", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018700720#!", "id" : "http://lobid.org/items/HT018700720:DE-38M:Elektronische%20Publikation#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-38M" + "id" : "http://lobid.org/organisation/DE-38M", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "extent" : "239 S. : zahlr. graph. Darst., Kt.", "fulltextOnline" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=6326817&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=6326817&custom_att_2=simple_viewer", + "label" : "Digitool" } ], "hasVersion" : [ { - "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=6326817&custom_att_2=simple_viewer" + "id" : "http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=6326817&custom_att_2=simple_viewer", + "label" : "Digitool" } ], "hbzId" : "HT018700720", "id" : "http://lobid.org/resources/HT018700720#!", "inSeries" : [ { "numbering" : "47", "series" : [ { - "id" : "http://lobid.org/resources/HT015550020#!" + "id" : "http://lobid.org/resources/HT015550020#!", + "label" : "lobid Ressource" } ], "type" : [ "SeriesRelation" ] } ], "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT015550020#!" + "id" : "http://lobid.org/resources/HT015550020#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018700720" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018700720", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "9783942816618" ], "language" : [ { @@ -104,9 +113,11 @@ "label" : "Deutsch" } ], "medium" : [ { - "id" : "http://rdvocab.info/termList/RDACarrierType/1018" + "id" : "http://rdvocab.info/termList/RDACarrierType/1010", + "label" : "Datenträger" }, { - "id" : "http://rdvocab.info/termList/RDACarrierType/1010" + "id" : "http://rdvocab.info/termList/RDACarrierType/1018", + "label" : "Online-Ressource" } ], "note" : [ "Literaturangaben" ], "otherTitleInformation" : [ "Expertise zur Lebenslage von Menschen im Alter über 80 Jahren" ], @@ -117,10 +128,12 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT018700720" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT018700720", + "label" : "Culturegraph Ressource" } ], "similar" : [ { - "id" : "http://dx.doi.org/10.4126/38m-006326817" + "id" : "http://dx.doi.org/10.4126/38m-006326817", + "label" : "http://dx.doi.org/10.4126" } ], "statementOfResponsibility" : "Ludwig Amrhein ; Josefine Heusinger ; Kathrin Ottovay ; Birgit Wolter", "subject" : [ { diff --git a/src/test/resources/output/json/01872/HT018726005.json b/src/test/resources/output/json/01872/HT018726005.json index a057ac863..19aab402d 100644 --- a/src/test/resources/output/json/01872/HT018726005.json +++ b/src/test/resources/output/json/01872/HT018726005.json @@ -6,12 +6,13 @@ "label" : "Nordrhein-Westfälische Bibliographie" } ], "containedIn" : [ { - "id" : "http://lobid.org/resources/HT013878511#!" + "id" : "http://lobid.org/resources/HT013878511#!", + "label" : "lobid Ressource" } ], "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/137538766", - "label" : "Hoff, Hans", + "label" : [ "http://d-nb.info/gnd", "Hoff, Hans" ], "type" : [ "Person" ] }, "role" : [ { @@ -24,21 +25,26 @@ "coverage" : [ "Bielefeld" ], "describedby" : { "dateCreated" : "20150813", - "id" : "http://lobid.org/resources/HT018726005" + "id" : "http://lobid.org/resources/HT018726005", + "label" : "lobid Ressource" }, "fulltextOnline" : [ { - "id" : "http://www.bibliothek.uni-regensburg.de/ezeit/?2655603" + "id" : "http://www.bibliothek.uni-regensburg.de/ezeit/?2655603", + "label" : "http://www.bibliothek.uni-regensburg.de/ezeit" } ], "hasVersion" : [ { - "id" : "http://www.bibliothek.uni-regensburg.de/ezeit/?2655603" + "id" : "http://www.bibliothek.uni-regensburg.de/ezeit/?2655603", + "label" : "http://www.bibliothek.uni-regensburg.de/ezeit" } ], "hbzId" : "HT018726005", "id" : "http://lobid.org/resources/HT018726005#!", "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT013878511#!" + "id" : "http://lobid.org/resources/HT013878511#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018726005" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018726005", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -58,16 +64,18 @@ "startDate" : "2006" } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT018726005" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT018726005", + "label" : "Culturegraph Ressource" } ], "seeAlso" : [ { - "id" : "http://www.bibliothek.uni-regensburg.de/ezeit/?2655603" + "id" : "http://www.bibliothek.uni-regensburg.de/ezeit/?2655603", + "label" : "http://www.bibliothek.uni-regensburg.de/ezeit" } ], "statementOfResponsibility" : "Text: Hans Hoff", "subject" : [ { "dateOfBirth" : "1958", "id" : "http://d-nb.info/gnd/128989459", - "label" : "Lück, Ingolf", + "label" : [ "http://d-nb.info/gnd", "Lück, Ingolf" ], "type" : [ "Person" ] } ], "subjectChain" : [ "Lück, Ingolf (1958-)" ], diff --git a/src/test/resources/output/json/01877/HT018770176.json b/src/test/resources/output/json/01877/HT018770176.json index 6f7beabc0..c7747ad77 100644 --- a/src/test/resources/output/json/01877/HT018770176.json +++ b/src/test/resources/output/json/01877/HT018770176.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/1042242615", - "label" : "Stahl, Dominik", + "label" : [ "Stahl, Dominik", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -15,29 +15,36 @@ "contributorOrder" : [ "http://d-nb.info/gnd/1042242615" ], "describedby" : { "dateCreated" : "20151002", - "id" : "http://lobid.org/resources/HT018770176" + "id" : "http://lobid.org/resources/HT018770176", + "label" : "lobid Ressource" }, "edition" : [ "[1. Aufl.]" ], "exemplar" : [ { - "callNumber" : "StrR XIV 23/246", + "callNumber" : "123/Y/3264", "describedby" : { - "id" : "http://lobid.org/items/HT018770176:DE-6-228:StrR%20XIV%2023%2F246" + "id" : "http://lobid.org/items/HT018770176:DE-294-39:123%2FY%2F3264", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018770176#!", - "id" : "http://lobid.org/items/HT018770176:DE-6-228:StrR%20XIV%2023%2F246#!", + "id" : "http://lobid.org/items/HT018770176:DE-294-39:123%2FY%2F3264#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-6-228" + "id" : "http://lobid.org/organisation/DE-294-39", + "label" : "lobid Organisation" }, "type" : [ "Item" ] }, { - "callNumber" : "123/Y/3264", + "callNumber" : "StrR XIV 23/246", "describedby" : { - "id" : "http://lobid.org/items/HT018770176:DE-294-39:123%2FY%2F3264" + "id" : "http://lobid.org/items/HT018770176:DE-6-228:StrR%20XIV%2023%2F246", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018770176#!", - "id" : "http://lobid.org/items/HT018770176:DE-294-39:123%2FY%2F3264#!", + "id" : "http://lobid.org/items/HT018770176:DE-6-228:StrR%20XIV%2023%2F246#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-294-39" + "id" : "http://lobid.org/organisation/DE-6-228", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -47,15 +54,18 @@ "inSeries" : [ { "numbering" : "Neue Folge, Band 264", "series" : [ { - "id" : "http://lobid.org/resources/HT001252640#!" + "id" : "http://lobid.org/resources/HT001252640#!", + "label" : "lobid Ressource" } ], "type" : [ "SeriesRelation" ] } ], "isPartOf" : [ { - "id" : "http://lobid.org/resources/HT001252640#!" + "id" : "http://lobid.org/resources/HT001252640#!", + "label" : "lobid Ressource" } ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018770176" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018770176", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "9783428147335", "3428147332" ], "language" : [ { @@ -74,7 +84,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT018770176" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT018770176", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "von Dominik Stahl", "subject" : [ { @@ -82,7 +93,8 @@ "label" : "Recht" } ], "tableOfContents" : [ { - "id" : "http://d-nb.info/1076583180/04" + "id" : "http://d-nb.info/1076583180/04", + "label" : "http://d-nb.info/1076583180" } ], "thesisInformation" : [ "Albert-Ludwigs-Universität Freiburg, Dissertation, 2014/2015" ], "title" : "Strafzumessungstatsachen zwischen Verbrechenslehre und Straftheorie", diff --git a/src/test/resources/output/json/01877/HT018771475.json b/src/test/resources/output/json/01877/HT018771475.json index 16270c89f..59b3c8b49 100644 --- a/src/test/resources/output/json/01877/HT018771475.json +++ b/src/test/resources/output/json/01877/HT018771475.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/102654520X", - "label" : "Rösgen, Anya", + "label" : [ "Rösgen, Anya", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -19,7 +19,7 @@ "agent" : { "altLabel" : "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach", "id" : "http://d-nb.info/gnd/1074109953", - "label" : "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach", + "label" : [ "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach", "http://d-nb.info/gnd" ], "type" : [ "ConferenceOrEvent" ] }, "role" : [ { @@ -32,14 +32,16 @@ "coverage" : [ "Bergisch Gladbach- Bensberg" ], "describedby" : { "dateCreated" : "20151005", - "id" : "http://lobid.org/resources/HT018771475" + "id" : "http://lobid.org/resources/HT018771475", + "label" : "lobid Ressource" }, "extent" : "42 S.", "hbzId" : "HT018771475", "id" : "http://lobid.org/resources/HT018771475#!", "isPartOfName" : [ "Classic cars" ], "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018771475" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018771475", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", @@ -61,13 +63,14 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT018771475" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT018771475", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "[Text Anya Rösgen ; Hans-Joachim Wiehager]", "subject" : [ { "altLabel" : "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach", "id" : "http://d-nb.info/gnd/1074109953", - "label" : "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach", + "label" : [ "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach", "http://d-nb.info/gnd" ], "type" : [ "ConferenceOrEvent" ] }, { "label" : "Bildband", @@ -80,7 +83,8 @@ "subjectLabel" : [ "7. Schloss Bensberg Classics" ], "subjectOrder" : [ "http://d-nb.info/gnd/1074109953, Bildband" ], "tableOfContents" : [ { - "id" : "http://d-nb.info/1074113608/04" + "id" : "http://d-nb.info/1074113608/04", + "label" : "http://d-nb.info/1074113608" } ], "title" : "7. Schloss Bensberg Classics", "type" : [ "BibliographicResource", "Proceedings", "Book" ], diff --git a/src/test/resources/output/json/01877/HT018779822.json b/src/test/resources/output/json/01877/HT018779822.json index 220c770a9..c9b30f7d4 100644 --- a/src/test/resources/output/json/01877/HT018779822.json +++ b/src/test/resources/output/json/01877/HT018779822.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/143846655", - "label" : "Cross, Julie", + "label" : [ "Cross, Julie", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -15,16 +15,20 @@ "contributorOrder" : [ "http://d-nb.info/gnd/143846655" ], "describedby" : { "dateCreated" : "20151014", - "id" : "http://lobid.org/resources/HT018779822" + "id" : "http://lobid.org/resources/HT018779822", + "label" : "lobid Ressource" }, "exemplar" : [ { "describedby" : { - "id" : "http://lobid.org/items/HT018779822:DE-Kob7:" + "id" : "http://lobid.org/items/HT018779822:DE-Kob7:", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018779822#!", "id" : "http://lobid.org/items/HT018779822:DE-Kob7:#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-Kob7" + "id" : "http://lobid.org/organisation/DE-Kob7", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], @@ -32,7 +36,8 @@ "hbzId" : "HT018779822", "id" : "http://lobid.org/resources/HT018779822#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018779822" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018779822", + "label" : "hbz Verbundkatalog" }, "isbn" : [ "9781138816503" ], "language" : [ { @@ -50,7 +55,8 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT018779822" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT018779822", + "label" : "Culturegraph Ressource" } ], "statementOfResponsibility" : "Julie Cross", "title" : "Humor in contemporary junior literature", diff --git a/src/test/resources/output/json/01880/HT018801101.json b/src/test/resources/output/json/01880/HT018801101.json index 0982ee86c..4ce99b0a4 100644 --- a/src/test/resources/output/json/01880/HT018801101.json +++ b/src/test/resources/output/json/01880/HT018801101.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/1072011352", - "label" : "Arning, Ursula", + "label" : [ "http://d-nb.info/gnd", "Arning, Ursula" ], "type" : [ "Person" ] }, "role" : [ { @@ -14,7 +14,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/1080327355", - "label" : "Kullmer, Bettina", + "label" : [ "Kullmer, Bettina", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -25,7 +25,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/1049793021", - "label" : "Roesner, Elke", + "label" : [ "Roesner, Elke", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -36,7 +36,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/1088345387", - "label" : "Schmitz, Jasmin", + "label" : [ "Schmitz, Jasmin", "http://d-nb.info/gnd" ], "type" : [ "Person" ] }, "role" : [ { @@ -49,45 +49,56 @@ "describedby" : { "dateCreated" : "20151109", "dateModified" : "20160307", - "id" : "http://lobid.org/resources/HT018801101" + "id" : "http://lobid.org/resources/HT018801101", + "label" : "lobid Ressource" }, "doi" : [ "10.4126/FRL01-006399387" ], "exemplar" : [ { "callNumber" : "Elektronische Publikation", "describedby" : { - "id" : "http://lobid.org/items/HT018801101:DE-38M:Elektronische%20Publikation" + "id" : "http://lobid.org/items/HT018801101:DE-38M:Elektronische%20Publikation", + "label" : "lobid Bestandsressource" }, "exemplarOf" : "http://lobid.org/resources/HT018801101#!", "id" : "http://lobid.org/items/HT018801101:DE-38M:Elektronische%20Publikation#!", + "label" : "lobid Bestandsressource", "owner" : { - "id" : "http://lobid.org/organisation/DE-38M" + "id" : "http://lobid.org/organisation/DE-38M", + "label" : "lobid Organisation" }, "type" : [ "Item" ] } ], "extent" : "1 Online-Ressource (1 Videodatei)", "fulltextOnline" : [ { - "id" : "https://repository.publisso.de/resource/frl:6399387" + "id" : "https://repository.publisso.de/resource/frl:6399387", + "label" : "https://repository.publisso.de/resource" } ], "hasVersion" : [ { - "id" : "https://repository.publisso.de/resource/frl:6399387" + "id" : "https://repository.publisso.de/resource/frl:6399387", + "label" : "https://repository.publisso.de/resource" } ], "hbzId" : "HT018801101", "id" : "http://lobid.org/resources/HT018801101#!", "isPrimaryTopicOf" : { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018801101" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT018801101", + "label" : "hbz Verbundkatalog" }, "language" : [ { "id" : "http://id.loc.gov/vocabulary/iso639-2/deu", "label" : "Deutsch" } ], "medium" : [ { - "id" : "http://rdvocab.info/termList/RDACarrierType/1018" + "id" : "http://rdvocab.info/termList/RDACarrierType/1010", + "label" : "Datenträger" }, { - "id" : "http://rdvocab.info/termList/RDACarrierType/1050" + "id" : "http://rdvocab.info/termList/RDACarrierType/1050", + "label" : "http://rdvocab.info/termList" }, { - "id" : "http://purl.org/ontology/bibo/AudioVisualDocument" + "id" : "http://purl.org/ontology/bibo/AudioVisualDocument", + "label" : "http://purl.org/ontology" }, { - "id" : "http://rdvocab.info/termList/RDACarrierType/1010" + "id" : "http://rdvocab.info/termList/RDACarrierType/1018", + "label" : "Online-Ressource" } ], "publication" : [ { "location" : "Köln", @@ -96,10 +107,12 @@ "type" : [ "Publication" ] } ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT018801101" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT018801101", + "label" : "Culturegraph Ressource" } ], "similar" : [ { - "id" : "http://dx.doi.org/10.4126/FRL01-006399387" + "id" : "http://dx.doi.org/10.4126/FRL01-006399387", + "label" : "http://dx.doi.org/10.4126" } ], "statementOfResponsibility" : "[Konzeption und Redaktion: Ursula Arning, Bettina Kullmer, Elke Roesner ; Mitarbeit: Jasmin Schmitz]", "subject" : [ { diff --git a/src/test/resources/reverseTest/output/nt/00000/BT000002852.nt b/src/test/resources/reverseTest/output/nt/00000/BT000002852.nt index 6df37db6f..014f99707 100644 --- a/src/test/resources/reverseTest/output/nt/00000/BT000002852.nt +++ b/src/test/resources/reverseTest/output/nt/00000/BT000002852.nt @@ -11,13 +11,18 @@ _:b4 . _:b5 "http://d-nb.info/gnd/4018466-3, http://d-nb.info/gnd/4020517-4"^^ . _:b5 . + "hbz Verbundkatalog"^^ . . "Freudenberg, Kreis Siegen-Wittgenstein"^^ . + "http://d-nb.info/gnd"^^ . . "Geschichte"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Autor/in"^^ . "19960513"^^ . "19960513"^^ . + "lobid Ressource"^^ . _:b2 . "46 S. : Ill., Kt."^^ . "Freudenberg "^^ . diff --git a/src/test/resources/reverseTest/output/nt/00000/BT000003404.nt b/src/test/resources/reverseTest/output/nt/00000/BT000003404.nt index d72cd78d3..89edd60a6 100644 --- a/src/test/resources/reverseTest/output/nt/00000/BT000003404.nt +++ b/src/test/resources/reverseTest/output/nt/00000/BT000003404.nt @@ -21,14 +21,19 @@ _:b8 "http://d-nb.info/gnd/40 _:b8 _:b9 . _:b9 "http://d-nb.info/gnd/4115393-5, Karte"^^ . _:b9 . + "hbz Verbundkatalog"^^ . . "Nordrhein-Westfalen"^^ . + "http://d-nb.info/gnd"^^ . . . "Niedersachsen, S\u00FCd"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "19940829"^^ . "20101004"^^ . + "lobid Ressource"^^ . "Kt."^^ . . . @@ -63,7 +68,9 @@ _:b9 . . . + "lobid Ressource"^^ . "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Karten"^^ . "Nordrhein-Westfalen"^^ . + "Karte"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00000/HT000009600.nt b/src/test/resources/reverseTest/output/nt/00000/HT000009600.nt index c351cdaa1..dbb59e103 100644 --- a/src/test/resources/reverseTest/output/nt/00000/HT000009600.nt +++ b/src/test/resources/reverseTest/output/nt/00000/HT000009600.nt @@ -12,8 +12,10 @@ _:b3 _:b4 . _:b4 . _:b4 . + "hbz Verbundkatalog"^^ . . "Deutsche Angestellten-Gewerkschaft"^^ . + "http://d-nb.info/gnd"^^ . "Angestellten-Gewerkschaft"^^ . "DAG"^^ . "Deutsche Angestellten-Gewerkschaft"^^ . @@ -22,208 +24,299 @@ _:b4 "Soziale Probleme und Sozialdienste; Verb\u00E4nde"^^ . "Deutsch"^^ . "Mitwirkende"^^ . + "http://ld.zdb-services.de/resource"^^ . + "lobid Bestandsressource"^^ . "Z 1009"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "BX-7"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Haa1455"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "D 00/49 Z 25"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Zs 1545"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168: 1-2.1948-49"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168: 3.1950"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168: 4.1951"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168: 5-6.11952-53"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168: 7.1954"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168: 8.1955"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168: 9.1956"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:10.1957"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:11-13.1958-60"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:14-15.1961-62"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1963"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1964"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1965"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1966"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1967"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1968"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1969"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1972"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1973"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1974"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1975"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1976"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1977"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1978"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1978.86 Register [L]"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1979"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1980"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1981"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1982"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:1983"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168:23-24.1970-71"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Bg 168"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Zs 371"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "AMZ 336"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Z 848"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . "19991118"^^ . "20120319"^^ . + "lobid Ressource"^^ . _:b2 . . . @@ -290,4 +383,11 @@ _:b4 . . . + "lobid Ressource"^^ . + "lobid Ressource"^^ . + "lobid Ressource"^^ . + "lobid Ressource"^^ . + "lobid Ressource"^^ . + "lobid Ressource"^^ . "Print"^^ . + "http://worldcat.org/oclc"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00004/BT000040377.nt b/src/test/resources/reverseTest/output/nt/00004/BT000040377.nt index 490995068..e927822d6 100644 --- a/src/test/resources/reverseTest/output/nt/00004/BT000040377.nt +++ b/src/test/resources/reverseTest/output/nt/00004/BT000040377.nt @@ -16,11 +16,15 @@ _:b7 "Vogelschutz"^^ _:b8 . _:b8 "Rheine"^^ . _:b8 . + "hbz Verbundkatalog"^^ . . "Schmidt, Eckhard"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Autor/in"^^ . "19960814"^^ . "19960814"^^ . + "lobid Ressource"^^ . _:b4 . "Rheine"^^ . "Rheine gestern, heute, morgen. - 11 (1983), S. 26-38 : Abb."^^ . @@ -42,6 +46,7 @@ _:b8 . . . + "lobid Ressource"^^ . "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Tierschutz"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00004/BT000041593.nt b/src/test/resources/reverseTest/output/nt/00004/BT000041593.nt index fbd8f5275..84148b532 100644 --- a/src/test/resources/reverseTest/output/nt/00004/BT000041593.nt +++ b/src/test/resources/reverseTest/output/nt/00004/BT000041593.nt @@ -4,11 +4,15 @@ _:b0 "1983"^^ . _:b2 _:b0 . _:b2 . + "hbz Verbundkatalog"^^ . . "Altekamp, Heinrich"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Autor/in"^^ . "19960814"^^ . "19960814"^^ . + "lobid Ressource"^^ . _:b2 . "Coesfeld (Kreis)"^^ . "Wirtschaftsspiegel. - 38 (1983) H. 7, S. 24-25 : 1 Abb."^^ . @@ -27,6 +31,7 @@ _:b2 . . . + "lobid Ressource"^^ . "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Wirtschaftsstruktur"^^ . "Kreise"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00006/BT000067443.nt b/src/test/resources/reverseTest/output/nt/00006/BT000067443.nt index f923f1dc8..fd3f3b5dc 100644 --- a/src/test/resources/reverseTest/output/nt/00006/BT000067443.nt +++ b/src/test/resources/reverseTest/output/nt/00006/BT000067443.nt @@ -4,11 +4,15 @@ _:b0 "1986"^^ . _:b2 _:b0 . _:b2 . + "hbz Verbundkatalog"^^ . . "Meier, Elmar"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Autor/in"^^ . "19960816"^^ . "19960816"^^ . + "lobid Ressource"^^ . _:b2 . "Coesfeld (Kreis)"^^ . "Kiebitz. - 6 (1986), S. 29-36, S. 63-67"^^ . @@ -29,6 +33,7 @@ _:b2 "Anfang s. Jg. 5 (1985) S. 22-29"^^ . . . + "lobid Ressource"^^ . "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Lurche"^^ . "Kreise"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00007/TT000075751.nt b/src/test/resources/reverseTest/output/nt/00007/TT000075751.nt index 22de1d4db..e94e14022 100644 --- a/src/test/resources/reverseTest/output/nt/00007/TT000075751.nt +++ b/src/test/resources/reverseTest/output/nt/00007/TT000075751.nt @@ -37,35 +37,48 @@ _:b8 _:b0 . _:b8 _:b9 . _:b9 _:b1 . _:b9 _:b10 . + "hbz Verbundkatalog"^^ . . "Britten, Benjamin"^^ . + "http://d-nb.info/gnd"^^ . "Britten, ..."^^ . "Britten, Edward B."^^ . "Britten, Edward Benjamin"^^ . . "Martineau, Malcolm"^^ . + "http://d-nb.info/gnd"^^ . . "MacDougall, Jamie"^^ . + "http://d-nb.info/gnd"^^ . "Mac Dougall, Jamie"^^ . "McDougall, Jamie"^^ . . "Anderson, Lorna"^^ . + "http://d-nb.info/gnd"^^ . . "Lewis, Bryn"^^ . + "http://d-nb.info/gnd"^^ . . "Ogden, Craig"^^ . + "http://d-nb.info/gnd"^^ . . "Nathan, Regina"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Autor/in"^^ . "Mitwirkende"^^ . "Gesang"^^ . + "lobid Bestandsressource"^^ . "CD 2410 - CD 2411"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "19990816"^^ . "20120309"^^ . + "lobid Ressource"^^ . _:b8 . "2 CD : DDD + Beih."^^ . . @@ -80,3 +93,4 @@ _:b9 _:b10 . . . . + "Audio-Dokument"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00012/BT000128754.nt b/src/test/resources/reverseTest/output/nt/00012/BT000128754.nt index f60f9afe5..1cc88890a 100644 --- a/src/test/resources/reverseTest/output/nt/00012/BT000128754.nt +++ b/src/test/resources/reverseTest/output/nt/00012/BT000128754.nt @@ -21,15 +21,21 @@ _:b8 _:b2 . _:b8 . _:b9 "http://d-nb.info/gnd/2050419-6, Geschichte"^^ . _:b9 _:b10 . + "hbz Verbundkatalog"^^ . . "Job, Bertram"^^ . + "http://d-nb.info/gnd"^^ . . "Verein f\u00FCr Leibes\u00FCbungen Borussia 1900 M\u00F6nchengladbach"^^ . + "http://d-nb.info/gnd"^^ . . "1. Fu\u00DFball-Club K\u00F6ln 01/07"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Autor/in"^^ . "19970106"^^ . "20090401"^^ . + "lobid Ressource"^^ . _:b4 . "K\u00F6ln"^^ . "M\u00F6nchengladbach"^^ . @@ -62,6 +68,7 @@ _:b9 _:b10 . . . . + "lobid Ressource"^^ . "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Sportvereine"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00029/HT000290078.nt b/src/test/resources/reverseTest/output/nt/00029/HT000290078.nt index 1102886e9..6aab9ee29 100644 --- a/src/test/resources/reverseTest/output/nt/00029/HT000290078.nt +++ b/src/test/resources/reverseTest/output/nt/00029/HT000290078.nt @@ -9,21 +9,31 @@ _:b1 "1976"^^ . _:b2 _:b0 . _:b2 . + "hbz Verbundkatalog"^^ . . "Aigner, Johann"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . "Jc F 16826"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "11DCX1513+1"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . "19840831"^^ . "20070718"^^ . + "lobid Ressource"^^ . _:b2 . "X, 99 S. : GRAPH. DARST."^^ . . diff --git a/src/test/resources/reverseTest/output/nt/00121/TT001210514.nt b/src/test/resources/reverseTest/output/nt/00121/TT001210514.nt index bcda0f496..a01f126b3 100644 --- a/src/test/resources/reverseTest/output/nt/00121/TT001210514.nt +++ b/src/test/resources/reverseTest/output/nt/00121/TT001210514.nt @@ -6,8 +6,10 @@ _:b1 "Blindenhochschulb\u00FCcherei"^^ . _:b2 _:b0 . _:b2 . + "hbz Verbundkatalog"^^ . . "Hitler, Adolf"^^ . + "http://d-nb.info/gnd"^^ . "Chitler, Adolf"^^ . "Chitler, Adolphu"^^ . "Gitler, ..."^^ . @@ -22,14 +24,19 @@ _:b2 "Hitlers, \u0100dolfs"^^ . "Hitor\u00E2, Adorufu"^^ . "Xitler, Adolf"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "20051110"^^ . "20060207"^^ . + "lobid Ressource"^^ . _:b2 . . . @@ -47,4 +54,5 @@ _:b2 . . . + "http://purl.org/library"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00123/TT001230001.nt b/src/test/resources/reverseTest/output/nt/00123/TT001230001.nt index 4c1c02801..bbc6c2886 100644 --- a/src/test/resources/reverseTest/output/nt/00123/TT001230001.nt +++ b/src/test/resources/reverseTest/output/nt/00123/TT001230001.nt @@ -20,8 +20,10 @@ _:b6 _:b1 . _:b6 _:b7 . _:b7 _:b2 . _:b7 . + "hbz Verbundkatalog"^^ . . "Friedrich, II., Heiliges R\u00F6misches Reich, Kaiser"^^ . + "http://d-nb.info/gnd"^^ . "Federico, Germania, Imperatore"^^ . "Federico, Sicilia, Re"^^ . "Federico, Sicilia, Rex"^^ . @@ -46,6 +48,7 @@ _:b7 "Stupor mundi"^^ . . "Manfredi, Sicilia, Re"^^ . + "http://d-nb.info/gnd"^^ . "Manfred, Naples, King"^^ . "Manfred, Sicile, Roi"^^ . "Manfred, Sicilia, Re"^^ . @@ -61,6 +64,7 @@ _:b7 "Manfredus, Sicilia, Rex"^^ . . "Albertus, Magnus"^^ . + "http://d-nb.info/gnd"^^ . "Albert, der Grosse"^^ . "Albert, der Gro\u00DFe"^^ . "Albert, le Grand"^^ . @@ -84,15 +88,21 @@ _:b7 "Petrus, Theoctonicus"^^ . "Ps.-Albertus, Magnus"^^ . "Pseudo-Albertus, Magnus"^^ . + "Culturegraph Ressource"^^ . "Latein"^^ . "Autor/in"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . "MF 275/F2001/F2003"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Ressource"^^ . "20051110"^^ . + "lobid Ressource"^^ . _:b5 . "[8] Bl., 414, [1] S. : Ill."^^ . . @@ -114,3 +124,4 @@ _:b7 "Vorlageform des Erscheinungsvermerks: Avgvstae Vindelicorvm ... Apud Ioannem Praetorium, Anno M.D.XCVI ... - Mikrofiche. M\u00FCnchen : Saur, 1991. Mikrofiche-Nr. F2001-F2003 : 23x"^^ . . . + "http://rdvocab.info/termList"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00131/HT001310215.nt b/src/test/resources/reverseTest/output/nt/00131/HT001310215.nt index 86316f975..a659621d5 100644 --- a/src/test/resources/reverseTest/output/nt/00131/HT001310215.nt +++ b/src/test/resources/reverseTest/output/nt/00131/HT001310215.nt @@ -12,20 +12,28 @@ _:b3 _:b0 . _:b3 _:b4 . _:b4 _:b1 . _:b4 . + "hbz Verbundkatalog"^^ . . "SCHOLLE, ROGER H."^^ . + "http://d-nb.info/gnd"^^ . . "American Dental Association"^^ . + "http://d-nb.info/gnd"^^ . "ADA"^^ . "Dental Association"^^ . + "Culturegraph Ressource"^^ . "Autor/in"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . "ZMC134"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "19950206"^^ . + "lobid Ressource"^^ . _:b3 . . "JOURNAL"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00167/TT001671747.nt b/src/test/resources/reverseTest/output/nt/00167/TT001671747.nt index adc8200a4..af7ebfb22 100644 --- a/src/test/resources/reverseTest/output/nt/00167/TT001671747.nt +++ b/src/test/resources/reverseTest/output/nt/00167/TT001671747.nt @@ -25,54 +25,83 @@ _:b8 _:b9 . _:b9 _:b2 . _:b9 . + "hbz Verbundkatalog"^^ . . "Mayr, Alois"^^ . + "http://d-nb.info/gnd"^^ . "Mayr, A."^^ . . "Provinzialinstitut f\u00FCr Westf\u00E4lische Landes- und Volksforschung. Geographische Kommission f\u00FCr Westfalen"^^ . + "http://d-nb.info/gnd"^^ . "Geographische Kommission f\u00FCr Westfalen"^^ . "Provinzialinstitut f\u00FCr Westf\u00E4lische Landes- und Volksforschung"^^ . . "Westfalen"^^ . + "http://d-nb.info/gnd"^^ . . "Landeskunde"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Mitwirkende"^^ . "Redaktor"^^ . + "lobid Bestandsressource"^^ . "GOA 7/62-3,5,1"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "C 367,V"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "K 91/30:3,5,1"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "FN 66"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Ressource"^^ . "20060407"^^ . "20131108"^^ . + "lobid Ressource"^^ . _:b5 . "[2] Bl. : graph. Darst., Kt."^^ . . @@ -112,5 +141,6 @@ _:b9 . . . + "Karte"^^ . "Print"^^ . "Geographie"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00172/TT001726537.nt b/src/test/resources/reverseTest/output/nt/00172/TT001726537.nt index adb7c6be9..982a70bd5 100644 --- a/src/test/resources/reverseTest/output/nt/00172/TT001726537.nt +++ b/src/test/resources/reverseTest/output/nt/00172/TT001726537.nt @@ -7,8 +7,10 @@ _:b1 "1683"^^ . _:b2 _:b0 . _:b2 . + "hbz Verbundkatalog"^^ . . "Maimbourg, Louis"^^ . + "http://d-nb.info/gnd"^^ . "Maimbourg, ..."^^ . "Maimbourg, Lewis"^^ . "Maimburg, Ludwig"^^ . @@ -16,20 +18,27 @@ _:b2 "Maimburgo, Luigi"^^ . "Maimburgus, Ludovicus"^^ . "Romain, Fran\u00E7ois"^^ . + "Culturegraph Ressource"^^ . "Franz\u00F6sisch"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . "2 in: Aa 1801"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "2 in: Aa 2422"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "20060512"^^ . "20131121"^^ . + "lobid Ressource"^^ . _:b2 . "[2] Bl., 116 S. : Ill. (Kupfert.)"^^ . . @@ -48,3 +57,4 @@ _:b2 . . "Print"^^ . + "http://rdvocab.info/termList"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00189/HT001898812.nt b/src/test/resources/reverseTest/output/nt/00189/HT001898812.nt index 0ebeca2cd..08003e88f 100644 --- a/src/test/resources/reverseTest/output/nt/00189/HT001898812.nt +++ b/src/test/resources/reverseTest/output/nt/00189/HT001898812.nt @@ -25,109 +25,167 @@ _:b8 _:b2 . _:b8 _:b9 . _:b9 . _:b9 . + "hbz Verbundkatalog"^^ . . "Ippoldt, Juliusz"^^ . + "http://d-nb.info/gnd"^^ . "Ippoldt, Juljusz"^^ . . "Piprek, Jan"^^ . + "http://d-nb.info/gnd"^^ . . "Deutsch"^^ . + "http://d-nb.info/gnd"^^ . . "Polnisch"^^ . + "http://d-nb.info/gnd"^^ . + "Digitool"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . + "Polnisch"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . "LLB3272-2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "NP701.35 G8D4P[2,2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "BF.P645/a2695-2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "AAEP35-2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "AAE1058-2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "GYB1007-2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "71/6301 (2)"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "71/6301 (2) #1"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "71/6301 (2) #2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "71/6301 (2) #3"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Ch PIPREK gro pol 2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "1 c 33"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "hisa320.p777(2)"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "nc/01478"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "sla/b4953(2)"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "3G 26297-2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "3G 26297A-2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "V, 18809 (2)"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Ressource"^^ . "19970903"^^ . "20030610"^^ . + "lobid Ressource"^^ . _:b5 . "XVIII, 1306 S."^^ . . diff --git a/src/test/resources/reverseTest/output/nt/00223/TT002234042.nt b/src/test/resources/reverseTest/output/nt/00223/TT002234042.nt index af2863620..4961404bd 100644 --- a/src/test/resources/reverseTest/output/nt/00223/TT002234042.nt +++ b/src/test/resources/reverseTest/output/nt/00223/TT002234042.nt @@ -8,15 +8,23 @@ _:b3 _:b0 . _:b3 . _:b4 . _:b4 . + "hbz Verbundkatalog"^^ . "\u00D6ffentliche Verwaltung, Milit\u00E4rwissenschaft"^^ . + "Digitool"^^ . + "http://edoweb-rlp.de/resource"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "20030707"^^ . "20160609"^^ . + "lobid Ressource"^^ . _:b3 . . . @@ -45,3 +53,8 @@ _:b4 . . . + "http://nbn-resolving.de/urn:nbn:de:hbz:929:02-1513"^^ . + "Datentr\u00E4ger"^^ . + "Online-Ressource"^^ . + "http://www.edoweb-rlp.de/resource"^^ . + "https://www.edoweb-rlp.de/resource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00223/TT002234459.nt b/src/test/resources/reverseTest/output/nt/00223/TT002234459.nt index adb0a2d40..0897e8d41 100644 --- a/src/test/resources/reverseTest/output/nt/00223/TT002234459.nt +++ b/src/test/resources/reverseTest/output/nt/00223/TT002234459.nt @@ -38,19 +38,28 @@ _:b8 "Karte"^^ . _:b9 _:b0 . _:b9 _:b10 . + "hbz Verbundkatalog"^^ . . "Rhein-Lahn-Kreis"^^ . + "http://d-nb.info/gnd"^^ . . "Jakobsweg"^^ . + "http://d-nb.info/gnd"^^ . "Geografie Europas und Reisen in Europa"^^ . + "Digitool"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "20030718"^^ . "20081017"^^ . + "lobid Ressource"^^ . _:b9 . . . @@ -80,3 +89,8 @@ _:b9 _:b10 . . . . + "http://nbn-resolving.de/urn:nbn:de:hbz:929:01-2079"^^ . + "Karte"^^ . + "Datentr\u00E4ger"^^ . + "Online-Ressource"^^ . + "http://www.rhein-lahn-info.de/jakobsweg"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00223/TT002234858.nt b/src/test/resources/reverseTest/output/nt/00223/TT002234858.nt index dceaa1459..418b7f6eb 100644 --- a/src/test/resources/reverseTest/output/nt/00223/TT002234858.nt +++ b/src/test/resources/reverseTest/output/nt/00223/TT002234858.nt @@ -5,22 +5,33 @@ _:b1 _:b0 . _:b1 . _:b2 . _:b2 . + "hbz Verbundkatalog"^^ . + "http://cmswebserver10.icteam.net/stk"^^ . . "Rheinland-Pfalz. Staatskanzlei"^^ . + "http://d-nb.info/gnd"^^ . "Landesplanungsbeh\u00F6rde"^^ . "Landespressestelle"^^ . "Oberste Landesplanungsbeh\u00F6rde"^^ . "Rheinland-Pfalz"^^ . "Staatskanzlei"^^ . "\u00D6ffentliche Verwaltung, Milit\u00E4rwissenschaft"^^ . + "Digitool"^^ . + "Digitool"^^ . + "Digitool"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "20040312"^^ . "20160523"^^ . + "lobid Ressource"^^ . _:b1 . . . @@ -48,3 +59,7 @@ _:b2 "Siehe: http://www.stk.rlp.de"^^ . . . + "http://nbn-resolving.de/urn:nbn:de:hbz:929:01-8578"^^ . + "Datentr\u00E4ger"^^ . + "Online-Ressource"^^ . + "https://www.edoweb-rlp.de/resource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00261/HT002619538.nt b/src/test/resources/reverseTest/output/nt/00261/HT002619538.nt index abb150e3f..e3bb7f601 100644 --- a/src/test/resources/reverseTest/output/nt/00261/HT002619538.nt +++ b/src/test/resources/reverseTest/output/nt/00261/HT002619538.nt @@ -12,8 +12,10 @@ _:b3 _:b4 . _:b4 . _:b4 . + "hbz Verbundkatalog"^^ . . "Vereinte Nationen. Economic Commission for Europe"^^ . + "http://d-nb.info/gnd"^^ . "CEE"^^ . "Commission Economique pour l'Europe"^^ . "ECE"^^ . @@ -33,32 +35,49 @@ _:b4 "Franz\u00F6sisch"^^ . "Russisch"^^ . "Mitwirkende"^^ . + "http://ld.zdb-services.de/resource"^^ . + "lobid Bestandsressource"^^ . "ZRC 828"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Sh13"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Z 4' 66/103"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "V - B 151"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . "19991118"^^ . "20131031"^^ . + "lobid Ressource"^^ . _:b2 . "Bulletin annuel de statistiques des transports pour l'Europe et l'Am\u00E9rique du Nord"^^ . "E\u017Eegodnyj bjulleten' statistiki transporta dlja Evropy i Severnoj Ameriki"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00301/CT003012479.nt b/src/test/resources/reverseTest/output/nt/00301/CT003012479.nt index 94cf759c7..4d925a4d1 100644 --- a/src/test/resources/reverseTest/output/nt/00301/CT003012479.nt +++ b/src/test/resources/reverseTest/output/nt/00301/CT003012479.nt @@ -72,10 +72,13 @@ _:b8 . _:b9 . _:b9 . + "hbz Verbundkatalog"^^ . . "Kellermann, ..."^^ . + "http://d-nb.info/gnd"^^ . . "Giesecke, Carl Ludwig von"^^ . + "http://d-nb.info/gnd"^^ . "Giesecke, ..."^^ . "Giesecke, Carl"^^ . "Giesecke, Carl L."^^ . @@ -107,8 +110,10 @@ _:b9 "Mezler, Johann Georg Karl"^^ . . "B\u00C3\u00B6hm, Marianne"^^ . + "http://d-nb.info/gnd"^^ . . "Winter, Peter von"^^ . + "http://d-nb.info/gnd"^^ . "Winter, ..."^^ . "Winter, ..., Ritter von"^^ . "Winter, J. P."^^ . @@ -120,34 +125,45 @@ _:b9 "Wintter, P."^^ . . "Pepoli, Alessandro Ercole"^^ . + "http://d-nb.info/gnd"^^ . "Pepoli, Alessandro"^^ . "Pepoli, Alessandro E."^^ . . "Dardenne, ..."^^ . + "http://d-nb.info/gnd"^^ . . "Krug, ..."^^ . + "http://d-nb.info/gnd"^^ . . "B\u00C3\u00B6hm, Johann, der J\u00C3\u00BCngere"^^ . + "http://d-nb.info/gnd"^^ . "B\u00C3\u00B6hm, ..., der J\u00C3\u00BCngere"^^ . . "Bilau, Margarete"^^ . + "http://d-nb.info/gnd"^^ . "Bilau, ..."^^ . . "Fuchs, ..."^^ . + "http://d-nb.info/gnd"^^ . . "Annoni, ..."^^ . + "http://d-nb.info/gnd"^^ . . "Bilau, Wilhelmine"^^ . + "http://d-nb.info/gnd"^^ . "Bilau, ..., Demoiselle"^^ . "B\u00C3\u00B6hm, ..., die J\u00C3\u00BCngere"^^ . "B\u00C3\u00B6hm, Wilhelmine"^^ . . "Deutsche Schauspieler-Gesellschaft (D\u00C3\u00BCsseldorf)"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Schauspieler/in"^^ . "Komponist"^^ . "Mitwirkende"^^ . "20150420"^^ . + "lobid Ressource"^^ . _:b16 . "1 Plakat : sw ; 33 x 29 cm"^^ . "<> Belisa Ossia La Fedelt\u00C3\u00A1 Riconosciuta"^^ . @@ -175,3 +191,8 @@ _:b9 . . . + "lobid Ressource"^^ . + "lobid Ressource"^^ . + "http://nbn-resolving.de/urn:nbn:de:hbz:061:2-46125"^^ . + "Datentr\u00E4ger"^^ . + "Online-Ressource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00301/CT003012479_.nt b/src/test/resources/reverseTest/output/nt/00301/CT003012479_.nt index dde419b30..b24fc47da 100644 --- a/src/test/resources/reverseTest/output/nt/00301/CT003012479_.nt +++ b/src/test/resources/reverseTest/output/nt/00301/CT003012479_.nt @@ -1,3 +1,5 @@ + "hbz Verbundkatalog"^^ . + "http://hub.culturegraph.org/resources"^^ . . "CT003012479_"^^ . . @@ -5,4 +7,5 @@ . . . + "lobid Ressource"^^ . "Miscellaneous"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00305/TT003059252.nt b/src/test/resources/reverseTest/output/nt/00305/TT003059252.nt index 215b4e10c..6c8985777 100644 --- a/src/test/resources/reverseTest/output/nt/00305/TT003059252.nt +++ b/src/test/resources/reverseTest/output/nt/00305/TT003059252.nt @@ -12,17 +12,24 @@ _:b3 _:b0 . _:b3 _:b4 . _:b4 _:b1 . _:b4 . + "hbz Verbundkatalog"^^ . . "The Beatles"^^ . + "http://d-nb.info/gnd"^^ . "The Beatles"^^ . + "Culturegraph Ressource"^^ . "Englisch"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . "9/041"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "20110411"^^ . + "lobid Ressource"^^ . _:b3 . "1 Video (VHS, 55 min.) : farb.; stereo"^^ . . @@ -42,4 +49,6 @@ _:b4 "Engl. Original mit dt. Untertiteln"^^ . . . + "http://purl.org/ontology"^^ . + "http://rdvocab.info/termList"^^ . "Print"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00316/HT003160768.nt b/src/test/resources/reverseTest/output/nt/00316/HT003160768.nt index b43dfeb5c..04c06e809 100644 --- a/src/test/resources/reverseTest/output/nt/00316/HT003160768.nt +++ b/src/test/resources/reverseTest/output/nt/00316/HT003160768.nt @@ -13,41 +13,65 @@ _:b4 . _:b5 "http://d-nb.info/gnd/4040613-1, http://d-nb.info/gnd/4034268-2"^^ . _:b5 . + "hbz Verbundkatalog"^^ . . "Regierungsbezirk M\u00FCnster, Westfalen"^^ . + "http://d-nb.info/gnd"^^ . . "Landesplanung"^^ . + "http://d-nb.info/gnd"^^ . . "Bezirk M\u00FCnster (Westf)"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . + "lobid Bestandsressource"^^ . "ONG/g52127"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . "19931111"^^ . "20031104"^^ . + "lobid Ressource"^^ . _:b2 . "M\u00FCnster "^^ . . diff --git a/src/test/resources/reverseTest/output/nt/00438/HT004381366.nt b/src/test/resources/reverseTest/output/nt/00438/HT004381366.nt index 002722e48..d61e04aaa 100644 --- a/src/test/resources/reverseTest/output/nt/00438/HT004381366.nt +++ b/src/test/resources/reverseTest/output/nt/00438/HT004381366.nt @@ -20,40 +20,61 @@ _:b7 . _:b8 "http://d-nb.info/gnd/4040619-2, http://d-nb.info/gnd/4306876-5, http://d-nb.info/gnd/4040613-1, http://d-nb.info/gnd/4034268-2"^^ . _:b8 . + "hbz Verbundkatalog"^^ . . "Regierungsbezirk M\u00FCnster, Westfalen"^^ . + "http://d-nb.info/gnd"^^ . . "Landesplanung"^^ . + "http://d-nb.info/gnd"^^ . . "Bezirk M\u00FCnster (Westf)"^^ . + "http://d-nb.info/gnd"^^ . . "M\u00FCnsterland"^^ . + "http://d-nb.info/gnd"^^ . . "Regionalplan"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . + "lobid Bestandsressource"^^ . "Sep. 10.04.01/55,5"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Boe 70 - [2]"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "MG 23990/1-1"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "2C 583-2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Ressource"^^ . "19921203"^^ . "20010605"^^ . + "lobid Ressource"^^ . _:b3 . "117 S. : zahlr. Kt."^^ . "M\u00FCnsterland"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00494/HT004944075.nt b/src/test/resources/reverseTest/output/nt/00494/HT004944075.nt index 744d6f888..d8ec3563d 100644 --- a/src/test/resources/reverseTest/output/nt/00494/HT004944075.nt +++ b/src/test/resources/reverseTest/output/nt/00494/HT004944075.nt @@ -14,8 +14,10 @@ _:b4 _:b5 . _:b5 . _:b5 . + "hbz Verbundkatalog"^^ . . "United Nations. Economic Commission for Europe"^^ . + "http://d-nb.info/gnd"^^ . "CEE"^^ . "Commission Economique pour l'Europe"^^ . "ECE"^^ . @@ -31,16 +33,23 @@ _:b5 "\u0116konomi\u010Deskaja Komissija dlja Evropy"^^ . "Zeitschriften, allgemeine fortlaufende Sammelwerke"^^ . "Sammlungen allgemeiner Statistiken"^^ . + "Culturegraph Ressource"^^ . "Englisch"^^ . "Franz\u00F6sisch"^^ . "Russisch"^^ . "Mitwirkende"^^ . + "http://ld.zdb-services.de/resource"^^ . + "lobid Bestandsressource"^^ . "ZRC828-43"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Ressource"^^ . "19930816"^^ . + "lobid Ressource"^^ . _:b3 . . . diff --git a/src/test/resources/reverseTest/output/nt/00507/HT005077920.nt b/src/test/resources/reverseTest/output/nt/00507/HT005077920.nt index aa451c0b2..439d543a1 100644 --- a/src/test/resources/reverseTest/output/nt/00507/HT005077920.nt +++ b/src/test/resources/reverseTest/output/nt/00507/HT005077920.nt @@ -24,26 +24,38 @@ _:b8 _:b1 . _:b8 _:b9 . _:b9 . _:b9 . + "hbz Verbundkatalog"^^ . . "Geschichte"^^ . + "http://d-nb.info/gnd"^^ . . "Technik"^^ . + "http://d-nb.info/gnd"^^ . . "Zeitschrift"^^ . + "http://d-nb.info/gnd"^^ . "Technik, Technologie"^^ . "Englisch"^^ . + "http://ld.zdb-services.de/resource"^^ . + "lobid Bestandsressource"^^ . "Z 1023"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "14 CA000 H870"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . "19991118"^^ . "20161122"^^ . + "lobid Ressource"^^ . . . _:b3 . diff --git a/src/test/resources/reverseTest/output/nt/00626/HT006266886.nt b/src/test/resources/reverseTest/output/nt/00626/HT006266886.nt index 61362a996..772877a9f 100644 --- a/src/test/resources/reverseTest/output/nt/00626/HT006266886.nt +++ b/src/test/resources/reverseTest/output/nt/00626/HT006266886.nt @@ -32,35 +32,47 @@ _:b8 _:b1 . _:b8 _:b9 . _:b9 _:b2 . _:b9 _:b10 . + "hbz Verbundkatalog"^^ . . "Bassani, Giorgio"^^ . + "http://d-nb.info/gnd"^^ . "Basani, G'org'o"^^ . "Marchi, Giacomo"^^ . . "De Sica, Vittorio"^^ . + "http://d-nb.info/gnd"^^ . "DeSica, Vittorio"^^ . "Sica, Vittorio de"^^ . . "Berger, Helmut"^^ . + "http://d-nb.info/gnd"^^ . "Steinberger, Helmut"^^ . . "Capolicchio, Lino"^^ . + "http://d-nb.info/gnd"^^ . . "Testi, Fabio"^^ . + "http://d-nb.info/gnd"^^ . . "Sanda, Dominique"^^ . + "http://d-nb.info/gnd"^^ . "Varaigne, Dominique"^^ . + "Culturegraph Ressource"^^ . "Italienisch"^^ . "Schauspieler/in"^^ . "Mitwirkende"^^ . "Regie"^^ . + "lobid Bestandsressource"^^ . "Medienzentrum"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "19981218"^^ . "20021108"^^ . + "lobid Ressource"^^ . _:b7 . "1 Videokassette (VHS, 93 Min.) : farb."^^ . . @@ -78,3 +90,5 @@ _:b9 _:b10 . . . . + "http://purl.org/ontology"^^ . + "http://rdvocab.info/termList"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00971/HT009719670.nt b/src/test/resources/reverseTest/output/nt/00971/HT009719670.nt index 46322cfff..56e925366 100644 --- a/src/test/resources/reverseTest/output/nt/00971/HT009719670.nt +++ b/src/test/resources/reverseTest/output/nt/00971/HT009719670.nt @@ -16,8 +16,10 @@ _:b5 _:b1 . _:b5 _:b6 . _:b6 _:b2 . _:b6 . + "hbz Verbundkatalog"^^ . . "Rohmer, Eric"^^ . + "http://d-nb.info/gnd"^^ . "Cordier, Gilbert"^^ . "Scherer, Henri Joseph"^^ . "Scherer, Maurice"^^ . @@ -27,18 +29,26 @@ _:b6 "Sch\u00E9rer, Maurice Henri Joseph"^^ . . "Salins, Genevi\u00E8ve-Dominique de"^^ . + "http://d-nb.info/gnd"^^ . "Salins, G. D. de"^^ . . "Courtillon, Janine"^^ . + "http://d-nb.info/gnd"^^ . "Courtillon, J."^^ . + "Culturegraph Ressource"^^ . "Franz\u00F6sisch"^^ . "Mitwirkende"^^ . + "http://iflastandards.info/ns"^^ . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "19990222"^^ . "20050117"^^ . + "lobid Ressource"^^ . _:b4 . . . diff --git a/src/test/resources/reverseTest/output/nt/01066/HT010662586.nt b/src/test/resources/reverseTest/output/nt/01066/HT010662586.nt index 2fc174359..4e48f61f9 100644 --- a/src/test/resources/reverseTest/output/nt/01066/HT010662586.nt +++ b/src/test/resources/reverseTest/output/nt/01066/HT010662586.nt @@ -7,18 +7,25 @@ _:b1 "1957"^^ . _:b2 _:b0 . _:b2 . + "hbz Verbundkatalog"^^ . . "Wedgwood, Cicely V."^^ . + "http://d-nb.info/gnd"^^ . "C."^^ . "Wedgwood, C. V."^^ . "Wedgwood, Cicely Veronica"^^ . "Wedgwood, Veronica"^^ . + "Culturegraph Ressource"^^ . "Autor/in"^^ . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "19990818"^^ . + "lobid Ressource"^^ . _:b2 . "23 p."^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01072/HT010726584.nt b/src/test/resources/reverseTest/output/nt/01072/HT010726584.nt index e9d0cea4e..f8072a9ab 100644 --- a/src/test/resources/reverseTest/output/nt/01072/HT010726584.nt +++ b/src/test/resources/reverseTest/output/nt/01072/HT010726584.nt @@ -12,148 +12,253 @@ _:b4 . _:b5 "http://d-nb.info/gnd/4046259-6, http://d-nb.info/gnd/4067488-5, http://d-nb.info/gnd/4511937-5"^^ . _:b5 . + "hbz Verbundkatalog"^^ . . "Plasmaphysik"^^ . + "http://d-nb.info/gnd"^^ . . "Zeitschrift"^^ . + "http://d-nb.info/gnd"^^ . . "Online-Publikation"^^ . + "http://d-nb.info/gnd"^^ . "Physik"^^ . "Englisch"^^ . + "http://ld.zdb-services.de/resource"^^ . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . "19991122"^^ . "20131031"^^ . + "lobid Ressource"^^ . . . . @@ -220,3 +325,7 @@ _:b5 . . . + "Datentr\u00E4ger"^^ . + "Online-Ressource"^^ . + "http://search.ebscohost.com/"^^ . + "http://www.bibliothek.uni-regensburg.de/ezeit"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01223/HT012237361.nt b/src/test/resources/reverseTest/output/nt/01223/HT012237361.nt index 1452c908c..7ae17dc60 100644 --- a/src/test/resources/reverseTest/output/nt/01223/HT012237361.nt +++ b/src/test/resources/reverseTest/output/nt/01223/HT012237361.nt @@ -8,19 +8,26 @@ _:b1 "1975"^^ . _:b2 _:b0 . _:b2 . + "hbz Verbundkatalog"^^ . . "Rheinland-Pfalz. Statistisches Landesamt"^^ . + "http://d-nb.info/gnd"^^ . "Statistisches Landesamt"^^ . "Statistisches Landesamt Rheinland-Pfalz"^^ . "Deutsch"^^ . "Autor/in"^^ . + "http://ld.zdb-services.de/resource"^^ . + "lobid Bestandsressource"^^ . "Per. 5157"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "19991120"^^ . "20080109"^^ . + "lobid Ressource"^^ . _:b2 . . . diff --git a/src/test/resources/reverseTest/output/nt/01289/HT012895751.nt b/src/test/resources/reverseTest/output/nt/01289/HT012895751.nt index 2c2cd6c38..e3ac0ebf6 100644 --- a/src/test/resources/reverseTest/output/nt/01289/HT012895751.nt +++ b/src/test/resources/reverseTest/output/nt/01289/HT012895751.nt @@ -13,21 +13,30 @@ _:b4 . _:b5 "http://d-nb.info/gnd/4037117-7, http://d-nb.info/gnd/4127794-6"^^ . _:b5 . + "hbz Verbundkatalog"^^ . . "Main-Kinzig-Kreis"^^ . + "http://d-nb.info/gnd"^^ . . "Main-Kinzig-Kreis"^^ . + "http://d-nb.info/gnd"^^ . . "Heimatkunde"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . + "lobid Bestandsressource"^^ . "C2001A/13"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "20010111"^^ . "20010312"^^ . + "lobid Ressource"^^ . _:b2 . "76 S. : zahlr. Ill."^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01292/HT012926727.nt b/src/test/resources/reverseTest/output/nt/01292/HT012926727.nt index 9fedb3c60..b2490f7ca 100644 --- a/src/test/resources/reverseTest/output/nt/01292/HT012926727.nt +++ b/src/test/resources/reverseTest/output/nt/01292/HT012926727.nt @@ -13,201 +13,306 @@ _:b4 . _:b5 "http://d-nb.info/gnd/4011882-4, http://d-nb.info/gnd/4014228-0"^^ . _:b5 . + "hbz Verbundkatalog"^^ . . "M\u00FCller, Leonhard"^^ . + "http://d-nb.info/gnd"^^ . "M\u00FCller, L."^^ . . "Deutschland"^^ . + "http://d-nb.info/gnd"^^ . . "Elektrizit\u00E4tswirtschaft"^^ . + "http://d-nb.info/gnd"^^ . + "Digitool"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . + "lobid Bestandsressource"^^ . "01PUM23(2)"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "etech A 002 2. Aufl."^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "00/XYG3(2)"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "00/XYG3(2)+2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "00/XYG3(2)+3"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "00/XYG3(2)+4"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "WQB20673+1:2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "WQB20673:2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "28A2398"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "XYG1451(2)+1_d"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "XYG1451(2)_d"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "ZPO41357(2)"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "ZPH3644(2)"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "ZPH3644(2)+1"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "XYG1362(2)"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "XYG1362(2)+1"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "R 278 2001/11"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "PUM 119(2)"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "G IV a 132"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "jurj354.m946"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "wirq509.m946"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "3H 62052"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "XYG M\u00FCll"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "PUM 16(2)"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "21 ZPH 743(2)"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "XYF Muel"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "XYG 6(2)"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "11 ZPH 26 (2)"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "16 ZPH 26 (2) +1"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "81PUM5023(2)"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "81PUM5023(2)+1"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "81PUM5023(2)+2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "E/ZB-Wgm32 20:2A"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "E/ZB-Wgm32 20:2B"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "W-Wgm32 20:2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "AR/G 2003 6306(2)"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . "20010220"^^ . "20130305"^^ . + "lobid Ressource"^^ . _:b2 . "XIV, 514 S. : graph. Darst., Kt."^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01307/HT013077595.nt b/src/test/resources/reverseTest/output/nt/01307/HT013077595.nt index b9fee3180..3cb56872e 100644 --- a/src/test/resources/reverseTest/output/nt/01307/HT013077595.nt +++ b/src/test/resources/reverseTest/output/nt/01307/HT013077595.nt @@ -35,39 +35,56 @@ _:b8 _:b2 . _:b8 . _:b9 . _:b9 _:b10 . + "hbz Verbundkatalog"^^ . . "Boer, Hans-Peter"^^ . + "http://d-nb.info/gnd"^^ . "Boer, Hans Peter"^^ . . "Balke, Kirsten"^^ . + "http://d-nb.info/gnd"^^ . . "Kreisheimatverein (Coesfeld)"^^ . + "http://d-nb.info/gnd"^^ . . "Coesfeld"^^ . + "http://d-nb.info/gnd"^^ . . "Kreis Coesfeld"^^ . + "http://d-nb.info/gnd"^^ . . "Heimatkundeunterricht"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Mitwirkende"^^ . "Redaktor"^^ . + "lobid Bestandsressource"^^ . "Y 401 - 36"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "2J 1468"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "AA 12514"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . "20010705"^^ . "20011113"^^ . + "lobid Ressource"^^ . _:b6 . "VII, 119 S. : Ill., graph. Darst., Kt."^^ . "Coesfeld"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01330/HT013304490.nt b/src/test/resources/reverseTest/output/nt/01330/HT013304490.nt index 342b4f7a2..27f796a6f 100644 --- a/src/test/resources/reverseTest/output/nt/01330/HT013304490.nt +++ b/src/test/resources/reverseTest/output/nt/01330/HT013304490.nt @@ -19,32 +19,46 @@ _:b7 . _:b8 "http://d-nb.info/gnd/4052945-9, http://d-nb.info/gnd/4067488-5"^^ . _:b8 . + "hbz Verbundkatalog"^^ . . "Schmuck"^^ . + "http://d-nb.info/gnd"^^ . . "Zeitschrift"^^ . + "http://d-nb.info/gnd"^^ . "Zeitschriften, allgemeine fortlaufende Sammelwerke"^^ . "Publizistische Medien, Journalismus, Verlagswesen"^^ . "Ingenieurwissenschaften und zugeordnete T\u00E4tigkeitenn"^^ . "Freizeitgestaltung, darstellende K\u00FCnste, Sport"^^ . "\u00D6ffentliche Darbietungen, Film, Rundfunk"^^ . "Deutsch"^^ . + "http://ld.zdb-services.de/resource"^^ . + "lobid Bestandsressource"^^ . "<<01>> 34 Z 41"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Zd Decide"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . "20020301"^^ . "20130724"^^ . + "lobid Ressource"^^ . . . _:b1 . @@ -74,4 +88,6 @@ _:b8 . . . + "lobid Ressource"^^ . "Print"^^ . + "http://worldcat.org/oclc"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01357/HT013577568.nt b/src/test/resources/reverseTest/output/nt/01357/HT013577568.nt index 2aa1e1384..b2c80f38d 100644 --- a/src/test/resources/reverseTest/output/nt/01357/HT013577568.nt +++ b/src/test/resources/reverseTest/output/nt/01357/HT013577568.nt @@ -32,21 +32,31 @@ _:b8 _:b9 . _:b9 _:b1 . _:b9 _:b10 . + "hbz Verbundkatalog"^^ . . "Heinrichs, Johannes"^^ . + "http://d-nb.info/gnd"^^ . . "Germanen"^^ . + "http://d-nb.info/gnd"^^ . . "M\u00FCnze"^^ . + "http://d-nb.info/gnd"^^ . . "Rheinland"^^ . + "http://d-nb.info/gnd"^^ . . "R\u00F6merzeit"^^ . + "http://d-nb.info/gnd"^^ . . "M\u00FCnzfund"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . + "lobid Ressource"^^ . "20030212"^^ . + "lobid Ressource"^^ . _:b4 . "Kontinuit\u00E4t und Diskontinuit\u00E4t / hrsg. von Thomas Gr\u00FCnewald ... - Berlin [u.a.], 2003. - (Reallexikon der germanischen Altertumskunde : Erg\u00E4nzungsb\u00E4nde ; 35). - S. [266]-344 : Ill., Kt."^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01391/HT013911008.nt b/src/test/resources/reverseTest/output/nt/01391/HT013911008.nt index 33636dc69..b19fe2c61 100644 --- a/src/test/resources/reverseTest/output/nt/01391/HT013911008.nt +++ b/src/test/resources/reverseTest/output/nt/01391/HT013911008.nt @@ -13,15 +13,22 @@ _:b4 _:b0 . _:b4 . _:b5 "http://d-nb.info/gnd/4050698-8, CD-ROM"^^ . _:b5 . + "hbz Verbundkatalog"^^ . . "Rothenburg ob der Tauber"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . + "lobid Bestandsressource"^^ . "CB088.87-4144798"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "20040202"^^ . + "lobid Ressource"^^ . "1 CD-ROM ; 12 cm + 1 Beih. [6] S."^^ . . . @@ -47,3 +54,6 @@ _:b5 . . . + "lobid Ressource"^^ . + "http://purl.org/library"^^ . + "Audio-Dokument"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01401/HT014015351.nt b/src/test/resources/reverseTest/output/nt/01401/HT014015351.nt index 8af0f718b..eb0c4e666 100644 --- a/src/test/resources/reverseTest/output/nt/01401/HT014015351.nt +++ b/src/test/resources/reverseTest/output/nt/01401/HT014015351.nt @@ -22,69 +22,105 @@ _:b8 _:b2 . _:b8 . _:b9 "http://d-nb.info/gnd/4604932-0, http://d-nb.info/gnd/4184194-3, Aufsatzsammlung"^^ . _:b9 . + "hbz Verbundkatalog"^^ . . "Fehrmann, Gisela"^^ . + "http://d-nb.info/gnd"^^ . . "J\u00E4ger, Ludwig"^^ . + "http://d-nb.info/gnd"^^ . . "Symbolik"^^ . + "http://d-nb.info/gnd"^^ . . "Abbild"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Herausgeber/in"^^ . "Gefeierte Person"^^ . + "lobid Bestandsressource"^^ . "IFB9657"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "OH058 S7L5"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "21KKZJ1005"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "BJHJ1028"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "2010/1208"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "alge910.s772"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "3H 83949"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "KKZJ 1"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "deu 503-109"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "deu 503-109a"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . "20040511"^^ . "20081128"^^ . + "lobid Ressource"^^ . _:b4 . "324 S. : Ill."^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01404/HT014046679.nt b/src/test/resources/reverseTest/output/nt/01404/HT014046679.nt index d9ec9ba3e..cf6a314db 100644 --- a/src/test/resources/reverseTest/output/nt/01404/HT014046679.nt +++ b/src/test/resources/reverseTest/output/nt/01404/HT014046679.nt @@ -17,22 +17,31 @@ _:b5 _:b1 . _:b5 _:b6 . _:b6 _:b2 . _:b6 . + "hbz Verbundkatalog"^^ . . "Hoefler, Angelika"^^ . + "http://d-nb.info/gnd"^^ . . "Herrenbr\u00FCck, Erika"^^ . + "http://d-nb.info/gnd"^^ . . "Evangelische Kirche von Westfalen. Amt f\u00FCr Jugendarbeit"^^ . + "http://d-nb.info/gnd"^^ . "Amt f\u00FCr Jugendarbeit"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . "ICE Brav"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "20040615"^^ . "20041018"^^ . + "lobid Ressource"^^ . _:b4 . "1 Spiel (Inhalt: 1 Spielanleitung, 100 Situationskarten: 60 f\u00FCr Frauen, 40 f\u00FCr M\u00E4dchen (ab 12 J.). 90 Brave-Karten, 90 B\u00F6se-Karten)"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01421/HT014215912.nt b/src/test/resources/reverseTest/output/nt/01421/HT014215912.nt index 5090c6886..e3aefe5db 100644 --- a/src/test/resources/reverseTest/output/nt/01421/HT014215912.nt +++ b/src/test/resources/reverseTest/output/nt/01421/HT014215912.nt @@ -14,17 +14,24 @@ _:b6 _:b1 . _:b6 . _:b7 "http://d-nb.info/gnd/118560034, http://d-nb.info/gnd/4159648-1, Geschichte"^^ . _:b7 . + "hbz Verbundkatalog"^^ . "747"^^ . "814"^^ . . "Karl, I., Heiliges R\u00F6misches Reich, Kaiser"^^ . + "http://d-nb.info/gnd"^^ . . "L\u00FCken, Sven"^^ . + "http://d-nb.info/gnd"^^ . . "Herrscherbild"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . + "lobid Ressource"^^ . "20041208"^^ . + "lobid Ressource"^^ . _:b3 . "Karl der Gro\u00DFe und Europa / hrsg. von der Schweizerischen Botschaft in der Bundesrepublik Deutschland ... - Frankfurt am Main [u.a.], 2004. - S. 67-86 : Ill."^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01431/HT014319164.nt b/src/test/resources/reverseTest/output/nt/01431/HT014319164.nt index efa6c761c..30884c81a 100644 --- a/src/test/resources/reverseTest/output/nt/01431/HT014319164.nt +++ b/src/test/resources/reverseTest/output/nt/01431/HT014319164.nt @@ -22,28 +22,40 @@ _:b8 _:b2 . _:b8 . _:b9 "http://d-nb.info/gnd/133595935, http://d-nb.info/gnd/4046277-8, Bildband"^^ . _:b9 . + "hbz Verbundkatalog"^^ . "1948"^^ . . "Reinarz, Titus"^^ . + "http://d-nb.info/gnd"^^ . . "Adenauer, Konrad"^^ . + "http://d-nb.info/gnd"^^ . . "Plastik"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . "17B2432"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "2005/1952"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . "20050322"^^ . "20130117"^^ . + "lobid Ressource"^^ . _:b4 . "183 S. : \u00FCberw. Ill."^^ . "Bad Honnef"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01452/HT014525099.nt b/src/test/resources/reverseTest/output/nt/01452/HT014525099.nt index e9529e33c..b071649d7 100644 --- a/src/test/resources/reverseTest/output/nt/01452/HT014525099.nt +++ b/src/test/resources/reverseTest/output/nt/01452/HT014525099.nt @@ -42,11 +42,14 @@ _:b8 "1981"^^ . _:b9 _:b0 . _:b9 _:b10 . + "hbz Verbundkatalog"^^ . . "Adam, Theo"^^ . + "http://d-nb.info/gnd"^^ . "Adam, Theo Siegfried"^^ . . "Bach, Johann Sebastian"^^ . + "http://d-nb.info/gnd"^^ . "Bach, ..."^^ . "Bach, G. S."^^ . "Bach, Giovanni Sebastiano"^^ . @@ -69,35 +72,46 @@ _:b9 _:b10 . "Bach, Sebastian"^^ . . "Schreier, Peter"^^ . + "http://d-nb.info/gnd"^^ . "Schreier, P."^^ . "Shuraiya, P\u0113t\u0101"^^ . "\u0160rajer, Peter"^^ . . "Rotzsch, Hans-Joachim"^^ . + "http://d-nb.info/gnd"^^ . "Rotzsch, Hans J."^^ . "Rotzsch, Hans Joachim"^^ . . "Thomanerchor (Leipzig)"^^ . + "http://d-nb.info/gnd"^^ . "Thomaner"^^ . "Thomaner Chor"^^ . . "Wenkel, Ortrun"^^ . + "http://d-nb.info/gnd"^^ . . "Aug\u00E9r, Arleen"^^ . + "http://d-nb.info/gnd"^^ . "O\u017Ee, Arlen"^^ . . "Neues Bachisches Collegium Musicum (Leipzig)"^^ . + "http://d-nb.info/gnd"^^ . "Neues Bach'sches Collegium Musicum"^^ . "New Leipzig Bach Collegium Musicum"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . "AR ba 71"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "20051020"^^ . + "lobid Ressource"^^ . _:b9 . "2 Schallpl. : 33 UpM, stereo ; 30 cm"^^ . . @@ -115,3 +129,5 @@ _:b9 _:b10 . . . . + "Audio-Dokument"^^ . + "Schallplatte"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01499/HT014997977.nt b/src/test/resources/reverseTest/output/nt/01499/HT014997977.nt index 132fce70a..364f2dbc5 100644 --- a/src/test/resources/reverseTest/output/nt/01499/HT014997977.nt +++ b/src/test/resources/reverseTest/output/nt/01499/HT014997977.nt @@ -17,22 +17,30 @@ _:b6 _:b2 . _:b6 . _:b7 . _:b7 . + "hbz Verbundkatalog"^^ . . "Landesbetrieb Stra\u00DFen und Verkehr Rheinland-Pfalz (Koblenz)"^^ . + "http://d-nb.info/gnd"^^ . "LSV"^^ . "Landesbetrieb Stra\u00DFen und Verkehr RP"^^ . . "Rheinland-Pfalz (Koblenz). Landesamt f\u00FCr Umweltschutz und Gewerbeaufsicht"^^ . + "http://d-nb.info/gnd"^^ . "Landesamt f\u00FCr Umwelt und Gewerbeaufsicht"^^ . "Landesamt f\u00FCr Umweltschutz und Gewerbeaufsicht"^^ . "LfUG"^^ . "Rheinland-Pfalz"^^ . . "Arbeitskreis Stra\u00DFenbauabf\u00E4lle Rheinland-Pfalz"^^ . + "http://d-nb.info/gnd"^^ . "Handel, Kommunikation, Verkehr"^^ . + "Digitool"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Mitwirkende"^^ . + "http://lobid.org/resource"^^ . "20070222"^^ . + "lobid Ressource"^^ . _:b4 . "15, [14] S. : graph. Darst."^^ . . @@ -58,5 +66,8 @@ _:b7 . . . + "lobid Ressource"^^ . "Stra\u00DFenbau"^^ . + "Datentr\u00E4ger"^^ . + "Online-Ressource"^^ . "Nachrichten- und Verkehrswesen"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01508/HT015082724.nt b/src/test/resources/reverseTest/output/nt/01508/HT015082724.nt index df2d248a7..3549624cb 100644 --- a/src/test/resources/reverseTest/output/nt/01508/HT015082724.nt +++ b/src/test/resources/reverseTest/output/nt/01508/HT015082724.nt @@ -19,16 +19,25 @@ _:b7 . _:b8 "http://d-nb.info/gnd/4042203-3, Geschichte, Zeitschrift"^^ . _:b8 . + "hbz Verbundkatalog"^^ . . "Niederlande"^^ . + "http://d-nb.info/gnd"^^ . "Geschichte und Geografie"^^ . + "Culturegraph Ressource"^^ . "Niederl\u00E4ndisch"^^ . + "http://ld.zdb-services.de/resource"^^ . + "lobid Bestandsressource"^^ . "CA000 T340[119"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Ressource"^^ . "20070508"^^ . + "lobid Ressource"^^ . . . . diff --git a/src/test/resources/reverseTest/output/nt/01518/HT015183529.nt b/src/test/resources/reverseTest/output/nt/01518/HT015183529.nt index d9bb2ab31..d3713e4fe 100644 --- a/src/test/resources/reverseTest/output/nt/01518/HT015183529.nt +++ b/src/test/resources/reverseTest/output/nt/01518/HT015183529.nt @@ -14,8 +14,10 @@ _:b4 _:b0 . _:b4 _:b5 . _:b5 _:b1 . _:b5 . + "hbz Verbundkatalog"^^ . . "Fitzgerald, Francis Scott"^^ . + "http://d-nb.info/gnd"^^ . "Fic\u01C6eralds, Skots Fr\u0101nsiss"^^ . "Fitzgerald, F. S."^^ . "Fitzgerald, F. Scott"^^ . @@ -28,16 +30,23 @@ _:b5 "Scott-Fitzgerald, Francis"^^ . . "Bruccoli, Matthew Joseph"^^ . + "http://d-nb.info/gnd"^^ . "Bruccoli, Matthew J."^^ . + "Culturegraph Ressource"^^ . "Englisch"^^ . "Autor/in"^^ . "Herausgeber/in"^^ . + "lobid Bestandsressource"^^ . "2007/4575"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Ressource"^^ . "20070618"^^ . + "lobid Ressource"^^ . _:b4 . "LV, 225 S. : Kt."^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01541/HT015414894.nt b/src/test/resources/reverseTest/output/nt/01541/HT015414894.nt index b5c749e37..3e88d2f02 100644 --- a/src/test/resources/reverseTest/output/nt/01541/HT015414894.nt +++ b/src/test/resources/reverseTest/output/nt/01541/HT015414894.nt @@ -15,19 +15,29 @@ _:b5 _:b1 . _:b5 _:b6 . _:b6 _:b2 . _:b6 . + "hbz Verbundkatalog"^^ . . "Conrad, Christoph"^^ . + "http://d-nb.info/gnd"^^ . . "Werthes, Sascha"^^ . + "http://d-nb.info/gnd"^^ . . "Kim, Richard"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Ressource"^^ . "20080125"^^ . + "lobid Ressource"^^ . _:b4 . "Medien und Terrorismus; Christian Schicha ... (Hg.); 2002; S. 80 - 93"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01544/HT015440386.nt b/src/test/resources/reverseTest/output/nt/01544/HT015440386.nt index bf29fa0b4..2f8dbf938 100644 --- a/src/test/resources/reverseTest/output/nt/01544/HT015440386.nt +++ b/src/test/resources/reverseTest/output/nt/01544/HT015440386.nt @@ -18,24 +18,35 @@ _:b6 . _:b7 "http://d-nb.info/gnd/119411970, http://d-nb.info/gnd/4010427-8, http://d-nb.info/gnd/4145395-5"^^ . _:b7 . + "hbz Verbundkatalog"^^ . . "K\u00F6nig, Ralf"^^ . + "http://d-nb.info/gnd"^^ . "K\u00F6nig, R."^^ . "1960"^^ . . "K\u00F6nig, Ralf"^^ . + "http://d-nb.info/gnd"^^ . . "Comic"^^ . + "http://d-nb.info/gnd"^^ . . "Bildband"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . + "lobid Bestandsressource"^^ . "C/ld487"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Ressource"^^ . "20080220"^^ . + "lobid Ressource"^^ . _:b3 . "181, VIII S."^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01545/HT015455455.nt b/src/test/resources/reverseTest/output/nt/01545/HT015455455.nt index 08e1ee155..9e51d9bf7 100644 --- a/src/test/resources/reverseTest/output/nt/01545/HT015455455.nt +++ b/src/test/resources/reverseTest/output/nt/01545/HT015455455.nt @@ -59,39 +59,57 @@ _:b8 _:b0 . _:b8 . _:b9 . _:b9 _:b10 . + "hbz Verbundkatalog"^^ . "1875"^^ . "1951"^^ . . "Porsche, Ferdinand"^^ . + "http://d-nb.info/gnd"^^ . . "Pfundner, Martin"^^ . + "http://d-nb.info/gnd"^^ . . "Austro-Daimler-Puchwerke"^^ . + "http://d-nb.info/gnd"^^ . . "Automobilsport"^^ . + "http://d-nb.info/gnd"^^ . . "Kraftfahrzeug"^^ . + "http://d-nb.info/gnd"^^ . . "Steyr-Daimler-Puch AG"^^ . + "http://d-nb.info/gnd"^^ . . "Daimler, Marke"^^ . + "http://d-nb.info/gnd"^^ . . "Steyr, Marke"^^ . + "http://d-nb.info/gnd"^^ . + "http://deposit.d-nb.de/cgi-bin"^^ . "Wirtschaft"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . + "lobid Bestandsressource"^^ . "208-316"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "(1)043776"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . "20080304"^^ . "20130930"^^ . + "lobid Ressource"^^ . _:b8 . "291 S. : Ill., graph. Darst."^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01586/HT015865114.nt b/src/test/resources/reverseTest/output/nt/01586/HT015865114.nt index a0b2f1c76..411451487 100644 --- a/src/test/resources/reverseTest/output/nt/01586/HT015865114.nt +++ b/src/test/resources/reverseTest/output/nt/01586/HT015865114.nt @@ -21,30 +21,48 @@ _:b8 _:b2 . _:b8 . _:b9 "Geschichte 1945-2003, http://d-nb.info/gnd/4020533-2, Schulbuch"^^ . _:b9 . + "hbz Verbundkatalog"^^ . . "Weber, J\u00FCrgen"^^ . + "http://d-nb.info/gnd"^^ . . "Geschichtsunterricht"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Ressource"^^ . "20090317"^^ . "20090318"^^ . + "lobid Ressource"^^ . _:b5 . . . diff --git a/src/test/resources/reverseTest/output/nt/01589/HT015891797.nt b/src/test/resources/reverseTest/output/nt/01589/HT015891797.nt index 3da452ec3..68a8ae16b 100644 --- a/src/test/resources/reverseTest/output/nt/01589/HT015891797.nt +++ b/src/test/resources/reverseTest/output/nt/01589/HT015891797.nt @@ -27,74 +27,114 @@ _:b8 _:b9 . _:b9 _:b2 . _:b9 _:b10 . + "hbz Verbundkatalog"^^ . . "Mensing, Hans Peter"^^ . + "http://d-nb.info/gnd"^^ . "1876"^^ . "1967"^^ . . "Adenauer, Konrad"^^ . + "http://d-nb.info/gnd"^^ . "Adenauer, ..."^^ . "Adenauer, Konrad Hermann Joseph"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . "9.1191/10,2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "09 A 756"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "AL.A/sb21613L-2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "4E1244-18"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "LRKA1168-1,10,2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "OTSA1188-2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "LRKA 101-S,4,2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "hisi430.a232(2)"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "3F 80610-2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "2009/1681:2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "82 = 4385"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Ressource"^^ . + "lobid Ressource"^^ . "20090407"^^ . "20090817"^^ . + "lobid Ressource"^^ . _:b6 . "670 S. : Ill."^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01589/HT015894164.nt b/src/test/resources/reverseTest/output/nt/01589/HT015894164.nt index 3ceb80f2a..669511035 100644 --- a/src/test/resources/reverseTest/output/nt/01589/HT015894164.nt +++ b/src/test/resources/reverseTest/output/nt/01589/HT015894164.nt @@ -9,110 +9,189 @@ _:b2 "1999"^^ . _:b3 _:b0 . _:b3 . + "hbz Verbundkatalog"^^ . + "http://dx.doi.org/10.1787"^^ . + "Culturegraph Ressource"^^ . "Franz\u00F6sisch"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . "20090408"^^ . "20120815"^^ . + "lobid Ressource"^^ . _:b3 . "88 p."^^ . "Examens en mati\u00E8re de coop\u00E9ration pour le d\u00E9veloppement"^^ . @@ -160,3 +239,5 @@ _:b3 . . . + "Datentr\u00E4ger"^^ . + "Online-Ressource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01613/HT016135351.nt b/src/test/resources/reverseTest/output/nt/01613/HT016135351.nt index 5e84a1fed..05b379941 100644 --- a/src/test/resources/reverseTest/output/nt/01613/HT016135351.nt +++ b/src/test/resources/reverseTest/output/nt/01613/HT016135351.nt @@ -15,19 +15,27 @@ _:b5 _:b1 . _:b5 . _:b6 "http://d-nb.info/gnd/7684863-2, Bildband"^^ . _:b6 . + "hbz Verbundkatalog"^^ . . "Buchmann, Helmut"^^ . + "http://d-nb.info/gnd"^^ . . "Lutter-Wasserm\u00FChle Roberg, Harsewinkel"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Fotografie"^^ . + "lobid Bestandsressource"^^ . "2C 8876"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "20091118"^^ . "20091210"^^ . + "lobid Ressource"^^ . _:b3 . "32 gez. S. : \u00FCberw. Ill."^^ . "Harsewinkel-Marienfeld"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01638/HT016382441.nt b/src/test/resources/reverseTest/output/nt/01638/HT016382441.nt index 7a283d171..30eb84c2e 100644 --- a/src/test/resources/reverseTest/output/nt/01638/HT016382441.nt +++ b/src/test/resources/reverseTest/output/nt/01638/HT016382441.nt @@ -11,120 +11,182 @@ _:b3 . _:b4 "http://d-nb.info/gnd/4337730-0"^^ . _:b4 . + "hbz Verbundkatalog"^^ . . "Blum, Richard"^^ . + "http://d-nb.info/gnd"^^ . "Blum, Richard Kenneth"^^ . . "LINUX"^^ . + "http://d-nb.info/gnd"^^ . + "http://deposit.d-nb.de/cgi-bin"^^ . + "Digitool"^^ . + "Digitool"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . + "lobid Bestandsressource"^^ . "11 = TWR5408"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "11 = TWR5408+1"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "11 = TWR5408+2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "11 = TWR5408+3"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "11 = TWR5408+4"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "21 = TWR5408+5"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "112-2195"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "00/TWR6"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "HI088.88-4332104"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "HK360=L760 B658"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "51TWRF4584"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "80TWRF4584-DVD"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "TWR 644"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "nc/18910"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "033 4370"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "033 4370#2"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "033 4370#3"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "2011/591"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "61 TWR 1197"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "TWR 1053"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "M/P-Tgn 162"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . "20100607"^^ . "20110309"^^ . + "lobid Ressource"^^ . _:b2 . "418 S. : zahlr. Ill., graph. Darst."^^ . "Linux for dummies "^^ . diff --git a/src/test/resources/reverseTest/output/nt/01654/HT016545462.nt b/src/test/resources/reverseTest/output/nt/01654/HT016545462.nt index 90fd1b2e1..02d2bdfce 100644 --- a/src/test/resources/reverseTest/output/nt/01654/HT016545462.nt +++ b/src/test/resources/reverseTest/output/nt/01654/HT016545462.nt @@ -18,14 +18,20 @@ _:b7 _:b1 . _:b7 . _:b8 "http://d-nb.info/gnd/4042552-6, http://d-nb.info/gnd/4156127-2, http://d-nb.info/gnd/4151183-9, Geschichte 1805-2000, Verzeichnis"^^ . _:b8 . + "hbz Verbundkatalog"^^ . . "Nordkirchen"^^ . + "http://d-nb.info/gnd"^^ . . "Eigent\u00FCmer"^^ . + "http://d-nb.info/gnd"^^ . . "Geb\u00E4ude"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "20101012"^^ . + "lobid Ressource"^^ . "Nordkirchen"^^ . . . diff --git a/src/test/resources/reverseTest/output/nt/01660/HT016604323.nt b/src/test/resources/reverseTest/output/nt/01660/HT016604323.nt index 437d09990..28e31b2fe 100644 --- a/src/test/resources/reverseTest/output/nt/01660/HT016604323.nt +++ b/src/test/resources/reverseTest/output/nt/01660/HT016604323.nt @@ -24,10 +24,13 @@ _:b8 _:b9 . _:b9 . _:b9 . + "hbz Verbundkatalog"^^ . . "PsychiatrieVerbund Westfalen. Beschwerdekommission"^^ . + "http://d-nb.info/gnd"^^ . . "Westfalen-Lippe"^^ . + "http://d-nb.info/gnd"^^ . "LWL-Abteilung f\u00FCr Krankenh\u00E4user und Gesundheitswesen"^^ . "LWL-Kulturabteilung"^^ . "Landesdirektor"^^ . @@ -40,13 +43,18 @@ _:b9 "Deutsch"^^ . "Autor/in"^^ . "Mitwirkende"^^ . + "http://ld.zdb-services.de/resource"^^ . + "lobid Bestandsressource"^^ . "XB 3534"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "20101116"^^ . "20141121"^^ . + "lobid Ressource"^^ . _:b4 . . . diff --git a/src/test/resources/reverseTest/output/nt/01660/HT016608165.nt b/src/test/resources/reverseTest/output/nt/01660/HT016608165.nt index 34039e783..d4d6407d9 100644 --- a/src/test/resources/reverseTest/output/nt/01660/HT016608165.nt +++ b/src/test/resources/reverseTest/output/nt/01660/HT016608165.nt @@ -20,8 +20,10 @@ _:b7 _:b2 . _:b7 _:b8 . _:b8 _:b3 . _:b8 . + "hbz Verbundkatalog"^^ . . "Debussy, Claude"^^ . + "http://d-nb.info/gnd"^^ . "Debjussi, Klod"^^ . "Debussy, ..."^^ . "Debussy, Achille"^^ . @@ -35,6 +37,7 @@ _:b8 "Debussy, Claudio"^^ . . "Banville, Th\u00E9odore de"^^ . + "http://d-nb.info/gnd"^^ . "Banville, Teodoro de"^^ . "Banville, Th. de"^^ . "Banville, Th\u00E9odore"^^ . @@ -42,16 +45,24 @@ _:b8 "Follain de Banville, Th\u00E9odore"^^ . . "Baldwin, Dalton"^^ . + "http://d-nb.info/gnd"^^ . . "Mespl\u00E9, Mady"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Franz\u00F6sisch"^^ . "Autor/in"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Ressource"^^ . "20101130"^^ . + "lobid Ressource"^^ . _:b5 . "M\u00E9lodies; Claude Debussy; 1980"^^ . . @@ -70,3 +81,4 @@ _:b8 . . . + "Audio-Dokument"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01746/HT017468042.nt b/src/test/resources/reverseTest/output/nt/01746/HT017468042.nt index abee2dd94..c1db9e7bc 100644 --- a/src/test/resources/reverseTest/output/nt/01746/HT017468042.nt +++ b/src/test/resources/reverseTest/output/nt/01746/HT017468042.nt @@ -7,8 +7,10 @@ _:b1 "1757"^^ . _:b2 _:b0 . _:b2 . + "hbz Verbundkatalog"^^ . . "Homannsche Erben (N\u00FCrnberg)"^^ . + "http://d-nb.info/gnd"^^ . "Bureau Geographique de Homann"^^ . "Coheredis Homanniani"^^ . "Heritiers d'Homann"^^ . @@ -37,15 +39,20 @@ _:b2 "Johann Baptist Homann Erben"^^ . "Officina Homanniana"^^ . "Verlag Homann"^^ . + "Culturegraph Ressource"^^ . "Latein"^^ . "Autor/in"^^ . + "lobid Bestandsressource"^^ . "RK 13"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "20121126"^^ . "20130220"^^ . + "lobid Ressource"^^ . _:b2 . "1 Kt. : grenzkolor., fl\u00E4chenkolor., Kupferst."^^ . . @@ -63,3 +70,4 @@ _:b2 "Titelkartusche mit Ma\u00DFstab geschm\u00FC. mit 1 Wappen links Mitte"^^ . . . + "Karte"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01748/HT017480009.nt b/src/test/resources/reverseTest/output/nt/01748/HT017480009.nt index 07ee14470..a75068787 100644 --- a/src/test/resources/reverseTest/output/nt/01748/HT017480009.nt +++ b/src/test/resources/reverseTest/output/nt/01748/HT017480009.nt @@ -6,18 +6,27 @@ _:b2 _:b0 . _:b2 . _:b3 . _:b3 . + "hbz Verbundkatalog"^^ . . "Fett, Anna Laura"^^ . + "http://d-nb.info/gnd"^^ . "Medizin und Gesundheit"^^ . + "Digitool"^^ . + "http://dx.doi.org/10.4126"^^ . + "Culturegraph Ressource"^^ . "Englisch"^^ . "Autor/in"^^ . + "lobid Bestandsressource"^^ . "Elektronische Publikation"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "20121206"^^ . "20150227"^^ . + "lobid Ressource"^^ . _:b2 . "59 S. : Ill."^^ . . @@ -47,3 +56,6 @@ _:b3 . . . + "http://nbn-resolving.de/urn:nbn:de:hbz:38m-0000006293"^^ . + "Datentr\u00E4ger"^^ . + "Online-Ressource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01752/HT017529028.nt b/src/test/resources/reverseTest/output/nt/01752/HT017529028.nt index 156d21493..d3ce8c42a 100644 --- a/src/test/resources/reverseTest/output/nt/01752/HT017529028.nt +++ b/src/test/resources/reverseTest/output/nt/01752/HT017529028.nt @@ -24,8 +24,10 @@ _:b8 . _:b9 "http://d-nb.info/gnd/118640038"^^ . _:b9 . + "hbz Verbundkatalog"^^ . . "Stein, Edith"^^ . + "http://d-nb.info/gnd"^^ . "Cruce, Teresia Benedicta a"^^ . "Cruz, Beata Teresa Benedicta de la"^^ . "Shutain, \u0112dito"^^ . @@ -46,8 +48,10 @@ _:b9 "1591"^^ . . "Juan, de la Cruz"^^ . + "http://d-nb.info/gnd"^^ . . "Neyer, Maria Amata"^^ . + "http://d-nb.info/gnd"^^ . "Neyer, Amata"^^ . "Neyer, Maria A."^^ . "Neyerov\u00E1, Amata"^^ . @@ -55,21 +59,31 @@ _:b9 "Neyerov\u00E1, Maria Amata"^^ . . "Linssen, Michael"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . "Mitwirkende"^^ . "Herausgeber/in"^^ . + "lobid Bestandsressource"^^ . "PHBB 18/22/XVIII"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Ressource"^^ . "20130131"^^ . "20150323"^^ . + "lobid Ressource"^^ . _:b5 . "XXXVII, 265 S."^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01813/HT018131501.nt b/src/test/resources/reverseTest/output/nt/01813/HT018131501.nt index a905568e5..2bfb5af42 100644 --- a/src/test/resources/reverseTest/output/nt/01813/HT018131501.nt +++ b/src/test/resources/reverseTest/output/nt/01813/HT018131501.nt @@ -15,15 +15,22 @@ _:b6 _:b1 . _:b6 . _:b7 "http://d-nb.info/gnd/4013255-9, http://d-nb.info/gnd/4137215-3, Geschichte 1288-1815"^^ . _:b7 . + "hbz Verbundkatalog"^^ . . "Engelhardt, Manfred"^^ . + "http://d-nb.info/gnd"^^ . . "D\u00FCsseldorf"^^ . + "http://d-nb.info/gnd"^^ . . "Staat Berg"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . + "lobid Ressource"^^ . "20140115"^^ . + "lobid Ressource"^^ . _:b3 . "D\u00FCsseldorf"^^ . "Der Gie\u00DFerjunge; 34 (2014),1, S. 14-15"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01818/HT018187026.nt b/src/test/resources/reverseTest/output/nt/01818/HT018187026.nt index 2587882b6..ea833547c 100644 --- a/src/test/resources/reverseTest/output/nt/01818/HT018187026.nt +++ b/src/test/resources/reverseTest/output/nt/01818/HT018187026.nt @@ -2,21 +2,33 @@ _:b0 "Berlin"^^ "Logos-Verl."^^ . _:b0 "2013"^^ . _:b0 . + "hbz Verbundkatalog"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . "20140304"^^ . "20140610"^^ . + "lobid Ressource"^^ . . . "Gesundheit und Pflege - aus der Hochschule in die Praxis"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01823/HT018239864.nt b/src/test/resources/reverseTest/output/nt/01823/HT018239864.nt index 9128f3604..ca551eef9 100644 --- a/src/test/resources/reverseTest/output/nt/01823/HT018239864.nt +++ b/src/test/resources/reverseTest/output/nt/01823/HT018239864.nt @@ -18,59 +18,93 @@ _:b6 . _:b7 "http://d-nb.info/gnd/118722123, http://d-nb.info/gnd/4152975-3"^^ . _:b7 . + "hbz Verbundkatalog"^^ . . "Kennedy, Beate"^^ . + "http://d-nb.info/gnd"^^ . "1905"^^ . "1982"^^ . . "Keun, Irmgard"^^ . + "http://d-nb.info/gnd"^^ . . "Erz\u00E4hltheorie"^^ . + "http://d-nb.info/gnd"^^ . + "http://deposit.d-nb.de/cgi-bin"^^ . "Sprache"^^ . + "Digitool"^^ . + "Digitool"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . + "lobid Bestandsressource"^^ . "115-289"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "IFB10325-17"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "nc59566"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "CQWK3670"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "CQWK5664"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "11CQWK6864"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "2015/1330"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "gerw53954.k35"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Ressource"^^ . "20140423"^^ . "20141113"^^ . + "lobid Ressource"^^ . _:b3 . "517 S."^^ . "K\u00F6ln"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01829/HT018290299.nt b/src/test/resources/reverseTest/output/nt/01829/HT018290299.nt index cbb62d3f5..712129eee 100644 --- a/src/test/resources/reverseTest/output/nt/01829/HT018290299.nt +++ b/src/test/resources/reverseTest/output/nt/01829/HT018290299.nt @@ -8,12 +8,12 @@ _:b10 "http://d-nb.info/gnd/4031483-2, http://d-nb.info/gnd/4139439-2, http://d-nb.info/gnd/4002641-3, Geschichte"^^ . _:b11 . _:b2 "19"^^ . -_:b2 "2"^^ . _:b2 . -_:b2 . _:b2 . _:b3 "19"^^ . +_:b3 "2"^^ . _:b3 . +_:b3 . _:b3 . _:b4 "K\u00C3\u00B6ln"^^ . _:b4 "Emons"^^ . @@ -29,45 +29,72 @@ _:b8 _:b9 . _:b9 _:b1 . _:b9 _:b10 . + "hbz Verbundkatalog"^^ . . "Lehndorff-Felsko, Angelika"^^ . + "http://d-nb.info/gnd"^^ . "Felsko, Angelika Lehndorff-"^^ . . "Arbeitsbedingungen"^^ . + "http://d-nb.info/gnd"^^ . . "K\u00C3\u00B6ln"^^ . + "http://d-nb.info/gnd"^^ . . "Zwangsarbeit"^^ . + "http://d-nb.info/gnd"^^ . + "http://deposit.d-nb.de/cgi-bin"^^ . "Geschichte Mitteleuropas; Deutschlands"^^ . + "Digitool"^^ . + "Digitool"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . "17B5040"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Gb 9130/650 (19)"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "W 2015/2920"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "3K 55857"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Fbf 7122"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Ressource"^^ . + "lobid Ressource"^^ . "20140610"^^ . "20150326"^^ . + "lobid Ressource"^^ . _:b5 . "544 S. : Ill."^^ . "K\u00C3\u00B6ln"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01829/HT018295975.nt b/src/test/resources/reverseTest/output/nt/01829/HT018295975.nt index f2ed191ad..6823281a4 100644 --- a/src/test/resources/reverseTest/output/nt/01829/HT018295975.nt +++ b/src/test/resources/reverseTest/output/nt/01829/HT018295975.nt @@ -34,34 +34,52 @@ _:b8 _:b9 . _:b9 _:b2 . _:b9 _:b10 . + "hbz Verbundkatalog"^^ . "1949"^^ . . "M\u00F6tsch, Johannes"^^ . + "http://d-nb.info/gnd"^^ . . "Moczarski, Norbert"^^ . + "http://d-nb.info/gnd"^^ . . "Th\u00FCringen"^^ . + "http://d-nb.info/gnd"^^ . + "http://deposit.d-nb.de/cgi-bin"^^ . "Geschichte und Geografie"^^ . + "Digitool"^^ . + "Digitool"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Herausgeber/in"^^ . "Gefeierte Person"^^ . + "lobid Bestandsressource"^^ . "C 60/145/10"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "3K 51779"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "2014/3450"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . "20140616"^^ . "20141105"^^ . + "lobid Ressource"^^ . _:b6 . "596 S. : Ill."^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01831/HT018312899.nt b/src/test/resources/reverseTest/output/nt/01831/HT018312899.nt index 41907f3d5..790e6eb5a 100644 --- a/src/test/resources/reverseTest/output/nt/01831/HT018312899.nt +++ b/src/test/resources/reverseTest/output/nt/01831/HT018312899.nt @@ -13,19 +13,27 @@ _:b5 . _:b6 "http://d-nb.info/gnd/7683386-0, http://d-nb.info/gnd/4124796-6, http://d-nb.info/gnd/4049716-1"^^ . _:b6 . + "hbz Verbundkatalog"^^ . . "Maes, Sientje"^^ . + "http://d-nb.info/gnd"^^ . . "Rezeption"^^ . + "http://d-nb.info/gnd"^^ . . "Dramaturgie"^^ . + "http://d-nb.info/gnd"^^ . "1801"^^ . "1836"^^ . . "Grabbe, Christian Dietrich: Der Cid"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . + "lobid Ressource"^^ . "20140702"^^ . + "lobid Ressource"^^ . _:b2 . "Detmold"^^ . "Grabbe-Jahrbuch ...; 32. 2013 (2014), S. 80-95"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01845/HT018454638.nt b/src/test/resources/reverseTest/output/nt/01845/HT018454638.nt index db6e3b98a..3fb4e1d87 100644 --- a/src/test/resources/reverseTest/output/nt/01845/HT018454638.nt +++ b/src/test/resources/reverseTest/output/nt/01845/HT018454638.nt @@ -25,37 +25,49 @@ _:b8 _:b9 . _:b9 . _:b9 _:b10 . + "hbz Verbundkatalog"^^ . . "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach"^^ . + "http://d-nb.info/gnd"^^ . "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach"^^ . "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach"^^ . "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach"^^ . . "Clemens-Schierbaum, Ursula"^^ . + "http://d-nb.info/gnd"^^ . "Clemens, Ursula"^^ . "Schierbaum, Ursula C.-"^^ . "Schierbaum, Ursula Clemens-"^^ . . "Pfarrei Sankt Antonius Abbas Herkenrath"^^ . + "http://d-nb.info/gnd"^^ . "Pfarrei Sankt Antonius Abbas Bergisch Gladbach- Herkenrath"^^ . "Pfarrei Sankt Antonius Abbas Herkenrath"^^ . "Pfarrei St. Antonius Abbas Herkenrath"^^ . "Pfarrgemeinderat"^^ . "Pfarrgemeinderat Sankt Antonius Abbas Herkenrath"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . "Gb 7470/201"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "Fc 6601"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . "20141111"^^ . "20150303"^^ . + "lobid Ressource"^^ . _:b5 . "122 S. : zahlr. Ill."^^ . "Bergisch Gladbach- Herkenrath"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01846/HT018468645.nt b/src/test/resources/reverseTest/output/nt/01846/HT018468645.nt index 42c9ba82f..5b7a142e7 100644 --- a/src/test/resources/reverseTest/output/nt/01846/HT018468645.nt +++ b/src/test/resources/reverseTest/output/nt/01846/HT018468645.nt @@ -26,28 +26,43 @@ _:b8 _:b9 . _:b9 . _:b9 _:b10 . + "hbz Verbundkatalog"^^ . . "Paulmann, Johannes"^^ . + "http://d-nb.info/gnd"^^ . . "Fritsche, Christiane"^^ . + "http://d-nb.info/gnd"^^ . . "Deutschland"^^ . + "http://d-nb.info/gnd"^^ . . "Geschichte"^^ . + "http://d-nb.info/gnd"^^ . . "Wiedergutmachung"^^ . + "http://d-nb.info/gnd"^^ . . "Aufsatzsammlung"^^ . + "http://d-nb.info/gnd"^^ . . "Arisierung"^^ . + "http://d-nb.info/gnd"^^ . + "http://deposit.d-nb.de/cgi-bin"^^ . "Geschichte Mitteleuropas; Deutschlands"^^ . + "http://dx.doi.org/10.7788"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Herausgeber/in"^^ . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "20141125"^^ . + "lobid Ressource"^^ . _:b3 . "394 S. : Ill., graph. Darst."^^ . . @@ -110,5 +125,7 @@ _:b9 _:b10 . . . "Nordrhein-Westf\u00E4lische Bibliographie"^^ . + "Datentr\u00E4ger"^^ . + "Online-Ressource"^^ . "Geschichte"^^ . "Wirtschafts- und Sozialgeschichte"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01858/HT018585406.nt b/src/test/resources/reverseTest/output/nt/01858/HT018585406.nt index af9dec1d3..705fc5684 100644 --- a/src/test/resources/reverseTest/output/nt/01858/HT018585406.nt +++ b/src/test/resources/reverseTest/output/nt/01858/HT018585406.nt @@ -21,28 +21,40 @@ _:b8 . _:b9 "http://d-nb.info/gnd/4075561-7, http://d-nb.info/gnd/4034268-2"^^ . _:b9 . + "hbz Verbundkatalog"^^ . . "Clev, Hans-G\u00FCnther"^^ . + "http://d-nb.info/gnd"^^ . . "Entwicklungsagentur Rheinland-Pfalz"^^ . + "http://d-nb.info/gnd"^^ . "Entwicklungsagentur Rheinland-Pfalz e.V."^^ . . "Landesplanung"^^ . + "http://d-nb.info/gnd"^^ . . "Oberrheinisches Tiefland"^^ . + "http://d-nb.info/gnd"^^ . . "Deutsch-Franz\u00F6sisch-Schweizerische Oberrheinkonferenz"^^ . + "http://d-nb.info/gnd"^^ . "Conf\u00E9rence Franco-Germano-Suisse du Rhin Sup\u00E9rieur"^^ . "Conf\u00E9rence du Rhin Sup\u00E9rieur"^^ . "ORK"^^ . "Oberrheinkonferenz"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "http://lobid.org/resource"^^ . "20150319"^^ . + "lobid Ressource"^^ . _:b4 . "45 S. : Ill., Kt."^^ . . @@ -75,7 +87,10 @@ _:b9 . . . + "lobid Ressource"^^ . "Landesplanung"^^ . + "Datentr\u00E4ger"^^ . + "Online-Ressource"^^ . "Amtsdruckschriften Rheinland-Pfalz"^^ . "Landeskunde Pfalz"^^ . "Umweltschutz, Raumordn., Landschaft"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01861/HT018612706.nt b/src/test/resources/reverseTest/output/nt/01861/HT018612706.nt index e6a265e2e..3c4b17850 100644 --- a/src/test/resources/reverseTest/output/nt/01861/HT018612706.nt +++ b/src/test/resources/reverseTest/output/nt/01861/HT018612706.nt @@ -62,52 +62,78 @@ _:b8 "K\u00C3\u00B6ln <2015>"^^ "25/26"^^ . _:b9 . _:b9 . + "hbz Verbundkatalog"^^ . . "Zentralarchiv des Internationalen Kunsthandels"^^ . + "http://d-nb.info/gnd"^^ . "ZADIK"^^ . "Zentralarchiv des Internationalen Kunsthandels e.V."^^ . . "Herzog, G\u00C3\u00BCnter"^^ . + "http://d-nb.info/gnd"^^ . . "49. Art Cologne, 2015, K\u00C3\u00B6ln"^^ . + "http://d-nb.info/gnd"^^ . "49. Internationaler Kunstmarkt, 2015, K\u00C3\u00B6ln"^^ . "49. Messe f\u00C3\u00BCr Moderne und Zeitgen\u00C3\u00B6ssische Kunst in K\u00C3\u00B6ln, 2015, K\u00C3\u00B6ln"^^ . . "Deutschland, Bundesrepublik"^^ . + "http://d-nb.info/gnd"^^ . . "D\u00C3\u00BCsseldorf"^^ . + "http://d-nb.info/gnd"^^ . . "K\u00C3\u00B6ln"^^ . + "http://d-nb.info/gnd"^^ . . "Pop-Art"^^ . + "http://d-nb.info/gnd"^^ . + "http://deposit.d-nb.de/cgi-bin"^^ . "K\u00FCnste; Bildende und angewandte Kunst"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . "KFG1163-26/26"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "4' 2015/189"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "In Bearbeitung"^^ . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "kund960.h582"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Ressource"^^ . "20150421"^^ . "20150804"^^ . + "lobid Ressource"^^ . _:b11 . "173 S. : zahlr. Ill."^^ . "D\u00C3\u00BCsseldorf"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01861/HT018617137.nt b/src/test/resources/reverseTest/output/nt/01861/HT018617137.nt index 8bc84edb2..78b195afe 100644 --- a/src/test/resources/reverseTest/output/nt/01861/HT018617137.nt +++ b/src/test/resources/reverseTest/output/nt/01861/HT018617137.nt @@ -9,13 +9,19 @@ _:b2 "2015"^^ . _:b3 _:b0 . _:b3 . + "hbz Verbundkatalog"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "20150424"^^ . + "lobid Ressource"^^ . _:b3 . "55 S. : Ill."^^ . . @@ -42,5 +48,8 @@ _:b3 . . "Nordrhein-Westf\u00E4lische Bibliographie"^^ . + "http://nbn-resolving.de/urn:nbn:de:hbz:5:2-66128"^^ . "Fachhochschulen"^^ . "Nordrhein-Westfalen"^^ . + "Datentr\u00E4ger"^^ . + "Online-Ressource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01870/HT018700720.nt b/src/test/resources/reverseTest/output/nt/01870/HT018700720.nt index d032be6bf..77083a949 100644 --- a/src/test/resources/reverseTest/output/nt/01870/HT018700720.nt +++ b/src/test/resources/reverseTest/output/nt/01870/HT018700720.nt @@ -34,29 +34,42 @@ _:b8 _:b0 . _:b8 _:b9 . _:b9 _:b1 . _:b9 _:b10 . + "hbz Verbundkatalog"^^ . . "Wolter, Birgit"^^ . + "http://d-nb.info/gnd"^^ . . "Heusinger, Josefine"^^ . + "http://d-nb.info/gnd"^^ . . "Amrhein, Ludwig"^^ . + "http://d-nb.info/gnd"^^ . . "Bundeszentrale f\u00C3\u00BCr Gesundheitliche Aufkl\u00C3\u00A4rung"^^ . + "http://d-nb.info/gnd"^^ . "BZgA"^^ . "BZgA, Bundeszentrale f\u00C3\u00BCr Gesundheitliche Aufkl\u00C3\u00A4rung"^^ . "Deutschland"^^ . "FCHE"^^ . "Federal Centre for Health Education"^^ . "Medizin und Gesundheit"^^ . + "Digitool"^^ . + "http://dx.doi.org/10.4126"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . "Elektronische Publikation"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Ressource"^^ . "20150716"^^ . "20150720"^^ . + "lobid Ressource"^^ . _:b8 . "239 S. : zahlr. graph. Darst., Kt."^^ . . @@ -85,3 +98,5 @@ _:b9 _:b10 . "Literaturangaben"^^ . . . + "Datentr\u00E4ger"^^ . + "Online-Ressource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01872/HT018726005.nt b/src/test/resources/reverseTest/output/nt/01872/HT018726005.nt index aa84b4646..1b76b328c 100644 --- a/src/test/resources/reverseTest/output/nt/01872/HT018726005.nt +++ b/src/test/resources/reverseTest/output/nt/01872/HT018726005.nt @@ -9,14 +9,20 @@ _:b3 . _:b4 "http://d-nb.info/gnd/128989459"^^ . _:b4 . + "hbz Verbundkatalog"^^ . "1958"^^ . . "L\u00FCck, Ingolf"^^ . + "http://d-nb.info/gnd"^^ . . "Hoff, Hans"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . + "lobid Ressource"^^ . "20150813"^^ . + "lobid Ressource"^^ . _:b2 . "Bielefeld"^^ . "K.West; 2006,1, S. 12-14 : Ill."^^ . @@ -46,3 +52,4 @@ _:b4 "Nordrhein-Westf\u00E4lische Bibliographie"^^ . "Schauspieler"^^ . "Print"^^ . + "http://www.bibliothek.uni-regensburg.de/ezeit"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01877/HT018770176.nt b/src/test/resources/reverseTest/output/nt/01877/HT018770176.nt index 11d0105a8..21c13c171 100644 --- a/src/test/resources/reverseTest/output/nt/01877/HT018770176.nt +++ b/src/test/resources/reverseTest/output/nt/01877/HT018770176.nt @@ -12,22 +12,34 @@ _:b3 _:b0 . _:b3 . _:b4 . _:b4 . + "hbz Verbundkatalog"^^ . + "http://d-nb.info/1076583180"^^ . . "Stahl, Dominik"^^ . + "http://d-nb.info/gnd"^^ . "Recht"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . + "lobid Bestandsressource"^^ . "123/Y/3264"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Bestandsressource"^^ . "StrR XIV 23/246"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . + "lobid Organisation"^^ . + "lobid Ressource"^^ . "20151002"^^ . + "lobid Ressource"^^ . _:b3 . "276 S."^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01877/HT018771475.nt b/src/test/resources/reverseTest/output/nt/01877/HT018771475.nt index e7c4cdd05..42762f52c 100644 --- a/src/test/resources/reverseTest/output/nt/01877/HT018771475.nt +++ b/src/test/resources/reverseTest/output/nt/01877/HT018771475.nt @@ -22,16 +22,22 @@ _:b8 . _:b9 "http://d-nb.info/gnd/1074109953, Bildband"^^ . _:b9 . + "hbz Verbundkatalog"^^ . + "http://d-nb.info/1074113608"^^ . . "R\u00F6sgen, Anya"^^ . + "http://d-nb.info/gnd"^^ . . "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach"^^ . + "http://d-nb.info/gnd"^^ . "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach"^^ . "Sportarten, Sportspiele"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . "Mitwirkende"^^ . "20151005"^^ . + "lobid Ressource"^^ . _:b4 . "42 S."^^ . "Bergisch Gladbach- Bensberg"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01877/HT018779822.nt b/src/test/resources/reverseTest/output/nt/01877/HT018779822.nt index 61522bd85..9c46f5ee3 100644 --- a/src/test/resources/reverseTest/output/nt/01877/HT018779822.nt +++ b/src/test/resources/reverseTest/output/nt/01877/HT018779822.nt @@ -7,15 +7,22 @@ _:b1 "2014"^^ . _:b2 _:b0 . _:b2 . + "hbz Verbundkatalog"^^ . . "Cross, Julie"^^ . + "http://d-nb.info/gnd"^^ . + "Culturegraph Ressource"^^ . "Englisch"^^ . "Autor/in"^^ . + "lobid Bestandsressource"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "20151014"^^ . + "lobid Ressource"^^ . _:b2 . "264 Seiten"^^ . . diff --git a/src/test/resources/reverseTest/output/nt/01880/HT018801101.nt b/src/test/resources/reverseTest/output/nt/01880/HT018801101.nt index 30541352a..85d7bbb50 100644 --- a/src/test/resources/reverseTest/output/nt/01880/HT018801101.nt +++ b/src/test/resources/reverseTest/output/nt/01880/HT018801101.nt @@ -26,26 +26,37 @@ _:b8 _:b3 . _:b8 . _:b9 . _:b9 _:b10 . + "hbz Verbundkatalog"^^ . . "Roesner, Elke"^^ . + "http://d-nb.info/gnd"^^ . . "Arning, Ursula"^^ . + "http://d-nb.info/gnd"^^ . . "Kullmer, Bettina"^^ . + "http://d-nb.info/gnd"^^ . . "Schmitz, Jasmin"^^ . + "http://d-nb.info/gnd"^^ . "Bibliotheks- und Informationswissenschaften"^^ . "Medizin und Gesundheit"^^ . + "http://dx.doi.org/10.4126"^^ . + "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . "Mitwirkende"^^ . + "lobid Bestandsressource"^^ . "Elektronische Publikation"^^ . . . . + "lobid Bestandsressource"^^ . . + "lobid Organisation"^^ . "20151109"^^ . "20160307"^^ . + "lobid Ressource"^^ . _:b5 . "1 Online-Ressource (1 Videodatei)"^^ . . @@ -69,3 +80,8 @@ _:b9 _:b10 . . . . + "http://purl.org/ontology"^^ . + "Datentr\u00E4ger"^^ . + "Online-Ressource"^^ . + "http://rdvocab.info/termList"^^ . + "https://repository.publisso.de/resource"^^ . From 1c86cdc2f96b04a3f7f9ff26381a398f6b45e379 Mon Sep 17 00:00:00 2001 From: dr0i Date: Wed, 28 Dec 2016 18:07:35 +0100 Subject: [PATCH 6/7] Update old test resource As you can see the labels are not really nice. For this the special "old-resource-labels.json" would have to be updated accordingly to the last commit. As this is not important for the test to be nice, it wil stay as it is. --- .../output_api10/json/01722/HT017225272 | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/test/resources/output_api10/json/01722/HT017225272 b/src/test/resources/output_api10/json/01722/HT017225272 index 5de82fabf..65113cbed 100644 --- a/src/test/resources/output_api10/json/01722/HT017225272 +++ b/src/test/resources/output_api10/json/01722/HT017225272 @@ -3,36 +3,43 @@ "contributorLabel" : [ "Kindred Dick, Philip", "Dowland, Jack", "Dick, Phillip K.", "Phillips, Richard", "Dick, Philip H.", "Dick, Philip K.", "Dick, Philip Kindred" ], "creator" : [ { "id" : "http://d-nb.info/gnd/118678175", + "label" : "http://d-nb.info/gnd", "preferredName" : "Dick, Philip K.", "preferredNameForThePerson" : "Dick, Philip K." } ], "describedby" : [ { "id" : "http://lobid.org/resource/HT017225272/about", + "label" : "http://lobid.org/resource", "primaryTopic" : "http://lobid.org/resource/HT017225272" } ], "exemplar" : [ { - "id" : "http://lobid.org/item/HT017225272:DE-5:" + "id" : "http://lobid.org/item/HT017225272:DE-5:", + "label" : "http://lobid.org/item" } ], "extent" : [ "159 S." ], "hbzId" : [ "HT017225272" ], "id" : "http://lobid.org/resource/HT017225272", "isPrimaryTopicOf" : [ { - "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT017225272" + "id" : "http://193.30.112.134/F/?func=find-c&ccl_term=IDN%3DHT017225272", + "label" : "http://193.30.112.134/F" } ], "isbn" : [ "0853910812", "9780853910817" ], "issued" : [ "1969" ], "language" : [ { - "id" : "http://id.loc.gov/vocabulary/iso639-2/eng" + "id" : "http://id.loc.gov/vocabulary/iso639-2/eng", + "label" : "http://id.loc.gov/vocabulary" } ], "medium" : [ { - "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010" + "id" : "http://rdvocab.info/termList/RDAproductionMethod/1010", + "label" : "http://rdvocab.info/termList" } ], "note" : [ "Originally published,Doubleday,1968" ], "placeOfPublication" : [ "New York" ], "publicationStatement" : [ "New York; The New American Library; 1969" ], "publisher" : [ "The New American Library" ], "sameAs" : [ { - "id" : "http://hub.culturegraph.org/resource/HBZ-HT017225272" + "id" : "http://hub.culturegraph.org/resource/HBZ-HT017225272", + "label" : "http://hub.culturegraph.org/resource" } ], "title" : [ "Do androids dream of electric sheep?" ], "type" : [ "BibliographicResource", "Book" ] From 1a5d3aac4ca68916a3b7b0769c0214f5de1be977 Mon Sep 17 00:00:00 2001 From: Jan Schnasse Date: Mon, 12 Dec 2016 14:24:03 +0100 Subject: [PATCH 7/7] Reuse existing prefLabels for sidecar approach - if a prefLabel is found do not wrap it to an array --- .../de/hbz/lobid/helper/JsonConverter.java | 4 ++- src/test/resources/hbz01.es.json | 10 +++---- .../output/json/00000/BT000002852.json | 6 ++--- .../output/json/00000/BT000003404.json | 4 +-- .../output/json/00000/HT000009600.json | 2 +- .../output/json/00004/BT000040377.json | 2 +- .../output/json/00004/BT000041593.json | 2 +- .../output/json/00006/BT000067443.json | 2 +- .../output/json/00007/TT000075751.json | 14 +++++----- .../output/json/00012/BT000128754.json | 6 ++--- .../output/json/00029/HT000290078.json | 2 +- .../output/json/00121/TT001210514.json | 2 +- .../output/json/00123/TT001230001.json | 6 ++--- .../output/json/00131/HT001310215.json | 4 +-- .../output/json/00167/TT001671747.json | 8 +++--- .../output/json/00172/TT001726537.json | 2 +- .../output/json/00189/HT001898812.json | 8 +++--- .../output/json/00223/TT002234459.json | 4 +-- .../output/json/00223/TT002234858.json | 2 +- .../output/json/00261/HT002619538.json | 2 +- .../output/json/00301/CT003012479.json | 26 +++++++++---------- .../output/json/00305/TT003059252.json | 4 +-- .../output/json/00316/HT003160768.json | 6 ++--- .../output/json/00438/HT004381366.json | 10 +++---- .../output/json/00494/HT004944075.json | 2 +- .../output/json/00507/HT005077920.json | 8 +++--- .../output/json/00626/HT006266886.json | 12 ++++----- .../output/json/00971/HT009719670.json | 6 ++--- .../output/json/01066/HT010662586.json | 2 +- .../output/json/01072/HT010726584.json | 6 ++--- .../output/json/01223/HT012237361.json | 2 +- .../output/json/01289/HT012895751.json | 6 ++--- .../output/json/01292/HT012926727.json | 6 ++--- .../output/json/01307/HT013077595.json | 14 +++++----- .../output/json/01330/HT013304490.json | 4 +-- .../output/json/01357/HT013577568.json | 16 ++++++------ .../output/json/01391/HT013911008.json | 2 +- .../output/json/01401/HT014015351.json | 8 +++--- .../output/json/01404/HT014046679.json | 6 ++--- .../output/json/01421/HT014215912.json | 6 ++--- .../output/json/01431/HT014319164.json | 8 +++--- .../output/json/01452/HT014525099.json | 16 ++++++------ .../output/json/01499/HT014997977.json | 6 ++--- .../output/json/01508/HT015082724.json | 2 +- .../output/json/01518/HT015183529.json | 4 +-- .../output/json/01541/HT015414894.json | 6 ++--- .../output/json/01544/HT015440386.json | 8 +++--- .../output/json/01545/HT015455455.json | 22 ++++++++-------- .../output/json/01586/HT015865114.json | 4 +-- .../output/json/01589/HT015891797.json | 6 ++--- .../output/json/01613/HT016135351.json | 4 +-- .../output/json/01638/HT016382441.json | 4 +-- .../output/json/01654/HT016545462.json | 6 ++--- .../output/json/01660/HT016604323.json | 6 ++--- .../output/json/01660/HT016608165.json | 8 +++--- .../output/json/01746/HT017468042.json | 2 +- .../output/json/01748/HT017480009.json | 2 +- .../output/json/01752/HT017529028.json | 8 +++--- .../output/json/01813/HT018131501.json | 6 ++--- .../output/json/01823/HT018239864.json | 6 ++--- .../output/json/01829/HT018290299.json | 8 +++--- .../output/json/01829/HT018295975.json | 8 +++--- .../output/json/01831/HT018312899.json | 8 +++--- .../output/json/01845/HT018454638.json | 10 +++---- .../output/json/01846/HT018468645.json | 14 +++++----- .../output/json/01858/HT018585406.json | 10 +++---- .../output/json/01861/HT018612706.json | 16 ++++++------ .../output/json/01870/HT018700720.json | 8 +++--- .../output/json/01872/HT018726005.json | 4 +-- .../output/json/01877/HT018770176.json | 2 +- .../output/json/01877/HT018771475.json | 6 ++--- .../output/json/01877/HT018779822.json | 2 +- .../output/json/01880/HT018801101.json | 8 +++--- .../output/nt/00000/BT000002852.nt | 2 -- .../output/nt/00000/BT000003404.nt | 2 -- .../output/nt/00000/HT000009600.nt | 1 - .../output/nt/00004/BT000040377.nt | 1 - .../output/nt/00004/BT000041593.nt | 1 - .../output/nt/00006/BT000067443.nt | 1 - .../output/nt/00007/TT000075751.nt | 7 ----- .../output/nt/00012/BT000128754.nt | 3 --- .../output/nt/00029/HT000290078.nt | 1 - .../output/nt/00121/TT001210514.nt | 1 - .../output/nt/00123/TT001230001.nt | 3 --- .../output/nt/00131/HT001310215.nt | 2 -- .../output/nt/00167/TT001671747.nt | 4 --- .../output/nt/00172/TT001726537.nt | 1 - .../output/nt/00189/HT001898812.nt | 4 --- .../output/nt/00223/TT002234459.nt | 2 -- .../output/nt/00223/TT002234858.nt | 1 - .../output/nt/00261/HT002619538.nt | 1 - .../output/nt/00301/CT003012479.nt | 13 ---------- .../output/nt/00305/TT003059252.nt | 1 - .../output/nt/00316/HT003160768.nt | 3 --- .../output/nt/00438/HT004381366.nt | 5 ---- .../output/nt/00494/HT004944075.nt | 1 - .../output/nt/00507/HT005077920.nt | 3 --- .../output/nt/00626/HT006266886.nt | 6 ----- .../output/nt/00971/HT009719670.nt | 3 --- .../output/nt/01066/HT010662586.nt | 1 - .../output/nt/01072/HT010726584.nt | 3 --- .../output/nt/01223/HT012237361.nt | 1 - .../output/nt/01289/HT012895751.nt | 3 --- .../output/nt/01292/HT012926727.nt | 3 --- .../output/nt/01307/HT013077595.nt | 6 ----- .../output/nt/01330/HT013304490.nt | 2 -- .../output/nt/01357/HT013577568.nt | 6 ----- .../output/nt/01391/HT013911008.nt | 1 - .../output/nt/01401/HT014015351.nt | 4 --- .../output/nt/01404/HT014046679.nt | 3 --- .../output/nt/01421/HT014215912.nt | 3 --- .../output/nt/01431/HT014319164.nt | 3 --- .../output/nt/01452/HT014525099.nt | 8 ------ .../output/nt/01499/HT014997977.nt | 3 --- .../output/nt/01508/HT015082724.nt | 1 - .../output/nt/01518/HT015183529.nt | 2 -- .../output/nt/01541/HT015414894.nt | 3 --- .../output/nt/01544/HT015440386.nt | 4 --- .../output/nt/01545/HT015455455.nt | 8 ------ .../output/nt/01586/HT015865114.nt | 2 -- .../output/nt/01589/HT015891797.nt | 2 -- .../output/nt/01613/HT016135351.nt | 2 -- .../output/nt/01638/HT016382441.nt | 2 -- .../output/nt/01654/HT016545462.nt | 3 --- .../output/nt/01660/HT016604323.nt | 2 -- .../output/nt/01660/HT016608165.nt | 4 --- .../output/nt/01746/HT017468042.nt | 1 - .../output/nt/01748/HT017480009.nt | 1 - .../output/nt/01752/HT017529028.nt | 4 --- .../output/nt/01813/HT018131501.nt | 3 --- .../output/nt/01823/HT018239864.nt | 3 --- .../output/nt/01829/HT018290299.nt | 4 --- .../output/nt/01829/HT018295975.nt | 3 --- .../output/nt/01831/HT018312899.nt | 4 --- .../output/nt/01845/HT018454638.nt | 3 --- .../output/nt/01846/HT018468645.nt | 7 ----- .../output/nt/01858/HT018585406.nt | 5 ---- .../output/nt/01861/HT018612706.nt | 7 ----- .../output/nt/01870/HT018700720.nt | 4 --- .../output/nt/01872/HT018726005.nt | 2 -- .../output/nt/01877/HT018770176.nt | 1 - .../output/nt/01877/HT018771475.nt | 2 -- .../output/nt/01877/HT018779822.nt | 1 - .../output/nt/01880/HT018801101.nt | 4 --- 144 files changed, 242 insertions(+), 457 deletions(-) diff --git a/src/main/java/de/hbz/lobid/helper/JsonConverter.java b/src/main/java/de/hbz/lobid/helper/JsonConverter.java index 7a1273e71..56504eace 100644 --- a/src/main/java/de/hbz/lobid/helper/JsonConverter.java +++ b/src/main/java/de/hbz/lobid/helper/JsonConverter.java @@ -297,7 +297,9 @@ private Map createObjectWithoutId(String uri) { private void createObject(String uri, Map newObject) { for (Statement s : find(uri)) { Etikett e = etikette.getEtikett(s.getPredicate().stringValue()); - if (s.getObject() instanceof org.openrdf.model.Literal) { + if (labelKey.equals(e.name)) { + newObject.put(e.name, s.getObject().stringValue()); + } else if (s.getObject() instanceof org.openrdf.model.Literal) { if (newObject.containsKey(e.name)) { Object existingValue = newObject.get(e.name); if (existingValue instanceof String) { diff --git a/src/test/resources/hbz01.es.json b/src/test/resources/hbz01.es.json index e19133099..0d3402493 100644 --- a/src/test/resources/hbz01.es.json +++ b/src/test/resources/hbz01.es.json @@ -8,7 +8,7 @@ "agent" : { "altLabel" : [ "Schierbaum, Ursula Clemens-", "Schierbaum, Ursula C.-", "Clemens, Ursula" ], "id" : "http://d-nb.info/gnd/172845785", - "label" : [ "Clemens-Schierbaum, Ursula", "http://d-nb.info/gnd" ], + "label" : "Clemens-Schierbaum, Ursula", "type" : [ "Person" ] }, "role" : [ { @@ -20,7 +20,7 @@ "agent" : { "altLabel" : [ "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach", "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach", "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach" ], "id" : "http://d-nb.info/gnd/1060772442", - "label" : [ "http://d-nb.info/gnd", "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach" ], + "label" : "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach", "type" : [ "CorporateBody" ] }, "role" : [ { @@ -32,7 +32,7 @@ "agent" : { "altLabel" : [ "Pfarrgemeinderat Sankt Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Herkenrath", "Pfarrgemeinderat", "Pfarrei St. Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Bergisch Gladbach- Herkenrath" ], "id" : "http://d-nb.info/gnd/2175350-7", - "label" : [ "Pfarrei Sankt Antonius Abbas Herkenrath", "http://d-nb.info/gnd" ], + "label" : "Pfarrei Sankt Antonius Abbas Herkenrath", "type" : [ "CorporateBody" ] }, "role" : [ { @@ -110,12 +110,12 @@ "subject" : [ { "altLabel" : [ "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach", "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach", "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach" ], "id" : "http://d-nb.info/gnd/1060772442", - "label" : [ "http://d-nb.info/gnd", "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach" ], + "label" : "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach", "type" : [ "CorporateBody" ] }, { "altLabel" : [ "Pfarrgemeinderat Sankt Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Herkenrath", "Pfarrgemeinderat", "Pfarrei St. Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Bergisch Gladbach- Herkenrath" ], "id" : "http://d-nb.info/gnd/2175350-7", - "label" : [ "Pfarrei Sankt Antonius Abbas Herkenrath", "http://d-nb.info/gnd" ], + "label" : "Pfarrei Sankt Antonius Abbas Herkenrath", "type" : [ "CorporateBody" ] }, { "label" : "Geschichte", diff --git a/src/test/resources/output/json/00000/BT000002852.json b/src/test/resources/output/json/00000/BT000002852.json index 5a26914f2..7fb48eaa7 100644 --- a/src/test/resources/output/json/00000/BT000002852.json +++ b/src/test/resources/output/json/00000/BT000002852.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/4018466-3", - "label" : [ "http://d-nb.info/gnd", "Freudenberg, Kreis Siegen-Wittgenstein" ], + "label" : "Freudenberg, Kreis Siegen-Wittgenstein", "type" : [ "PlaceOrGeographicName" ] }, "role" : [ { @@ -51,11 +51,11 @@ "statementOfResponsibility" : "[Hrsg.: Stadt Freudenberg, Der Stadtdirektor]", "subject" : [ { "id" : "http://d-nb.info/gnd/4018466-3", - "label" : [ "http://d-nb.info/gnd", "Freudenberg, Kreis Siegen-Wittgenstein" ], + "label" : "Freudenberg, Kreis Siegen-Wittgenstein", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4020517-4", - "label" : [ "http://d-nb.info/gnd", "Geschichte" ], + "label" : "Geschichte", "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "Freudenberg, Kreis Siegen-Wittgenstein | Geschichte" ], diff --git a/src/test/resources/output/json/00000/BT000003404.json b/src/test/resources/output/json/00000/BT000003404.json index 31881142f..463488618 100644 --- a/src/test/resources/output/json/00000/BT000003404.json +++ b/src/test/resources/output/json/00000/BT000003404.json @@ -55,14 +55,14 @@ } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4042570-8", - "label" : [ "http://d-nb.info/gnd", "Nordrhein-Westfalen" ], + "label" : "Nordrhein-Westfalen", "type" : [ "PlaceOrGeographicName" ] }, { "label" : "Karte", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4115393-5", - "label" : [ "Niedersachsen, Süd", "http://d-nb.info/gnd" ], + "label" : "Niedersachsen, Süd", "type" : [ "PlaceOrGeographicName", "SubjectHeading" ] }, { "label" : "Karte", diff --git a/src/test/resources/output/json/00000/HT000009600.json b/src/test/resources/output/json/00000/HT000009600.json index fc8340741..668d5febf 100644 --- a/src/test/resources/output/json/00000/HT000009600.json +++ b/src/test/resources/output/json/00000/HT000009600.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Angestellten-Gewerkschaft", "DAG", "Deutsche Angestellten-Gewerkschaft", "Gewerkschaft der Deutschen Angestellten" ], "id" : "http://d-nb.info/gnd/37043-5", - "label" : [ "http://d-nb.info/gnd", "Deutsche Angestellten-Gewerkschaft" ], + "label" : "Deutsche Angestellten-Gewerkschaft", "type" : [ "CorporateBody" ] }, "role" : [ { diff --git a/src/test/resources/output/json/00004/BT000040377.json b/src/test/resources/output/json/00004/BT000040377.json index 7b6f4a12a..a4c4caa3a 100644 --- a/src/test/resources/output/json/00004/BT000040377.json +++ b/src/test/resources/output/json/00004/BT000040377.json @@ -12,7 +12,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/105745944", - "label" : [ "http://d-nb.info/gnd", "Schmidt, Eckhard" ], + "label" : "Schmidt, Eckhard", "type" : [ "Person" ] }, "role" : [ { diff --git a/src/test/resources/output/json/00004/BT000041593.json b/src/test/resources/output/json/00004/BT000041593.json index b85171452..9dd1795be 100644 --- a/src/test/resources/output/json/00004/BT000041593.json +++ b/src/test/resources/output/json/00004/BT000041593.json @@ -12,7 +12,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/10880724X", - "label" : [ "http://d-nb.info/gnd", "Altekamp, Heinrich" ], + "label" : "Altekamp, Heinrich", "type" : [ "Person" ] }, "role" : [ { diff --git a/src/test/resources/output/json/00006/BT000067443.json b/src/test/resources/output/json/00006/BT000067443.json index d267946b7..e8d9acc6f 100644 --- a/src/test/resources/output/json/00006/BT000067443.json +++ b/src/test/resources/output/json/00006/BT000067443.json @@ -12,7 +12,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/118033948", - "label" : [ "http://d-nb.info/gnd", "Meier, Elmar" ], + "label" : "Meier, Elmar", "type" : [ "Person" ] }, "role" : [ { diff --git a/src/test/resources/output/json/00007/TT000075751.json b/src/test/resources/output/json/00007/TT000075751.json index 31c3b8105..febbed38d 100644 --- a/src/test/resources/output/json/00007/TT000075751.json +++ b/src/test/resources/output/json/00007/TT000075751.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Britten, Edward B.", "Britten, Edward Benjamin", "Britten, ..." ], "id" : "http://d-nb.info/gnd/118515527", - "label" : [ "Britten, Benjamin", "http://d-nb.info/gnd" ], + "label" : "Britten, Benjamin", "type" : [ "Person" ] }, "role" : [ { @@ -15,7 +15,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/13482167X", - "label" : [ "http://d-nb.info/gnd", "Anderson, Lorna" ], + "label" : "Anderson, Lorna", "type" : [ "Person" ] }, "role" : [ { @@ -26,7 +26,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/134926285", - "label" : [ "Nathan, Regina", "http://d-nb.info/gnd" ], + "label" : "Nathan, Regina", "type" : [ "Person" ] }, "role" : [ { @@ -37,7 +37,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/134769236", - "label" : [ "Martineau, Malcolm", "http://d-nb.info/gnd" ], + "label" : "Martineau, Malcolm", "type" : [ "Person" ] }, "role" : [ { @@ -49,7 +49,7 @@ "agent" : { "altLabel" : [ "McDougall, Jamie", "Mac Dougall, Jamie" ], "id" : "http://d-nb.info/gnd/134782852", - "label" : [ "http://d-nb.info/gnd", "MacDougall, Jamie" ], + "label" : "MacDougall, Jamie", "type" : [ "Person" ] }, "role" : [ { @@ -60,7 +60,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/134845323", - "label" : [ "http://d-nb.info/gnd", "Lewis, Bryn" ], + "label" : "Lewis, Bryn", "type" : [ "Person" ] }, "role" : [ { @@ -71,7 +71,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/134926277", - "label" : [ "http://d-nb.info/gnd", "Ogden, Craig" ], + "label" : "Ogden, Craig", "type" : [ "Person" ] }, "role" : [ { diff --git a/src/test/resources/output/json/00012/BT000128754.json b/src/test/resources/output/json/00012/BT000128754.json index ce13e0861..be41ef76d 100644 --- a/src/test/resources/output/json/00012/BT000128754.json +++ b/src/test/resources/output/json/00012/BT000128754.json @@ -13,7 +13,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/174423330", - "label" : [ "Job, Bertram", "http://d-nb.info/gnd" ], + "label" : "Job, Bertram", "type" : [ "Person" ] }, "role" : [ { @@ -59,14 +59,14 @@ } ], "subject" : [ { "id" : "http://d-nb.info/gnd/2050419-6", - "label" : [ "http://d-nb.info/gnd", "1. Fußball-Club Köln 01/07" ], + "label" : "1. Fußball-Club Köln 01/07", "type" : [ "CorporateBody" ] }, { "label" : "Geschichte", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/2041907-7", - "label" : [ "http://d-nb.info/gnd", "Verein für Leibesübungen Borussia 1900 Mönchengladbach" ], + "label" : "Verein für Leibesübungen Borussia 1900 Mönchengladbach", "type" : [ "CorporateBody" ] }, { "label" : "Geschichte", diff --git a/src/test/resources/output/json/00029/HT000290078.json b/src/test/resources/output/json/00029/HT000290078.json index 7869077e6..8abc454b6 100644 --- a/src/test/resources/output/json/00029/HT000290078.json +++ b/src/test/resources/output/json/00029/HT000290078.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/174737203", - "label" : [ "Aigner, Johann", "http://d-nb.info/gnd" ], + "label" : "Aigner, Johann", "type" : [ "Person" ] }, "role" : [ { diff --git a/src/test/resources/output/json/00121/TT001210514.json b/src/test/resources/output/json/00121/TT001210514.json index 37a2472a1..2f0532d2c 100644 --- a/src/test/resources/output/json/00121/TT001210514.json +++ b/src/test/resources/output/json/00121/TT001210514.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Hitler, Adolfo", "Xitler, Adolf", "Hitorâ, Adorufu", "Hitler, Adolphe", "Hitlar", "Hitlers, Adolphs", "Gitler, Adol'f", "Gitler, ...", "Hitler, Adolph", "Hitler, ...", "Chitler, Adolphu", "Hitlers, Ādolfs", "Hitlar, Adūlf", "Chitler, Adolf" ], "id" : "http://d-nb.info/gnd/118551655", - "label" : [ "Hitler, Adolf", "http://d-nb.info/gnd" ], + "label" : "Hitler, Adolf", "type" : [ "Person" ] }, "role" : [ { diff --git a/src/test/resources/output/json/00123/TT001230001.json b/src/test/resources/output/json/00123/TT001230001.json index 84688452c..6c3e8d31c 100644 --- a/src/test/resources/output/json/00123/TT001230001.json +++ b/src/test/resources/output/json/00123/TT001230001.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Fredericus, Germania, Imperator", "Federico, Germania, Imperatore", "Phreiderikos, Heiliges Römisches Reich, Kaiser", "Fridericus, Germania, Imperator", "Federico, di Svevia", "Frédéric, Allemagne, Empereur", "Federico, Sicilia, Re", "Friedrich, Deutschland, Kaiser", "Frédéric, Sicile, Roi", "Fridericus, Imperium Romanum-Germanicum, Imperator", "Friedrich II., Kaiser", "Fridericus, Sicilia, Rex", "Friedrich, Sizilien, König", "Friedrich, von Hohenstaufen", "Friderichus, Imperator", "Friderichus secundus, Imperator", "Federico, Sicilia, Rex", "Frédéric, Roger", "Federicus, Germania, Imperator", "Fridericus, Imperator", "Stupor mundi", "Frederick, Germany, Emperor" ], "id" : "http://d-nb.info/gnd/118535765", - "label" : [ "http://d-nb.info/gnd", "Friedrich, II., Heiliges Römisches Reich, Kaiser" ], + "label" : "Friedrich, II., Heiliges Römisches Reich, Kaiser", "type" : [ "Person" ] }, "role" : [ { @@ -16,7 +16,7 @@ "agent" : { "altLabel" : [ "Manfred, Sicile, Roi", "Manfred, Tarent, Fürst", "Manfred, Sizilien, König", "Manfredi, Naples, King", "Manfredi, Sicily, King", "Manfred, Sicily, King", "Manfredo, Sicilia, Re", "Manfred, Naples, King", "Manfred, Tarente, Prince", "Manfred, Sicilia, Re", "Manfredus, Sicilia, Rex", "Manfred, von Sizilien", "Manfred, von Tarent" ], "id" : "http://d-nb.info/gnd/118577018", - "label" : [ "Manfredi, Sicilia, Re", "http://d-nb.info/gnd" ], + "label" : "Manfredi, Sicilia, Re", "type" : [ "Person" ] }, "role" : [ { @@ -28,7 +28,7 @@ "agent" : { "altLabel" : [ "Alberto, Magno", "Albertus, Lauingensis", "Albert, le Grand", "Albertus, Colonus", "Albertus, Teutonicus", "Petrus, Theoctonicus", "Albert, von Bollstädt", "Albert, der Große", "Ps.-Albertus, Magnus", "Magnus, Albertus", "Albert, der Grosse", "Albertus, Grotus", "Albertus, Alemannus", "Albertus, Bolstadius", "Albertus Magnus", "Albertus, Parvus Lucius", "Albertus, de Colonia", "Bolstadius, Albertus", "Albert, the Great", "Petrus, Teutonicus", "Pseudo-Albertus, Magnus", "Albertus, de Bollstadt", "Albertus, de Lauging" ], "id" : "http://d-nb.info/gnd/118637649", - "label" : [ "http://d-nb.info/gnd", "Albertus, Magnus" ], + "label" : "Albertus, Magnus", "type" : [ "Person" ] }, "role" : [ { diff --git a/src/test/resources/output/json/00131/HT001310215.json b/src/test/resources/output/json/00131/HT001310215.json index af24e1785..e14966fd8 100644 --- a/src/test/resources/output/json/00131/HT001310215.json +++ b/src/test/resources/output/json/00131/HT001310215.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/177572388", - "label" : [ "SCHOLLE, ROGER H.", "http://d-nb.info/gnd" ], + "label" : "SCHOLLE, ROGER H.", "type" : [ "Person" ] }, "role" : [ { @@ -15,7 +15,7 @@ "agent" : { "altLabel" : [ "Dental Association", "ADA" ], "id" : "http://d-nb.info/gnd/37460-X", - "label" : [ "http://d-nb.info/gnd", "American Dental Association" ], + "label" : "American Dental Association", "type" : [ "CorporateBody" ] }, "role" : [ { diff --git a/src/test/resources/output/json/00167/TT001671747.json b/src/test/resources/output/json/00167/TT001671747.json index b1e3da3f4..08bfe128f 100644 --- a/src/test/resources/output/json/00167/TT001671747.json +++ b/src/test/resources/output/json/00167/TT001671747.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : "Mayr, A.", "id" : "http://d-nb.info/gnd/137082479", - "label" : [ "http://d-nb.info/gnd", "Mayr, Alois" ], + "label" : "Mayr, Alois", "type" : [ "Person" ] }, "role" : [ { @@ -16,7 +16,7 @@ "agent" : { "altLabel" : [ "Geographische Kommission für Westfalen", "Provinzialinstitut für Westfälische Landes- und Volksforschung" ], "id" : "http://d-nb.info/gnd/2056181-7", - "label" : [ "Provinzialinstitut für Westfälische Landes- und Volksforschung. Geographische Kommission für Westfalen", "http://d-nb.info/gnd" ], + "label" : "Provinzialinstitut für Westfälische Landes- und Volksforschung. Geographische Kommission für Westfalen", "type" : [ "CorporateBody" ] }, "role" : [ { @@ -168,11 +168,11 @@ "statementOfResponsibility" : "hrsg. durch den Landschaftsverband Westfalen-Lippe, Geographische Kommission für Westfalen. Atlasred., wiss. und kartograph. Betreuung: Alois Mayr ...", "subject" : [ { "id" : "http://d-nb.info/gnd/4065781-4", - "label" : [ "http://d-nb.info/gnd", "Westfalen" ], + "label" : "Westfalen", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4073972-7", - "label" : [ "http://d-nb.info/gnd", "Landeskunde" ], + "label" : "Landeskunde", "type" : [ "SubjectHeading" ] }, { "label" : "Atlas", diff --git a/src/test/resources/output/json/00172/TT001726537.json b/src/test/resources/output/json/00172/TT001726537.json index 2b50f909a..cfcd612b9 100644 --- a/src/test/resources/output/json/00172/TT001726537.json +++ b/src/test/resources/output/json/00172/TT001726537.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Maimbourg, Lewis", "Maimburgo, Luigi", "Romain, François", "Maimburgius, Ludovicus", "Maimbourg, ...", "Maimburg, Ludwig", "Maimburgus, Ludovicus" ], "id" : "http://d-nb.info/gnd/115541802", - "label" : [ "Maimbourg, Louis", "http://d-nb.info/gnd" ], + "label" : "Maimbourg, Louis", "type" : [ "Person" ] }, "role" : [ { diff --git a/src/test/resources/output/json/00189/HT001898812.json b/src/test/resources/output/json/00189/HT001898812.json index b510760fa..c7bc75cc0 100644 --- a/src/test/resources/output/json/00189/HT001898812.json +++ b/src/test/resources/output/json/00189/HT001898812.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/177005009", - "label" : [ "http://d-nb.info/gnd", "Piprek, Jan" ], + "label" : "Piprek, Jan", "type" : [ "Person" ] }, "role" : [ { @@ -15,7 +15,7 @@ "agent" : { "altLabel" : "Ippoldt, Juljusz", "id" : "http://d-nb.info/gnd/124515312", - "label" : [ "http://d-nb.info/gnd", "Ippoldt, Juliusz" ], + "label" : "Ippoldt, Juliusz", "type" : [ "Person" ] }, "role" : [ { @@ -319,14 +319,14 @@ "statementOfResponsibility" : "Jan Piprek ...", "subject" : [ { "id" : "http://d-nb.info/gnd/4120314-8", - "label" : [ "http://d-nb.info/gnd", "Polnisch" ], + "label" : "Polnisch", "type" : [ "SubjectHeading" ] }, { "label" : "Wörterbuch", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4113292-0", - "label" : [ "Deutsch", "http://d-nb.info/gnd" ], + "label" : "Deutsch", "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "Polnisch | Wörterbuch | Deutsch" ], diff --git a/src/test/resources/output/json/00223/TT002234459.json b/src/test/resources/output/json/00223/TT002234459.json index 4094385a7..23c76c745 100644 --- a/src/test/resources/output/json/00223/TT002234459.json +++ b/src/test/resources/output/json/00223/TT002234459.json @@ -100,11 +100,11 @@ } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4049787-2", - "label" : [ "http://d-nb.info/gnd", "Rhein-Lahn-Kreis" ], + "label" : "Rhein-Lahn-Kreis", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4114067-9", - "label" : [ "Jakobsweg", "http://d-nb.info/gnd" ], + "label" : "Jakobsweg", "type" : [ "PlaceOrGeographicName" ] }, { "label" : "Karte", diff --git a/src/test/resources/output/json/00223/TT002234858.json b/src/test/resources/output/json/00223/TT002234858.json index 20c3fadea..092d7b1ee 100644 --- a/src/test/resources/output/json/00223/TT002234858.json +++ b/src/test/resources/output/json/00223/TT002234858.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Oberste Landesplanungsbehörde", "Landespressestelle", "Landesplanungsbehörde", "Staatskanzlei", "Rheinland-Pfalz" ], "id" : "http://d-nb.info/gnd/2029758-0", - "label" : [ "http://d-nb.info/gnd", "Rheinland-Pfalz. Staatskanzlei" ], + "label" : "Rheinland-Pfalz. Staatskanzlei", "type" : [ "CorporateBody" ] }, "role" : [ { diff --git a/src/test/resources/output/json/00261/HT002619538.json b/src/test/resources/output/json/00261/HT002619538.json index 406ba623c..7c7a2723a 100644 --- a/src/test/resources/output/json/00261/HT002619538.json +++ b/src/test/resources/output/json/00261/HT002619538.json @@ -5,7 +5,7 @@ "agent" : { "altLabel" : [ "Ėkonomičeskaja Komissija dlja Evropy", "CEE", "Európai Gazdasági Bizottság", "ECE", "Vereinte Nationen", "Commission Economique pour l'Europe", "Wirtschaftskommission für Europa", "Economic Commission for Europe", "Evropejskaja Ėkonomičeskaja Komissija", "Wirtschaftsausschuss für Europa", "Europäische Wirtschaftskommission", "UNECE", "UN-ECE" ], "id" : "http://d-nb.info/gnd/2023669-4", - "label" : [ "Vereinte Nationen. Economic Commission for Europe", "http://d-nb.info/gnd" ], + "label" : "Vereinte Nationen. Economic Commission for Europe", "type" : [ "CorporateBody" ] }, "role" : [ { diff --git a/src/test/resources/output/json/00301/CT003012479.json b/src/test/resources/output/json/00301/CT003012479.json index 1f0e34612..1b4bd518c 100644 --- a/src/test/resources/output/json/00301/CT003012479.json +++ b/src/test/resources/output/json/00301/CT003012479.json @@ -5,7 +5,7 @@ "agent" : { "altLabel" : [ "Winter, Pietro", "Wintter, P.", "Winter, ...", "Winter, ..., Ritter von", "Winter, P.", "Winter, Peter", "Winter, J. P.", "Winter, Pietro de", "Winter, Pierre" ], "id" : "http://d-nb.info/gnd/119055716", - "label" : [ "Winter, Peter von", "http://d-nb.info/gnd" ], + "label" : "Winter, Peter von", "type" : [ "Person" ] }, "role" : [ { @@ -17,7 +17,7 @@ "agent" : { "altLabel" : [ "Pepoli, Alessandro", "Pepoli, Alessandro E." ], "id" : "http://d-nb.info/gnd/123633206", - "label" : [ "Pepoli, Alessandro Ercole", "http://d-nb.info/gnd" ], + "label" : "Pepoli, Alessandro Ercole", "type" : [ "Person" ] }, "role" : [ { @@ -29,7 +29,7 @@ "agent" : { "altLabel" : [ "Giesecke, Charles L.", "Gieseke, Carl Ludwig", "Giesecke, Carl Ludwig", "Metzler, Johann Georg von", "Giesecke, Charles", "Gieseke, Carl Ludwig von", "Mezler, Johann Georg Karl", "Giesecke, Johann George Carl Ludwig", "Mezler, Johann G.", "Giesecke, Karl Ludwig von", "Giesecke, ...", "Giesecke, Ludwig", "Giesecke, Charles Lewis", "Gieseke, Karl Ludwig", "Giesecke, Johann G.", "Gieseke, Charles Lewis", "Gieseke, Karl Ludwig von", "Giesecke, Carl L.", "Mezler, Johann Georg", "Giesecke, Joh. Georg Karl", "Metzler, Johann Georg Karl", "Metzler, Carl L.", "Giesecke, Johann Georg Karl", "Gieseke, Carl L.", "Metzler, Johann G.", "Giesecke, Carl", "Giesecke, J. G. K.", "Giesecke, Karl", "Gieseke, Karl L." ], "id" : "http://d-nb.info/gnd/116620153", - "label" : [ "Giesecke, Carl Ludwig von", "http://d-nb.info/gnd" ], + "label" : "Giesecke, Carl Ludwig von", "type" : [ "Person" ] }, "role" : [ { @@ -41,7 +41,7 @@ "agent" : { "altLabel" : "Bilau, ...", "id" : "http://d-nb.info/gnd/141927135", - "label" : [ "Bilau, Margarete", "http://d-nb.info/gnd" ], + "label" : "Bilau, Margarete", "type" : [ "Person" ] }, "role" : [ { @@ -52,7 +52,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/142027901", - "label" : [ "http://d-nb.info/gnd", "Fuchs, ..." ], + "label" : "Fuchs, ...", "type" : [ "Person" ] }, "role" : [ { @@ -64,7 +64,7 @@ "agent" : { "altLabel" : [ "Böhm, Wilhelmine", "Böhm, ..., die Jüngere", "Bilau, ..., Demoiselle" ], "id" : "http://d-nb.info/gnd/14216075X", - "label" : [ "Bilau, Wilhelmine", "http://d-nb.info/gnd" ], + "label" : "Bilau, Wilhelmine", "type" : [ "Person" ] }, "role" : [ { @@ -75,7 +75,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/118512536", - "label" : [ "http://d-nb.info/gnd", "Böhm, Marianne" ], + "label" : "Böhm, Marianne", "type" : [ "Person" ] }, "role" : [ { @@ -86,7 +86,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/1041277814", - "label" : [ "http://d-nb.info/gnd", "Kellermann, ..." ], + "label" : "Kellermann, ...", "type" : [ "Person" ] }, "role" : [ { @@ -97,7 +97,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/141834919", - "label" : [ "Dardenne, ...", "http://d-nb.info/gnd" ], + "label" : "Dardenne, ...", "type" : [ "Person" ] }, "role" : [ { @@ -108,7 +108,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/141889810", - "label" : [ "http://d-nb.info/gnd", "Krug, ..." ], + "label" : "Krug, ...", "type" : [ "Person" ] }, "role" : [ { @@ -119,7 +119,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/142061166", - "label" : [ "http://d-nb.info/gnd", "Annoni, ..." ], + "label" : "Annoni, ...", "type" : [ "Person" ] }, "role" : [ { @@ -131,7 +131,7 @@ "agent" : { "altLabel" : "Böhm, ..., der Jüngere", "id" : "http://d-nb.info/gnd/141891173", - "label" : [ "http://d-nb.info/gnd", "Böhm, Johann, der Jüngere" ], + "label" : "Böhm, Johann, der Jüngere", "type" : [ "Person" ] }, "role" : [ { @@ -142,7 +142,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/16068028-1", - "label" : [ "http://d-nb.info/gnd", "Deutsche Schauspieler-Gesellschaft (Düsseldorf)" ], + "label" : "Deutsche Schauspieler-Gesellschaft (Düsseldorf)", "type" : [ "CorporateBody" ] }, "role" : [ { diff --git a/src/test/resources/output/json/00305/TT003059252.json b/src/test/resources/output/json/00305/TT003059252.json index cee48c4df..51b3b527b 100644 --- a/src/test/resources/output/json/00305/TT003059252.json +++ b/src/test/resources/output/json/00305/TT003059252.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : "The Beatles", "id" : "http://d-nb.info/gnd/2005535-3", - "label" : [ "http://d-nb.info/gnd", "The Beatles" ], + "label" : "The Beatles", "type" : [ "CorporateBody" ] }, "role" : [ { @@ -16,7 +16,7 @@ "agent" : { "altLabel" : "The Beatles", "id" : "http://d-nb.info/gnd/2005535-3", - "label" : [ "http://d-nb.info/gnd", "The Beatles" ], + "label" : "The Beatles", "type" : [ "CorporateBody" ] }, "role" : [ { diff --git a/src/test/resources/output/json/00316/HT003160768.json b/src/test/resources/output/json/00316/HT003160768.json index 7b42a881d..b3e39cfbc 100644 --- a/src/test/resources/output/json/00316/HT003160768.json +++ b/src/test/resources/output/json/00316/HT003160768.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/2019209-5", - "label" : [ "http://d-nb.info/gnd", "Regierungsbezirk Münster, Westfalen" ], + "label" : "Regierungsbezirk Münster, Westfalen", "type" : [ "PlaceOrGeographicName" ] }, "role" : [ { @@ -139,11 +139,11 @@ } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4040613-1", - "label" : [ "Bezirk Münster (Westf)", "http://d-nb.info/gnd" ], + "label" : "Bezirk Münster (Westf)", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4034268-2", - "label" : [ "http://d-nb.info/gnd", "Landesplanung" ], + "label" : "Landesplanung", "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "Bezirk Münster (Westf) | Landesplanung (21)" ], diff --git a/src/test/resources/output/json/00438/HT004381366.json b/src/test/resources/output/json/00438/HT004381366.json index c1712a75b..18016ffa5 100644 --- a/src/test/resources/output/json/00438/HT004381366.json +++ b/src/test/resources/output/json/00438/HT004381366.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/2019209-5", - "label" : [ "http://d-nb.info/gnd", "Regierungsbezirk Münster, Westfalen" ], + "label" : "Regierungsbezirk Münster, Westfalen", "type" : [ "PlaceOrGeographicName" ] }, "role" : [ { @@ -120,19 +120,19 @@ } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4040619-2", - "label" : [ "Münsterland", "http://d-nb.info/gnd" ], + "label" : "Münsterland", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4306876-5", - "label" : [ "Regionalplan", "http://d-nb.info/gnd" ], + "label" : "Regionalplan", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4040613-1", - "label" : [ "Bezirk Münster (Westf)", "http://d-nb.info/gnd" ], + "label" : "Bezirk Münster (Westf)", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4034268-2", - "label" : [ "http://d-nb.info/gnd", "Landesplanung" ], + "label" : "Landesplanung", "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "Münsterland | Regionalplan | Bezirk Münster (Westf) | Landesplanung (21)" ], diff --git a/src/test/resources/output/json/00494/HT004944075.json b/src/test/resources/output/json/00494/HT004944075.json index 0bad9f3ec..c425e0e38 100644 --- a/src/test/resources/output/json/00494/HT004944075.json +++ b/src/test/resources/output/json/00494/HT004944075.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Ėkonomičeskaja Komissija dlja Evropy", "CEE", "Európai Gazdasági Bizottság", "United Nations", "ECE", "Commission Economique pour l'Europe", "Wirtschaftskommission für Europa", "Economic Commission for Europe", "Evropejskaja Ėkonomičeskaja Komissija", "Wirtschaftsausschuss für Europa", "Europäische Wirtschaftskommission", "UNECE", "UN-ECE" ], "id" : "http://d-nb.info/gnd/2023669-4", - "label" : [ "United Nations. Economic Commission for Europe", "http://d-nb.info/gnd" ], + "label" : "United Nations. Economic Commission for Europe", "type" : [ "CorporateBody" ] }, "role" : [ { diff --git a/src/test/resources/output/json/00507/HT005077920.json b/src/test/resources/output/json/00507/HT005077920.json index d132fcad4..9ace4cbc4 100644 --- a/src/test/resources/output/json/00507/HT005077920.json +++ b/src/test/resources/output/json/00507/HT005077920.json @@ -65,19 +65,19 @@ "shortTitle" : [ "Hist Technol", "HITEEB", "HITEE" ], "subject" : [ { "id" : "http://d-nb.info/gnd/4059205-4", - "label" : [ "Technik", "http://d-nb.info/gnd" ], + "label" : "Technik", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4020517-4", - "label" : [ "http://d-nb.info/gnd", "Geschichte" ], + "label" : "Geschichte", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4067488-5", - "label" : [ "Zeitschrift", "http://d-nb.info/gnd" ], + "label" : "Zeitschrift", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4059205-4", - "label" : [ "Technik", "http://d-nb.info/gnd" ], + "label" : "Technik", "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte", diff --git a/src/test/resources/output/json/00626/HT006266886.json b/src/test/resources/output/json/00626/HT006266886.json index 322509cb4..0dffb6883 100644 --- a/src/test/resources/output/json/00626/HT006266886.json +++ b/src/test/resources/output/json/00626/HT006266886.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Sica, Vittorio de", "DeSica, Vittorio" ], "id" : "http://d-nb.info/gnd/118677942", - "label" : [ "De Sica, Vittorio", "http://d-nb.info/gnd" ], + "label" : "De Sica, Vittorio", "type" : [ "Person" ] }, "role" : [ { @@ -16,7 +16,7 @@ "agent" : { "altLabel" : [ "Marchi, Giacomo", "Basani, G'org'o" ], "id" : "http://d-nb.info/gnd/118657496", - "label" : [ "Bassani, Giorgio", "http://d-nb.info/gnd" ], + "label" : "Bassani, Giorgio", "type" : [ "Person" ] }, "role" : [ { @@ -28,7 +28,7 @@ "agent" : { "altLabel" : "Varaigne, Dominique", "id" : "http://d-nb.info/gnd/143102893", - "label" : [ "http://d-nb.info/gnd", "Sanda, Dominique" ], + "label" : "Sanda, Dominique", "type" : [ "Person" ] }, "role" : [ { @@ -39,7 +39,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/141618302", - "label" : [ "Capolicchio, Lino", "http://d-nb.info/gnd" ], + "label" : "Capolicchio, Lino", "type" : [ "Person" ] }, "role" : [ { @@ -50,7 +50,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/141649429", - "label" : [ "http://d-nb.info/gnd", "Testi, Fabio" ], + "label" : "Testi, Fabio", "type" : [ "Person" ] }, "role" : [ { @@ -62,7 +62,7 @@ "agent" : { "altLabel" : "Steinberger, Helmut", "id" : "http://d-nb.info/gnd/120454874", - "label" : [ "http://d-nb.info/gnd", "Berger, Helmut" ], + "label" : "Berger, Helmut", "type" : [ "Person" ] }, "role" : [ { diff --git a/src/test/resources/output/json/00971/HT009719670.json b/src/test/resources/output/json/00971/HT009719670.json index 13b42d60e..a40ea5d41 100644 --- a/src/test/resources/output/json/00971/HT009719670.json +++ b/src/test/resources/output/json/00971/HT009719670.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : "Courtillon, J.", "id" : "http://d-nb.info/gnd/172026644", - "label" : [ "Courtillon, Janine", "http://d-nb.info/gnd" ], + "label" : "Courtillon, Janine", "type" : [ "Person" ] }, "role" : [ { @@ -16,7 +16,7 @@ "agent" : { "altLabel" : "Salins, G. D. de", "id" : "http://d-nb.info/gnd/133991210", - "label" : [ "http://d-nb.info/gnd", "Salins, Geneviève-Dominique de" ], + "label" : "Salins, Geneviève-Dominique de", "type" : [ "Person" ] }, "role" : [ { @@ -28,7 +28,7 @@ "agent" : { "altLabel" : [ "Scherer, Maurice Jean-Marie", "Scherer, Henri Joseph", "Schérer, Henri Maurice Joseph", "Schérer, Maurice Henri Joseph", "Schérer, Jean-Marie Maurice", "Scherer, Maurice", "Cordier, Gilbert" ], "id" : "http://d-nb.info/gnd/11860225X", - "label" : [ "http://d-nb.info/gnd", "Rohmer, Eric" ], + "label" : "Rohmer, Eric", "type" : [ "Person" ] }, "role" : [ { diff --git a/src/test/resources/output/json/01066/HT010662586.json b/src/test/resources/output/json/01066/HT010662586.json index 648663954..9cf1f0770 100644 --- a/src/test/resources/output/json/01066/HT010662586.json +++ b/src/test/resources/output/json/01066/HT010662586.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Wedgwood, Cicely Veronica", "Wedgwood, Veronica", "C.", "Wedgwood, C. V." ], "id" : "http://d-nb.info/gnd/118839055", - "label" : [ "http://d-nb.info/gnd", "Wedgwood, Cicely V." ], + "label" : "Wedgwood, Cicely V.", "type" : [ "Person" ] }, "role" : [ { diff --git a/src/test/resources/output/json/01072/HT010726584.json b/src/test/resources/output/json/01072/HT010726584.json index 4333c7093..86f02ebf5 100644 --- a/src/test/resources/output/json/01072/HT010726584.json +++ b/src/test/resources/output/json/01072/HT010726584.json @@ -483,15 +483,15 @@ "statementOfResponsibility" : "publ. by the American Institute of Physics", "subject" : [ { "id" : "http://d-nb.info/gnd/4046259-6", - "label" : [ "http://d-nb.info/gnd", "Plasmaphysik" ], + "label" : "Plasmaphysik", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4067488-5", - "label" : [ "Zeitschrift", "http://d-nb.info/gnd" ], + "label" : "Zeitschrift", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4511937-5", - "label" : [ "Online-Publikation", "http://d-nb.info/gnd" ], + "label" : "Online-Publikation", "type" : [ "SubjectHeading" ] }, { "id" : "http://dewey.info/class/530/", diff --git a/src/test/resources/output/json/01223/HT012237361.json b/src/test/resources/output/json/01223/HT012237361.json index b11107a86..6c160b998 100644 --- a/src/test/resources/output/json/01223/HT012237361.json +++ b/src/test/resources/output/json/01223/HT012237361.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Statistisches Landesamt Rheinland-Pfalz", "Statistisches Landesamt" ], "id" : "http://d-nb.info/gnd/36467-8", - "label" : [ "Rheinland-Pfalz. Statistisches Landesamt", "http://d-nb.info/gnd" ], + "label" : "Rheinland-Pfalz. Statistisches Landesamt", "type" : [ "CorporateBody" ] }, "role" : [ { diff --git a/src/test/resources/output/json/01289/HT012895751.json b/src/test/resources/output/json/01289/HT012895751.json index 9343c80d2..68068d4e6 100644 --- a/src/test/resources/output/json/01289/HT012895751.json +++ b/src/test/resources/output/json/01289/HT012895751.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/2037247-4", - "label" : [ "Main-Kinzig-Kreis", "http://d-nb.info/gnd" ], + "label" : "Main-Kinzig-Kreis", "type" : [ "PlaceOrGeographicName" ] }, "role" : [ { @@ -69,11 +69,11 @@ } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4037117-7", - "label" : [ "Main-Kinzig-Kreis", "http://d-nb.info/gnd" ], + "label" : "Main-Kinzig-Kreis", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4127794-6", - "label" : [ "http://d-nb.info/gnd", "Heimatkunde" ], + "label" : "Heimatkunde", "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "Main-Kinzig-Kreis | Heimatkunde" ], diff --git a/src/test/resources/output/json/01292/HT012926727.json b/src/test/resources/output/json/01292/HT012926727.json index 1bacc2bcf..8ae3bf72d 100644 --- a/src/test/resources/output/json/01292/HT012926727.json +++ b/src/test/resources/output/json/01292/HT012926727.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : "Müller, L.", "id" : "http://d-nb.info/gnd/1031919368", - "label" : [ "Müller, Leonhard", "http://d-nb.info/gnd" ], + "label" : "Müller, Leonhard", "type" : [ "Person" ] }, "role" : [ { @@ -569,11 +569,11 @@ "statementOfResponsibility" : "Leonhard Müller", "subject" : [ { "id" : "http://d-nb.info/gnd/4011882-4", - "label" : [ "Deutschland", "http://d-nb.info/gnd" ], + "label" : "Deutschland", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4014228-0", - "label" : [ "http://d-nb.info/gnd", "Elektrizitätswirtschaft" ], + "label" : "Elektrizitätswirtschaft", "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "Deutschland | Elektrizitätswirtschaft (21)" ], diff --git a/src/test/resources/output/json/01307/HT013077595.json b/src/test/resources/output/json/01307/HT013077595.json index dfa933ac5..3c1f16406 100644 --- a/src/test/resources/output/json/01307/HT013077595.json +++ b/src/test/resources/output/json/01307/HT013077595.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/11079267X", - "label" : [ "http://d-nb.info/gnd", "Balke, Kirsten" ], + "label" : "Balke, Kirsten", "type" : [ "Person" ] }, "role" : [ { @@ -19,7 +19,7 @@ "agent" : { "altLabel" : "Boer, Hans Peter", "id" : "http://d-nb.info/gnd/109490312", - "label" : [ "Boer, Hans-Peter", "http://d-nb.info/gnd" ], + "label" : "Boer, Hans-Peter", "type" : [ "Person" ] }, "role" : [ { @@ -30,7 +30,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/128755-2", - "label" : [ "Kreisheimatverein (Coesfeld)", "http://d-nb.info/gnd" ], + "label" : "Kreisheimatverein (Coesfeld)", "type" : [ "CorporateBody" ] }, "role" : [ { @@ -127,22 +127,22 @@ } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4010355-9", - "label" : [ "Coesfeld", "http://d-nb.info/gnd" ], + "label" : "Coesfeld", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4024116-6", - "label" : [ "http://d-nb.info/gnd", "Heimatkundeunterricht" ], + "label" : "Heimatkundeunterricht", "type" : [ "SubjectHeading" ] }, { "label" : "Lehrmittel", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4010356-0", - "label" : [ "http://d-nb.info/gnd", "Kreis Coesfeld" ], + "label" : "Kreis Coesfeld", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4024116-6", - "label" : [ "http://d-nb.info/gnd", "Heimatkundeunterricht" ], + "label" : "Heimatkundeunterricht", "type" : [ "SubjectHeading" ] }, { "label" : "Lehrmittel", diff --git a/src/test/resources/output/json/01330/HT013304490.json b/src/test/resources/output/json/01330/HT013304490.json index a2b4eca39..de0f38abf 100644 --- a/src/test/resources/output/json/01330/HT013304490.json +++ b/src/test/resources/output/json/01330/HT013304490.json @@ -86,11 +86,11 @@ } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4052945-9", - "label" : [ "http://d-nb.info/gnd", "Schmuck" ], + "label" : "Schmuck", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4067488-5", - "label" : [ "Zeitschrift", "http://d-nb.info/gnd" ], + "label" : "Zeitschrift", "type" : [ "SubjectHeading" ] }, { "id" : "http://dewey.info/class/050/", diff --git a/src/test/resources/output/json/01357/HT013577568.json b/src/test/resources/output/json/01357/HT013577568.json index b22daf260..d02647f2a 100644 --- a/src/test/resources/output/json/01357/HT013577568.json +++ b/src/test/resources/output/json/01357/HT013577568.json @@ -12,7 +12,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/108092704", - "label" : [ "http://d-nb.info/gnd", "Heinrichs, Johannes" ], + "label" : "Heinrichs, Johannes", "type" : [ "Person" ] }, "role" : [ { @@ -64,34 +64,34 @@ "statementOfResponsibility" : "von Johannes Heinrichs", "subject" : [ { "id" : "http://d-nb.info/gnd/4049788-4", - "label" : [ "http://d-nb.info/gnd", "Rheinland" ], + "label" : "Rheinland", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4076769-3", - "label" : [ "Römerzeit", "http://d-nb.info/gnd" ], + "label" : "Römerzeit", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4020378-5", - "label" : [ "Germanen", "http://d-nb.info/gnd" ], + "label" : "Germanen", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4040629-5", - "label" : [ "http://d-nb.info/gnd", "Münze" ], + "label" : "Münze", "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte 71 v. Chr.-70 v. Chr", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4049788-4", - "label" : [ "http://d-nb.info/gnd", "Rheinland" ], + "label" : "Rheinland", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4076769-3", - "label" : [ "Römerzeit", "http://d-nb.info/gnd" ], + "label" : "Römerzeit", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4126078-8", - "label" : [ "http://d-nb.info/gnd", "Münzfund" ], + "label" : "Münzfund", "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte 71 v. Chr.-70 v. Chr", diff --git a/src/test/resources/output/json/01391/HT013911008.json b/src/test/resources/output/json/01391/HT013911008.json index b7bdc3c5b..ee020835e 100644 --- a/src/test/resources/output/json/01391/HT013911008.json +++ b/src/test/resources/output/json/01391/HT013911008.json @@ -63,7 +63,7 @@ } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4050698-8", - "label" : [ "Rothenburg ob der Tauber", "http://d-nb.info/gnd" ], + "label" : "Rothenburg ob der Tauber", "type" : [ "PlaceOrGeographicName" ] }, { "label" : "CD-ROM", diff --git a/src/test/resources/output/json/01401/HT014015351.json b/src/test/resources/output/json/01401/HT014015351.json index cf4354a39..2a8335756 100644 --- a/src/test/resources/output/json/01401/HT014015351.json +++ b/src/test/resources/output/json/01401/HT014015351.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/129016713", - "label" : [ "Fehrmann, Gisela", "http://d-nb.info/gnd" ], + "label" : "Fehrmann, Gisela", "type" : [ "Person" ] }, "role" : [ { @@ -14,7 +14,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/136788548", - "label" : [ "Jäger, Ludwig", "http://d-nb.info/gnd" ], + "label" : "Jäger, Ludwig", "type" : [ "Person" ] }, "role" : [ { @@ -201,11 +201,11 @@ "statementOfResponsibility" : "hrsg. von Gisela Fehrmann ...", "subject" : [ { "id" : "http://d-nb.info/gnd/4604932-0", - "label" : [ "http://d-nb.info/gnd", "Abbild" ], + "label" : "Abbild", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4184194-3", - "label" : [ "Symbolik", "http://d-nb.info/gnd" ], + "label" : "Symbolik", "type" : [ "SubjectHeading" ] }, { "label" : "Aufsatzsammlung", diff --git a/src/test/resources/output/json/01404/HT014046679.json b/src/test/resources/output/json/01404/HT014046679.json index 818008662..6f89b1c4e 100644 --- a/src/test/resources/output/json/01404/HT014046679.json +++ b/src/test/resources/output/json/01404/HT014046679.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/183839064", - "label" : [ "http://d-nb.info/gnd", "Herrenbrück, Erika" ], + "label" : "Herrenbrück, Erika", "type" : [ "Person" ] }, "role" : [ { @@ -14,7 +14,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/175894612", - "label" : [ "Hoefler, Angelika", "http://d-nb.info/gnd" ], + "label" : "Hoefler, Angelika", "type" : [ "Person" ] }, "role" : [ { @@ -26,7 +26,7 @@ "agent" : { "altLabel" : "Amt für Jugendarbeit", "id" : "http://d-nb.info/gnd/2095440-2", - "label" : [ "http://d-nb.info/gnd", "Evangelische Kirche von Westfalen. Amt für Jugendarbeit" ], + "label" : "Evangelische Kirche von Westfalen. Amt für Jugendarbeit", "type" : [ "CorporateBody" ] }, "role" : [ { diff --git a/src/test/resources/output/json/01421/HT014215912.json b/src/test/resources/output/json/01421/HT014215912.json index a346feccb..830165307 100644 --- a/src/test/resources/output/json/01421/HT014215912.json +++ b/src/test/resources/output/json/01421/HT014215912.json @@ -12,7 +12,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/121815684", - "label" : [ "http://d-nb.info/gnd", "Lüken, Sven" ], + "label" : "Lüken, Sven", "type" : [ "Person" ] }, "role" : [ { @@ -65,11 +65,11 @@ "dateOfBirth" : "747", "dateOfDeath" : "814", "id" : "http://d-nb.info/gnd/118560034", - "label" : [ "http://d-nb.info/gnd", "Karl, I., Heiliges Römisches Reich, Kaiser" ], + "label" : "Karl, I., Heiliges Römisches Reich, Kaiser", "type" : [ "Person" ] }, { "id" : "http://d-nb.info/gnd/4159648-1", - "label" : [ "Herrscherbild", "http://d-nb.info/gnd" ], + "label" : "Herrscherbild", "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte", diff --git a/src/test/resources/output/json/01431/HT014319164.json b/src/test/resources/output/json/01431/HT014319164.json index 4b3a079d7..ed6dc4528 100644 --- a/src/test/resources/output/json/01431/HT014319164.json +++ b/src/test/resources/output/json/01431/HT014319164.json @@ -8,7 +8,7 @@ "agent" : { "dateOfBirth" : "1948", "id" : "http://d-nb.info/gnd/133595935", - "label" : [ "Reinarz, Titus", "http://d-nb.info/gnd" ], + "label" : "Reinarz, Titus", "type" : [ "Person" ] }, "role" : [ { @@ -19,7 +19,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/159865794", - "label" : [ "http://d-nb.info/gnd", "Adenauer, Konrad" ], + "label" : "Adenauer, Konrad", "type" : [ "Person" ] }, "role" : [ { @@ -109,11 +109,11 @@ "subject" : [ { "dateOfBirth" : "1948", "id" : "http://d-nb.info/gnd/133595935", - "label" : [ "Reinarz, Titus", "http://d-nb.info/gnd" ], + "label" : "Reinarz, Titus", "type" : [ "Person" ] }, { "id" : "http://d-nb.info/gnd/4046277-8", - "label" : [ "Plastik", "http://d-nb.info/gnd" ], + "label" : "Plastik", "type" : [ "SubjectHeading" ] }, { "label" : "Bildband", diff --git a/src/test/resources/output/json/01452/HT014525099.json b/src/test/resources/output/json/01452/HT014525099.json index 141258812..cdbb79a5a 100644 --- a/src/test/resources/output/json/01452/HT014525099.json +++ b/src/test/resources/output/json/01452/HT014525099.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Bach, Johannes S.", "Bach, Johann S.", "Bach, ...", "Bach, Sebastian", "Bach, Joh.-Seb.", "Bach, Jean-Sebastien", "Bach, Joh. Sebastian", "Bach, Jean S.", "Bach, Iogann Sebastʹjan", "Bach, Giovanni Sebastiano", "Bach, J. S.", "Bach, Jan Sebastian", "Bach, Joh. Seb.", "Bach, Joh. Sebas.", "Bach, Johann Seb.", "Bach, Johann-Sebastian", "Bach, G. S.", "Bach, Jean-Sébastien", "Bach, Joh. Sebast.", "Bach, Johannes Sebastian" ], "id" : "http://d-nb.info/gnd/11850553X", - "label" : [ "Bach, Johann Sebastian", "http://d-nb.info/gnd" ], + "label" : "Bach, Johann Sebastian", "type" : [ "Person" ] }, "role" : [ { @@ -16,7 +16,7 @@ "agent" : { "altLabel" : "Ože, Arlen", "id" : "http://d-nb.info/gnd/129389641", - "label" : [ "http://d-nb.info/gnd", "Augér, Arleen" ], + "label" : "Augér, Arleen", "type" : [ "Person" ] }, "role" : [ { @@ -27,7 +27,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/128992204", - "label" : [ "http://d-nb.info/gnd", "Wenkel, Ortrun" ], + "label" : "Wenkel, Ortrun", "type" : [ "Person" ] }, "role" : [ { @@ -39,7 +39,7 @@ "agent" : { "altLabel" : [ "Shuraiya, Pētā", "Šrajer, Peter", "Schreier, P." ], "id" : "http://d-nb.info/gnd/118610724", - "label" : [ "http://d-nb.info/gnd", "Schreier, Peter" ], + "label" : "Schreier, Peter", "type" : [ "Person" ] }, "role" : [ { @@ -51,7 +51,7 @@ "agent" : { "altLabel" : "Adam, Theo Siegfried", "id" : "http://d-nb.info/gnd/118500546", - "label" : [ "http://d-nb.info/gnd", "Adam, Theo" ], + "label" : "Adam, Theo", "type" : [ "Person" ] }, "role" : [ { @@ -63,7 +63,7 @@ "agent" : { "altLabel" : [ "Rotzsch, Hans Joachim", "Rotzsch, Hans J." ], "id" : "http://d-nb.info/gnd/118867539", - "label" : [ "Rotzsch, Hans-Joachim", "http://d-nb.info/gnd" ], + "label" : "Rotzsch, Hans-Joachim", "type" : [ "Person" ] }, "role" : [ { @@ -75,7 +75,7 @@ "agent" : { "altLabel" : [ "Thomaner Chor", "Thomaner" ], "id" : "http://d-nb.info/gnd/1212749-8", - "label" : [ "Thomanerchor (Leipzig)", "http://d-nb.info/gnd" ], + "label" : "Thomanerchor (Leipzig)", "type" : [ "CorporateBody" ] }, "role" : [ { @@ -87,7 +87,7 @@ "agent" : { "altLabel" : [ "Neues Bach'sches Collegium Musicum", "New Leipzig Bach Collegium Musicum" ], "id" : "http://d-nb.info/gnd/806366-7", - "label" : [ "Neues Bachisches Collegium Musicum (Leipzig)", "http://d-nb.info/gnd" ], + "label" : "Neues Bachisches Collegium Musicum (Leipzig)", "type" : [ "CorporateBody" ] }, "role" : [ { diff --git a/src/test/resources/output/json/01499/HT014997977.json b/src/test/resources/output/json/01499/HT014997977.json index 94af6c4c4..5d4e557b5 100644 --- a/src/test/resources/output/json/01499/HT014997977.json +++ b/src/test/resources/output/json/01499/HT014997977.json @@ -10,7 +10,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/3062366-2", - "label" : [ "Arbeitskreis Straßenbauabfälle Rheinland-Pfalz", "http://d-nb.info/gnd" ], + "label" : "Arbeitskreis Straßenbauabfälle Rheinland-Pfalz", "type" : [ "CorporateBody" ] }, "role" : [ { @@ -22,7 +22,7 @@ "agent" : { "altLabel" : [ "Landesbetrieb Straßen und Verkehr RP", "LSV" ], "id" : "http://d-nb.info/gnd/10048424-4", - "label" : [ "http://d-nb.info/gnd", "Landesbetrieb Straßen und Verkehr Rheinland-Pfalz (Koblenz)" ], + "label" : "Landesbetrieb Straßen und Verkehr Rheinland-Pfalz (Koblenz)", "type" : [ "CorporateBody" ] }, "role" : [ { @@ -34,7 +34,7 @@ "agent" : { "altLabel" : [ "Landesamt für Umwelt und Gewerbeaufsicht", "LfUG", "Rheinland-Pfalz", "Landesamt für Umweltschutz und Gewerbeaufsicht" ], "id" : "http://d-nb.info/gnd/2092393-4", - "label" : [ "http://d-nb.info/gnd", "Rheinland-Pfalz (Koblenz). Landesamt für Umweltschutz und Gewerbeaufsicht" ], + "label" : "Rheinland-Pfalz (Koblenz). Landesamt für Umweltschutz und Gewerbeaufsicht", "type" : [ "CorporateBody" ] }, "role" : [ { diff --git a/src/test/resources/output/json/01508/HT015082724.json b/src/test/resources/output/json/01508/HT015082724.json index 5bddf7d79..5fcf2eb42 100644 --- a/src/test/resources/output/json/01508/HT015082724.json +++ b/src/test/resources/output/json/01508/HT015082724.json @@ -53,7 +53,7 @@ } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4042203-3", - "label" : [ "Niederlande", "http://d-nb.info/gnd" ], + "label" : "Niederlande", "type" : [ "PlaceOrGeographicName" ] }, { "label" : "Geschichte", diff --git a/src/test/resources/output/json/01518/HT015183529.json b/src/test/resources/output/json/01518/HT015183529.json index 803804d45..7d78511c5 100644 --- a/src/test/resources/output/json/01518/HT015183529.json +++ b/src/test/resources/output/json/01518/HT015183529.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Scott-Fitzgerald, Francis", "Scott Fitzgerald, F.", "Fitzgerald, Francis S.", "Fitzgerald, F. Scott", "Fitzgerald, Scott F.", "Ficdžeralds, Skots Frānsiss", "Fitzgerald, Francis Scott Key", "Fitzgerald, Scott", "Scott Fitzgerald, Francis", "Fitzgerald, F. S." ], "id" : "http://d-nb.info/gnd/118533592", - "label" : [ "http://d-nb.info/gnd", "Fitzgerald, Francis Scott" ], + "label" : "Fitzgerald, Francis Scott", "type" : [ "Person" ] }, "role" : [ { @@ -16,7 +16,7 @@ "agent" : { "altLabel" : "Bruccoli, Matthew J.", "id" : "http://d-nb.info/gnd/119468476", - "label" : [ "http://d-nb.info/gnd", "Bruccoli, Matthew Joseph" ], + "label" : "Bruccoli, Matthew Joseph", "type" : [ "Person" ] }, "role" : [ { diff --git a/src/test/resources/output/json/01541/HT015414894.json b/src/test/resources/output/json/01541/HT015414894.json index 280e3019a..a153a88a5 100644 --- a/src/test/resources/output/json/01541/HT015414894.json +++ b/src/test/resources/output/json/01541/HT015414894.json @@ -8,7 +8,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/122021878", - "label" : [ "Werthes, Sascha", "http://d-nb.info/gnd" ], + "label" : "Werthes, Sascha", "type" : [ "Person" ] }, "role" : [ { @@ -19,7 +19,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/186186193", - "label" : [ "Kim, Richard", "http://d-nb.info/gnd" ], + "label" : "Kim, Richard", "type" : [ "Person" ] }, "role" : [ { @@ -30,7 +30,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/11075851X", - "label" : [ "http://d-nb.info/gnd", "Conrad, Christoph" ], + "label" : "Conrad, Christoph", "type" : [ "Person" ] }, "role" : [ { diff --git a/src/test/resources/output/json/01544/HT015440386.json b/src/test/resources/output/json/01544/HT015440386.json index c6165bc12..729d7e9f8 100644 --- a/src/test/resources/output/json/01544/HT015440386.json +++ b/src/test/resources/output/json/01544/HT015440386.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : "König, R.", "id" : "http://d-nb.info/gnd/111614597", - "label" : [ "http://d-nb.info/gnd", "König, Ralf" ], + "label" : "König, Ralf", "type" : [ "Person" ] }, "role" : [ { @@ -86,15 +86,15 @@ "subject" : [ { "dateOfBirth" : "1960", "id" : "http://d-nb.info/gnd/119411970", - "label" : [ "http://d-nb.info/gnd", "König, Ralf" ], + "label" : "König, Ralf", "type" : [ "Person" ] }, { "id" : "http://d-nb.info/gnd/4010427-8", - "label" : [ "http://d-nb.info/gnd", "Comic" ], + "label" : "Comic", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4145395-5", - "label" : [ "Bildband", "http://d-nb.info/gnd" ], + "label" : "Bildband", "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "König, Ralf (1960-) | Comic | Bildband" ], diff --git a/src/test/resources/output/json/01545/HT015455455.json b/src/test/resources/output/json/01545/HT015455455.json index 147e88d00..f2e103fe3 100644 --- a/src/test/resources/output/json/01545/HT015455455.json +++ b/src/test/resources/output/json/01545/HT015455455.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/124897274", - "label" : [ "Pfundner, Martin", "http://d-nb.info/gnd" ], + "label" : "Pfundner, Martin", "type" : [ "Person" ] }, "role" : [ { @@ -84,43 +84,43 @@ "statementOfResponsibility" : "Martin Pfundner", "subject" : [ { "id" : "http://d-nb.info/gnd/2101246-5", - "label" : [ "Austro-Daimler-Puchwerke", "http://d-nb.info/gnd" ], + "label" : "Austro-Daimler-Puchwerke", "type" : [ "CorporateBody" ] }, { "dateOfBirth" : "1875", "dateOfDeath" : "1951", "id" : "http://d-nb.info/gnd/118595881", - "label" : [ "Porsche, Ferdinand", "http://d-nb.info/gnd" ], + "label" : "Porsche, Ferdinand", "type" : [ "Person" ] }, { "id" : "http://d-nb.info/gnd/4207786-2", - "label" : [ "Steyr-Daimler-Puch AG", "http://d-nb.info/gnd" ], + "label" : "Steyr-Daimler-Puch AG", "type" : [ "CorporateBody" ] }, { "label" : "Geschichte", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/2101246-5", - "label" : [ "Austro-Daimler-Puchwerke", "http://d-nb.info/gnd" ], + "label" : "Austro-Daimler-Puchwerke", "type" : [ "CorporateBody" ] }, { "id" : "http://d-nb.info/gnd/4003988-2", - "label" : [ "Automobilsport", "http://d-nb.info/gnd" ], + "label" : "Automobilsport", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4207786-2", - "label" : [ "Steyr-Daimler-Puch AG", "http://d-nb.info/gnd" ], + "label" : "Steyr-Daimler-Puch AG", "type" : [ "CorporateBody" ] }, { "label" : "Geschichte", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4443675-0", - "label" : [ "http://d-nb.info/gnd", "Daimler, Marke" ], + "label" : "Daimler, Marke", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4073757-3", - "label" : [ "http://d-nb.info/gnd", "Kraftfahrzeug" ], + "label" : "Kraftfahrzeug", "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte 1918-1940", @@ -130,11 +130,11 @@ "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4576855-9", - "label" : [ "http://d-nb.info/gnd", "Steyr, Marke" ], + "label" : "Steyr, Marke", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4073757-3", - "label" : [ "http://d-nb.info/gnd", "Kraftfahrzeug" ], + "label" : "Kraftfahrzeug", "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte 1920-1945", diff --git a/src/test/resources/output/json/01586/HT015865114.json b/src/test/resources/output/json/01586/HT015865114.json index 826a7f3d6..3a1e4fb51 100644 --- a/src/test/resources/output/json/01586/HT015865114.json +++ b/src/test/resources/output/json/01586/HT015865114.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/105667129", - "label" : [ "Weber, Jürgen", "http://d-nb.info/gnd" ], + "label" : "Weber, Jürgen", "type" : [ "Person" ] }, "role" : [ { @@ -127,7 +127,7 @@ "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4020533-2", - "label" : [ "Geschichtsunterricht", "http://d-nb.info/gnd" ], + "label" : "Geschichtsunterricht", "type" : [ "SubjectHeading" ] }, { "label" : "Schulbuch", diff --git a/src/test/resources/output/json/01589/HT015891797.json b/src/test/resources/output/json/01589/HT015891797.json index ffe76f02c..b563ee527 100644 --- a/src/test/resources/output/json/01589/HT015891797.json +++ b/src/test/resources/output/json/01589/HT015891797.json @@ -10,7 +10,7 @@ "dateOfBirth" : "1876", "dateOfDeath" : "1967", "id" : "http://d-nb.info/gnd/11850066X", - "label" : [ "http://d-nb.info/gnd", "Adenauer, Konrad" ], + "label" : "Adenauer, Konrad", "type" : [ "Person" ] }, "role" : [ { @@ -21,7 +21,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/109702662", - "label" : [ "http://d-nb.info/gnd", "Mensing, Hans Peter" ], + "label" : "Mensing, Hans Peter", "type" : [ "Person" ] }, "role" : [ { @@ -234,7 +234,7 @@ "dateOfBirth" : "1876", "dateOfDeath" : "1967", "id" : "http://d-nb.info/gnd/11850066X", - "label" : [ "http://d-nb.info/gnd", "Adenauer, Konrad" ], + "label" : "Adenauer, Konrad", "type" : [ "Person" ] }, { "label" : "Geschichte 1963-1967", diff --git a/src/test/resources/output/json/01613/HT016135351.json b/src/test/resources/output/json/01613/HT016135351.json index f0666dca0..e02545d27 100644 --- a/src/test/resources/output/json/01613/HT016135351.json +++ b/src/test/resources/output/json/01613/HT016135351.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/186931808", - "label" : [ "Buchmann, Helmut", "http://d-nb.info/gnd" ], + "label" : "Buchmann, Helmut", "type" : [ "Person" ] }, "role" : [ { @@ -72,7 +72,7 @@ "statementOfResponsibility" : "[Hemut Buchmann", "subject" : [ { "id" : "http://d-nb.info/gnd/7684863-2", - "label" : [ "Lutter-Wassermühle Roberg, Harsewinkel", "http://d-nb.info/gnd" ], + "label" : "Lutter-Wassermühle Roberg, Harsewinkel", "type" : [ "PlaceOrGeographicName" ] }, { "label" : "Bildband", diff --git a/src/test/resources/output/json/01638/HT016382441.json b/src/test/resources/output/json/01638/HT016382441.json index b100bac12..4ceacea87 100644 --- a/src/test/resources/output/json/01638/HT016382441.json +++ b/src/test/resources/output/json/01638/HT016382441.json @@ -5,7 +5,7 @@ "agent" : { "altLabel" : "Blum, Richard Kenneth", "id" : "http://d-nb.info/gnd/14320713X", - "label" : [ "http://d-nb.info/gnd", "Blum, Richard" ], + "label" : "Blum, Richard", "type" : [ "Person" ] }, "role" : [ { @@ -362,7 +362,7 @@ "statementOfResponsibility" : "Richard Blum", "subject" : [ { "id" : "http://d-nb.info/gnd/4337730-0", - "label" : [ "LINUX", "http://d-nb.info/gnd" ], + "label" : "LINUX", "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "LINUX" ], diff --git a/src/test/resources/output/json/01654/HT016545462.json b/src/test/resources/output/json/01654/HT016545462.json index 159d66c7d..d5ce6e46f 100644 --- a/src/test/resources/output/json/01654/HT016545462.json +++ b/src/test/resources/output/json/01654/HT016545462.json @@ -43,15 +43,15 @@ } ], "subject" : [ { "id" : "http://d-nb.info/gnd/4042552-6", - "label" : [ "http://d-nb.info/gnd", "Nordkirchen" ], + "label" : "Nordkirchen", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4156127-2", - "label" : [ "Gebäude", "http://d-nb.info/gnd" ], + "label" : "Gebäude", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4151183-9", - "label" : [ "Eigentümer", "http://d-nb.info/gnd" ], + "label" : "Eigentümer", "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte 1805-2000", diff --git a/src/test/resources/output/json/01660/HT016604323.json b/src/test/resources/output/json/01660/HT016604323.json index 201d3ef14..d5c2749a8 100644 --- a/src/test/resources/output/json/01660/HT016604323.json +++ b/src/test/resources/output/json/01660/HT016604323.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/16090142-X", - "label" : [ "http://d-nb.info/gnd", "PsychiatrieVerbund Westfalen. Beschwerdekommission" ], + "label" : "PsychiatrieVerbund Westfalen. Beschwerdekommission", "type" : [ "CorporateBody" ] }, "role" : [ { @@ -19,7 +19,7 @@ "agent" : { "altLabel" : [ "Landesdirektor", "LWL-Abteilung für Krankenhäuser und Gesundheitswesen", "LWL-Kulturabteilung", "Landeshaus", "Westfalen-Lippe", "Landschaftsversammlung", "Westfälische Landesversammlung" ], "id" : "http://d-nb.info/gnd/4065786-3", - "label" : [ "http://d-nb.info/gnd", "Westfalen-Lippe" ], + "label" : "Westfalen-Lippe", "type" : [ "CorporateBody" ] }, "role" : [ { @@ -87,7 +87,7 @@ "statementOfResponsibility" : "Hrsg.: Landschaftsverband Westfalen-Lippe, LWL-Abteilung für Krankenhäuser und Gesundheitswesen, LWL-PsychiatrieVerbund Westfalen", "subject" : [ { "id" : "http://d-nb.info/gnd/16090142-X", - "label" : [ "http://d-nb.info/gnd", "PsychiatrieVerbund Westfalen. Beschwerdekommission" ], + "label" : "PsychiatrieVerbund Westfalen. Beschwerdekommission", "type" : [ "CorporateBody" ] }, { "label" : "Bericht", diff --git a/src/test/resources/output/json/01660/HT016608165.json b/src/test/resources/output/json/01660/HT016608165.json index 16a1fc577..0ccd24520 100644 --- a/src/test/resources/output/json/01660/HT016608165.json +++ b/src/test/resources/output/json/01660/HT016608165.json @@ -9,7 +9,7 @@ "agent" : { "altLabel" : [ "Debussy, Claude-Achille", "Debussy, Achille-Claude", "Debussy, ...", "Debussy, Claude Achille", "Debussy, C. A.", "Debussy, Claudio", "Debussy, Achille", "Debussy, C.", "Debjussi, Klod", "Debussy, Claude A.", "Debussy, Claude Achill" ], "id" : "http://d-nb.info/gnd/118524186", - "label" : [ "Debussy, Claude", "http://d-nb.info/gnd" ], + "label" : "Debussy, Claude", "type" : [ "Person" ] }, "role" : [ { @@ -20,7 +20,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/130290637", - "label" : [ "Mesplé, Mady", "http://d-nb.info/gnd" ], + "label" : "Mesplé, Mady", "type" : [ "Person" ] }, "role" : [ { @@ -31,7 +31,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/124362869", - "label" : [ "http://d-nb.info/gnd", "Baldwin, Dalton" ], + "label" : "Baldwin, Dalton", "type" : [ "Person" ] }, "role" : [ { @@ -43,7 +43,7 @@ "agent" : { "altLabel" : [ "Follain de Banville, Théodore", "Banville, Théodore Follain de", "Banville, Teodoro de", "Banville, Th. de", "Banville, Théodore" ], "id" : "http://d-nb.info/gnd/119080389", - "label" : [ "Banville, Théodore de", "http://d-nb.info/gnd" ], + "label" : "Banville, Théodore de", "type" : [ "Person" ] }, "role" : [ { diff --git a/src/test/resources/output/json/01746/HT017468042.json b/src/test/resources/output/json/01746/HT017468042.json index 1684fb9c0..8488a90a5 100644 --- a/src/test/resources/output/json/01746/HT017468042.json +++ b/src/test/resources/output/json/01746/HT017468042.json @@ -4,7 +4,7 @@ "agent" : { "altLabel" : [ "Homan. Hered.", "Heritiers de Homann", "Homannianus Heredus", "Johann Baptist Homann Erben", "Homann Heredibus", "Homanns Erben", "Homanniani Heredes", "Homannische Erben", "Officina Homanniana", "Homaennische Erben", "Bureau Geographique de Homann", "Homannische Offizin", "Homannische Buchhandlung", "Homannianis Heredibus", "Verlag Homann", "Homanni Heredes", "Heritiers d'Homann", "Homann, Verlag", "Homann Heredib.", "Coheredis Homanniani", "Homannische Handlung", "Homannische Officin", "Homannianos Heredes", "Homännischer Verlag", "Homännische Officin", "Homann-Verlag", "Homannsche Erben", "Homännische Erben" ], "id" : "http://d-nb.info/gnd/5293676-4", - "label" : [ "Homannsche Erben (Nürnberg)", "http://d-nb.info/gnd" ], + "label" : "Homannsche Erben (Nürnberg)", "type" : [ "CorporateBody" ] }, "role" : [ { diff --git a/src/test/resources/output/json/01748/HT017480009.json b/src/test/resources/output/json/01748/HT017480009.json index f144afb07..038dc7433 100644 --- a/src/test/resources/output/json/01748/HT017480009.json +++ b/src/test/resources/output/json/01748/HT017480009.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/1028627270", - "label" : [ "Fett, Anna Laura", "http://d-nb.info/gnd" ], + "label" : "Fett, Anna Laura", "type" : [ "Person" ] }, "role" : [ { diff --git a/src/test/resources/output/json/01752/HT017529028.json b/src/test/resources/output/json/01752/HT017529028.json index 8e2703c56..87c563c8d 100644 --- a/src/test/resources/output/json/01752/HT017529028.json +++ b/src/test/resources/output/json/01752/HT017529028.json @@ -8,7 +8,7 @@ "agent" : { "altLabel" : [ "Shutain, Ēdito", "Teresa Benedicta, de la Cruz", "Teresia Benedicta, a Cruce", "Stein, Edyta", "Teresa Benedicta a Cruce OCD", "Teresa Benedykta, od Krzyża", "Teresa Benedicta, of the Cross", "Theresia Benedicta, a Cruce", "Cruz, Beata Teresa Benedicta de la", "Cruce, Teresia Benedicta a", "T. Benedicta, a Cruce", "Steinová, Edita", "T. Benedicta, vom Kreuz", "Teresia Benedicta, vom Kreuz", "Štejn, Ėdit", "Teresia Benedicta a Cruce, Schwester" ], "id" : "http://d-nb.info/gnd/118617230", - "label" : [ "http://d-nb.info/gnd", "Stein, Edith" ], + "label" : "Stein, Edith", "type" : [ "Person" ] }, "role" : [ { @@ -19,7 +19,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/12226861X", - "label" : [ "http://d-nb.info/gnd", "Linssen, Michael" ], + "label" : "Linssen, Michael", "type" : [ "Person" ] }, "role" : [ { @@ -31,7 +31,7 @@ "agent" : { "altLabel" : [ "Neyerová, Maria Amata", "Neyerová, Maria A.", "Neyer, Amata", "Neyerová, Amata", "Neyer, Maria A." ], "id" : "http://d-nb.info/gnd/120534983", - "label" : [ "http://d-nb.info/gnd", "Neyer, Maria Amata" ], + "label" : "Neyer, Maria Amata", "type" : [ "Person" ] }, "role" : [ { @@ -112,7 +112,7 @@ "dateOfBirth" : "1542", "dateOfDeath" : "1591", "id" : "http://d-nb.info/gnd/118640038", - "label" : [ "http://d-nb.info/gnd", "Juan, de la Cruz" ], + "label" : "Juan, de la Cruz", "type" : [ "Person" ] } ], "subjectChain" : [ "Juan (1542-1591), de la Cruz" ], diff --git a/src/test/resources/output/json/01813/HT018131501.json b/src/test/resources/output/json/01813/HT018131501.json index 5357aa968..a9bfc7639 100644 --- a/src/test/resources/output/json/01813/HT018131501.json +++ b/src/test/resources/output/json/01813/HT018131501.json @@ -12,7 +12,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/124348165", - "label" : [ "http://d-nb.info/gnd", "Engelhardt, Manfred" ], + "label" : "Engelhardt, Manfred", "type" : [ "Person" ] }, "role" : [ { @@ -65,11 +65,11 @@ "statementOfResponsibility" : "Manfred Engelhardt", "subject" : [ { "id" : "http://d-nb.info/gnd/4013255-9", - "label" : [ "Düsseldorf", "http://d-nb.info/gnd" ], + "label" : "Düsseldorf", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4137215-3", - "label" : [ "Staat Berg", "http://d-nb.info/gnd" ], + "label" : "Staat Berg", "type" : [ "PlaceOrGeographicName" ] }, { "label" : "Geschichte 1288-1815", diff --git a/src/test/resources/output/json/01823/HT018239864.json b/src/test/resources/output/json/01823/HT018239864.json index 185168ab8..e1e383f54 100644 --- a/src/test/resources/output/json/01823/HT018239864.json +++ b/src/test/resources/output/json/01823/HT018239864.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/1056946172", - "label" : [ "http://d-nb.info/gnd", "Kennedy, Beate" ], + "label" : "Kennedy, Beate", "type" : [ "Person" ] }, "role" : [ { @@ -200,11 +200,11 @@ "dateOfBirth" : "1905", "dateOfDeath" : "1982", "id" : "http://d-nb.info/gnd/118722123", - "label" : [ "http://d-nb.info/gnd", "Keun, Irmgard" ], + "label" : "Keun, Irmgard", "type" : [ "Person" ] }, { "id" : "http://d-nb.info/gnd/4152975-3", - "label" : [ "http://d-nb.info/gnd", "Erzähltheorie" ], + "label" : "Erzähltheorie", "type" : [ "SubjectHeading" ] }, { "id" : "http://dewey.info/class/400/", diff --git a/src/test/resources/output/json/01829/HT018290299.json b/src/test/resources/output/json/01829/HT018290299.json index d2f1c3ab1..2a54c8299 100644 --- a/src/test/resources/output/json/01829/HT018290299.json +++ b/src/test/resources/output/json/01829/HT018290299.json @@ -8,7 +8,7 @@ "agent" : { "altLabel" : "Felsko, Angelika Lehndorff-", "id" : "http://d-nb.info/gnd/109728068", - "label" : [ "http://d-nb.info/gnd", "Lehndorff-Felsko, Angelika" ], + "label" : "Lehndorff-Felsko, Angelika", "type" : [ "Person" ] }, "role" : [ { @@ -166,15 +166,15 @@ "statementOfResponsibility" : "Angelika Lehndorff-Felsko", "subject" : [ { "id" : "http://d-nb.info/gnd/4031483-2", - "label" : [ "http://d-nb.info/gnd", "Köln" ], + "label" : "Köln", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4139439-2", - "label" : [ "http://d-nb.info/gnd", "Zwangsarbeit" ], + "label" : "Zwangsarbeit", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4002641-3", - "label" : [ "http://d-nb.info/gnd", "Arbeitsbedingungen" ], + "label" : "Arbeitsbedingungen", "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte", diff --git a/src/test/resources/output/json/01829/HT018295975.json b/src/test/resources/output/json/01829/HT018295975.json index d28c4dfbf..71a7cd7cd 100644 --- a/src/test/resources/output/json/01829/HT018295975.json +++ b/src/test/resources/output/json/01829/HT018295975.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/136529348", - "label" : [ "http://d-nb.info/gnd", "Moczarski, Norbert" ], + "label" : "Moczarski, Norbert", "type" : [ "Person" ] }, "role" : [ { @@ -19,7 +19,7 @@ "agent" : { "dateOfBirth" : "1949", "id" : "http://d-nb.info/gnd/12174793X", - "label" : [ "Mötsch, Johannes", "http://d-nb.info/gnd" ], + "label" : "Mötsch, Johannes", "type" : [ "Person" ] }, "role" : [ { @@ -131,14 +131,14 @@ "subject" : [ { "dateOfBirth" : "1949", "id" : "http://d-nb.info/gnd/12174793X", - "label" : [ "Mötsch, Johannes", "http://d-nb.info/gnd" ], + "label" : "Mötsch, Johannes", "type" : [ "Person" ] }, { "label" : "Bibliographie", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4059979-6", - "label" : [ "Thüringen", "http://d-nb.info/gnd" ], + "label" : "Thüringen", "type" : [ "PlaceOrGeographicName" ] }, { "label" : "Geschichte", diff --git a/src/test/resources/output/json/01831/HT018312899.json b/src/test/resources/output/json/01831/HT018312899.json index faf32cfa5..9f4e8626d 100644 --- a/src/test/resources/output/json/01831/HT018312899.json +++ b/src/test/resources/output/json/01831/HT018312899.json @@ -12,7 +12,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/1023391147", - "label" : [ "Maes, Sientje", "http://d-nb.info/gnd" ], + "label" : "Maes, Sientje", "type" : [ "Person" ] }, "role" : [ { @@ -67,15 +67,15 @@ "dateOfBirth" : "1801", "dateOfDeath" : "1836", "id" : "http://d-nb.info/gnd/7683386-0", - "label" : [ "http://d-nb.info/gnd", "Grabbe, Christian Dietrich: Der Cid" ], + "label" : "Grabbe, Christian Dietrich: Der Cid", "type" : [ "Work" ] }, { "id" : "http://d-nb.info/gnd/4124796-6", - "label" : [ "http://d-nb.info/gnd", "Dramaturgie" ], + "label" : "Dramaturgie", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4049716-1", - "label" : [ "Rezeption", "http://d-nb.info/gnd" ], + "label" : "Rezeption", "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "Grabbe, Christian Dietrich (1801-1836): Der Cid | Dramaturgie | Rezeption (231,321)" ], diff --git a/src/test/resources/output/json/01845/HT018454638.json b/src/test/resources/output/json/01845/HT018454638.json index e19133099..0d3402493 100644 --- a/src/test/resources/output/json/01845/HT018454638.json +++ b/src/test/resources/output/json/01845/HT018454638.json @@ -8,7 +8,7 @@ "agent" : { "altLabel" : [ "Schierbaum, Ursula Clemens-", "Schierbaum, Ursula C.-", "Clemens, Ursula" ], "id" : "http://d-nb.info/gnd/172845785", - "label" : [ "Clemens-Schierbaum, Ursula", "http://d-nb.info/gnd" ], + "label" : "Clemens-Schierbaum, Ursula", "type" : [ "Person" ] }, "role" : [ { @@ -20,7 +20,7 @@ "agent" : { "altLabel" : [ "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach", "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach", "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach" ], "id" : "http://d-nb.info/gnd/1060772442", - "label" : [ "http://d-nb.info/gnd", "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach" ], + "label" : "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach", "type" : [ "CorporateBody" ] }, "role" : [ { @@ -32,7 +32,7 @@ "agent" : { "altLabel" : [ "Pfarrgemeinderat Sankt Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Herkenrath", "Pfarrgemeinderat", "Pfarrei St. Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Bergisch Gladbach- Herkenrath" ], "id" : "http://d-nb.info/gnd/2175350-7", - "label" : [ "Pfarrei Sankt Antonius Abbas Herkenrath", "http://d-nb.info/gnd" ], + "label" : "Pfarrei Sankt Antonius Abbas Herkenrath", "type" : [ "CorporateBody" ] }, "role" : [ { @@ -110,12 +110,12 @@ "subject" : [ { "altLabel" : [ "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach", "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach", "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach" ], "id" : "http://d-nb.info/gnd/1060772442", - "label" : [ "http://d-nb.info/gnd", "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach" ], + "label" : "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach", "type" : [ "CorporateBody" ] }, { "altLabel" : [ "Pfarrgemeinderat Sankt Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Herkenrath", "Pfarrgemeinderat", "Pfarrei St. Antonius Abbas Herkenrath", "Pfarrei Sankt Antonius Abbas Bergisch Gladbach- Herkenrath" ], "id" : "http://d-nb.info/gnd/2175350-7", - "label" : [ "Pfarrei Sankt Antonius Abbas Herkenrath", "http://d-nb.info/gnd" ], + "label" : "Pfarrei Sankt Antonius Abbas Herkenrath", "type" : [ "CorporateBody" ] }, { "label" : "Geschichte", diff --git a/src/test/resources/output/json/01846/HT018468645.json b/src/test/resources/output/json/01846/HT018468645.json index 1d77e526e..d015ccc61 100644 --- a/src/test/resources/output/json/01846/HT018468645.json +++ b/src/test/resources/output/json/01846/HT018468645.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/128495626", - "label" : [ "Fritsche, Christiane", "http://d-nb.info/gnd" ], + "label" : "Fritsche, Christiane", "type" : [ "Person" ] }, "role" : [ { @@ -18,7 +18,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/122511158", - "label" : [ "http://d-nb.info/gnd", "Paulmann, Johannes" ], + "label" : "Paulmann, Johannes", "type" : [ "Person" ] }, "role" : [ { @@ -103,23 +103,23 @@ "statementOfResponsibility" : "Hrsg. von Fritsche, Christiane ; Paulmann, Johannes", "subject" : [ { "id" : "http://d-nb.info/gnd/4011882-4", - "label" : [ "Deutschland", "http://d-nb.info/gnd" ], + "label" : "Deutschland", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4219952-9", - "label" : [ "http://d-nb.info/gnd", "Arisierung" ], + "label" : "Arisierung", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4136959-2", - "label" : [ "http://d-nb.info/gnd", "Wiedergutmachung" ], + "label" : "Wiedergutmachung", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4020517-4", - "label" : [ "http://d-nb.info/gnd", "Geschichte" ], + "label" : "Geschichte", "type" : [ "SubjectHeading" ] }, { "id" : "http://d-nb.info/gnd/4143413-4", - "label" : [ "Aufsatzsammlung", "http://d-nb.info/gnd" ], + "label" : "Aufsatzsammlung", "type" : [ "SubjectHeading" ] }, { "id" : "http://dewey.info/class/943/", diff --git a/src/test/resources/output/json/01858/HT018585406.json b/src/test/resources/output/json/01858/HT018585406.json index 40fc9d025..5d13a8198 100644 --- a/src/test/resources/output/json/01858/HT018585406.json +++ b/src/test/resources/output/json/01858/HT018585406.json @@ -10,7 +10,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/121842118", - "label" : [ "Clev, Hans-Günther", "http://d-nb.info/gnd" ], + "label" : "Clev, Hans-Günther", "type" : [ "Person" ] }, "role" : [ { @@ -22,7 +22,7 @@ "agent" : { "altLabel" : "Entwicklungsagentur Rheinland-Pfalz e.V.", "id" : "http://d-nb.info/gnd/16080300-7", - "label" : [ "Entwicklungsagentur Rheinland-Pfalz", "http://d-nb.info/gnd" ], + "label" : "Entwicklungsagentur Rheinland-Pfalz", "type" : [ "CorporateBody" ] }, "role" : [ { @@ -34,7 +34,7 @@ "agent" : { "altLabel" : [ "Conférence Franco-Germano-Suisse du Rhin Supérieur", "ORK", "Conférence du Rhin Supérieur", "Oberrheinkonferenz" ], "id" : "http://d-nb.info/gnd/5079636-7", - "label" : [ "http://d-nb.info/gnd", "Deutsch-Französisch-Schweizerische Oberrheinkonferenz" ], + "label" : "Deutsch-Französisch-Schweizerische Oberrheinkonferenz", "type" : [ "CorporateBody" ] }, "role" : [ { @@ -105,11 +105,11 @@ "statementOfResponsibility" : "Deutsch-Französisch-Schweizerische Oberrheinkonferenz, AG Raumordnung. Hrsg.: Entwicklungsagentur Rheinland-Pfalz e.V. Red.: Hans-Günther Clev ...", "subject" : [ { "id" : "http://d-nb.info/gnd/4075561-7", - "label" : [ "http://d-nb.info/gnd", "Oberrheinisches Tiefland" ], + "label" : "Oberrheinisches Tiefland", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4034268-2", - "label" : [ "http://d-nb.info/gnd", "Landesplanung" ], + "label" : "Landesplanung", "type" : [ "SubjectHeading" ] } ], "subjectChain" : [ "Oberrheinisches Tiefland | Landesplanung" ], diff --git a/src/test/resources/output/json/01861/HT018612706.json b/src/test/resources/output/json/01861/HT018612706.json index 1421ecb81..675c0ad91 100644 --- a/src/test/resources/output/json/01861/HT018612706.json +++ b/src/test/resources/output/json/01861/HT018612706.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/1050748387", - "label" : [ "http://d-nb.info/gnd", "Herzog, Günter" ], + "label" : "Herzog, Günter", "type" : [ "Person" ] }, "role" : [ { @@ -19,7 +19,7 @@ "agent" : { "altLabel" : [ "49. Internationaler Kunstmarkt, 2015, Köln", "49. Messe für Moderne und Zeitgenössische Kunst in Köln, 2015, Köln" ], "id" : "http://d-nb.info/gnd/1069643262", - "label" : [ "49. Art Cologne, 2015, Köln", "http://d-nb.info/gnd" ], + "label" : "49. Art Cologne, 2015, Köln", "type" : [ "ConferenceOrEvent" ] }, "role" : [ { @@ -31,7 +31,7 @@ "agent" : { "altLabel" : [ "Zentralarchiv des Internationalen Kunsthandels e.V.", "ZADIK" ], "id" : "http://d-nb.info/gnd/10040152-1", - "label" : [ "http://d-nb.info/gnd", "Zentralarchiv des Internationalen Kunsthandels" ], + "label" : "Zentralarchiv des Internationalen Kunsthandels", "type" : [ "CorporateBody" ] }, "role" : [ { @@ -167,11 +167,11 @@ "statementOfResponsibility" : "[Texte: Günter Herzog ...]", "subject" : [ { "id" : "http://d-nb.info/gnd/4011889-7", - "label" : [ "http://d-nb.info/gnd", "Deutschland, Bundesrepublik" ], + "label" : "Deutschland, Bundesrepublik", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4076259-2", - "label" : [ "http://d-nb.info/gnd", "Pop-Art" ], + "label" : "Pop-Art", "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte 1959-1972", @@ -184,15 +184,15 @@ "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4013255-9", - "label" : [ "Düsseldorf", "http://d-nb.info/gnd" ], + "label" : "Düsseldorf", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4031483-2", - "label" : [ "http://d-nb.info/gnd", "Köln" ], + "label" : "Köln", "type" : [ "PlaceOrGeographicName" ] }, { "id" : "http://d-nb.info/gnd/4076259-2", - "label" : [ "http://d-nb.info/gnd", "Pop-Art" ], + "label" : "Pop-Art", "type" : [ "SubjectHeading" ] }, { "label" : "Geschichte 1959-1972", diff --git a/src/test/resources/output/json/01870/HT018700720.json b/src/test/resources/output/json/01870/HT018700720.json index 3e63413ae..16ef24c7b 100644 --- a/src/test/resources/output/json/01870/HT018700720.json +++ b/src/test/resources/output/json/01870/HT018700720.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/136371671", - "label" : [ "Amrhein, Ludwig", "http://d-nb.info/gnd" ], + "label" : "Amrhein, Ludwig", "type" : [ "Person" ] }, "role" : [ { @@ -14,7 +14,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/129961604", - "label" : [ "Heusinger, Josefine", "http://d-nb.info/gnd" ], + "label" : "Heusinger, Josefine", "type" : [ "Person" ] }, "role" : [ { @@ -35,7 +35,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/115325859", - "label" : [ "Wolter, Birgit", "http://d-nb.info/gnd" ], + "label" : "Wolter, Birgit", "type" : [ "Person" ] }, "role" : [ { @@ -47,7 +47,7 @@ "agent" : { "altLabel" : [ "Deutschland", "BZgA, Bundeszentrale für Gesundheitliche Aufklärung", "FCHE", "BZgA", "Federal Centre for Health Education" ], "id" : "http://d-nb.info/gnd/2006655-7", - "label" : [ "http://d-nb.info/gnd", "Bundeszentrale für Gesundheitliche Aufklärung" ], + "label" : "Bundeszentrale für Gesundheitliche Aufklärung", "type" : [ "CorporateBody" ] }, "role" : [ { diff --git a/src/test/resources/output/json/01872/HT018726005.json b/src/test/resources/output/json/01872/HT018726005.json index 19aab402d..94cbf6ad6 100644 --- a/src/test/resources/output/json/01872/HT018726005.json +++ b/src/test/resources/output/json/01872/HT018726005.json @@ -12,7 +12,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/137538766", - "label" : [ "http://d-nb.info/gnd", "Hoff, Hans" ], + "label" : "Hoff, Hans", "type" : [ "Person" ] }, "role" : [ { @@ -75,7 +75,7 @@ "subject" : [ { "dateOfBirth" : "1958", "id" : "http://d-nb.info/gnd/128989459", - "label" : [ "http://d-nb.info/gnd", "Lück, Ingolf" ], + "label" : "Lück, Ingolf", "type" : [ "Person" ] } ], "subjectChain" : [ "Lück, Ingolf (1958-)" ], diff --git a/src/test/resources/output/json/01877/HT018770176.json b/src/test/resources/output/json/01877/HT018770176.json index c7747ad77..ca1270043 100644 --- a/src/test/resources/output/json/01877/HT018770176.json +++ b/src/test/resources/output/json/01877/HT018770176.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/1042242615", - "label" : [ "Stahl, Dominik", "http://d-nb.info/gnd" ], + "label" : "Stahl, Dominik", "type" : [ "Person" ] }, "role" : [ { diff --git a/src/test/resources/output/json/01877/HT018771475.json b/src/test/resources/output/json/01877/HT018771475.json index 59b3c8b49..b06b015df 100644 --- a/src/test/resources/output/json/01877/HT018771475.json +++ b/src/test/resources/output/json/01877/HT018771475.json @@ -7,7 +7,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/102654520X", - "label" : [ "Rösgen, Anya", "http://d-nb.info/gnd" ], + "label" : "Rösgen, Anya", "type" : [ "Person" ] }, "role" : [ { @@ -19,7 +19,7 @@ "agent" : { "altLabel" : "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach", "id" : "http://d-nb.info/gnd/1074109953", - "label" : [ "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach", "http://d-nb.info/gnd" ], + "label" : "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach", "type" : [ "ConferenceOrEvent" ] }, "role" : [ { @@ -70,7 +70,7 @@ "subject" : [ { "altLabel" : "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach", "id" : "http://d-nb.info/gnd/1074109953", - "label" : [ "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach", "http://d-nb.info/gnd" ], + "label" : "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach", "type" : [ "ConferenceOrEvent" ] }, { "label" : "Bildband", diff --git a/src/test/resources/output/json/01877/HT018779822.json b/src/test/resources/output/json/01877/HT018779822.json index c9b30f7d4..e50a76f53 100644 --- a/src/test/resources/output/json/01877/HT018779822.json +++ b/src/test/resources/output/json/01877/HT018779822.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/143846655", - "label" : [ "Cross, Julie", "http://d-nb.info/gnd" ], + "label" : "Cross, Julie", "type" : [ "Person" ] }, "role" : [ { diff --git a/src/test/resources/output/json/01880/HT018801101.json b/src/test/resources/output/json/01880/HT018801101.json index 4ce99b0a4..02e1330c4 100644 --- a/src/test/resources/output/json/01880/HT018801101.json +++ b/src/test/resources/output/json/01880/HT018801101.json @@ -3,7 +3,7 @@ "contribution" : [ { "agent" : { "id" : "http://d-nb.info/gnd/1072011352", - "label" : [ "http://d-nb.info/gnd", "Arning, Ursula" ], + "label" : "Arning, Ursula", "type" : [ "Person" ] }, "role" : [ { @@ -14,7 +14,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/1080327355", - "label" : [ "Kullmer, Bettina", "http://d-nb.info/gnd" ], + "label" : "Kullmer, Bettina", "type" : [ "Person" ] }, "role" : [ { @@ -25,7 +25,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/1049793021", - "label" : [ "Roesner, Elke", "http://d-nb.info/gnd" ], + "label" : "Roesner, Elke", "type" : [ "Person" ] }, "role" : [ { @@ -36,7 +36,7 @@ }, { "agent" : { "id" : "http://d-nb.info/gnd/1088345387", - "label" : [ "Schmitz, Jasmin", "http://d-nb.info/gnd" ], + "label" : "Schmitz, Jasmin", "type" : [ "Person" ] }, "role" : [ { diff --git a/src/test/resources/reverseTest/output/nt/00000/BT000002852.nt b/src/test/resources/reverseTest/output/nt/00000/BT000002852.nt index 014f99707..cd90aaec8 100644 --- a/src/test/resources/reverseTest/output/nt/00000/BT000002852.nt +++ b/src/test/resources/reverseTest/output/nt/00000/BT000002852.nt @@ -14,10 +14,8 @@ _:b5 "hbz Verbundkatalog"^^ . . "Freudenberg, Kreis Siegen-Wittgenstein"^^ . - "http://d-nb.info/gnd"^^ . . "Geschichte"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Autor/in"^^ . "19960513"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00000/BT000003404.nt b/src/test/resources/reverseTest/output/nt/00000/BT000003404.nt index 89edd60a6..fa021bc53 100644 --- a/src/test/resources/reverseTest/output/nt/00000/BT000003404.nt +++ b/src/test/resources/reverseTest/output/nt/00000/BT000003404.nt @@ -24,11 +24,9 @@ _:b9 "hbz Verbundkatalog"^^ . . "Nordrhein-Westfalen"^^ . - "http://d-nb.info/gnd"^^ . . . "Niedersachsen, S\u00FCd"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "19940829"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00000/HT000009600.nt b/src/test/resources/reverseTest/output/nt/00000/HT000009600.nt index dbb59e103..4aadd1410 100644 --- a/src/test/resources/reverseTest/output/nt/00000/HT000009600.nt +++ b/src/test/resources/reverseTest/output/nt/00000/HT000009600.nt @@ -15,7 +15,6 @@ _:b4 "hbz Verbundkatalog"^^ . . "Deutsche Angestellten-Gewerkschaft"^^ . - "http://d-nb.info/gnd"^^ . "Angestellten-Gewerkschaft"^^ . "DAG"^^ . "Deutsche Angestellten-Gewerkschaft"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00004/BT000040377.nt b/src/test/resources/reverseTest/output/nt/00004/BT000040377.nt index e927822d6..f8e01bf62 100644 --- a/src/test/resources/reverseTest/output/nt/00004/BT000040377.nt +++ b/src/test/resources/reverseTest/output/nt/00004/BT000040377.nt @@ -19,7 +19,6 @@ _:b8 "hbz Verbundkatalog"^^ . . "Schmidt, Eckhard"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Autor/in"^^ . "19960814"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00004/BT000041593.nt b/src/test/resources/reverseTest/output/nt/00004/BT000041593.nt index 84148b532..bc78df04f 100644 --- a/src/test/resources/reverseTest/output/nt/00004/BT000041593.nt +++ b/src/test/resources/reverseTest/output/nt/00004/BT000041593.nt @@ -7,7 +7,6 @@ _:b2 "hbz Verbundkatalog"^^ . . "Altekamp, Heinrich"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Autor/in"^^ . "19960814"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00006/BT000067443.nt b/src/test/resources/reverseTest/output/nt/00006/BT000067443.nt index fd3f3b5dc..630c5e302 100644 --- a/src/test/resources/reverseTest/output/nt/00006/BT000067443.nt +++ b/src/test/resources/reverseTest/output/nt/00006/BT000067443.nt @@ -7,7 +7,6 @@ _:b2 "hbz Verbundkatalog"^^ . . "Meier, Elmar"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Autor/in"^^ . "19960816"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00007/TT000075751.nt b/src/test/resources/reverseTest/output/nt/00007/TT000075751.nt index e94e14022..67e1948df 100644 --- a/src/test/resources/reverseTest/output/nt/00007/TT000075751.nt +++ b/src/test/resources/reverseTest/output/nt/00007/TT000075751.nt @@ -40,30 +40,23 @@ _:b9 _:b10 . "hbz Verbundkatalog"^^ . . "Britten, Benjamin"^^ . - "http://d-nb.info/gnd"^^ . "Britten, ..."^^ . "Britten, Edward B."^^ . "Britten, Edward Benjamin"^^ . . "Martineau, Malcolm"^^ . - "http://d-nb.info/gnd"^^ . . "MacDougall, Jamie"^^ . - "http://d-nb.info/gnd"^^ . "Mac Dougall, Jamie"^^ . "McDougall, Jamie"^^ . . "Anderson, Lorna"^^ . - "http://d-nb.info/gnd"^^ . . "Lewis, Bryn"^^ . - "http://d-nb.info/gnd"^^ . . "Ogden, Craig"^^ . - "http://d-nb.info/gnd"^^ . . "Nathan, Regina"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Autor/in"^^ . "Mitwirkende"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00012/BT000128754.nt b/src/test/resources/reverseTest/output/nt/00012/BT000128754.nt index 1cc88890a..349750474 100644 --- a/src/test/resources/reverseTest/output/nt/00012/BT000128754.nt +++ b/src/test/resources/reverseTest/output/nt/00012/BT000128754.nt @@ -24,13 +24,10 @@ _:b9 _:b10 . "hbz Verbundkatalog"^^ . . "Job, Bertram"^^ . - "http://d-nb.info/gnd"^^ . . "Verein f\u00FCr Leibes\u00FCbungen Borussia 1900 M\u00F6nchengladbach"^^ . - "http://d-nb.info/gnd"^^ . . "1. Fu\u00DFball-Club K\u00F6ln 01/07"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Autor/in"^^ . "19970106"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00029/HT000290078.nt b/src/test/resources/reverseTest/output/nt/00029/HT000290078.nt index 6aab9ee29..29d7bdea5 100644 --- a/src/test/resources/reverseTest/output/nt/00029/HT000290078.nt +++ b/src/test/resources/reverseTest/output/nt/00029/HT000290078.nt @@ -12,7 +12,6 @@ _:b2 "hbz Verbundkatalog"^^ . . "Aigner, Johann"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Mitwirkende"^^ . "lobid Bestandsressource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00121/TT001210514.nt b/src/test/resources/reverseTest/output/nt/00121/TT001210514.nt index a01f126b3..427bd80cf 100644 --- a/src/test/resources/reverseTest/output/nt/00121/TT001210514.nt +++ b/src/test/resources/reverseTest/output/nt/00121/TT001210514.nt @@ -9,7 +9,6 @@ _:b2 "hbz Verbundkatalog"^^ . . "Hitler, Adolf"^^ . - "http://d-nb.info/gnd"^^ . "Chitler, Adolf"^^ . "Chitler, Adolphu"^^ . "Gitler, ..."^^ . diff --git a/src/test/resources/reverseTest/output/nt/00123/TT001230001.nt b/src/test/resources/reverseTest/output/nt/00123/TT001230001.nt index bbc6c2886..46a4f54f5 100644 --- a/src/test/resources/reverseTest/output/nt/00123/TT001230001.nt +++ b/src/test/resources/reverseTest/output/nt/00123/TT001230001.nt @@ -23,7 +23,6 @@ _:b7 "hbz Verbundkatalog"^^ . . "Friedrich, II., Heiliges R\u00F6misches Reich, Kaiser"^^ . - "http://d-nb.info/gnd"^^ . "Federico, Germania, Imperatore"^^ . "Federico, Sicilia, Re"^^ . "Federico, Sicilia, Rex"^^ . @@ -48,7 +47,6 @@ _:b7 "Stupor mundi"^^ . . "Manfredi, Sicilia, Re"^^ . - "http://d-nb.info/gnd"^^ . "Manfred, Naples, King"^^ . "Manfred, Sicile, Roi"^^ . "Manfred, Sicilia, Re"^^ . @@ -64,7 +62,6 @@ _:b7 "Manfredus, Sicilia, Rex"^^ . . "Albertus, Magnus"^^ . - "http://d-nb.info/gnd"^^ . "Albert, der Grosse"^^ . "Albert, der Gro\u00DFe"^^ . "Albert, le Grand"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00131/HT001310215.nt b/src/test/resources/reverseTest/output/nt/00131/HT001310215.nt index a659621d5..da4ac8a85 100644 --- a/src/test/resources/reverseTest/output/nt/00131/HT001310215.nt +++ b/src/test/resources/reverseTest/output/nt/00131/HT001310215.nt @@ -15,10 +15,8 @@ _:b4 "hbz Verbundkatalog"^^ . . "SCHOLLE, ROGER H."^^ . - "http://d-nb.info/gnd"^^ . . "American Dental Association"^^ . - "http://d-nb.info/gnd"^^ . "ADA"^^ . "Dental Association"^^ . "Culturegraph Ressource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00167/TT001671747.nt b/src/test/resources/reverseTest/output/nt/00167/TT001671747.nt index af7ebfb22..16fbfff8c 100644 --- a/src/test/resources/reverseTest/output/nt/00167/TT001671747.nt +++ b/src/test/resources/reverseTest/output/nt/00167/TT001671747.nt @@ -28,19 +28,15 @@ _:b9 "hbz Verbundkatalog"^^ . . "Mayr, Alois"^^ . - "http://d-nb.info/gnd"^^ . "Mayr, A."^^ . . "Provinzialinstitut f\u00FCr Westf\u00E4lische Landes- und Volksforschung. Geographische Kommission f\u00FCr Westfalen"^^ . - "http://d-nb.info/gnd"^^ . "Geographische Kommission f\u00FCr Westfalen"^^ . "Provinzialinstitut f\u00FCr Westf\u00E4lische Landes- und Volksforschung"^^ . . "Westfalen"^^ . - "http://d-nb.info/gnd"^^ . . "Landeskunde"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "Mitwirkende"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00172/TT001726537.nt b/src/test/resources/reverseTest/output/nt/00172/TT001726537.nt index 982a70bd5..0d2d847f6 100644 --- a/src/test/resources/reverseTest/output/nt/00172/TT001726537.nt +++ b/src/test/resources/reverseTest/output/nt/00172/TT001726537.nt @@ -10,7 +10,6 @@ _:b2 "hbz Verbundkatalog"^^ . . "Maimbourg, Louis"^^ . - "http://d-nb.info/gnd"^^ . "Maimbourg, ..."^^ . "Maimbourg, Lewis"^^ . "Maimburg, Ludwig"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00189/HT001898812.nt b/src/test/resources/reverseTest/output/nt/00189/HT001898812.nt index 08003e88f..038db129a 100644 --- a/src/test/resources/reverseTest/output/nt/00189/HT001898812.nt +++ b/src/test/resources/reverseTest/output/nt/00189/HT001898812.nt @@ -28,17 +28,13 @@ _:b9 "hbz Verbundkatalog"^^ . . "Ippoldt, Juliusz"^^ . - "http://d-nb.info/gnd"^^ . "Ippoldt, Juljusz"^^ . . "Piprek, Jan"^^ . - "http://d-nb.info/gnd"^^ . . "Deutsch"^^ . - "http://d-nb.info/gnd"^^ . . "Polnisch"^^ . - "http://d-nb.info/gnd"^^ . "Digitool"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00223/TT002234459.nt b/src/test/resources/reverseTest/output/nt/00223/TT002234459.nt index 0897e8d41..64cc9235d 100644 --- a/src/test/resources/reverseTest/output/nt/00223/TT002234459.nt +++ b/src/test/resources/reverseTest/output/nt/00223/TT002234459.nt @@ -41,10 +41,8 @@ _:b9 _:b10 . "hbz Verbundkatalog"^^ . . "Rhein-Lahn-Kreis"^^ . - "http://d-nb.info/gnd"^^ . . "Jakobsweg"^^ . - "http://d-nb.info/gnd"^^ . "Geografie Europas und Reisen in Europa"^^ . "Digitool"^^ . "Culturegraph Ressource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00223/TT002234858.nt b/src/test/resources/reverseTest/output/nt/00223/TT002234858.nt index 418b7f6eb..c73a860c1 100644 --- a/src/test/resources/reverseTest/output/nt/00223/TT002234858.nt +++ b/src/test/resources/reverseTest/output/nt/00223/TT002234858.nt @@ -9,7 +9,6 @@ _:b2 "http://cmswebserver10.icteam.net/stk"^^ . . "Rheinland-Pfalz. Staatskanzlei"^^ . - "http://d-nb.info/gnd"^^ . "Landesplanungsbeh\u00F6rde"^^ . "Landespressestelle"^^ . "Oberste Landesplanungsbeh\u00F6rde"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00261/HT002619538.nt b/src/test/resources/reverseTest/output/nt/00261/HT002619538.nt index e3bb7f601..4d90149a1 100644 --- a/src/test/resources/reverseTest/output/nt/00261/HT002619538.nt +++ b/src/test/resources/reverseTest/output/nt/00261/HT002619538.nt @@ -15,7 +15,6 @@ _:b4 "hbz Verbundkatalog"^^ . . "Vereinte Nationen. Economic Commission for Europe"^^ . - "http://d-nb.info/gnd"^^ . "CEE"^^ . "Commission Economique pour l'Europe"^^ . "ECE"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00301/CT003012479.nt b/src/test/resources/reverseTest/output/nt/00301/CT003012479.nt index 4d925a4d1..56ccd3914 100644 --- a/src/test/resources/reverseTest/output/nt/00301/CT003012479.nt +++ b/src/test/resources/reverseTest/output/nt/00301/CT003012479.nt @@ -75,10 +75,8 @@ _:b9 "hbz Verbundkatalog"^^ . . "Kellermann, ..."^^ . - "http://d-nb.info/gnd"^^ . . "Giesecke, Carl Ludwig von"^^ . - "http://d-nb.info/gnd"^^ . "Giesecke, ..."^^ . "Giesecke, Carl"^^ . "Giesecke, Carl L."^^ . @@ -110,10 +108,8 @@ _:b9 "Mezler, Johann Georg Karl"^^ . . "B\u00C3\u00B6hm, Marianne"^^ . - "http://d-nb.info/gnd"^^ . . "Winter, Peter von"^^ . - "http://d-nb.info/gnd"^^ . "Winter, ..."^^ . "Winter, ..., Ritter von"^^ . "Winter, J. P."^^ . @@ -125,38 +121,29 @@ _:b9 "Wintter, P."^^ . . "Pepoli, Alessandro Ercole"^^ . - "http://d-nb.info/gnd"^^ . "Pepoli, Alessandro"^^ . "Pepoli, Alessandro E."^^ . . "Dardenne, ..."^^ . - "http://d-nb.info/gnd"^^ . . "Krug, ..."^^ . - "http://d-nb.info/gnd"^^ . . "B\u00C3\u00B6hm, Johann, der J\u00C3\u00BCngere"^^ . - "http://d-nb.info/gnd"^^ . "B\u00C3\u00B6hm, ..., der J\u00C3\u00BCngere"^^ . . "Bilau, Margarete"^^ . - "http://d-nb.info/gnd"^^ . "Bilau, ..."^^ . . "Fuchs, ..."^^ . - "http://d-nb.info/gnd"^^ . . "Annoni, ..."^^ . - "http://d-nb.info/gnd"^^ . . "Bilau, Wilhelmine"^^ . - "http://d-nb.info/gnd"^^ . "Bilau, ..., Demoiselle"^^ . "B\u00C3\u00B6hm, ..., die J\u00C3\u00BCngere"^^ . "B\u00C3\u00B6hm, Wilhelmine"^^ . . "Deutsche Schauspieler-Gesellschaft (D\u00C3\u00BCsseldorf)"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "Schauspieler/in"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00305/TT003059252.nt b/src/test/resources/reverseTest/output/nt/00305/TT003059252.nt index 6c8985777..0566cb7d3 100644 --- a/src/test/resources/reverseTest/output/nt/00305/TT003059252.nt +++ b/src/test/resources/reverseTest/output/nt/00305/TT003059252.nt @@ -15,7 +15,6 @@ _:b4 "hbz Verbundkatalog"^^ . . "The Beatles"^^ . - "http://d-nb.info/gnd"^^ . "The Beatles"^^ . "Culturegraph Ressource"^^ . "Englisch"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00316/HT003160768.nt b/src/test/resources/reverseTest/output/nt/00316/HT003160768.nt index 04c06e809..64a3d65d7 100644 --- a/src/test/resources/reverseTest/output/nt/00316/HT003160768.nt +++ b/src/test/resources/reverseTest/output/nt/00316/HT003160768.nt @@ -16,13 +16,10 @@ _:b5 "hbz Verbundkatalog"^^ . . "Regierungsbezirk M\u00FCnster, Westfalen"^^ . - "http://d-nb.info/gnd"^^ . . "Landesplanung"^^ . - "http://d-nb.info/gnd"^^ . . "Bezirk M\u00FCnster (Westf)"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00438/HT004381366.nt b/src/test/resources/reverseTest/output/nt/00438/HT004381366.nt index d61e04aaa..0a37d04a5 100644 --- a/src/test/resources/reverseTest/output/nt/00438/HT004381366.nt +++ b/src/test/resources/reverseTest/output/nt/00438/HT004381366.nt @@ -23,19 +23,14 @@ _:b8 "hbz Verbundkatalog"^^ . . "Regierungsbezirk M\u00FCnster, Westfalen"^^ . - "http://d-nb.info/gnd"^^ . . "Landesplanung"^^ . - "http://d-nb.info/gnd"^^ . . "Bezirk M\u00FCnster (Westf)"^^ . - "http://d-nb.info/gnd"^^ . . "M\u00FCnsterland"^^ . - "http://d-nb.info/gnd"^^ . . "Regionalplan"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00494/HT004944075.nt b/src/test/resources/reverseTest/output/nt/00494/HT004944075.nt index d8ec3563d..bfb743226 100644 --- a/src/test/resources/reverseTest/output/nt/00494/HT004944075.nt +++ b/src/test/resources/reverseTest/output/nt/00494/HT004944075.nt @@ -17,7 +17,6 @@ _:b5 "hbz Verbundkatalog"^^ . . "United Nations. Economic Commission for Europe"^^ . - "http://d-nb.info/gnd"^^ . "CEE"^^ . "Commission Economique pour l'Europe"^^ . "ECE"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00507/HT005077920.nt b/src/test/resources/reverseTest/output/nt/00507/HT005077920.nt index 439d543a1..69b214411 100644 --- a/src/test/resources/reverseTest/output/nt/00507/HT005077920.nt +++ b/src/test/resources/reverseTest/output/nt/00507/HT005077920.nt @@ -27,13 +27,10 @@ _:b9 "hbz Verbundkatalog"^^ . . "Geschichte"^^ . - "http://d-nb.info/gnd"^^ . . "Technik"^^ . - "http://d-nb.info/gnd"^^ . . "Zeitschrift"^^ . - "http://d-nb.info/gnd"^^ . "Technik, Technologie"^^ . "Englisch"^^ . "http://ld.zdb-services.de/resource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00626/HT006266886.nt b/src/test/resources/reverseTest/output/nt/00626/HT006266886.nt index 772877a9f..6185a89a0 100644 --- a/src/test/resources/reverseTest/output/nt/00626/HT006266886.nt +++ b/src/test/resources/reverseTest/output/nt/00626/HT006266886.nt @@ -35,27 +35,21 @@ _:b9 _:b10 . "hbz Verbundkatalog"^^ . . "Bassani, Giorgio"^^ . - "http://d-nb.info/gnd"^^ . "Basani, G'org'o"^^ . "Marchi, Giacomo"^^ . . "De Sica, Vittorio"^^ . - "http://d-nb.info/gnd"^^ . "DeSica, Vittorio"^^ . "Sica, Vittorio de"^^ . . "Berger, Helmut"^^ . - "http://d-nb.info/gnd"^^ . "Steinberger, Helmut"^^ . . "Capolicchio, Lino"^^ . - "http://d-nb.info/gnd"^^ . . "Testi, Fabio"^^ . - "http://d-nb.info/gnd"^^ . . "Sanda, Dominique"^^ . - "http://d-nb.info/gnd"^^ . "Varaigne, Dominique"^^ . "Culturegraph Ressource"^^ . "Italienisch"^^ . diff --git a/src/test/resources/reverseTest/output/nt/00971/HT009719670.nt b/src/test/resources/reverseTest/output/nt/00971/HT009719670.nt index 56e925366..ead9dc447 100644 --- a/src/test/resources/reverseTest/output/nt/00971/HT009719670.nt +++ b/src/test/resources/reverseTest/output/nt/00971/HT009719670.nt @@ -19,7 +19,6 @@ _:b6 "hbz Verbundkatalog"^^ . . "Rohmer, Eric"^^ . - "http://d-nb.info/gnd"^^ . "Cordier, Gilbert"^^ . "Scherer, Henri Joseph"^^ . "Scherer, Maurice"^^ . @@ -29,11 +28,9 @@ _:b6 "Sch\u00E9rer, Maurice Henri Joseph"^^ . . "Salins, Genevi\u00E8ve-Dominique de"^^ . - "http://d-nb.info/gnd"^^ . "Salins, G. D. de"^^ . . "Courtillon, Janine"^^ . - "http://d-nb.info/gnd"^^ . "Courtillon, J."^^ . "Culturegraph Ressource"^^ . "Franz\u00F6sisch"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01066/HT010662586.nt b/src/test/resources/reverseTest/output/nt/01066/HT010662586.nt index 4e48f61f9..212be079a 100644 --- a/src/test/resources/reverseTest/output/nt/01066/HT010662586.nt +++ b/src/test/resources/reverseTest/output/nt/01066/HT010662586.nt @@ -10,7 +10,6 @@ _:b2 "hbz Verbundkatalog"^^ . . "Wedgwood, Cicely V."^^ . - "http://d-nb.info/gnd"^^ . "C."^^ . "Wedgwood, C. V."^^ . "Wedgwood, Cicely Veronica"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01072/HT010726584.nt b/src/test/resources/reverseTest/output/nt/01072/HT010726584.nt index f8072a9ab..8342baae8 100644 --- a/src/test/resources/reverseTest/output/nt/01072/HT010726584.nt +++ b/src/test/resources/reverseTest/output/nt/01072/HT010726584.nt @@ -15,13 +15,10 @@ _:b5 "hbz Verbundkatalog"^^ . . "Plasmaphysik"^^ . - "http://d-nb.info/gnd"^^ . . "Zeitschrift"^^ . - "http://d-nb.info/gnd"^^ . . "Online-Publikation"^^ . - "http://d-nb.info/gnd"^^ . "Physik"^^ . "Englisch"^^ . "http://ld.zdb-services.de/resource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01223/HT012237361.nt b/src/test/resources/reverseTest/output/nt/01223/HT012237361.nt index 7ae17dc60..88d5e8656 100644 --- a/src/test/resources/reverseTest/output/nt/01223/HT012237361.nt +++ b/src/test/resources/reverseTest/output/nt/01223/HT012237361.nt @@ -11,7 +11,6 @@ _:b2 "hbz Verbundkatalog"^^ . . "Rheinland-Pfalz. Statistisches Landesamt"^^ . - "http://d-nb.info/gnd"^^ . "Statistisches Landesamt"^^ . "Statistisches Landesamt Rheinland-Pfalz"^^ . "Deutsch"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01289/HT012895751.nt b/src/test/resources/reverseTest/output/nt/01289/HT012895751.nt index e3ac0ebf6..8f6d5cc39 100644 --- a/src/test/resources/reverseTest/output/nt/01289/HT012895751.nt +++ b/src/test/resources/reverseTest/output/nt/01289/HT012895751.nt @@ -16,13 +16,10 @@ _:b5 "hbz Verbundkatalog"^^ . . "Main-Kinzig-Kreis"^^ . - "http://d-nb.info/gnd"^^ . . "Main-Kinzig-Kreis"^^ . - "http://d-nb.info/gnd"^^ . . "Heimatkunde"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01292/HT012926727.nt b/src/test/resources/reverseTest/output/nt/01292/HT012926727.nt index b2490f7ca..346db3955 100644 --- a/src/test/resources/reverseTest/output/nt/01292/HT012926727.nt +++ b/src/test/resources/reverseTest/output/nt/01292/HT012926727.nt @@ -16,14 +16,11 @@ _:b5 "hbz Verbundkatalog"^^ . . "M\u00FCller, Leonhard"^^ . - "http://d-nb.info/gnd"^^ . "M\u00FCller, L."^^ . . "Deutschland"^^ . - "http://d-nb.info/gnd"^^ . . "Elektrizit\u00E4tswirtschaft"^^ . - "http://d-nb.info/gnd"^^ . "Digitool"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01307/HT013077595.nt b/src/test/resources/reverseTest/output/nt/01307/HT013077595.nt index 3cb56872e..e43e1807f 100644 --- a/src/test/resources/reverseTest/output/nt/01307/HT013077595.nt +++ b/src/test/resources/reverseTest/output/nt/01307/HT013077595.nt @@ -38,23 +38,17 @@ _:b9 _:b10 . "hbz Verbundkatalog"^^ . . "Boer, Hans-Peter"^^ . - "http://d-nb.info/gnd"^^ . "Boer, Hans Peter"^^ . . "Balke, Kirsten"^^ . - "http://d-nb.info/gnd"^^ . . "Kreisheimatverein (Coesfeld)"^^ . - "http://d-nb.info/gnd"^^ . . "Coesfeld"^^ . - "http://d-nb.info/gnd"^^ . . "Kreis Coesfeld"^^ . - "http://d-nb.info/gnd"^^ . . "Heimatkundeunterricht"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "Mitwirkende"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01330/HT013304490.nt b/src/test/resources/reverseTest/output/nt/01330/HT013304490.nt index 27f796a6f..a373eb917 100644 --- a/src/test/resources/reverseTest/output/nt/01330/HT013304490.nt +++ b/src/test/resources/reverseTest/output/nt/01330/HT013304490.nt @@ -22,10 +22,8 @@ _:b8 "hbz Verbundkatalog"^^ . . "Schmuck"^^ . - "http://d-nb.info/gnd"^^ . . "Zeitschrift"^^ . - "http://d-nb.info/gnd"^^ . "Zeitschriften, allgemeine fortlaufende Sammelwerke"^^ . "Publizistische Medien, Journalismus, Verlagswesen"^^ . "Ingenieurwissenschaften und zugeordnete T\u00E4tigkeitenn"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01357/HT013577568.nt b/src/test/resources/reverseTest/output/nt/01357/HT013577568.nt index b2c80f38d..ccd3b7c4d 100644 --- a/src/test/resources/reverseTest/output/nt/01357/HT013577568.nt +++ b/src/test/resources/reverseTest/output/nt/01357/HT013577568.nt @@ -35,22 +35,16 @@ _:b9 _:b10 . "hbz Verbundkatalog"^^ . . "Heinrichs, Johannes"^^ . - "http://d-nb.info/gnd"^^ . . "Germanen"^^ . - "http://d-nb.info/gnd"^^ . . "M\u00FCnze"^^ . - "http://d-nb.info/gnd"^^ . . "Rheinland"^^ . - "http://d-nb.info/gnd"^^ . . "R\u00F6merzeit"^^ . - "http://d-nb.info/gnd"^^ . . "M\u00FCnzfund"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01391/HT013911008.nt b/src/test/resources/reverseTest/output/nt/01391/HT013911008.nt index b19fe2c61..3a9c7e5b5 100644 --- a/src/test/resources/reverseTest/output/nt/01391/HT013911008.nt +++ b/src/test/resources/reverseTest/output/nt/01391/HT013911008.nt @@ -16,7 +16,6 @@ _:b5 "hbz Verbundkatalog"^^ . . "Rothenburg ob der Tauber"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "lobid Bestandsressource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01401/HT014015351.nt b/src/test/resources/reverseTest/output/nt/01401/HT014015351.nt index eb0c4e666..f3af751b8 100644 --- a/src/test/resources/reverseTest/output/nt/01401/HT014015351.nt +++ b/src/test/resources/reverseTest/output/nt/01401/HT014015351.nt @@ -25,16 +25,12 @@ _:b9 "hbz Verbundkatalog"^^ . . "Fehrmann, Gisela"^^ . - "http://d-nb.info/gnd"^^ . . "J\u00E4ger, Ludwig"^^ . - "http://d-nb.info/gnd"^^ . . "Symbolik"^^ . - "http://d-nb.info/gnd"^^ . . "Abbild"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "Herausgeber/in"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01404/HT014046679.nt b/src/test/resources/reverseTest/output/nt/01404/HT014046679.nt index cf6a314db..012103cf9 100644 --- a/src/test/resources/reverseTest/output/nt/01404/HT014046679.nt +++ b/src/test/resources/reverseTest/output/nt/01404/HT014046679.nt @@ -20,13 +20,10 @@ _:b6 "hbz Verbundkatalog"^^ . . "Hoefler, Angelika"^^ . - "http://d-nb.info/gnd"^^ . . "Herrenbr\u00FCck, Erika"^^ . - "http://d-nb.info/gnd"^^ . . "Evangelische Kirche von Westfalen. Amt f\u00FCr Jugendarbeit"^^ . - "http://d-nb.info/gnd"^^ . "Amt f\u00FCr Jugendarbeit"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01421/HT014215912.nt b/src/test/resources/reverseTest/output/nt/01421/HT014215912.nt index e3aefe5db..e948c7465 100644 --- a/src/test/resources/reverseTest/output/nt/01421/HT014215912.nt +++ b/src/test/resources/reverseTest/output/nt/01421/HT014215912.nt @@ -19,13 +19,10 @@ _:b7 "814"^^ . . "Karl, I., Heiliges R\u00F6misches Reich, Kaiser"^^ . - "http://d-nb.info/gnd"^^ . . "L\u00FCken, Sven"^^ . - "http://d-nb.info/gnd"^^ . . "Herrscherbild"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01431/HT014319164.nt b/src/test/resources/reverseTest/output/nt/01431/HT014319164.nt index 30884c81a..1a5fb471c 100644 --- a/src/test/resources/reverseTest/output/nt/01431/HT014319164.nt +++ b/src/test/resources/reverseTest/output/nt/01431/HT014319164.nt @@ -26,13 +26,10 @@ _:b9 "1948"^^ . . "Reinarz, Titus"^^ . - "http://d-nb.info/gnd"^^ . . "Adenauer, Konrad"^^ . - "http://d-nb.info/gnd"^^ . . "Plastik"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01452/HT014525099.nt b/src/test/resources/reverseTest/output/nt/01452/HT014525099.nt index b071649d7..e1a8f848b 100644 --- a/src/test/resources/reverseTest/output/nt/01452/HT014525099.nt +++ b/src/test/resources/reverseTest/output/nt/01452/HT014525099.nt @@ -45,11 +45,9 @@ _:b9 _:b10 . "hbz Verbundkatalog"^^ . . "Adam, Theo"^^ . - "http://d-nb.info/gnd"^^ . "Adam, Theo Siegfried"^^ . . "Bach, Johann Sebastian"^^ . - "http://d-nb.info/gnd"^^ . "Bach, ..."^^ . "Bach, G. S."^^ . "Bach, Giovanni Sebastiano"^^ . @@ -72,30 +70,24 @@ _:b9 _:b10 . "Bach, Sebastian"^^ . . "Schreier, Peter"^^ . - "http://d-nb.info/gnd"^^ . "Schreier, P."^^ . "Shuraiya, P\u0113t\u0101"^^ . "\u0160rajer, Peter"^^ . . "Rotzsch, Hans-Joachim"^^ . - "http://d-nb.info/gnd"^^ . "Rotzsch, Hans J."^^ . "Rotzsch, Hans Joachim"^^ . . "Thomanerchor (Leipzig)"^^ . - "http://d-nb.info/gnd"^^ . "Thomaner"^^ . "Thomaner Chor"^^ . . "Wenkel, Ortrun"^^ . - "http://d-nb.info/gnd"^^ . . "Aug\u00E9r, Arleen"^^ . - "http://d-nb.info/gnd"^^ . "O\u017Ee, Arlen"^^ . . "Neues Bachisches Collegium Musicum (Leipzig)"^^ . - "http://d-nb.info/gnd"^^ . "Neues Bach'sches Collegium Musicum"^^ . "New Leipzig Bach Collegium Musicum"^^ . "Culturegraph Ressource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01499/HT014997977.nt b/src/test/resources/reverseTest/output/nt/01499/HT014997977.nt index 364f2dbc5..1ab8ce090 100644 --- a/src/test/resources/reverseTest/output/nt/01499/HT014997977.nt +++ b/src/test/resources/reverseTest/output/nt/01499/HT014997977.nt @@ -20,19 +20,16 @@ _:b7 "hbz Verbundkatalog"^^ . . "Landesbetrieb Stra\u00DFen und Verkehr Rheinland-Pfalz (Koblenz)"^^ . - "http://d-nb.info/gnd"^^ . "LSV"^^ . "Landesbetrieb Stra\u00DFen und Verkehr RP"^^ . . "Rheinland-Pfalz (Koblenz). Landesamt f\u00FCr Umweltschutz und Gewerbeaufsicht"^^ . - "http://d-nb.info/gnd"^^ . "Landesamt f\u00FCr Umwelt und Gewerbeaufsicht"^^ . "Landesamt f\u00FCr Umweltschutz und Gewerbeaufsicht"^^ . "LfUG"^^ . "Rheinland-Pfalz"^^ . . "Arbeitskreis Stra\u00DFenbauabf\u00E4lle Rheinland-Pfalz"^^ . - "http://d-nb.info/gnd"^^ . "Handel, Kommunikation, Verkehr"^^ . "Digitool"^^ . "Culturegraph Ressource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01508/HT015082724.nt b/src/test/resources/reverseTest/output/nt/01508/HT015082724.nt index 3549624cb..941e986dc 100644 --- a/src/test/resources/reverseTest/output/nt/01508/HT015082724.nt +++ b/src/test/resources/reverseTest/output/nt/01508/HT015082724.nt @@ -22,7 +22,6 @@ _:b8 "hbz Verbundkatalog"^^ . . "Niederlande"^^ . - "http://d-nb.info/gnd"^^ . "Geschichte und Geografie"^^ . "Culturegraph Ressource"^^ . "Niederl\u00E4ndisch"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01518/HT015183529.nt b/src/test/resources/reverseTest/output/nt/01518/HT015183529.nt index d3713e4fe..64cf242a3 100644 --- a/src/test/resources/reverseTest/output/nt/01518/HT015183529.nt +++ b/src/test/resources/reverseTest/output/nt/01518/HT015183529.nt @@ -17,7 +17,6 @@ _:b5 "hbz Verbundkatalog"^^ . . "Fitzgerald, Francis Scott"^^ . - "http://d-nb.info/gnd"^^ . "Fic\u01C6eralds, Skots Fr\u0101nsiss"^^ . "Fitzgerald, F. S."^^ . "Fitzgerald, F. Scott"^^ . @@ -30,7 +29,6 @@ _:b5 "Scott-Fitzgerald, Francis"^^ . . "Bruccoli, Matthew Joseph"^^ . - "http://d-nb.info/gnd"^^ . "Bruccoli, Matthew J."^^ . "Culturegraph Ressource"^^ . "Englisch"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01541/HT015414894.nt b/src/test/resources/reverseTest/output/nt/01541/HT015414894.nt index 3e88d2f02..b84fb0ffb 100644 --- a/src/test/resources/reverseTest/output/nt/01541/HT015414894.nt +++ b/src/test/resources/reverseTest/output/nt/01541/HT015414894.nt @@ -18,13 +18,10 @@ _:b6 "hbz Verbundkatalog"^^ . . "Conrad, Christoph"^^ . - "http://d-nb.info/gnd"^^ . . "Werthes, Sascha"^^ . - "http://d-nb.info/gnd"^^ . . "Kim, Richard"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01544/HT015440386.nt b/src/test/resources/reverseTest/output/nt/01544/HT015440386.nt index 2f8dbf938..850850b1e 100644 --- a/src/test/resources/reverseTest/output/nt/01544/HT015440386.nt +++ b/src/test/resources/reverseTest/output/nt/01544/HT015440386.nt @@ -21,18 +21,14 @@ _:b7 "hbz Verbundkatalog"^^ . . "K\u00F6nig, Ralf"^^ . - "http://d-nb.info/gnd"^^ . "K\u00F6nig, R."^^ . "1960"^^ . . "K\u00F6nig, Ralf"^^ . - "http://d-nb.info/gnd"^^ . . "Comic"^^ . - "http://d-nb.info/gnd"^^ . . "Bildband"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01545/HT015455455.nt b/src/test/resources/reverseTest/output/nt/01545/HT015455455.nt index 9e51d9bf7..3934bddfe 100644 --- a/src/test/resources/reverseTest/output/nt/01545/HT015455455.nt +++ b/src/test/resources/reverseTest/output/nt/01545/HT015455455.nt @@ -64,28 +64,20 @@ _:b9 _:b10 . "1951"^^ . . "Porsche, Ferdinand"^^ . - "http://d-nb.info/gnd"^^ . . "Pfundner, Martin"^^ . - "http://d-nb.info/gnd"^^ . . "Austro-Daimler-Puchwerke"^^ . - "http://d-nb.info/gnd"^^ . . "Automobilsport"^^ . - "http://d-nb.info/gnd"^^ . . "Kraftfahrzeug"^^ . - "http://d-nb.info/gnd"^^ . . "Steyr-Daimler-Puch AG"^^ . - "http://d-nb.info/gnd"^^ . . "Daimler, Marke"^^ . - "http://d-nb.info/gnd"^^ . . "Steyr, Marke"^^ . - "http://d-nb.info/gnd"^^ . "http://deposit.d-nb.de/cgi-bin"^^ . "Wirtschaft"^^ . "Culturegraph Ressource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01586/HT015865114.nt b/src/test/resources/reverseTest/output/nt/01586/HT015865114.nt index 411451487..720030997 100644 --- a/src/test/resources/reverseTest/output/nt/01586/HT015865114.nt +++ b/src/test/resources/reverseTest/output/nt/01586/HT015865114.nt @@ -24,10 +24,8 @@ _:b9 "hbz Verbundkatalog"^^ . . "Weber, J\u00FCrgen"^^ . - "http://d-nb.info/gnd"^^ . . "Geschichtsunterricht"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "Mitwirkende"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01589/HT015891797.nt b/src/test/resources/reverseTest/output/nt/01589/HT015891797.nt index 68a8ae16b..7a05448ad 100644 --- a/src/test/resources/reverseTest/output/nt/01589/HT015891797.nt +++ b/src/test/resources/reverseTest/output/nt/01589/HT015891797.nt @@ -30,12 +30,10 @@ _:b9 _:b10 . "hbz Verbundkatalog"^^ . . "Mensing, Hans Peter"^^ . - "http://d-nb.info/gnd"^^ . "1876"^^ . "1967"^^ . . "Adenauer, Konrad"^^ . - "http://d-nb.info/gnd"^^ . "Adenauer, ..."^^ . "Adenauer, Konrad Hermann Joseph"^^ . "Culturegraph Ressource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01613/HT016135351.nt b/src/test/resources/reverseTest/output/nt/01613/HT016135351.nt index 05b379941..6111aa2e3 100644 --- a/src/test/resources/reverseTest/output/nt/01613/HT016135351.nt +++ b/src/test/resources/reverseTest/output/nt/01613/HT016135351.nt @@ -18,10 +18,8 @@ _:b6 "hbz Verbundkatalog"^^ . . "Buchmann, Helmut"^^ . - "http://d-nb.info/gnd"^^ . . "Lutter-Wasserm\u00FChle Roberg, Harsewinkel"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "Fotografie"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01638/HT016382441.nt b/src/test/resources/reverseTest/output/nt/01638/HT016382441.nt index 30eb84c2e..d29fa5aaf 100644 --- a/src/test/resources/reverseTest/output/nt/01638/HT016382441.nt +++ b/src/test/resources/reverseTest/output/nt/01638/HT016382441.nt @@ -14,11 +14,9 @@ _:b4 "hbz Verbundkatalog"^^ . . "Blum, Richard"^^ . - "http://d-nb.info/gnd"^^ . "Blum, Richard Kenneth"^^ . . "LINUX"^^ . - "http://d-nb.info/gnd"^^ . "http://deposit.d-nb.de/cgi-bin"^^ . "Digitool"^^ . "Digitool"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01654/HT016545462.nt b/src/test/resources/reverseTest/output/nt/01654/HT016545462.nt index 02d2bdfce..6639f4ca1 100644 --- a/src/test/resources/reverseTest/output/nt/01654/HT016545462.nt +++ b/src/test/resources/reverseTest/output/nt/01654/HT016545462.nt @@ -21,13 +21,10 @@ _:b8 "hbz Verbundkatalog"^^ . . "Nordkirchen"^^ . - "http://d-nb.info/gnd"^^ . . "Eigent\u00FCmer"^^ . - "http://d-nb.info/gnd"^^ . . "Geb\u00E4ude"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "20101012"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01660/HT016604323.nt b/src/test/resources/reverseTest/output/nt/01660/HT016604323.nt index 28e31b2fe..6d316020d 100644 --- a/src/test/resources/reverseTest/output/nt/01660/HT016604323.nt +++ b/src/test/resources/reverseTest/output/nt/01660/HT016604323.nt @@ -27,10 +27,8 @@ _:b9 "hbz Verbundkatalog"^^ . . "PsychiatrieVerbund Westfalen. Beschwerdekommission"^^ . - "http://d-nb.info/gnd"^^ . . "Westfalen-Lippe"^^ . - "http://d-nb.info/gnd"^^ . "LWL-Abteilung f\u00FCr Krankenh\u00E4user und Gesundheitswesen"^^ . "LWL-Kulturabteilung"^^ . "Landesdirektor"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01660/HT016608165.nt b/src/test/resources/reverseTest/output/nt/01660/HT016608165.nt index d4d6407d9..2b40aa0a1 100644 --- a/src/test/resources/reverseTest/output/nt/01660/HT016608165.nt +++ b/src/test/resources/reverseTest/output/nt/01660/HT016608165.nt @@ -23,7 +23,6 @@ _:b8 "hbz Verbundkatalog"^^ . . "Debussy, Claude"^^ . - "http://d-nb.info/gnd"^^ . "Debjussi, Klod"^^ . "Debussy, ..."^^ . "Debussy, Achille"^^ . @@ -37,7 +36,6 @@ _:b8 "Debussy, Claudio"^^ . . "Banville, Th\u00E9odore de"^^ . - "http://d-nb.info/gnd"^^ . "Banville, Teodoro de"^^ . "Banville, Th. de"^^ . "Banville, Th\u00E9odore"^^ . @@ -45,10 +43,8 @@ _:b8 "Follain de Banville, Th\u00E9odore"^^ . . "Baldwin, Dalton"^^ . - "http://d-nb.info/gnd"^^ . . "Mespl\u00E9, Mady"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Franz\u00F6sisch"^^ . "Autor/in"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01746/HT017468042.nt b/src/test/resources/reverseTest/output/nt/01746/HT017468042.nt index c1db9e7bc..f7536e755 100644 --- a/src/test/resources/reverseTest/output/nt/01746/HT017468042.nt +++ b/src/test/resources/reverseTest/output/nt/01746/HT017468042.nt @@ -10,7 +10,6 @@ _:b2 "hbz Verbundkatalog"^^ . . "Homannsche Erben (N\u00FCrnberg)"^^ . - "http://d-nb.info/gnd"^^ . "Bureau Geographique de Homann"^^ . "Coheredis Homanniani"^^ . "Heritiers d'Homann"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01748/HT017480009.nt b/src/test/resources/reverseTest/output/nt/01748/HT017480009.nt index a75068787..be89c677c 100644 --- a/src/test/resources/reverseTest/output/nt/01748/HT017480009.nt +++ b/src/test/resources/reverseTest/output/nt/01748/HT017480009.nt @@ -9,7 +9,6 @@ _:b3 "hbz Verbundkatalog"^^ . . "Fett, Anna Laura"^^ . - "http://d-nb.info/gnd"^^ . "Medizin und Gesundheit"^^ . "Digitool"^^ . "http://dx.doi.org/10.4126"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01752/HT017529028.nt b/src/test/resources/reverseTest/output/nt/01752/HT017529028.nt index d3ce8c42a..2cf8580cd 100644 --- a/src/test/resources/reverseTest/output/nt/01752/HT017529028.nt +++ b/src/test/resources/reverseTest/output/nt/01752/HT017529028.nt @@ -27,7 +27,6 @@ _:b9 "hbz Verbundkatalog"^^ . . "Stein, Edith"^^ . - "http://d-nb.info/gnd"^^ . "Cruce, Teresia Benedicta a"^^ . "Cruz, Beata Teresa Benedicta de la"^^ . "Shutain, \u0112dito"^^ . @@ -48,10 +47,8 @@ _:b9 "1591"^^ . . "Juan, de la Cruz"^^ . - "http://d-nb.info/gnd"^^ . . "Neyer, Maria Amata"^^ . - "http://d-nb.info/gnd"^^ . "Neyer, Amata"^^ . "Neyer, Maria A."^^ . "Neyerov\u00E1, Amata"^^ . @@ -59,7 +56,6 @@ _:b9 "Neyerov\u00E1, Maria Amata"^^ . . "Linssen, Michael"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01813/HT018131501.nt b/src/test/resources/reverseTest/output/nt/01813/HT018131501.nt index 2bfb5af42..d8d36b274 100644 --- a/src/test/resources/reverseTest/output/nt/01813/HT018131501.nt +++ b/src/test/resources/reverseTest/output/nt/01813/HT018131501.nt @@ -18,13 +18,10 @@ _:b7 "hbz Verbundkatalog"^^ . . "Engelhardt, Manfred"^^ . - "http://d-nb.info/gnd"^^ . . "D\u00FCsseldorf"^^ . - "http://d-nb.info/gnd"^^ . . "Staat Berg"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01823/HT018239864.nt b/src/test/resources/reverseTest/output/nt/01823/HT018239864.nt index ca551eef9..dfde2303a 100644 --- a/src/test/resources/reverseTest/output/nt/01823/HT018239864.nt +++ b/src/test/resources/reverseTest/output/nt/01823/HT018239864.nt @@ -21,15 +21,12 @@ _:b7 "hbz Verbundkatalog"^^ . . "Kennedy, Beate"^^ . - "http://d-nb.info/gnd"^^ . "1905"^^ . "1982"^^ . . "Keun, Irmgard"^^ . - "http://d-nb.info/gnd"^^ . . "Erz\u00E4hltheorie"^^ . - "http://d-nb.info/gnd"^^ . "http://deposit.d-nb.de/cgi-bin"^^ . "Sprache"^^ . "Digitool"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01829/HT018290299.nt b/src/test/resources/reverseTest/output/nt/01829/HT018290299.nt index 712129eee..5043c94f7 100644 --- a/src/test/resources/reverseTest/output/nt/01829/HT018290299.nt +++ b/src/test/resources/reverseTest/output/nt/01829/HT018290299.nt @@ -32,17 +32,13 @@ _:b9 _:b10 . "hbz Verbundkatalog"^^ . . "Lehndorff-Felsko, Angelika"^^ . - "http://d-nb.info/gnd"^^ . "Felsko, Angelika Lehndorff-"^^ . . "Arbeitsbedingungen"^^ . - "http://d-nb.info/gnd"^^ . . "K\u00C3\u00B6ln"^^ . - "http://d-nb.info/gnd"^^ . . "Zwangsarbeit"^^ . - "http://d-nb.info/gnd"^^ . "http://deposit.d-nb.de/cgi-bin"^^ . "Geschichte Mitteleuropas; Deutschlands"^^ . "Digitool"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01829/HT018295975.nt b/src/test/resources/reverseTest/output/nt/01829/HT018295975.nt index 6823281a4..82cf1c95f 100644 --- a/src/test/resources/reverseTest/output/nt/01829/HT018295975.nt +++ b/src/test/resources/reverseTest/output/nt/01829/HT018295975.nt @@ -38,13 +38,10 @@ _:b9 _:b10 . "1949"^^ . . "M\u00F6tsch, Johannes"^^ . - "http://d-nb.info/gnd"^^ . . "Moczarski, Norbert"^^ . - "http://d-nb.info/gnd"^^ . . "Th\u00FCringen"^^ . - "http://d-nb.info/gnd"^^ . "http://deposit.d-nb.de/cgi-bin"^^ . "Geschichte und Geografie"^^ . "Digitool"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01831/HT018312899.nt b/src/test/resources/reverseTest/output/nt/01831/HT018312899.nt index 790e6eb5a..e215b0daf 100644 --- a/src/test/resources/reverseTest/output/nt/01831/HT018312899.nt +++ b/src/test/resources/reverseTest/output/nt/01831/HT018312899.nt @@ -16,18 +16,14 @@ _:b6 "hbz Verbundkatalog"^^ . . "Maes, Sientje"^^ . - "http://d-nb.info/gnd"^^ . . "Rezeption"^^ . - "http://d-nb.info/gnd"^^ . . "Dramaturgie"^^ . - "http://d-nb.info/gnd"^^ . "1801"^^ . "1836"^^ . . "Grabbe, Christian Dietrich: Der Cid"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01845/HT018454638.nt b/src/test/resources/reverseTest/output/nt/01845/HT018454638.nt index 3fb4e1d87..fc9d5fb42 100644 --- a/src/test/resources/reverseTest/output/nt/01845/HT018454638.nt +++ b/src/test/resources/reverseTest/output/nt/01845/HT018454638.nt @@ -28,19 +28,16 @@ _:b9 _:b10 . "hbz Verbundkatalog"^^ . . "Pfarrei St. Joseph und St. Antonius Bergisch Gladbach"^^ . - "http://d-nb.info/gnd"^^ . "Katholische Kirchengemeinde Sankt Joseph und Sankt Antonius Bergisch Gladbach"^^ . "Katholische Kirchengemeinde St. Joseph und St. Antonius Bergisch Gladbach"^^ . "Pfarrei Sankt Joseph und Sankt Antonius Bergisch Gladbach"^^ . . "Clemens-Schierbaum, Ursula"^^ . - "http://d-nb.info/gnd"^^ . "Clemens, Ursula"^^ . "Schierbaum, Ursula C.-"^^ . "Schierbaum, Ursula Clemens-"^^ . . "Pfarrei Sankt Antonius Abbas Herkenrath"^^ . - "http://d-nb.info/gnd"^^ . "Pfarrei Sankt Antonius Abbas Bergisch Gladbach- Herkenrath"^^ . "Pfarrei Sankt Antonius Abbas Herkenrath"^^ . "Pfarrei St. Antonius Abbas Herkenrath"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01846/HT018468645.nt b/src/test/resources/reverseTest/output/nt/01846/HT018468645.nt index 5b7a142e7..ffabbbcfd 100644 --- a/src/test/resources/reverseTest/output/nt/01846/HT018468645.nt +++ b/src/test/resources/reverseTest/output/nt/01846/HT018468645.nt @@ -29,25 +29,18 @@ _:b9 _:b10 . "hbz Verbundkatalog"^^ . . "Paulmann, Johannes"^^ . - "http://d-nb.info/gnd"^^ . . "Fritsche, Christiane"^^ . - "http://d-nb.info/gnd"^^ . . "Deutschland"^^ . - "http://d-nb.info/gnd"^^ . . "Geschichte"^^ . - "http://d-nb.info/gnd"^^ . . "Wiedergutmachung"^^ . - "http://d-nb.info/gnd"^^ . . "Aufsatzsammlung"^^ . - "http://d-nb.info/gnd"^^ . . "Arisierung"^^ . - "http://d-nb.info/gnd"^^ . "http://deposit.d-nb.de/cgi-bin"^^ . "Geschichte Mitteleuropas; Deutschlands"^^ . "http://dx.doi.org/10.7788"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01858/HT018585406.nt b/src/test/resources/reverseTest/output/nt/01858/HT018585406.nt index 705fc5684..96e775688 100644 --- a/src/test/resources/reverseTest/output/nt/01858/HT018585406.nt +++ b/src/test/resources/reverseTest/output/nt/01858/HT018585406.nt @@ -24,20 +24,15 @@ _:b9 "hbz Verbundkatalog"^^ . . "Clev, Hans-G\u00FCnther"^^ . - "http://d-nb.info/gnd"^^ . . "Entwicklungsagentur Rheinland-Pfalz"^^ . - "http://d-nb.info/gnd"^^ . "Entwicklungsagentur Rheinland-Pfalz e.V."^^ . . "Landesplanung"^^ . - "http://d-nb.info/gnd"^^ . . "Oberrheinisches Tiefland"^^ . - "http://d-nb.info/gnd"^^ . . "Deutsch-Franz\u00F6sisch-Schweizerische Oberrheinkonferenz"^^ . - "http://d-nb.info/gnd"^^ . "Conf\u00E9rence Franco-Germano-Suisse du Rhin Sup\u00E9rieur"^^ . "Conf\u00E9rence du Rhin Sup\u00E9rieur"^^ . "ORK"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01861/HT018612706.nt b/src/test/resources/reverseTest/output/nt/01861/HT018612706.nt index 3c4b17850..39232bf5d 100644 --- a/src/test/resources/reverseTest/output/nt/01861/HT018612706.nt +++ b/src/test/resources/reverseTest/output/nt/01861/HT018612706.nt @@ -65,29 +65,22 @@ _:b9 "hbz Verbundkatalog"^^ . . "Zentralarchiv des Internationalen Kunsthandels"^^ . - "http://d-nb.info/gnd"^^ . "ZADIK"^^ . "Zentralarchiv des Internationalen Kunsthandels e.V."^^ . . "Herzog, G\u00C3\u00BCnter"^^ . - "http://d-nb.info/gnd"^^ . . "49. Art Cologne, 2015, K\u00C3\u00B6ln"^^ . - "http://d-nb.info/gnd"^^ . "49. Internationaler Kunstmarkt, 2015, K\u00C3\u00B6ln"^^ . "49. Messe f\u00C3\u00BCr Moderne und Zeitgen\u00C3\u00B6ssische Kunst in K\u00C3\u00B6ln, 2015, K\u00C3\u00B6ln"^^ . . "Deutschland, Bundesrepublik"^^ . - "http://d-nb.info/gnd"^^ . . "D\u00C3\u00BCsseldorf"^^ . - "http://d-nb.info/gnd"^^ . . "K\u00C3\u00B6ln"^^ . - "http://d-nb.info/gnd"^^ . . "Pop-Art"^^ . - "http://d-nb.info/gnd"^^ . "http://deposit.d-nb.de/cgi-bin"^^ . "K\u00FCnste; Bildende und angewandte Kunst"^^ . "Culturegraph Ressource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01870/HT018700720.nt b/src/test/resources/reverseTest/output/nt/01870/HT018700720.nt index 77083a949..02bf179aa 100644 --- a/src/test/resources/reverseTest/output/nt/01870/HT018700720.nt +++ b/src/test/resources/reverseTest/output/nt/01870/HT018700720.nt @@ -37,16 +37,12 @@ _:b9 _:b10 . "hbz Verbundkatalog"^^ . . "Wolter, Birgit"^^ . - "http://d-nb.info/gnd"^^ . . "Heusinger, Josefine"^^ . - "http://d-nb.info/gnd"^^ . . "Amrhein, Ludwig"^^ . - "http://d-nb.info/gnd"^^ . . "Bundeszentrale f\u00C3\u00BCr Gesundheitliche Aufkl\u00C3\u00A4rung"^^ . - "http://d-nb.info/gnd"^^ . "BZgA"^^ . "BZgA, Bundeszentrale f\u00C3\u00BCr Gesundheitliche Aufkl\u00C3\u00A4rung"^^ . "Deutschland"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01872/HT018726005.nt b/src/test/resources/reverseTest/output/nt/01872/HT018726005.nt index 1b76b328c..6ce6384af 100644 --- a/src/test/resources/reverseTest/output/nt/01872/HT018726005.nt +++ b/src/test/resources/reverseTest/output/nt/01872/HT018726005.nt @@ -13,10 +13,8 @@ _:b4 "1958"^^ . . "L\u00FCck, Ingolf"^^ . - "http://d-nb.info/gnd"^^ . . "Hoff, Hans"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . "Autor/in"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01877/HT018770176.nt b/src/test/resources/reverseTest/output/nt/01877/HT018770176.nt index 21c13c171..3ff45b386 100644 --- a/src/test/resources/reverseTest/output/nt/01877/HT018770176.nt +++ b/src/test/resources/reverseTest/output/nt/01877/HT018770176.nt @@ -16,7 +16,6 @@ _:b4 "http://d-nb.info/1076583180"^^ . . "Stahl, Dominik"^^ . - "http://d-nb.info/gnd"^^ . "Recht"^^ . "Culturegraph Ressource"^^ . "Deutsch"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01877/HT018771475.nt b/src/test/resources/reverseTest/output/nt/01877/HT018771475.nt index 42762f52c..92613d847 100644 --- a/src/test/resources/reverseTest/output/nt/01877/HT018771475.nt +++ b/src/test/resources/reverseTest/output/nt/01877/HT018771475.nt @@ -26,10 +26,8 @@ _:b9 "http://d-nb.info/1074113608"^^ . . "R\u00F6sgen, Anya"^^ . - "http://d-nb.info/gnd"^^ . . "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach"^^ . - "http://d-nb.info/gnd"^^ . "7. Schloss Bensberg Classics, 2015, Bergisch Gladbach"^^ . "Sportarten, Sportspiele"^^ . "Culturegraph Ressource"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01877/HT018779822.nt b/src/test/resources/reverseTest/output/nt/01877/HT018779822.nt index 9c46f5ee3..65b3c70b8 100644 --- a/src/test/resources/reverseTest/output/nt/01877/HT018779822.nt +++ b/src/test/resources/reverseTest/output/nt/01877/HT018779822.nt @@ -10,7 +10,6 @@ _:b2 "hbz Verbundkatalog"^^ . . "Cross, Julie"^^ . - "http://d-nb.info/gnd"^^ . "Culturegraph Ressource"^^ . "Englisch"^^ . "Autor/in"^^ . diff --git a/src/test/resources/reverseTest/output/nt/01880/HT018801101.nt b/src/test/resources/reverseTest/output/nt/01880/HT018801101.nt index 85d7bbb50..af1026be4 100644 --- a/src/test/resources/reverseTest/output/nt/01880/HT018801101.nt +++ b/src/test/resources/reverseTest/output/nt/01880/HT018801101.nt @@ -29,16 +29,12 @@ _:b9 _:b10 . "hbz Verbundkatalog"^^ . . "Roesner, Elke"^^ . - "http://d-nb.info/gnd"^^ . . "Arning, Ursula"^^ . - "http://d-nb.info/gnd"^^ . . "Kullmer, Bettina"^^ . - "http://d-nb.info/gnd"^^ . . "Schmitz, Jasmin"^^ . - "http://d-nb.info/gnd"^^ . "Bibliotheks- und Informationswissenschaften"^^ . "Medizin und Gesundheit"^^ . "http://dx.doi.org/10.4126"^^ .