From 2ba72b4711cde482986dc83053ef71da9453914b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20B=C3=BClte?= Date: Tue, 11 Jul 2023 16:39:59 +0200 Subject: [PATCH 1/2] Add provenance information #128 --- conf/fix-enriched.fix | 20 +++++ test/transformation/output/enriched-test.json | 76 +++++++++---------- .../output/enriched-test.json-dbs | 66 ++++++++-------- .../output/enriched-test.json-sigel | 10 +-- 4 files changed, 96 insertions(+), 76 deletions(-) diff --git a/conf/fix-enriched.fix b/conf/fix-enriched.fix index 718e1791..af028cfa 100644 --- a/conf/fix-enriched.fix +++ b/conf/fix-enriched.fix @@ -1022,6 +1022,26 @@ copy_field("001B.0","mainEntityOfPage.dateModified") replace_all("mainEntityOfPage.dateCreated","^.+?:","") replace_all("mainEntityOfPage.dateModified","^.+?:","") +add_field("mainEntityOfPage.wasGeneratedBy.type","Activity") +# TODO: Add field for startTimedTime +# TODO: Check if property should be be schema.org:en +# timestamp("mainEntityOfPage.wasGeneratedBy.endedAtTime",format:"yyyy-MM-dd'T'HH:mm:ss", timezone:"Europe/Berlin") +set_array("mainEntityOfPage.wasGeneratedBy.used[]") +if exists("picaPPN") + paste("mainEntityOfPage.wasGeneratedBy.used[].$append.id","~http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3D","isil","~&recordSchema=PicaPlus-xml&version=1.1",join_char:"") + add_field("mainEntityOfPage.wasGeneratedBy.used[].$last.sourceOrganisation.id","https://sigel.staatsbibliothek-berlin.de/vergabe/isil/") + add_field("mainEntityOfPage.wasGeneratedBy.used[].$last.sourceOrganisation.label","Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin") + add_field("mainEntityOfPage.wasGeneratedBy.used[].$append","https://github.com/metafacture/metafacture-core") + add_field("mainEntityOfPage.wasGeneratedBy.used[].$append","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix") + add_field("mainEntityOfPage.wasGeneratedBy.used[].$append","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix") +else + add_field("mainEntityOfPage.wasGeneratedBy.used[].$append.sourceOrganisation.id","https://www.bibliotheksstatistik.de/") + add_field("mainEntityOfPage.wasGeneratedBy.used[].$last.sourceOrganisation.label","Deutsche Bibliotheksstatistik (DBS)") + add_field("mainEntityOfPage.wasGeneratedBy.used[].$append","https://github.com/metafacture/metafacture-core") + add_field("mainEntityOfPage.wasGeneratedBy.used[].$append","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix") + add_field("mainEntityOfPage.wasGeneratedBy.used[].$append","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix") +end + # # ## diff --git a/test/transformation/output/enriched-test.json b/test/transformation/output/enriched-test.json index 66d43b15..4f98e410 100644 --- a/test/transformation/output/enriched-test.json +++ b/test/transformation/output/enriched-test.json @@ -1,76 +1,76 @@ {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-9#!"}} -{"rs":"130750039039","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-9#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.uni-greifswald.de/bibliothek/html","provides":"http://www.ub.uni-greifswald.de:2324/","name":"Universitätsbibliothek Greifswald","containedIn":"http://sws.geonames.org/6551180/","location":[{"address":{"streetAddress":"Felix-Hausdorff-Str. 10","addressLocality":"Greifswald","postalCode":"17489","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr.: 8-24, Sa: 9-24 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-9#!","isil":"DE-9","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA009","sameAs":["http://www.wikidata.org/entity/Q2496314","https://ld.zdb-services.de/resource/organisations/DE-9"]} +{"rs":"130750039039","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-9#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.uni-greifswald.de/bibliothek/html","provides":"http://www.ub.uni-greifswald.de:2324/","name":"Universitätsbibliothek Greifswald","containedIn":"http://sws.geonames.org/6551180/","location":[{"address":{"streetAddress":"Felix-Hausdorff-Str. 10","addressLocality":"Greifswald","postalCode":"17489","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr.: 8-24, Sa: 9-24 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-9#!","isil":"DE-9","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA009","sameAs":["http://www.wikidata.org/entity/Q2496314","https://ld.zdb-services.de/resource/organisations/DE-9"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA022#!"}} -{"rs":"094610000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA022#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"https://www.staatsbibliothek-bamberg.de","provides":"https://katalog.ub.uni-bamberg.de","librariesOrgID":"210031","name":"Staatsbibliothek Bamberg ","location":[{"address":{"streetAddress":"Neue Residenz, Domplatz 8","addressLocality":"Bamberg","postalCode":"96049","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 9:00 - 17:00 Uhr, Sa 9:00 - 12:00 Uhr (im August Sa geschlossen)","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA022#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA022","sameAs":["https://librarytechnology.org/library/210031"]} +{"rs":"094610000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA022#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"https://www.staatsbibliothek-bamberg.de","provides":"https://katalog.ub.uni-bamberg.de","librariesOrgID":"210031","name":"Staatsbibliothek Bamberg ","location":[{"address":{"streetAddress":"Neue Residenz, Domplatz 8","addressLocality":"Bamberg","postalCode":"96049","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 9:00 - 17:00 Uhr, Sa 9:00 - 12:00 Uhr (im August Sa geschlossen)","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA022#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA022","sameAs":["https://librarytechnology.org/library/210031"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-34#!"}} -{"rs":"066110000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-34#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.uni-kassel.de/ub","provides":"https://hds.hebis.de/ubks","name":"Universitätsbibliothek Kassel - Landesbibliothek und Murhardsche Bibliothek der Stadt Kassel","location":[{"address":{"streetAddress":"Diagonale 10","addressLocality":"Kassel","postalCode":"34127","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 8 bis 23 Uhr. Sa u. So 10 bis 21 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-34#!","isil":"DE-34","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA034","sameAs":["http://www.wikidata.org/entity/Q2496316","https://ld.zdb-services.de/resource/organisations/DE-34"]} +{"rs":"066110000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-34#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.uni-kassel.de/ub","provides":"https://hds.hebis.de/ubks","name":"Universitätsbibliothek Kassel - Landesbibliothek und Murhardsche Bibliothek der Stadt Kassel","location":[{"address":{"streetAddress":"Diagonale 10","addressLocality":"Kassel","postalCode":"34127","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 8 bis 23 Uhr. Sa u. So 10 bis 21 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-34#!","isil":"DE-34","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA034","sameAs":["http://www.wikidata.org/entity/Q2496316","https://ld.zdb-services.de/resource/organisations/DE-34"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-46#!"}} -{"rs":"040110000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-46#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.suub.uni-bremen.de","name":"Staats- und Universitätsbibliothek Bremen","location":[{"address":{"streetAddress":"Bibliothekstr.","addressLocality":"Bremen","postalCode":"28359","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 8.00-22.00 h. Sa 10.00-18.00 h","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-46#!","isil":"DE-46","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA046","sameAs":["http://www.wikidata.org/entity/Q1680376","https://ld.zdb-services.de/resource/organisations/DE-46"]} +{"rs":"040110000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-46#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.suub.uni-bremen.de","name":"Staats- und Universitätsbibliothek Bremen","location":[{"address":{"streetAddress":"Bibliothekstr.","addressLocality":"Bremen","postalCode":"28359","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 8.00-22.00 h. Sa 10.00-18.00 h","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-46#!","isil":"DE-46","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA046","sameAs":["http://www.wikidata.org/entity/Q1680376","https://ld.zdb-services.de/resource/organisations/DE-46"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-58#!"}} -{"rs":"032570009009","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-58#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.nla.niedersachsen.de","librariesOrgID":"203984","name":"Fürstliche Schaumburg-Lippische Hofbibliothek In Verwaltung des Niedersächsischen Landesarchivs - Standort Bückeburg -","location":[{"address":{"streetAddress":"Schlossplatz 2","addressLocality":"Bückeburg","postalCode":"31675","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo, Di, Do 9.00-16.00 Uhr, Mi 9.00-18.00 Uhr, Fr 9.00-13 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-58#!","isil":"DE-58","fundertype":{"id":"http://purl.org/lobid/fundertype#n12","type":"Concept","label":{"de":"Private Trägerschaft (natürliche Personen)","en":"Private Funding Body (Natural Person)"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA058","sameAs":["http://www.wikidata.org/entity/Q1483614","https://ld.zdb-services.de/resource/organisations/DE-58","https://librarytechnology.org/library/203984"]} +{"rs":"032570009009","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-58#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.nla.niedersachsen.de","librariesOrgID":"203984","name":"Fürstliche Schaumburg-Lippische Hofbibliothek In Verwaltung des Niedersächsischen Landesarchivs - Standort Bückeburg -","location":[{"address":{"streetAddress":"Schlossplatz 2","addressLocality":"Bückeburg","postalCode":"31675","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo, Di, Do 9.00-16.00 Uhr, Mi 9.00-18.00 Uhr, Fr 9.00-13 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-58#!","isil":"DE-58","fundertype":{"id":"http://purl.org/lobid/fundertype#n12","type":"Concept","label":{"de":"Private Trägerschaft (natürliche Personen)","en":"Private Funding Body (Natural Person)"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA058","sameAs":["http://www.wikidata.org/entity/Q1483614","https://ld.zdb-services.de/resource/organisations/DE-58","https://librarytechnology.org/library/203984"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA083#!"}} -{"rs":"110000000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA083#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.tu-berlin.de","provides":"http://portal.ub.tu-berlin.de","name":"Technische Universität Berlin Universitätsbibliothek","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Fasanenstraße 88 (im VOLKSWAGEN-Haus)","addressLocality":"Berlin","postalCode":"10623","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Zentralbibliothek: Mo-Fr 9-22 Uhr, Sa 10-18 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA083#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA083"} +{"rs":"110000000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA083#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.tu-berlin.de","provides":"http://portal.ub.tu-berlin.de","name":"Technische Universität Berlin Universitätsbibliothek","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Fasanenstraße 88 (im VOLKSWAGEN-Haus)","addressLocality":"Berlin","postalCode":"10623","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Zentralbibliothek: Mo-Fr 9-22 Uhr, Sa 10-18 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA083#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA083"} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-95#!"}} -{"rs":"032410001001","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n70","type":"Concept","label":{"de":"Zentrale Hochschulbibliothek, nicht Universität","en":"Central Academic Library, not University"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-95#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.tiho-hannover.de","provides":"http://opac.hobsy.de/cgi-bin/nph-wwwp3?DB=BES5.SYS8&LANG=DU&EXT=ON","name":"Stiftung Tierärztliche Hochschule Hannover. Bibliothek","location":[{"address":{"streetAddress":"Bünteweg 2","addressLocality":"Hannover","postalCode":"30559","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo., Mi., Fr. 11 - 19, Di., Do. 9 - 17, Sa. 10 - 13","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-95#!","isil":"DE-95","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA095","sameAs":["http://www.wikidata.org/entity/Q28731327","https://ld.zdb-services.de/resource/organisations/DE-95"]} +{"rs":"032410001001","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n70","type":"Concept","label":{"de":"Zentrale Hochschulbibliothek, nicht Universität","en":"Central Academic Library, not University"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-95#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.tiho-hannover.de","provides":"http://opac.hobsy.de/cgi-bin/nph-wwwp3?DB=BES5.SYS8&LANG=DU&EXT=ON","name":"Stiftung Tierärztliche Hochschule Hannover. Bibliothek","location":[{"address":{"streetAddress":"Bünteweg 2","addressLocality":"Hannover","postalCode":"30559","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo., Mi., Fr. 11 - 19, Di., Do. 9 - 17, Sa. 10 - 13","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-95#!","isil":"DE-95","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA095","sameAs":["http://www.wikidata.org/entity/Q28731327","https://ld.zdb-services.de/resource/organisations/DE-95"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-149#!"}} -{"rs":"097640000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-149#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.memmingen.de/468.html","provides":"http://www.datronic.de/cgi-bin/findus.pl?customer=memmingen","librariesOrgID":"209194","name":"Stadtbibliothek Memmingen","location":[{"address":{"streetAddress":"Martin-Luther-Platz 1","addressLocality":"Memmingen","postalCode":"87700","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-149#!","isil":"DE-149","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA149","sameAs":["http://www.wikidata.org/entity/Q1478335","https://ld.zdb-services.de/resource/organisations/DE-149","https://librarytechnology.org/library/209194"]} +{"rs":"097640000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-149#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.memmingen.de/468.html","provides":"http://www.datronic.de/cgi-bin/findus.pl?customer=memmingen","librariesOrgID":"209194","name":"Stadtbibliothek Memmingen","location":[{"address":{"streetAddress":"Martin-Luther-Platz 1","addressLocality":"Memmingen","postalCode":"87700","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-149#!","isil":"DE-149","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA149","sameAs":["http://www.wikidata.org/entity/Q1478335","https://ld.zdb-services.de/resource/organisations/DE-149","https://librarytechnology.org/library/209194"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA150#!"}} -{"rs":"091850149149","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA150#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.sbnd.de","provides":"http://opac.sbnd.de","librariesOrgID":"209060","name":"Staatliche Bibliothek Neuburg/Donau","location":[{"address":{"streetAddress":"Karlspl. A 17","addressLocality":"Neuburg/Donau","postalCode":"86633","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 13.30-16.00. Di 13.30-18.00. Mi 13.30-16.00. Do 10.00-12.00 und 13.30-16.00. Fr 10.00-13.30","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA150#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA150","sameAs":["https://librarytechnology.org/library/209060"]} +{"rs":"091850149149","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA150#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.sbnd.de","provides":"http://opac.sbnd.de","librariesOrgID":"209060","name":"Staatliche Bibliothek Neuburg/Donau","location":[{"address":{"streetAddress":"Karlspl. A 17","addressLocality":"Neuburg/Donau","postalCode":"86633","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 13.30-16.00. Di 13.30-18.00. Mi 13.30-16.00. Do 10.00-12.00 und 13.30-16.00. Fr 10.00-13.30","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA150#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA150","sameAs":["https://librarytechnology.org/library/209060"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-174#!"}} -{"rs":"055130000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-174#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek-ge.de/","provides":"http://katalog.stadtbibliothek-ge.de/opac/de/user_frm.html.S","librariesOrgID":"205092","name":"Stadtbibliothek Gelsenkirchen","location":[{"address":{"streetAddress":"Ebertstr. 19","addressLocality":"Gelsenkirchen","postalCode":"45875","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 11.00-19.00 , Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-174#!","isil":"DE-174","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA174","sameAs":["http://www.wikidata.org/entity/Q28681662","https://ld.zdb-services.de/resource/organisations/DE-174","https://librarytechnology.org/library/205092"]} +{"rs":"055130000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-174#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek-ge.de/","provides":"http://katalog.stadtbibliothek-ge.de/opac/de/user_frm.html.S","librariesOrgID":"205092","name":"Stadtbibliothek Gelsenkirchen","location":[{"address":{"streetAddress":"Ebertstr. 19","addressLocality":"Gelsenkirchen","postalCode":"45875","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 11.00-19.00 , Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-174#!","isil":"DE-174","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA174","sameAs":["http://www.wikidata.org/entity/Q28681662","https://ld.zdb-services.de/resource/organisations/DE-174","https://librarytechnology.org/library/205092"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-186#!"}} -{"rs":"120540000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-186#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.potsdam.de","provides":"http://www.bibliothek.potsdam.de","librariesOrgID":"203059","name":"Stadt- und Landesbibliothek im Bildungsforum Potsdam","containedIn":"http://sws.geonames.org/7602560/","location":[{"address":{"streetAddress":"Am Kanal 47","addressLocality":"Potsdam","postalCode":"14467","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 15 - 19 Di - Fr 10 - 19 Sa 10 - 16 ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-186#!","isil":"DE-186","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA186","sameAs":["http://www.wikidata.org/entity/Q2326335","https://ld.zdb-services.de/resource/organisations/DE-186","https://librarytechnology.org/library/203059"]} +{"rs":"120540000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-186#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.potsdam.de","provides":"http://www.bibliothek.potsdam.de","librariesOrgID":"203059","name":"Stadt- und Landesbibliothek im Bildungsforum Potsdam","containedIn":"http://sws.geonames.org/7602560/","location":[{"address":{"streetAddress":"Am Kanal 47","addressLocality":"Potsdam","postalCode":"14467","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 15 - 19 Di - Fr 10 - 19 Sa 10 - 16 ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-186#!","isil":"DE-186","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA186","sameAs":["http://www.wikidata.org/entity/Q2326335","https://ld.zdb-services.de/resource/organisations/DE-186","https://librarytechnology.org/library/203059"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-198#!"}} -{"rs":"130710107107","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-198#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek-nb.de","provides":"http://62.159.150.4/wwwopac/","librariesOrgID":"203226","name":"Regionalbibliothek","location":[{"address":{"streetAddress":"Marktplatz 1","addressLocality":"Neubrandenburg","postalCode":"17033","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo/Mi 13.00-18.00 Di 10.00-19.00 Do/Frei 10.00-18.00 Sa 10.00 - 13.00 ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-198#!","isil":"DE-198","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA198","sameAs":["http://www.wikidata.org/entity/Q2138279","https://ld.zdb-services.de/resource/organisations/DE-198","https://librarytechnology.org/library/203226"]} +{"rs":"130710107107","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-198#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek-nb.de","provides":"http://62.159.150.4/wwwopac/","librariesOrgID":"203226","name":"Regionalbibliothek","location":[{"address":{"streetAddress":"Marktplatz 1","addressLocality":"Neubrandenburg","postalCode":"17033","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo/Mi 13.00-18.00 Di 10.00-19.00 Do/Frei 10.00-18.00 Sa 10.00 - 13.00 ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-198#!","isil":"DE-198","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA198","sameAs":["http://www.wikidata.org/entity/Q2138279","https://ld.zdb-services.de/resource/organisations/DE-198","https://librarytechnology.org/library/203226"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-204#!"}} -{"rs":"110000000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-204#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.iai.spk-berlin.de/","provides":"http://www.iaicat.de","name":"Ibero-Amerikanisches Institut Preußischer Kulturbesitz. Bibliothek","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Potsdamer Str. 37","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr. 9.00-19.00 Uhr, Sa 9.00-13.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-204#!","isil":"DE-204","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA204","sameAs":["http://www.wikidata.org/entity/Q28737641","https://ld.zdb-services.de/resource/organisations/DE-204"]} +{"rs":"110000000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-204#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.iai.spk-berlin.de/","provides":"http://www.iaicat.de","name":"Ibero-Amerikanisches Institut Preußischer Kulturbesitz. Bibliothek","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Potsdamer Str. 37","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr. 9.00-19.00 Uhr, Sa 9.00-13.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-204#!","isil":"DE-204","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA204","sameAs":["http://www.wikidata.org/entity/Q28737641","https://ld.zdb-services.de/resource/organisations/DE-204"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-228#!"}} -{"rs":"032520006006","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-228#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.hameln.de/kultur/kultur/buecherei/index.htm","provides":"http://www.stadtbuecherei.hameln.de","librariesOrgID":"203994","name":"Stadtbücherei in der Pfortmühle","location":[{"address":{"streetAddress":"Sudetenstr. 1","addressLocality":"Hameln","postalCode":"31785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di und Do-Fr 12.00-18.00. Mi 10.00-16.00. Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-228#!","isil":"DE-228","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA228","sameAs":["http://www.wikidata.org/entity/Q28661800","https://ld.zdb-services.de/resource/organisations/DE-228","https://librarytechnology.org/library/203994"]} +{"rs":"032520006006","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-228#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.hameln.de/kultur/kultur/buecherei/index.htm","provides":"http://www.stadtbuecherei.hameln.de","librariesOrgID":"203994","name":"Stadtbücherei in der Pfortmühle","location":[{"address":{"streetAddress":"Sudetenstr. 1","addressLocality":"Hameln","postalCode":"31785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di und Do-Fr 12.00-18.00. Mi 10.00-16.00. Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-228#!","isil":"DE-228","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA228","sameAs":["http://www.wikidata.org/entity/Q28661800","https://ld.zdb-services.de/resource/organisations/DE-228","https://librarytechnology.org/library/203994"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-241#!"}} -{"rs":"094770128128","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-241#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.buecherei-kulmbach.de","provides":"http://www.buecherei-kulmbach.de","librariesOrgID":"209990","name":"Bücherei am Stadtpark","location":[{"address":{"streetAddress":"Pestalozzistr. 11","addressLocality":"Kulmbach","postalCode":"95326","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - 14:00 - 19:30, Di 10:00 - 17:00, Mi 9:30 - 14:00 -  , Do 10:00 - 17:00, Fr 10:00 - 14:00  -   ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-241#!","isil":"DE-241","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA241","sameAs":["http://www.wikidata.org/entity/Q28733510","https://ld.zdb-services.de/resource/organisations/DE-241","https://librarytechnology.org/library/209990"]} +{"rs":"094770128128","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-241#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.buecherei-kulmbach.de","provides":"http://www.buecherei-kulmbach.de","librariesOrgID":"209990","name":"Bücherei am Stadtpark","location":[{"address":{"streetAddress":"Pestalozzistr. 11","addressLocality":"Kulmbach","postalCode":"95326","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - 14:00 - 19:30, Di 10:00 - 17:00, Mi 9:30 - 14:00 -  , Do 10:00 - 17:00, Fr 10:00 - 14:00  -   ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-241#!","isil":"DE-241","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA241","sameAs":["http://www.wikidata.org/entity/Q28733510","https://ld.zdb-services.de/resource/organisations/DE-241","https://librarytechnology.org/library/209990"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-253#!"}} -{"rs":"031010000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-253#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.vti.bund.de","name":"Thünen-Institut, Fachinformationszentrum Ländliche Räume","location":[{"address":{"streetAddress":"Bundesallee 50","addressLocality":"Braunschweig","postalCode":"38116","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"9-16.30","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-253#!","isil":"DE-253","fundertype":{"id":"http://purl.org/lobid/fundertype#n01","type":"Concept","label":{"de":"Bundesrepublik Deutschland","en":"Federal Republic of Germany"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA253","sameAs":["https://ld.zdb-services.de/resource/organisations/DE-253"]} +{"rs":"031010000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-253#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.vti.bund.de","name":"Thünen-Institut, Fachinformationszentrum Ländliche Räume","location":[{"address":{"streetAddress":"Bundesallee 50","addressLocality":"Braunschweig","postalCode":"38116","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"9-16.30","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-253#!","isil":"DE-253","fundertype":{"id":"http://purl.org/lobid/fundertype#n01","type":"Concept","label":{"de":"Bundesrepublik Deutschland","en":"Federal Republic of Germany"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA253","sameAs":["https://ld.zdb-services.de/resource/organisations/DE-253"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA277#!"}} -{"rs":"064120000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA277#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbuecherei.frankfurt.de","provides":"https://katalog.stadtbuecherei.frankfurt.de","librariesOrgID":"206788","name":"Stadtbücherei Frankfurt am Main","location":[{"address":{"streetAddress":"Hasengasse 4","addressLocality":"Frankfurt/Main","postalCode":"60311","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 11.00-19.00. Sa 11.00-16.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA277#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA277","sameAs":["https://librarytechnology.org/library/206788"]} +{"rs":"064120000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA277#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbuecherei.frankfurt.de","provides":"https://katalog.stadtbuecherei.frankfurt.de","librariesOrgID":"206788","name":"Stadtbücherei Frankfurt am Main","location":[{"address":{"streetAddress":"Hasengasse 4","addressLocality":"Frankfurt/Main","postalCode":"60311","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 11.00-19.00. Sa 11.00-16.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA277#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA277","sameAs":["https://librarytechnology.org/library/206788"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-289#!"}} -{"rs":"084210000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-289#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://kiz.uni-ulm.de","provides":"http://www.uni-ulm.de/index.php?id=1357","name":"Kommunikations- und Informationszentrum der Universität Ulm (kiz) / Abt. Informationsversorgung und Abt. Informationsmedien","location":[{"address":{"streetAddress":"Albert-Einstein-Allee 37","addressLocality":"Ulm/Donau","postalCode":"89081","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 8:00 - 22:00 Uhr, Sa 10:00 - 20:00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-289#!","isil":"DE-289","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA289","sameAs":["http://www.wikidata.org/entity/Q1755249","https://ld.zdb-services.de/resource/organisations/DE-289"]} +{"rs":"084210000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-289#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://kiz.uni-ulm.de","provides":"http://www.uni-ulm.de/index.php?id=1357","name":"Kommunikations- und Informationszentrum der Universität Ulm (kiz) / Abt. Informationsversorgung und Abt. Informationsmedien","location":[{"address":{"streetAddress":"Albert-Einstein-Allee 37","addressLocality":"Ulm/Donau","postalCode":"89081","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 8:00 - 22:00 Uhr, Sa 10:00 - 20:00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-289#!","isil":"DE-289","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA289","sameAs":["http://www.wikidata.org/entity/Q1755249","https://ld.zdb-services.de/resource/organisations/DE-289"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA290#!"}} -{"rs":"059130000000","name":"Universitätsbibliothek Dortmund","location":[{"address":{"streetAddress":"Vogelpothsweg 76","addressLocality":"Dortmund","postalCode":"44227","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 7.00-1.00h. Sa+So 9.00-1.00h, Bereichsbibliotheken s. homepage","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA290#!","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA290#!"},"@context":"http://lobid.org/organisations/context.jsonld","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"url":"http://www.ub.uni-dortmund.de","dbsID":"AA290"} +{"rs":"059130000000","name":"Universitätsbibliothek Dortmund","location":[{"address":{"streetAddress":"Vogelpothsweg 76","addressLocality":"Dortmund","postalCode":"44227","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 7.00-1.00h. Sa+So 9.00-1.00h, Bereichsbibliotheken s. homepage","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA290#!","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA290#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"url":"http://www.ub.uni-dortmund.de","dbsID":"AA290"} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-356#!"}} -{"rs":"071330006006","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-356#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek.bad-kreuznach.de","provides":"http://webopac.kh-int.de/opax/de/qsim.html.S","librariesOrgID":"206342","name":"Stadtbibliothek","location":[{"address":{"streetAddress":"Kreuzstr. 69","addressLocality":"Bad Kreuznach","postalCode":"55543","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo und Mi 14.00-18.00. Di,Do,Fr 10.00-18.00. Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-356#!","isil":"DE-356","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA356","sameAs":["http://www.wikidata.org/entity/Q28681672","https://ld.zdb-services.de/resource/organisations/DE-356","https://librarytechnology.org/library/206342"]} +{"rs":"071330006006","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-356#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek.bad-kreuznach.de","provides":"http://webopac.kh-int.de/opax/de/qsim.html.S","librariesOrgID":"206342","name":"Stadtbibliothek","location":[{"address":{"streetAddress":"Kreuzstr. 69","addressLocality":"Bad Kreuznach","postalCode":"55543","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo und Mi 14.00-18.00. Di,Do,Fr 10.00-18.00. Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-356#!","isil":"DE-356","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA356","sameAs":["http://www.wikidata.org/entity/Q28681672","https://ld.zdb-services.de/resource/organisations/DE-356","https://librarytechnology.org/library/206342"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-368#!"}} -{"rs":"059540016016","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-368#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.hattingen.de","provides":"http://webopac.hattingen.de/webopac/index.asp?DB=web_biblio","librariesOrgID":"205059","name":"Stadtbibliothek Hattingen","location":[{"address":{"streetAddress":"Reschop Carré 1","addressLocality":"Hattingen","postalCode":"45525","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10.00-19.00. Di 10.00-19.00. Do 10.00-19.00. Fr 10.00-19.00. Sa 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-368#!","isil":"DE-368","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA368","sameAs":["http://www.wikidata.org/entity/Q28681879","https://ld.zdb-services.de/resource/organisations/DE-368","https://librarytechnology.org/library/205059"]} +{"rs":"059540016016","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-368#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.hattingen.de","provides":"http://webopac.hattingen.de/webopac/index.asp?DB=web_biblio","librariesOrgID":"205059","name":"Stadtbibliothek Hattingen","location":[{"address":{"streetAddress":"Reschop Carré 1","addressLocality":"Hattingen","postalCode":"45525","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10.00-19.00. Di 10.00-19.00. Do 10.00-19.00. Fr 10.00-19.00. Sa 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-368#!","isil":"DE-368","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA368","sameAs":["http://www.wikidata.org/entity/Q28681879","https://ld.zdb-services.de/resource/organisations/DE-368","https://librarytechnology.org/library/205059"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA381#!"}} -{"rs":"059130000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA381#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.dortmund.de","provides":"http://www.kataloge.dortmund.de","librariesOrgID":"204950","name":"Stadt- und Landesbibliothek Dortmund","location":[{"address":{"streetAddress":"Max-von-der-Grün-Platz 1-3","addressLocality":"Dortmund","postalCode":"44137","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di-Fr 10.00 bis 19.00 und Sa 10.00 bis 15.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA381#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA381","sameAs":["https://librarytechnology.org/library/204950"]} +{"rs":"059130000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA381#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.dortmund.de","provides":"http://www.kataloge.dortmund.de","librariesOrgID":"204950","name":"Stadt- und Landesbibliothek Dortmund","location":[{"address":{"streetAddress":"Max-von-der-Grün-Platz 1-3","addressLocality":"Dortmund","postalCode":"44137","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di-Fr 10.00 bis 19.00 und Sa 10.00 bis 15.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA381#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA381","sameAs":["https://librarytechnology.org/library/204950"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-393#!"}} -{"rs":"053580024024","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-393#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"https://buecherei.juelich.de/","provides":"https://buecherei.juelich.de/Recherche/Suche.aspx","librariesOrgID":"205953","name":"Stadtbücherei Jülich","location":[{"address":{"streetAddress":"Kleine Rurstr. 20 (Kulturhaus am Hexenturm)","addressLocality":"Jülich","postalCode":"52428","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di u. Fr. 10.00 bis 18.00 Uhr. Mi 15.00 bis 18.00 Uhr. Sa 10.00 bis 13.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-393#!","isil":"DE-393","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA393","sameAs":["http://www.wikidata.org/entity/Q2327025","https://ld.zdb-services.de/resource/organisations/DE-393","https://librarytechnology.org/library/205953"]} +{"rs":"053580024024","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-393#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"https://buecherei.juelich.de/","provides":"https://buecherei.juelich.de/Recherche/Suche.aspx","librariesOrgID":"205953","name":"Stadtbücherei Jülich","location":[{"address":{"streetAddress":"Kleine Rurstr. 20 (Kulturhaus am Hexenturm)","addressLocality":"Jülich","postalCode":"52428","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di u. Fr. 10.00 bis 18.00 Uhr. Mi 15.00 bis 18.00 Uhr. Sa 10.00 bis 13.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-393#!","isil":"DE-393","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA393","sameAs":["http://www.wikidata.org/entity/Q2327025","https://ld.zdb-services.de/resource/organisations/DE-393","https://librarytechnology.org/library/205953"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-411#!"}} -{"rs":"055580012012","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-411#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbuecherei-coesfeld.de","provides":"http://opac.coesfeld.de/index.asp?DB=BIBLIO53","librariesOrgID":"205465","name":"Stadtbücherei Coesfeld","location":[{"address":{"streetAddress":"Walkenbrückenstr. 25","addressLocality":"Coesfeld","postalCode":"48653","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di. u. Do 10-13 und 15-18 Uhr, Mi 15-18 Uhr, Fr 9-13 und 15-18 Uhr , Sa 10-13 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-411#!","isil":"DE-411","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA411","sameAs":["http://www.wikidata.org/entity/Q28661850","https://ld.zdb-services.de/resource/organisations/DE-411","https://librarytechnology.org/library/205465"]} +{"rs":"055580012012","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-411#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbuecherei-coesfeld.de","provides":"http://opac.coesfeld.de/index.asp?DB=BIBLIO53","librariesOrgID":"205465","name":"Stadtbücherei Coesfeld","location":[{"address":{"streetAddress":"Walkenbrückenstr. 25","addressLocality":"Coesfeld","postalCode":"48653","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di. u. Do 10-13 und 15-18 Uhr, Mi 15-18 Uhr, Fr 9-13 und 15-18 Uhr , Sa 10-13 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-411#!","isil":"DE-411","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA411","sameAs":["http://www.wikidata.org/entity/Q28661850","https://ld.zdb-services.de/resource/organisations/DE-411","https://librarytechnology.org/library/205465"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-423#!"}} -{"rs":"055700052052","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-423#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.buecherei-warendorf.de","provides":"http://www.bibliothek-im-netz.de/index.asp?DB=ALL","librariesOrgID":"205346","name":"Stadtbücherei Warendorf","location":[{"address":{"streetAddress":"Kurze Kesselstr. 17","addressLocality":"Warendorf","postalCode":"48231","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10.00-13.00. Mi 14.00-18.00. Di,Do,Fr 10.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-423#!","isil":"DE-423","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA423","sameAs":["http://www.wikidata.org/entity/Q28661868","https://ld.zdb-services.de/resource/organisations/DE-423","https://librarytechnology.org/library/205346"]} +{"rs":"055700052052","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-423#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.buecherei-warendorf.de","provides":"http://www.bibliothek-im-netz.de/index.asp?DB=ALL","librariesOrgID":"205346","name":"Stadtbücherei Warendorf","location":[{"address":{"streetAddress":"Kurze Kesselstr. 17","addressLocality":"Warendorf","postalCode":"48231","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10.00-13.00. Mi 14.00-18.00. Di,Do,Fr 10.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-423#!","isil":"DE-423","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA423","sameAs":["http://www.wikidata.org/entity/Q28661868","https://ld.zdb-services.de/resource/organisations/DE-423","https://librarytechnology.org/library/205346"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-435#!"}} -{"rs":"053620028028","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-435#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.huerth.de/kultur/stadtbuecherei/index.php","provides":"http://buecherei.huerth.de/webopac/index.asp?DB=w_huerth","librariesOrgID":"205746","name":"Stadtbücherei Hürth","location":[{"address":{"streetAddress":"Friedrich-Ebert-Str. 40","addressLocality":"Hürth","postalCode":"50354","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di 10.00-17.00. Mi 14.00-17.00. Do 10.00-12.00 und 14.00-19.00. Fr 10.00-12.00 und 14.00-17.00. Sa 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-435#!","isil":"DE-435","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA435","sameAs":["http://www.wikidata.org/entity/Q28661883","https://ld.zdb-services.de/resource/organisations/DE-435","https://librarytechnology.org/library/205746"]} +{"rs":"053620028028","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-435#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.huerth.de/kultur/stadtbuecherei/index.php","provides":"http://buecherei.huerth.de/webopac/index.asp?DB=w_huerth","librariesOrgID":"205746","name":"Stadtbücherei Hürth","location":[{"address":{"streetAddress":"Friedrich-Ebert-Str. 40","addressLocality":"Hürth","postalCode":"50354","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di 10.00-17.00. Mi 14.00-17.00. Do 10.00-12.00 und 14.00-19.00. Fr 10.00-12.00 und 14.00-17.00. Sa 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-435#!","isil":"DE-435","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA435","sameAs":["http://www.wikidata.org/entity/Q28661883","https://ld.zdb-services.de/resource/organisations/DE-435","https://librarytechnology.org/library/205746"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-447#!"}} -{"rs":"055150000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-447#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.muenster.de/stadt/buecherei","provides":"http://www.stadt-muenster.de/opac","librariesOrgID":"205302","name":"Stadtbücherei Münster","location":[{"address":{"streetAddress":"Alter Steinweg 11","addressLocality":"Münster","postalCode":"48143","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 10.00-19.00. Sa 10.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-447#!","isil":"DE-447","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA447","sameAs":["http://www.wikidata.org/entity/Q1528212","https://ld.zdb-services.de/resource/organisations/DE-447","https://librarytechnology.org/library/205302"]} +{"rs":"055150000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-447#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.muenster.de/stadt/buecherei","provides":"http://www.stadt-muenster.de/opac","librariesOrgID":"205302","name":"Stadtbücherei Münster","location":[{"address":{"streetAddress":"Alter Steinweg 11","addressLocality":"Münster","postalCode":"48143","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 10.00-19.00. Sa 10.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-447#!","isil":"DE-447","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA447","sameAs":["http://www.wikidata.org/entity/Q1528212","https://ld.zdb-services.de/resource/organisations/DE-447","https://librarytechnology.org/library/205302"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-472#!"}} -{"rs":"091610000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-472#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ingolstadt.de/stadtbuecherei","provides":"http://www.ingolstadt.de/stadtbuecherei","librariesOrgID":"208837","name":"Stadtbücherei","location":[{"address":{"streetAddress":"Hallstraße 2-4","addressLocality":"Ingolstadt","postalCode":"85049","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10:00 - 18:00, Di 10:00 - 18:00, Mi 10:00 - 18:00, Do 10:00 - 18:00, Fr 10:00 - 18:00, Sa 10:00 - 15:00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-472#!","isil":"DE-472","fundertype":{"id":"http://purl.org/lobid/fundertype#n03","type":"Concept","label":{"de":"Kreis","en":"County"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA472","sameAs":["http://www.wikidata.org/entity/Q28661790","https://ld.zdb-services.de/resource/organisations/DE-472","https://librarytechnology.org/library/208837"]} +{"rs":"091610000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-472#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ingolstadt.de/stadtbuecherei","provides":"http://www.ingolstadt.de/stadtbuecherei","librariesOrgID":"208837","name":"Stadtbücherei","location":[{"address":{"streetAddress":"Hallstraße 2-4","addressLocality":"Ingolstadt","postalCode":"85049","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10:00 - 18:00, Di 10:00 - 18:00, Mi 10:00 - 18:00, Do 10:00 - 18:00, Fr 10:00 - 18:00, Sa 10:00 - 15:00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-472#!","isil":"DE-472","fundertype":{"id":"http://purl.org/lobid/fundertype#n03","type":"Concept","label":{"de":"Kreis","en":"County"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA472","sameAs":["http://www.wikidata.org/entity/Q28661790","https://ld.zdb-services.de/resource/organisations/DE-472","https://librarytechnology.org/library/208837"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA496#!"}} -{"rs":"010510011011","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA496#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.brunsbuettel.de/kultur/stadtbuecherei.php","librariesOrgID":"203529","name":"Stadtbücherei","location":[{"address":{"streetAddress":"Kopernikusstr. 1 (Bildungszentrum)","addressLocality":"Brunsbüttel","postalCode":"25541","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 10.00-13.00 und 15.00-19.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA496#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n06","type":"Concept","label":{"de":"10.001 - 30.000","en":"10,001 - 30,000"}}},"dbsID":"AA496","sameAs":["https://librarytechnology.org/library/203529"]} +{"rs":"010510011011","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA496#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.brunsbuettel.de/kultur/stadtbuecherei.php","librariesOrgID":"203529","name":"Stadtbücherei","location":[{"address":{"streetAddress":"Kopernikusstr. 1 (Bildungszentrum)","addressLocality":"Brunsbüttel","postalCode":"25541","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 10.00-13.00 und 15.00-19.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA496#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n06","type":"Concept","label":{"de":"10.001 - 30.000","en":"10,001 - 30,000"}}},"dbsID":"AA496","sameAs":["https://librarytechnology.org/library/203529"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-502#!"}} -{"rs":"120720477477","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-502#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"zossen.bbopac.de","librariesOrgID":"203157","name":"Stadtbibliothek Zossen","location":[{"address":{"streetAddress":"Kirchplatz 2","addressLocality":"Zossen","postalCode":"15806","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 13:00-18:00, Di 13:00-18:00, Do 10:00-19:00, Fr 13:00-18:00, Sa 10:00-13:00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-502#!","isil":"DE-502","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n06","type":"Concept","label":{"de":"10.001 - 30.000","en":"10,001 - 30,000"}}},"dbsID":"AA502","sameAs":["http://www.wikidata.org/entity/Q28685196","https://ld.zdb-services.de/resource/organisations/DE-502","https://librarytechnology.org/library/203157"]} +{"rs":"120720477477","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-502#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"zossen.bbopac.de","librariesOrgID":"203157","name":"Stadtbibliothek Zossen","location":[{"address":{"streetAddress":"Kirchplatz 2","addressLocality":"Zossen","postalCode":"15806","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 13:00-18:00, Di 13:00-18:00, Do 10:00-19:00, Fr 13:00-18:00, Sa 10:00-13:00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-502#!","isil":"DE-502","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n06","type":"Concept","label":{"de":"10.001 - 30.000","en":"10,001 - 30,000"}}},"dbsID":"AA502","sameAs":["http://www.wikidata.org/entity/Q28685196","https://ld.zdb-services.de/resource/organisations/DE-502","https://librarytechnology.org/library/203157"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-514#!"}} -{"rs":"120630252252","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-514#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek-rathenow.de","librariesOrgID":"203084","name":"Stadtbibliothek Rathenow","containedIn":"http://sws.geonames.org/6550611/","location":[{"address":{"streetAddress":"Schleusenplatz 4","addressLocality":"Rathenow","postalCode":"14712","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo, Di, Do: 10.00-18.00, Fr: 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-514#!","isil":"DE-514","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA514","sameAs":["http://www.wikidata.org/entity/Q28682011","https://ld.zdb-services.de/resource/organisations/DE-514","https://librarytechnology.org/library/203084"]} +{"rs":"120630252252","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-514#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek-rathenow.de","librariesOrgID":"203084","name":"Stadtbibliothek Rathenow","containedIn":"http://sws.geonames.org/6550611/","location":[{"address":{"streetAddress":"Schleusenplatz 4","addressLocality":"Rathenow","postalCode":"14712","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo, Di, Do: 10.00-18.00, Fr: 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-514#!","isil":"DE-514","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA514","sameAs":["http://www.wikidata.org/entity/Q28682011","https://ld.zdb-services.de/resource/organisations/DE-514","https://librarytechnology.org/library/203084"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA600#!"}} -{"rs":"071405007144","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n36","type":"Concept","label":{"de":"Öffentliche Bibliothek für besondere Benutzergruppen","en":"Public Library for Special User Groups"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA600#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"NULL","librariesOrgID":"206333","name":"Patientenbücherei in der Hunsrück Klinik der Kreuznacher Diakonie","location":[{"address":{"streetAddress":"Holzbacher Str. 1","addressLocality":"Simmern","postalCode":"55469","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA600#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n09","type":"Concept","label":{"de":"Evangelische Kirche","en":"Protestant Church"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA600","sameAs":["https://librarytechnology.org/library/206333"]} +{"rs":"071405007144","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n36","type":"Concept","label":{"de":"Öffentliche Bibliothek für besondere Benutzergruppen","en":"Public Library for Special User Groups"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA600#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"NULL","librariesOrgID":"206333","name":"Patientenbücherei in der Hunsrück Klinik der Kreuznacher Diakonie","location":[{"address":{"streetAddress":"Holzbacher Str. 1","addressLocality":"Simmern","postalCode":"55469","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA600#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n09","type":"Concept","label":{"de":"Evangelische Kirche","en":"Protestant Church"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA600","sameAs":["https://librarytechnology.org/library/206333"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-DB675#!"}} -{"rs":"032540021021","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-DB675#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtarchiv-hildesheim.de","provides":"https://webopac.stadt-hildesheim.de/libero/WebOpac.cls","name":"Roemer-Museum, Bibliothek","location":[{"address":{"streetAddress":"Am Steine 1/2","addressLocality":"Hildesheim","postalCode":"31134","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di. Mi.: 09.00 - 16.00 Uhr. Do: 09.00 - 18.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-DB675#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"DB675"} +{"rs":"032540021021","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-DB675#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtarchiv-hildesheim.de","provides":"https://webopac.stadt-hildesheim.de/libero/WebOpac.cls","name":"Roemer-Museum, Bibliothek","location":[{"address":{"streetAddress":"Am Steine 1/2","addressLocality":"Hildesheim","postalCode":"31134","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di. Mi.: 09.00 - 16.00 Uhr. Do: 09.00 - 18.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-DB675#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"DB675"} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/ZDB-1-AAS4#!"}} -{"rs":"110000000000","note":["Datenbank. - Der deutschlandweite Zugriff\t\t\t\t\tauf dieses Produkt wird durch die Förderung der Deutschen\t\t\t\t\tForschungsgemeinschaft (DFG) ermöglicht und durch die\t\t\t\t\tStaatsbibliothek zu Berlin - Preußischer Kulturbesitz organisiert"],"availableChannel":[{"type":["ServiceChannel"],"serviceType":"Produktinfo","serviceUrl":"http://www.nationallizenzen.de/angebote/nlproduct.2011-05-11.8008587391"}],"alternateName":["Nationallizenz AAS Series4"],"type":"Collection","classification":{"id":"http://purl.org/lobid/libtype#n89","type":"Concept","label":{"de":"Paket elektronischer Ressourcen","en":"Collection of Electronic Resources"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/ZDB-1-AAS4#!","dateCreated":"25-05-11","dateModified":"08-06-15"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=h9k","picaPPN":"101211659X","name":"American Antiquarian Society (AAS)Historical Periodicals Collection : Series 4 (1853-1865)[Nationallizenz]","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Staatsbibliothek zu Berlin - Preußischer\t\t\t\t\tKulturbesitz","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"geo":{"lat":"52.50771","lon":"13.37063"},"type":"Place"}],"id":"http://lobid.org/organisations/ZDB-1-AAS4#!","isil":"ZDB-1-AAS4","sigel":"ZDB-1-AAS4","collects":{"subject":["E-Journals","Die American Antiquarian Society (AAS)\t\t\t\t\tHistorical Periodicals Collection dokumentiert das Leben der\t\t\t\t\tamerikanischen Bevölkerung und die amerikanische Perspektive auf\t\t\t\t\tdas Weltgeschehen und die Wissenschaften von der Kolonialära über\t\t\t\t\tden Bürgerkrieg bis zur Zeit des Wiederaufbaus im 19. Jahrhundert.\t\t\t\t\tDer vierte Teil der Kollektion deckt ca. 1.800 Zeitschriften aus\t\t\t\t\tdem Zeitraum von 1853 bis 1865 ab"]},"email":"mailto:ssg-nationallizenzen@sbb.spk-berlin.de","sameAs":["https://ld.zdb-services.de/resource/organisations/ZDB-1-AAS4"]} +{"rs":"110000000000","note":["Datenbank. - Der deutschlandweite Zugriff\t\t\t\t\tauf dieses Produkt wird durch die Förderung der Deutschen\t\t\t\t\tForschungsgemeinschaft (DFG) ermöglicht und durch die\t\t\t\t\tStaatsbibliothek zu Berlin - Preußischer Kulturbesitz organisiert"],"availableChannel":[{"type":["ServiceChannel"],"serviceType":"Produktinfo","serviceUrl":"http://www.nationallizenzen.de/angebote/nlproduct.2011-05-11.8008587391"}],"alternateName":["Nationallizenz AAS Series4"],"type":"Collection","classification":{"id":"http://purl.org/lobid/libtype#n89","type":"Concept","label":{"de":"Paket elektronischer Ressourcen","en":"Collection of Electronic Resources"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/ZDB-1-AAS4#!","dateCreated":"25-05-11","dateModified":"08-06-15","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DZDB-1-AAS4&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=h9k","picaPPN":"101211659X","name":"American Antiquarian Society (AAS)Historical Periodicals Collection : Series 4 (1853-1865)[Nationallizenz]","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Staatsbibliothek zu Berlin - Preußischer\t\t\t\t\tKulturbesitz","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"geo":{"lat":"52.50771","lon":"13.37063"},"type":"Place"}],"id":"http://lobid.org/organisations/ZDB-1-AAS4#!","isil":"ZDB-1-AAS4","sigel":"ZDB-1-AAS4","collects":{"subject":["E-Journals","Die American Antiquarian Society (AAS)\t\t\t\t\tHistorical Periodicals Collection dokumentiert das Leben der\t\t\t\t\tamerikanischen Bevölkerung und die amerikanische Perspektive auf\t\t\t\t\tdas Weltgeschehen und die Wissenschaften von der Kolonialära über\t\t\t\t\tden Bürgerkrieg bis zur Zeit des Wiederaufbaus im 19. Jahrhundert.\t\t\t\t\tDer vierte Teil der Kollektion deckt ca. 1.800 Zeitschriften aus\t\t\t\t\tdem Zeitraum von 1853 bis 1865 ab"]},"email":"mailto:ssg-nationallizenzen@sbb.spk-berlin.de","sameAs":["https://ld.zdb-services.de/resource/organisations/ZDB-1-AAS4"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-1a#!"}} -{"rs":"110000000000","linkedTo":{"id":"http://lobid.org/organisations/DE-601#!","label":"Verbundzentrale des GBV (VZG)"},"note":["UNO- und UNESCO-Depositärbibliothek.\t\t\t\t\tÜbernommene Bibliothek: B 3 (Bibliothek der ehemaligen Preußischen\t\t\t\t\tGeologischen Landesanstalt)"],"type":"Library","mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-1a#!","dateCreated":"18-11-99","dateModified":"16-05-12"},"picaPPN":"009000046","provides":"http://stabikat.de","containedIn":"http://sws.geonames.org/6547539/","id":"http://lobid.org/organisations/DE-1a#!","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}},"subject":["Recht","Orientalistik","Osteuropa","Ostasien","Afrika","Amtsdruckschriften","Handschriften","Karten","Geistes- und Sozialwissenschaften"]},"email":"mailto:info@sbb.spk-berlin.de","address":{"addressLocality":"Berlin","postalCode":"10772","addressCountry":"DE","type":"PostalAddress"},"availableChannel":[{"type":["ServiceChannel"],"serviceType":"Online-Auskunft","serviceUrl":"http://staatsbibliothek-berlin.de/service/auskunft/"}],"alternateName":["SBB-PK, Potsdamer Straße","Berlin SBB Haus Potsdamer Str"],"classification":{"id":"http://purl.org/lobid/libtype#n11","type":"Concept","label":{"de":"Nationalbibliothek","en":"National Library"}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.staatsbibliothek-berlin.de","name":"Staatsbibliothek zu Berlin - Preußischer Kulturbesitz,Haus Potsdamer Straße","location":[{"address":{"streetAddress":"Potsdamer Str. 33","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 9.00-21.00, Sa 9.00-19.00","comment":"Öffnungszeiten besonderer Bereiche s. Homepage","type":"OpeningHoursSpecification"},"geo":{"lat":"52.50771","lon":"13.37063"},"type":"Place"}],"isil":"DE-1a","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"sigel":"1a","dbsID":"AK001","name_en":"Leibniz Institute for Zoo and Wildlife Research Berlin, Library","sameAs":["http://www.wikidata.org/entity/Q170109","https://ld.zdb-services.de/resource/organisations/DE-1a"]} +{"rs":"110000000000","linkedTo":{"id":"http://lobid.org/organisations/DE-601#!","label":"Verbundzentrale des GBV (VZG)"},"note":["UNO- und UNESCO-Depositärbibliothek.\t\t\t\t\tÜbernommene Bibliothek: B 3 (Bibliothek der ehemaligen Preußischen\t\t\t\t\tGeologischen Landesanstalt)"],"type":"Library","mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-1a#!","dateCreated":"18-11-99","dateModified":"16-05-12","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-1a&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"picaPPN":"009000046","provides":"http://stabikat.de","containedIn":"http://sws.geonames.org/6547539/","id":"http://lobid.org/organisations/DE-1a#!","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}},"subject":["Recht","Orientalistik","Osteuropa","Ostasien","Afrika","Amtsdruckschriften","Handschriften","Karten","Geistes- und Sozialwissenschaften"]},"email":"mailto:info@sbb.spk-berlin.de","address":{"addressLocality":"Berlin","postalCode":"10772","addressCountry":"DE","type":"PostalAddress"},"availableChannel":[{"type":["ServiceChannel"],"serviceType":"Online-Auskunft","serviceUrl":"http://staatsbibliothek-berlin.de/service/auskunft/"}],"alternateName":["SBB-PK, Potsdamer Straße","Berlin SBB Haus Potsdamer Str"],"classification":{"id":"http://purl.org/lobid/libtype#n11","type":"Concept","label":{"de":"Nationalbibliothek","en":"National Library"}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.staatsbibliothek-berlin.de","name":"Staatsbibliothek zu Berlin - Preußischer Kulturbesitz,Haus Potsdamer Straße","location":[{"address":{"streetAddress":"Potsdamer Str. 33","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 9.00-21.00, Sa 9.00-19.00","comment":"Öffnungszeiten besonderer Bereiche s. Homepage","type":"OpeningHoursSpecification"},"geo":{"lat":"52.50771","lon":"13.37063"},"type":"Place"}],"isil":"DE-1a","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"sigel":"1a","dbsID":"AK001","name_en":"Leibniz Institute for Zoo and Wildlife Research Berlin, Library","sameAs":["http://www.wikidata.org/entity/Q170109","https://ld.zdb-services.de/resource/organisations/DE-1a"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-294#!"}} -{"rs":"059110000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"address":{"addressLocality":"Bochum","postalCode":"44780","addressCountry":"DE","type":"PostalAddress"},"alternateName":["Bochum UB"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-294#!","dateCreated":"18-11-99","dateModified":"24-04-12"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.ruhr-uni-bochum.de","picaPPN":"009007911","provides":"https://opac.ub.ruhr-uni-bochum.de/webOPACClient/start.do","name":"Ruhr-Universität Bochum,Universitätsbibliothek","containedIn":"http://sws.geonames.org/6553132/","location":[{"address":{"streetAddress":"Universitätsstr. 150","addressLocality":"Bochum","postalCode":"44801","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 8.00-24.00, Sa 11.00-20.00, So 11.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-294#!","isil":"DE-294","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"sigel":"294","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"email":"mailto:benutzung.ub@ruhr-uni-bochum.de","dbsID":"AB294","sameAs":["http://www.wikidata.org/entity/Q2496285","https://ld.zdb-services.de/resource/organisations/DE-294"]} +{"rs":"059110000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"address":{"addressLocality":"Bochum","postalCode":"44780","addressCountry":"DE","type":"PostalAddress"},"alternateName":["Bochum UB"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-294#!","dateCreated":"18-11-99","dateModified":"24-04-12","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-294&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.ruhr-uni-bochum.de","picaPPN":"009007911","provides":"https://opac.ub.ruhr-uni-bochum.de/webOPACClient/start.do","name":"Ruhr-Universität Bochum,Universitätsbibliothek","containedIn":"http://sws.geonames.org/6553132/","location":[{"address":{"streetAddress":"Universitätsstr. 150","addressLocality":"Bochum","postalCode":"44801","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 8.00-24.00, Sa 11.00-20.00, So 11.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-294#!","isil":"DE-294","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"sigel":"294","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"email":"mailto:benutzung.ub@ruhr-uni-bochum.de","dbsID":"AB294","sameAs":["http://www.wikidata.org/entity/Q2496285","https://ld.zdb-services.de/resource/organisations/DE-294"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-38#!"}} -{"rs":"053150000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"availableChannel":[{"type":["ServiceChannel","WebAPI"],"serviceType":"SRU","serviceUrl":"http://info-test.de/sru"},{"type":["ServiceChannel"],"serviceType":"other","serviceUrl":"http://info-test.de/other"},{"type":["ServiceChannel","WebAPI"],"serviceType":"OpenURL","serviceUrl":"http://info-test.de/openurl"},{"type":["ServiceChannel","WebAPI"],"serviceType":"PAIA","serviceUrl":"http://info-test.de/paia"},{"type":["ServiceChannel","WebAPI"],"serviceType":"DAIA","serviceUrl":"http://info-test.de/daia"}],"alternateName":["Köln USB"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-38#!","dateCreated":"18-11-99","dateModified":"26-03-14"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.uni-koeln.de","picaPPN":"009008845","name":"Universitäts- und Stadtbibliothek Köln, Hauptabteilung","containedIn":"http://sws.geonames.org/6553049/","location":[{"address":{"streetAddress":"Universitätsstr. 33","addressLocality":"Köln","postalCode":"50931","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-38#!","isil":"DE-38","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"sigel":"38","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"email":"mailto:Fernleihe@ub.uni-koeln.de","dbsID":"AB038","sameAs":["http://www.wikidata.org/entity/Q2496260","https://ld.zdb-services.de/resource/organisations/DE-38"]} +{"rs":"053150000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"availableChannel":[{"type":["ServiceChannel","WebAPI"],"serviceType":"SRU","serviceUrl":"http://info-test.de/sru"},{"type":["ServiceChannel"],"serviceType":"other","serviceUrl":"http://info-test.de/other"},{"type":["ServiceChannel","WebAPI"],"serviceType":"OpenURL","serviceUrl":"http://info-test.de/openurl"},{"type":["ServiceChannel","WebAPI"],"serviceType":"PAIA","serviceUrl":"http://info-test.de/paia"},{"type":["ServiceChannel","WebAPI"],"serviceType":"DAIA","serviceUrl":"http://info-test.de/daia"}],"alternateName":["Köln USB"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-38#!","dateCreated":"18-11-99","dateModified":"26-03-14","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-38&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.uni-koeln.de","picaPPN":"009008845","name":"Universitäts- und Stadtbibliothek Köln, Hauptabteilung","containedIn":"http://sws.geonames.org/6553049/","location":[{"address":{"streetAddress":"Universitätsstr. 33","addressLocality":"Köln","postalCode":"50931","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-38#!","isil":"DE-38","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"sigel":"38","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"email":"mailto:Fernleihe@ub.uni-koeln.de","dbsID":"AB038","sameAs":["http://www.wikidata.org/entity/Q2496260","https://ld.zdb-services.de/resource/organisations/DE-38"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-38M#!"}} -{"rs":"053150000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"alternateName":["Köln ZB MED"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n15","type":"Concept","label":{"de":"Zentrale Fachbibliothek","en":"Central Subject Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-38M#!","dateCreated":"18-11-99","dateModified":"27-03-13"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.zbmed.de","picaPPN":"009008853","provides":"http://www.medpilot.de/?idb=ZBMED","name":"Deutsche Zentralbibliothek für Medizin - ZB MED Medizin. Gesundheit.","containedIn":"http://sws.geonames.org/6553049/","location":[{"address":{"streetAddress":"Gleueler Str. 60","addressLocality":"Köln","postalCode":"50931","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 9.00-21.00, Sa 9.00-17.00, So und Feiertags 12.00-17.00 (Lesesaal)","comment":"Ausleihe/Allg. Information: Mo-Fr 9.00-21.00, Sa 9.00-12.00; Fachauskunft: Mo 9.00-13.00; Di-Fr 9.00-16.00; weitere Schließtage s.Homepage","type":"OpeningHoursSpecification"},"geo":{"lat":"50.92466","lon":"6.91666"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-38M#!","isil":"DE-38M","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"sigel":"38 M","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}},"subject":["Medizin"]},"email":"mailto:info@zbmed.de","dbsID":"BJ038","sameAs":["http://www.wikidata.org/entity/Q1204536","https://ld.zdb-services.de/resource/organisations/DE-38M"]} +{"rs":"053150000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"alternateName":["Köln ZB MED"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n15","type":"Concept","label":{"de":"Zentrale Fachbibliothek","en":"Central Subject Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-38M#!","dateCreated":"18-11-99","dateModified":"27-03-13","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-38M&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.zbmed.de","picaPPN":"009008853","provides":"http://www.medpilot.de/?idb=ZBMED","name":"Deutsche Zentralbibliothek für Medizin - ZB MED Medizin. Gesundheit.","containedIn":"http://sws.geonames.org/6553049/","location":[{"address":{"streetAddress":"Gleueler Str. 60","addressLocality":"Köln","postalCode":"50931","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 9.00-21.00, Sa 9.00-17.00, So und Feiertags 12.00-17.00 (Lesesaal)","comment":"Ausleihe/Allg. Information: Mo-Fr 9.00-21.00, Sa 9.00-12.00; Fachauskunft: Mo 9.00-13.00; Di-Fr 9.00-16.00; weitere Schließtage s.Homepage","type":"OpeningHoursSpecification"},"geo":{"lat":"50.92466","lon":"6.91666"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-38M#!","isil":"DE-38M","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"sigel":"38 M","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}},"subject":["Medizin"]},"email":"mailto:info@zbmed.de","dbsID":"BJ038","sameAs":["http://www.wikidata.org/entity/Q1204536","https://ld.zdb-services.de/resource/organisations/DE-38M"]} diff --git a/test/transformation/output/enriched-test.json-dbs b/test/transformation/output/enriched-test.json-dbs index 3ec682a1..5b2e4393 100644 --- a/test/transformation/output/enriched-test.json-dbs +++ b/test/transformation/output/enriched-test.json-dbs @@ -1,66 +1,66 @@ {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-9#!"}} -{"rs":"130750039039","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-9#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.uni-greifswald.de/bibliothek/html","provides":"http://www.ub.uni-greifswald.de:2324/","name":"Universitätsbibliothek Greifswald","containedIn":"http://sws.geonames.org/6551180/","location":[{"address":{"streetAddress":"Felix-Hausdorff-Str. 10","addressLocality":"Greifswald","postalCode":"17489","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr.: 8-24, Sa: 9-24 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-9#!","isil":"DE-9","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA009","sameAs":["http://www.wikidata.org/entity/Q2496314","https://ld.zdb-services.de/resource/organisations/DE-9"]} +{"rs":"130750039039","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-9#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.uni-greifswald.de/bibliothek/html","provides":"http://www.ub.uni-greifswald.de:2324/","name":"Universitätsbibliothek Greifswald","containedIn":"http://sws.geonames.org/6551180/","location":[{"address":{"streetAddress":"Felix-Hausdorff-Str. 10","addressLocality":"Greifswald","postalCode":"17489","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr.: 8-24, Sa: 9-24 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-9#!","isil":"DE-9","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA009","sameAs":["http://www.wikidata.org/entity/Q2496314","https://ld.zdb-services.de/resource/organisations/DE-9"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA022#!"}} -{"rs":"094610000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA022#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"https://www.staatsbibliothek-bamberg.de","provides":"https://katalog.ub.uni-bamberg.de","librariesOrgID":"210031","name":"Staatsbibliothek Bamberg ","location":[{"address":{"streetAddress":"Neue Residenz, Domplatz 8","addressLocality":"Bamberg","postalCode":"96049","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 9:00 - 17:00 Uhr, Sa 9:00 - 12:00 Uhr (im August Sa geschlossen)","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA022#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA022","sameAs":["https://librarytechnology.org/library/210031"]} +{"rs":"094610000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA022#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"https://www.staatsbibliothek-bamberg.de","provides":"https://katalog.ub.uni-bamberg.de","librariesOrgID":"210031","name":"Staatsbibliothek Bamberg ","location":[{"address":{"streetAddress":"Neue Residenz, Domplatz 8","addressLocality":"Bamberg","postalCode":"96049","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 9:00 - 17:00 Uhr, Sa 9:00 - 12:00 Uhr (im August Sa geschlossen)","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA022#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA022","sameAs":["https://librarytechnology.org/library/210031"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-34#!"}} -{"rs":"066110000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-34#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.uni-kassel.de/ub","provides":"https://hds.hebis.de/ubks","name":"Universitätsbibliothek Kassel - Landesbibliothek und Murhardsche Bibliothek der Stadt Kassel","location":[{"address":{"streetAddress":"Diagonale 10","addressLocality":"Kassel","postalCode":"34127","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 8 bis 23 Uhr. Sa u. So 10 bis 21 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-34#!","isil":"DE-34","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA034","sameAs":["http://www.wikidata.org/entity/Q2496316","https://ld.zdb-services.de/resource/organisations/DE-34"]} +{"rs":"066110000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-34#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.uni-kassel.de/ub","provides":"https://hds.hebis.de/ubks","name":"Universitätsbibliothek Kassel - Landesbibliothek und Murhardsche Bibliothek der Stadt Kassel","location":[{"address":{"streetAddress":"Diagonale 10","addressLocality":"Kassel","postalCode":"34127","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 8 bis 23 Uhr. Sa u. So 10 bis 21 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-34#!","isil":"DE-34","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA034","sameAs":["http://www.wikidata.org/entity/Q2496316","https://ld.zdb-services.de/resource/organisations/DE-34"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-46#!"}} -{"rs":"040110000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-46#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.suub.uni-bremen.de","name":"Staats- und Universitätsbibliothek Bremen","location":[{"address":{"streetAddress":"Bibliothekstr.","addressLocality":"Bremen","postalCode":"28359","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 8.00-22.00 h. Sa 10.00-18.00 h","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-46#!","isil":"DE-46","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA046","sameAs":["http://www.wikidata.org/entity/Q1680376","https://ld.zdb-services.de/resource/organisations/DE-46"]} +{"rs":"040110000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-46#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.suub.uni-bremen.de","name":"Staats- und Universitätsbibliothek Bremen","location":[{"address":{"streetAddress":"Bibliothekstr.","addressLocality":"Bremen","postalCode":"28359","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 8.00-22.00 h. Sa 10.00-18.00 h","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-46#!","isil":"DE-46","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA046","sameAs":["http://www.wikidata.org/entity/Q1680376","https://ld.zdb-services.de/resource/organisations/DE-46"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-58#!"}} -{"rs":"032570009009","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-58#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.nla.niedersachsen.de","librariesOrgID":"203984","name":"Fürstliche Schaumburg-Lippische Hofbibliothek In Verwaltung des Niedersächsischen Landesarchivs - Standort Bückeburg -","location":[{"address":{"streetAddress":"Schlossplatz 2","addressLocality":"Bückeburg","postalCode":"31675","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo, Di, Do 9.00-16.00 Uhr, Mi 9.00-18.00 Uhr, Fr 9.00-13 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-58#!","isil":"DE-58","fundertype":{"id":"http://purl.org/lobid/fundertype#n12","type":"Concept","label":{"de":"Private Trägerschaft (natürliche Personen)","en":"Private Funding Body (Natural Person)"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA058","sameAs":["http://www.wikidata.org/entity/Q1483614","https://ld.zdb-services.de/resource/organisations/DE-58","https://librarytechnology.org/library/203984"]} +{"rs":"032570009009","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-58#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.nla.niedersachsen.de","librariesOrgID":"203984","name":"Fürstliche Schaumburg-Lippische Hofbibliothek In Verwaltung des Niedersächsischen Landesarchivs - Standort Bückeburg -","location":[{"address":{"streetAddress":"Schlossplatz 2","addressLocality":"Bückeburg","postalCode":"31675","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo, Di, Do 9.00-16.00 Uhr, Mi 9.00-18.00 Uhr, Fr 9.00-13 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-58#!","isil":"DE-58","fundertype":{"id":"http://purl.org/lobid/fundertype#n12","type":"Concept","label":{"de":"Private Trägerschaft (natürliche Personen)","en":"Private Funding Body (Natural Person)"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA058","sameAs":["http://www.wikidata.org/entity/Q1483614","https://ld.zdb-services.de/resource/organisations/DE-58","https://librarytechnology.org/library/203984"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA083#!"}} -{"rs":"110000000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA083#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.tu-berlin.de","provides":"http://portal.ub.tu-berlin.de","name":"Technische Universität Berlin Universitätsbibliothek","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Fasanenstraße 88 (im VOLKSWAGEN-Haus)","addressLocality":"Berlin","postalCode":"10623","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Zentralbibliothek: Mo-Fr 9-22 Uhr, Sa 10-18 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA083#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA083"} +{"rs":"110000000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA083#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.tu-berlin.de","provides":"http://portal.ub.tu-berlin.de","name":"Technische Universität Berlin Universitätsbibliothek","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Fasanenstraße 88 (im VOLKSWAGEN-Haus)","addressLocality":"Berlin","postalCode":"10623","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Zentralbibliothek: Mo-Fr 9-22 Uhr, Sa 10-18 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA083#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA083"} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-95#!"}} -{"rs":"032410001001","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n70","type":"Concept","label":{"de":"Zentrale Hochschulbibliothek, nicht Universität","en":"Central Academic Library, not University"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-95#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.tiho-hannover.de","provides":"http://opac.hobsy.de/cgi-bin/nph-wwwp3?DB=BES5.SYS8&LANG=DU&EXT=ON","name":"Stiftung Tierärztliche Hochschule Hannover. Bibliothek","location":[{"address":{"streetAddress":"Bünteweg 2","addressLocality":"Hannover","postalCode":"30559","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo., Mi., Fr. 11 - 19, Di., Do. 9 - 17, Sa. 10 - 13","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-95#!","isil":"DE-95","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA095","sameAs":["http://www.wikidata.org/entity/Q28731327","https://ld.zdb-services.de/resource/organisations/DE-95"]} +{"rs":"032410001001","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n70","type":"Concept","label":{"de":"Zentrale Hochschulbibliothek, nicht Universität","en":"Central Academic Library, not University"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-95#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.tiho-hannover.de","provides":"http://opac.hobsy.de/cgi-bin/nph-wwwp3?DB=BES5.SYS8&LANG=DU&EXT=ON","name":"Stiftung Tierärztliche Hochschule Hannover. Bibliothek","location":[{"address":{"streetAddress":"Bünteweg 2","addressLocality":"Hannover","postalCode":"30559","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo., Mi., Fr. 11 - 19, Di., Do. 9 - 17, Sa. 10 - 13","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-95#!","isil":"DE-95","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA095","sameAs":["http://www.wikidata.org/entity/Q28731327","https://ld.zdb-services.de/resource/organisations/DE-95"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-149#!"}} -{"rs":"097640000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-149#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.memmingen.de/468.html","provides":"http://www.datronic.de/cgi-bin/findus.pl?customer=memmingen","librariesOrgID":"209194","name":"Stadtbibliothek Memmingen","location":[{"address":{"streetAddress":"Martin-Luther-Platz 1","addressLocality":"Memmingen","postalCode":"87700","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-149#!","isil":"DE-149","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA149","sameAs":["http://www.wikidata.org/entity/Q1478335","https://ld.zdb-services.de/resource/organisations/DE-149","https://librarytechnology.org/library/209194"]} +{"rs":"097640000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-149#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.memmingen.de/468.html","provides":"http://www.datronic.de/cgi-bin/findus.pl?customer=memmingen","librariesOrgID":"209194","name":"Stadtbibliothek Memmingen","location":[{"address":{"streetAddress":"Martin-Luther-Platz 1","addressLocality":"Memmingen","postalCode":"87700","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-149#!","isil":"DE-149","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA149","sameAs":["http://www.wikidata.org/entity/Q1478335","https://ld.zdb-services.de/resource/organisations/DE-149","https://librarytechnology.org/library/209194"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA150#!"}} -{"rs":"091850149149","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA150#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.sbnd.de","provides":"http://opac.sbnd.de","librariesOrgID":"209060","name":"Staatliche Bibliothek Neuburg/Donau","location":[{"address":{"streetAddress":"Karlspl. A 17","addressLocality":"Neuburg/Donau","postalCode":"86633","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 13.30-16.00. Di 13.30-18.00. Mi 13.30-16.00. Do 10.00-12.00 und 13.30-16.00. Fr 10.00-13.30","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA150#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA150","sameAs":["https://librarytechnology.org/library/209060"]} +{"rs":"091850149149","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA150#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.sbnd.de","provides":"http://opac.sbnd.de","librariesOrgID":"209060","name":"Staatliche Bibliothek Neuburg/Donau","location":[{"address":{"streetAddress":"Karlspl. A 17","addressLocality":"Neuburg/Donau","postalCode":"86633","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 13.30-16.00. Di 13.30-18.00. Mi 13.30-16.00. Do 10.00-12.00 und 13.30-16.00. Fr 10.00-13.30","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA150#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA150","sameAs":["https://librarytechnology.org/library/209060"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-174#!"}} -{"rs":"055130000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-174#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek-ge.de/","provides":"http://katalog.stadtbibliothek-ge.de/opac/de/user_frm.html.S","librariesOrgID":"205092","name":"Stadtbibliothek Gelsenkirchen","location":[{"address":{"streetAddress":"Ebertstr. 19","addressLocality":"Gelsenkirchen","postalCode":"45875","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 11.00-19.00 , Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-174#!","isil":"DE-174","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA174","sameAs":["http://www.wikidata.org/entity/Q28681662","https://ld.zdb-services.de/resource/organisations/DE-174","https://librarytechnology.org/library/205092"]} +{"rs":"055130000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-174#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek-ge.de/","provides":"http://katalog.stadtbibliothek-ge.de/opac/de/user_frm.html.S","librariesOrgID":"205092","name":"Stadtbibliothek Gelsenkirchen","location":[{"address":{"streetAddress":"Ebertstr. 19","addressLocality":"Gelsenkirchen","postalCode":"45875","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 11.00-19.00 , Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-174#!","isil":"DE-174","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA174","sameAs":["http://www.wikidata.org/entity/Q28681662","https://ld.zdb-services.de/resource/organisations/DE-174","https://librarytechnology.org/library/205092"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-186#!"}} -{"rs":"120540000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-186#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.potsdam.de","provides":"http://www.bibliothek.potsdam.de","librariesOrgID":"203059","name":"Stadt- und Landesbibliothek im Bildungsforum Potsdam","containedIn":"http://sws.geonames.org/7602560/","location":[{"address":{"streetAddress":"Am Kanal 47","addressLocality":"Potsdam","postalCode":"14467","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 15 - 19 Di - Fr 10 - 19 Sa 10 - 16 ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-186#!","isil":"DE-186","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA186","sameAs":["http://www.wikidata.org/entity/Q2326335","https://ld.zdb-services.de/resource/organisations/DE-186","https://librarytechnology.org/library/203059"]} +{"rs":"120540000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-186#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.potsdam.de","provides":"http://www.bibliothek.potsdam.de","librariesOrgID":"203059","name":"Stadt- und Landesbibliothek im Bildungsforum Potsdam","containedIn":"http://sws.geonames.org/7602560/","location":[{"address":{"streetAddress":"Am Kanal 47","addressLocality":"Potsdam","postalCode":"14467","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 15 - 19 Di - Fr 10 - 19 Sa 10 - 16 ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-186#!","isil":"DE-186","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA186","sameAs":["http://www.wikidata.org/entity/Q2326335","https://ld.zdb-services.de/resource/organisations/DE-186","https://librarytechnology.org/library/203059"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-198#!"}} -{"rs":"130710107107","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-198#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek-nb.de","provides":"http://62.159.150.4/wwwopac/","librariesOrgID":"203226","name":"Regionalbibliothek","location":[{"address":{"streetAddress":"Marktplatz 1","addressLocality":"Neubrandenburg","postalCode":"17033","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo/Mi 13.00-18.00 Di 10.00-19.00 Do/Frei 10.00-18.00 Sa 10.00 - 13.00 ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-198#!","isil":"DE-198","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA198","sameAs":["http://www.wikidata.org/entity/Q2138279","https://ld.zdb-services.de/resource/organisations/DE-198","https://librarytechnology.org/library/203226"]} +{"rs":"130710107107","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-198#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek-nb.de","provides":"http://62.159.150.4/wwwopac/","librariesOrgID":"203226","name":"Regionalbibliothek","location":[{"address":{"streetAddress":"Marktplatz 1","addressLocality":"Neubrandenburg","postalCode":"17033","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo/Mi 13.00-18.00 Di 10.00-19.00 Do/Frei 10.00-18.00 Sa 10.00 - 13.00 ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-198#!","isil":"DE-198","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA198","sameAs":["http://www.wikidata.org/entity/Q2138279","https://ld.zdb-services.de/resource/organisations/DE-198","https://librarytechnology.org/library/203226"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-204#!"}} -{"rs":"110000000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-204#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.iai.spk-berlin.de/","provides":"http://www.iaicat.de","name":"Ibero-Amerikanisches Institut Preußischer Kulturbesitz. Bibliothek","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Potsdamer Str. 37","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr. 9.00-19.00 Uhr, Sa 9.00-13.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-204#!","isil":"DE-204","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA204","sameAs":["http://www.wikidata.org/entity/Q28737641","https://ld.zdb-services.de/resource/organisations/DE-204"]} +{"rs":"110000000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-204#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.iai.spk-berlin.de/","provides":"http://www.iaicat.de","name":"Ibero-Amerikanisches Institut Preußischer Kulturbesitz. Bibliothek","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Potsdamer Str. 37","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr. 9.00-19.00 Uhr, Sa 9.00-13.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-204#!","isil":"DE-204","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA204","sameAs":["http://www.wikidata.org/entity/Q28737641","https://ld.zdb-services.de/resource/organisations/DE-204"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-228#!"}} -{"rs":"032520006006","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-228#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.hameln.de/kultur/kultur/buecherei/index.htm","provides":"http://www.stadtbuecherei.hameln.de","librariesOrgID":"203994","name":"Stadtbücherei in der Pfortmühle","location":[{"address":{"streetAddress":"Sudetenstr. 1","addressLocality":"Hameln","postalCode":"31785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di und Do-Fr 12.00-18.00. Mi 10.00-16.00. Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-228#!","isil":"DE-228","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA228","sameAs":["http://www.wikidata.org/entity/Q28661800","https://ld.zdb-services.de/resource/organisations/DE-228","https://librarytechnology.org/library/203994"]} +{"rs":"032520006006","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-228#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.hameln.de/kultur/kultur/buecherei/index.htm","provides":"http://www.stadtbuecherei.hameln.de","librariesOrgID":"203994","name":"Stadtbücherei in der Pfortmühle","location":[{"address":{"streetAddress":"Sudetenstr. 1","addressLocality":"Hameln","postalCode":"31785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di und Do-Fr 12.00-18.00. Mi 10.00-16.00. Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-228#!","isil":"DE-228","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA228","sameAs":["http://www.wikidata.org/entity/Q28661800","https://ld.zdb-services.de/resource/organisations/DE-228","https://librarytechnology.org/library/203994"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-241#!"}} -{"rs":"094770128128","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-241#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.buecherei-kulmbach.de","provides":"http://www.buecherei-kulmbach.de","librariesOrgID":"209990","name":"Bücherei am Stadtpark","location":[{"address":{"streetAddress":"Pestalozzistr. 11","addressLocality":"Kulmbach","postalCode":"95326","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - 14:00 - 19:30, Di 10:00 - 17:00, Mi 9:30 - 14:00 -  , Do 10:00 - 17:00, Fr 10:00 - 14:00  -   ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-241#!","isil":"DE-241","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA241","sameAs":["http://www.wikidata.org/entity/Q28733510","https://ld.zdb-services.de/resource/organisations/DE-241","https://librarytechnology.org/library/209990"]} +{"rs":"094770128128","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-241#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.buecherei-kulmbach.de","provides":"http://www.buecherei-kulmbach.de","librariesOrgID":"209990","name":"Bücherei am Stadtpark","location":[{"address":{"streetAddress":"Pestalozzistr. 11","addressLocality":"Kulmbach","postalCode":"95326","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - 14:00 - 19:30, Di 10:00 - 17:00, Mi 9:30 - 14:00 -  , Do 10:00 - 17:00, Fr 10:00 - 14:00  -   ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-241#!","isil":"DE-241","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA241","sameAs":["http://www.wikidata.org/entity/Q28733510","https://ld.zdb-services.de/resource/organisations/DE-241","https://librarytechnology.org/library/209990"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-253#!"}} -{"rs":"031010000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-253#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.vti.bund.de","name":"Thünen-Institut, Fachinformationszentrum Ländliche Räume","location":[{"address":{"streetAddress":"Bundesallee 50","addressLocality":"Braunschweig","postalCode":"38116","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"9-16.30","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-253#!","isil":"DE-253","fundertype":{"id":"http://purl.org/lobid/fundertype#n01","type":"Concept","label":{"de":"Bundesrepublik Deutschland","en":"Federal Republic of Germany"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA253","sameAs":["https://ld.zdb-services.de/resource/organisations/DE-253"]} +{"rs":"031010000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-253#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.vti.bund.de","name":"Thünen-Institut, Fachinformationszentrum Ländliche Räume","location":[{"address":{"streetAddress":"Bundesallee 50","addressLocality":"Braunschweig","postalCode":"38116","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"9-16.30","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-253#!","isil":"DE-253","fundertype":{"id":"http://purl.org/lobid/fundertype#n01","type":"Concept","label":{"de":"Bundesrepublik Deutschland","en":"Federal Republic of Germany"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA253","sameAs":["https://ld.zdb-services.de/resource/organisations/DE-253"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA277#!"}} -{"rs":"064120000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA277#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbuecherei.frankfurt.de","provides":"https://katalog.stadtbuecherei.frankfurt.de","librariesOrgID":"206788","name":"Stadtbücherei Frankfurt am Main","location":[{"address":{"streetAddress":"Hasengasse 4","addressLocality":"Frankfurt/Main","postalCode":"60311","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 11.00-19.00. Sa 11.00-16.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA277#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA277","sameAs":["https://librarytechnology.org/library/206788"]} +{"rs":"064120000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA277#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbuecherei.frankfurt.de","provides":"https://katalog.stadtbuecherei.frankfurt.de","librariesOrgID":"206788","name":"Stadtbücherei Frankfurt am Main","location":[{"address":{"streetAddress":"Hasengasse 4","addressLocality":"Frankfurt/Main","postalCode":"60311","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 11.00-19.00. Sa 11.00-16.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA277#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA277","sameAs":["https://librarytechnology.org/library/206788"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-289#!"}} -{"rs":"084210000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-289#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://kiz.uni-ulm.de","provides":"http://www.uni-ulm.de/index.php?id=1357","name":"Kommunikations- und Informationszentrum der Universität Ulm (kiz) / Abt. Informationsversorgung und Abt. Informationsmedien","location":[{"address":{"streetAddress":"Albert-Einstein-Allee 37","addressLocality":"Ulm/Donau","postalCode":"89081","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 8:00 - 22:00 Uhr, Sa 10:00 - 20:00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-289#!","isil":"DE-289","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA289","sameAs":["http://www.wikidata.org/entity/Q1755249","https://ld.zdb-services.de/resource/organisations/DE-289"]} +{"rs":"084210000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-289#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://kiz.uni-ulm.de","provides":"http://www.uni-ulm.de/index.php?id=1357","name":"Kommunikations- und Informationszentrum der Universität Ulm (kiz) / Abt. Informationsversorgung und Abt. Informationsmedien","location":[{"address":{"streetAddress":"Albert-Einstein-Allee 37","addressLocality":"Ulm/Donau","postalCode":"89081","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 8:00 - 22:00 Uhr, Sa 10:00 - 20:00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-289#!","isil":"DE-289","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA289","sameAs":["http://www.wikidata.org/entity/Q1755249","https://ld.zdb-services.de/resource/organisations/DE-289"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA290#!"}} -{"rs":"059130000000","name":"Universitätsbibliothek Dortmund","location":[{"address":{"streetAddress":"Vogelpothsweg 76","addressLocality":"Dortmund","postalCode":"44227","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 7.00-1.00h. Sa+So 9.00-1.00h, Bereichsbibliotheken s. homepage","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA290#!","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA290#!"},"@context":"http://lobid.org/organisations/context.jsonld","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"url":"http://www.ub.uni-dortmund.de","dbsID":"AA290"} +{"rs":"059130000000","name":"Universitätsbibliothek Dortmund","location":[{"address":{"streetAddress":"Vogelpothsweg 76","addressLocality":"Dortmund","postalCode":"44227","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 7.00-1.00h. Sa+So 9.00-1.00h, Bereichsbibliotheken s. homepage","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA290#!","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA290#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"url":"http://www.ub.uni-dortmund.de","dbsID":"AA290"} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-356#!"}} -{"rs":"071330006006","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-356#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek.bad-kreuznach.de","provides":"http://webopac.kh-int.de/opax/de/qsim.html.S","librariesOrgID":"206342","name":"Stadtbibliothek","location":[{"address":{"streetAddress":"Kreuzstr. 69","addressLocality":"Bad Kreuznach","postalCode":"55543","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo und Mi 14.00-18.00. Di,Do,Fr 10.00-18.00. Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-356#!","isil":"DE-356","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA356","sameAs":["http://www.wikidata.org/entity/Q28681672","https://ld.zdb-services.de/resource/organisations/DE-356","https://librarytechnology.org/library/206342"]} +{"rs":"071330006006","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-356#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek.bad-kreuznach.de","provides":"http://webopac.kh-int.de/opax/de/qsim.html.S","librariesOrgID":"206342","name":"Stadtbibliothek","location":[{"address":{"streetAddress":"Kreuzstr. 69","addressLocality":"Bad Kreuznach","postalCode":"55543","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo und Mi 14.00-18.00. Di,Do,Fr 10.00-18.00. Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-356#!","isil":"DE-356","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA356","sameAs":["http://www.wikidata.org/entity/Q28681672","https://ld.zdb-services.de/resource/organisations/DE-356","https://librarytechnology.org/library/206342"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-368#!"}} -{"rs":"059540016016","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-368#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.hattingen.de","provides":"http://webopac.hattingen.de/webopac/index.asp?DB=web_biblio","librariesOrgID":"205059","name":"Stadtbibliothek Hattingen","location":[{"address":{"streetAddress":"Reschop Carré 1","addressLocality":"Hattingen","postalCode":"45525","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10.00-19.00. Di 10.00-19.00. Do 10.00-19.00. Fr 10.00-19.00. Sa 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-368#!","isil":"DE-368","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA368","sameAs":["http://www.wikidata.org/entity/Q28681879","https://ld.zdb-services.de/resource/organisations/DE-368","https://librarytechnology.org/library/205059"]} +{"rs":"059540016016","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-368#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.hattingen.de","provides":"http://webopac.hattingen.de/webopac/index.asp?DB=web_biblio","librariesOrgID":"205059","name":"Stadtbibliothek Hattingen","location":[{"address":{"streetAddress":"Reschop Carré 1","addressLocality":"Hattingen","postalCode":"45525","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10.00-19.00. Di 10.00-19.00. Do 10.00-19.00. Fr 10.00-19.00. Sa 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-368#!","isil":"DE-368","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA368","sameAs":["http://www.wikidata.org/entity/Q28681879","https://ld.zdb-services.de/resource/organisations/DE-368","https://librarytechnology.org/library/205059"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA381#!"}} -{"rs":"059130000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA381#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.dortmund.de","provides":"http://www.kataloge.dortmund.de","librariesOrgID":"204950","name":"Stadt- und Landesbibliothek Dortmund","location":[{"address":{"streetAddress":"Max-von-der-Grün-Platz 1-3","addressLocality":"Dortmund","postalCode":"44137","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di-Fr 10.00 bis 19.00 und Sa 10.00 bis 15.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA381#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA381","sameAs":["https://librarytechnology.org/library/204950"]} +{"rs":"059130000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA381#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.dortmund.de","provides":"http://www.kataloge.dortmund.de","librariesOrgID":"204950","name":"Stadt- und Landesbibliothek Dortmund","location":[{"address":{"streetAddress":"Max-von-der-Grün-Platz 1-3","addressLocality":"Dortmund","postalCode":"44137","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di-Fr 10.00 bis 19.00 und Sa 10.00 bis 15.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA381#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA381","sameAs":["https://librarytechnology.org/library/204950"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-393#!"}} -{"rs":"053580024024","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-393#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"https://buecherei.juelich.de/","provides":"https://buecherei.juelich.de/Recherche/Suche.aspx","librariesOrgID":"205953","name":"Stadtbücherei Jülich","location":[{"address":{"streetAddress":"Kleine Rurstr. 20 (Kulturhaus am Hexenturm)","addressLocality":"Jülich","postalCode":"52428","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di u. Fr. 10.00 bis 18.00 Uhr. Mi 15.00 bis 18.00 Uhr. Sa 10.00 bis 13.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-393#!","isil":"DE-393","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA393","sameAs":["http://www.wikidata.org/entity/Q2327025","https://ld.zdb-services.de/resource/organisations/DE-393","https://librarytechnology.org/library/205953"]} +{"rs":"053580024024","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-393#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"https://buecherei.juelich.de/","provides":"https://buecherei.juelich.de/Recherche/Suche.aspx","librariesOrgID":"205953","name":"Stadtbücherei Jülich","location":[{"address":{"streetAddress":"Kleine Rurstr. 20 (Kulturhaus am Hexenturm)","addressLocality":"Jülich","postalCode":"52428","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di u. Fr. 10.00 bis 18.00 Uhr. Mi 15.00 bis 18.00 Uhr. Sa 10.00 bis 13.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-393#!","isil":"DE-393","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA393","sameAs":["http://www.wikidata.org/entity/Q2327025","https://ld.zdb-services.de/resource/organisations/DE-393","https://librarytechnology.org/library/205953"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-411#!"}} -{"rs":"055580012012","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-411#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbuecherei-coesfeld.de","provides":"http://opac.coesfeld.de/index.asp?DB=BIBLIO53","librariesOrgID":"205465","name":"Stadtbücherei Coesfeld","location":[{"address":{"streetAddress":"Walkenbrückenstr. 25","addressLocality":"Coesfeld","postalCode":"48653","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di. u. Do 10-13 und 15-18 Uhr, Mi 15-18 Uhr, Fr 9-13 und 15-18 Uhr , Sa 10-13 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-411#!","isil":"DE-411","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA411","sameAs":["http://www.wikidata.org/entity/Q28661850","https://ld.zdb-services.de/resource/organisations/DE-411","https://librarytechnology.org/library/205465"]} +{"rs":"055580012012","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-411#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbuecherei-coesfeld.de","provides":"http://opac.coesfeld.de/index.asp?DB=BIBLIO53","librariesOrgID":"205465","name":"Stadtbücherei Coesfeld","location":[{"address":{"streetAddress":"Walkenbrückenstr. 25","addressLocality":"Coesfeld","postalCode":"48653","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di. u. Do 10-13 und 15-18 Uhr, Mi 15-18 Uhr, Fr 9-13 und 15-18 Uhr , Sa 10-13 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-411#!","isil":"DE-411","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA411","sameAs":["http://www.wikidata.org/entity/Q28661850","https://ld.zdb-services.de/resource/organisations/DE-411","https://librarytechnology.org/library/205465"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-423#!"}} -{"rs":"055700052052","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-423#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.buecherei-warendorf.de","provides":"http://www.bibliothek-im-netz.de/index.asp?DB=ALL","librariesOrgID":"205346","name":"Stadtbücherei Warendorf","location":[{"address":{"streetAddress":"Kurze Kesselstr. 17","addressLocality":"Warendorf","postalCode":"48231","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10.00-13.00. Mi 14.00-18.00. Di,Do,Fr 10.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-423#!","isil":"DE-423","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA423","sameAs":["http://www.wikidata.org/entity/Q28661868","https://ld.zdb-services.de/resource/organisations/DE-423","https://librarytechnology.org/library/205346"]} +{"rs":"055700052052","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-423#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.buecherei-warendorf.de","provides":"http://www.bibliothek-im-netz.de/index.asp?DB=ALL","librariesOrgID":"205346","name":"Stadtbücherei Warendorf","location":[{"address":{"streetAddress":"Kurze Kesselstr. 17","addressLocality":"Warendorf","postalCode":"48231","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10.00-13.00. Mi 14.00-18.00. Di,Do,Fr 10.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-423#!","isil":"DE-423","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA423","sameAs":["http://www.wikidata.org/entity/Q28661868","https://ld.zdb-services.de/resource/organisations/DE-423","https://librarytechnology.org/library/205346"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-435#!"}} -{"rs":"053620028028","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-435#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.huerth.de/kultur/stadtbuecherei/index.php","provides":"http://buecherei.huerth.de/webopac/index.asp?DB=w_huerth","librariesOrgID":"205746","name":"Stadtbücherei Hürth","location":[{"address":{"streetAddress":"Friedrich-Ebert-Str. 40","addressLocality":"Hürth","postalCode":"50354","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di 10.00-17.00. Mi 14.00-17.00. Do 10.00-12.00 und 14.00-19.00. Fr 10.00-12.00 und 14.00-17.00. Sa 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-435#!","isil":"DE-435","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA435","sameAs":["http://www.wikidata.org/entity/Q28661883","https://ld.zdb-services.de/resource/organisations/DE-435","https://librarytechnology.org/library/205746"]} +{"rs":"053620028028","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-435#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.huerth.de/kultur/stadtbuecherei/index.php","provides":"http://buecherei.huerth.de/webopac/index.asp?DB=w_huerth","librariesOrgID":"205746","name":"Stadtbücherei Hürth","location":[{"address":{"streetAddress":"Friedrich-Ebert-Str. 40","addressLocality":"Hürth","postalCode":"50354","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di 10.00-17.00. Mi 14.00-17.00. Do 10.00-12.00 und 14.00-19.00. Fr 10.00-12.00 und 14.00-17.00. Sa 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-435#!","isil":"DE-435","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA435","sameAs":["http://www.wikidata.org/entity/Q28661883","https://ld.zdb-services.de/resource/organisations/DE-435","https://librarytechnology.org/library/205746"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-447#!"}} -{"rs":"055150000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-447#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.muenster.de/stadt/buecherei","provides":"http://www.stadt-muenster.de/opac","librariesOrgID":"205302","name":"Stadtbücherei Münster","location":[{"address":{"streetAddress":"Alter Steinweg 11","addressLocality":"Münster","postalCode":"48143","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 10.00-19.00. Sa 10.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-447#!","isil":"DE-447","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA447","sameAs":["http://www.wikidata.org/entity/Q1528212","https://ld.zdb-services.de/resource/organisations/DE-447","https://librarytechnology.org/library/205302"]} +{"rs":"055150000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-447#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.muenster.de/stadt/buecherei","provides":"http://www.stadt-muenster.de/opac","librariesOrgID":"205302","name":"Stadtbücherei Münster","location":[{"address":{"streetAddress":"Alter Steinweg 11","addressLocality":"Münster","postalCode":"48143","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 10.00-19.00. Sa 10.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-447#!","isil":"DE-447","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA447","sameAs":["http://www.wikidata.org/entity/Q1528212","https://ld.zdb-services.de/resource/organisations/DE-447","https://librarytechnology.org/library/205302"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-472#!"}} -{"rs":"091610000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-472#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ingolstadt.de/stadtbuecherei","provides":"http://www.ingolstadt.de/stadtbuecherei","librariesOrgID":"208837","name":"Stadtbücherei","location":[{"address":{"streetAddress":"Hallstraße 2-4","addressLocality":"Ingolstadt","postalCode":"85049","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10:00 - 18:00, Di 10:00 - 18:00, Mi 10:00 - 18:00, Do 10:00 - 18:00, Fr 10:00 - 18:00, Sa 10:00 - 15:00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-472#!","isil":"DE-472","fundertype":{"id":"http://purl.org/lobid/fundertype#n03","type":"Concept","label":{"de":"Kreis","en":"County"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA472","sameAs":["http://www.wikidata.org/entity/Q28661790","https://ld.zdb-services.de/resource/organisations/DE-472","https://librarytechnology.org/library/208837"]} +{"rs":"091610000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-472#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ingolstadt.de/stadtbuecherei","provides":"http://www.ingolstadt.de/stadtbuecherei","librariesOrgID":"208837","name":"Stadtbücherei","location":[{"address":{"streetAddress":"Hallstraße 2-4","addressLocality":"Ingolstadt","postalCode":"85049","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10:00 - 18:00, Di 10:00 - 18:00, Mi 10:00 - 18:00, Do 10:00 - 18:00, Fr 10:00 - 18:00, Sa 10:00 - 15:00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-472#!","isil":"DE-472","fundertype":{"id":"http://purl.org/lobid/fundertype#n03","type":"Concept","label":{"de":"Kreis","en":"County"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA472","sameAs":["http://www.wikidata.org/entity/Q28661790","https://ld.zdb-services.de/resource/organisations/DE-472","https://librarytechnology.org/library/208837"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA496#!"}} -{"rs":"010510011011","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA496#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.brunsbuettel.de/kultur/stadtbuecherei.php","librariesOrgID":"203529","name":"Stadtbücherei","location":[{"address":{"streetAddress":"Kopernikusstr. 1 (Bildungszentrum)","addressLocality":"Brunsbüttel","postalCode":"25541","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 10.00-13.00 und 15.00-19.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA496#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n06","type":"Concept","label":{"de":"10.001 - 30.000","en":"10,001 - 30,000"}}},"dbsID":"AA496","sameAs":["https://librarytechnology.org/library/203529"]} +{"rs":"010510011011","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA496#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.brunsbuettel.de/kultur/stadtbuecherei.php","librariesOrgID":"203529","name":"Stadtbücherei","location":[{"address":{"streetAddress":"Kopernikusstr. 1 (Bildungszentrum)","addressLocality":"Brunsbüttel","postalCode":"25541","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 10.00-13.00 und 15.00-19.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA496#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n06","type":"Concept","label":{"de":"10.001 - 30.000","en":"10,001 - 30,000"}}},"dbsID":"AA496","sameAs":["https://librarytechnology.org/library/203529"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-502#!"}} -{"rs":"120720477477","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-502#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"zossen.bbopac.de","librariesOrgID":"203157","name":"Stadtbibliothek Zossen","location":[{"address":{"streetAddress":"Kirchplatz 2","addressLocality":"Zossen","postalCode":"15806","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 13:00-18:00, Di 13:00-18:00, Do 10:00-19:00, Fr 13:00-18:00, Sa 10:00-13:00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-502#!","isil":"DE-502","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n06","type":"Concept","label":{"de":"10.001 - 30.000","en":"10,001 - 30,000"}}},"dbsID":"AA502","sameAs":["http://www.wikidata.org/entity/Q28685196","https://ld.zdb-services.de/resource/organisations/DE-502","https://librarytechnology.org/library/203157"]} +{"rs":"120720477477","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-502#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"zossen.bbopac.de","librariesOrgID":"203157","name":"Stadtbibliothek Zossen","location":[{"address":{"streetAddress":"Kirchplatz 2","addressLocality":"Zossen","postalCode":"15806","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 13:00-18:00, Di 13:00-18:00, Do 10:00-19:00, Fr 13:00-18:00, Sa 10:00-13:00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-502#!","isil":"DE-502","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n06","type":"Concept","label":{"de":"10.001 - 30.000","en":"10,001 - 30,000"}}},"dbsID":"AA502","sameAs":["http://www.wikidata.org/entity/Q28685196","https://ld.zdb-services.de/resource/organisations/DE-502","https://librarytechnology.org/library/203157"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-514#!"}} -{"rs":"120630252252","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-514#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek-rathenow.de","librariesOrgID":"203084","name":"Stadtbibliothek Rathenow","containedIn":"http://sws.geonames.org/6550611/","location":[{"address":{"streetAddress":"Schleusenplatz 4","addressLocality":"Rathenow","postalCode":"14712","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo, Di, Do: 10.00-18.00, Fr: 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-514#!","isil":"DE-514","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA514","sameAs":["http://www.wikidata.org/entity/Q28682011","https://ld.zdb-services.de/resource/organisations/DE-514","https://librarytechnology.org/library/203084"]} +{"rs":"120630252252","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-514#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek-rathenow.de","librariesOrgID":"203084","name":"Stadtbibliothek Rathenow","containedIn":"http://sws.geonames.org/6550611/","location":[{"address":{"streetAddress":"Schleusenplatz 4","addressLocality":"Rathenow","postalCode":"14712","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo, Di, Do: 10.00-18.00, Fr: 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-514#!","isil":"DE-514","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA514","sameAs":["http://www.wikidata.org/entity/Q28682011","https://ld.zdb-services.de/resource/organisations/DE-514","https://librarytechnology.org/library/203084"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA600#!"}} -{"rs":"071405007144","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n36","type":"Concept","label":{"de":"Öffentliche Bibliothek für besondere Benutzergruppen","en":"Public Library for Special User Groups"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA600#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"NULL","librariesOrgID":"206333","name":"Patientenbücherei in der Hunsrück Klinik der Kreuznacher Diakonie","location":[{"address":{"streetAddress":"Holzbacher Str. 1","addressLocality":"Simmern","postalCode":"55469","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA600#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n09","type":"Concept","label":{"de":"Evangelische Kirche","en":"Protestant Church"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA600","sameAs":["https://librarytechnology.org/library/206333"]} +{"rs":"071405007144","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n36","type":"Concept","label":{"de":"Öffentliche Bibliothek für besondere Benutzergruppen","en":"Public Library for Special User Groups"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA600#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"NULL","librariesOrgID":"206333","name":"Patientenbücherei in der Hunsrück Klinik der Kreuznacher Diakonie","location":[{"address":{"streetAddress":"Holzbacher Str. 1","addressLocality":"Simmern","postalCode":"55469","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA600#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n09","type":"Concept","label":{"de":"Evangelische Kirche","en":"Protestant Church"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA600","sameAs":["https://librarytechnology.org/library/206333"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-DB675#!"}} -{"rs":"032540021021","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-DB675#!"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtarchiv-hildesheim.de","provides":"https://webopac.stadt-hildesheim.de/libero/WebOpac.cls","name":"Roemer-Museum, Bibliothek","location":[{"address":{"streetAddress":"Am Steine 1/2","addressLocality":"Hildesheim","postalCode":"31134","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di. Mi.: 09.00 - 16.00 Uhr. Do: 09.00 - 18.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-DB675#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"DB675"} +{"rs":"032540021021","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-DB675#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtarchiv-hildesheim.de","provides":"https://webopac.stadt-hildesheim.de/libero/WebOpac.cls","name":"Roemer-Museum, Bibliothek","location":[{"address":{"streetAddress":"Am Steine 1/2","addressLocality":"Hildesheim","postalCode":"31134","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di. Mi.: 09.00 - 16.00 Uhr. Do: 09.00 - 18.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-DB675#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"DB675"} diff --git a/test/transformation/output/enriched-test.json-sigel b/test/transformation/output/enriched-test.json-sigel index e11a438a..b02589b8 100644 --- a/test/transformation/output/enriched-test.json-sigel +++ b/test/transformation/output/enriched-test.json-sigel @@ -1,10 +1,10 @@ {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/ZDB-1-AAS4#!"}} -{"rs":"110000000000","note":["Datenbank. - Der deutschlandweite Zugriff\t\t\t\t\tauf dieses Produkt wird durch die Förderung der Deutschen\t\t\t\t\tForschungsgemeinschaft (DFG) ermöglicht und durch die\t\t\t\t\tStaatsbibliothek zu Berlin - Preußischer Kulturbesitz organisiert"],"availableChannel":[{"type":["ServiceChannel"],"serviceType":"Produktinfo","serviceUrl":"http://www.nationallizenzen.de/angebote/nlproduct.2011-05-11.8008587391"}],"alternateName":["Nationallizenz AAS Series4"],"type":"Collection","classification":{"id":"http://purl.org/lobid/libtype#n89","type":"Concept","label":{"de":"Paket elektronischer Ressourcen","en":"Collection of Electronic Resources"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/ZDB-1-AAS4#!","dateCreated":"25-05-11","dateModified":"08-06-15"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=h9k","picaPPN":"101211659X","name":"American Antiquarian Society (AAS)Historical Periodicals Collection : Series 4 (1853-1865)[Nationallizenz]","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Staatsbibliothek zu Berlin - Preußischer\t\t\t\t\tKulturbesitz","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"geo":{"lat":"52.50771","lon":"13.37063"},"type":"Place"}],"id":"http://lobid.org/organisations/ZDB-1-AAS4#!","isil":"ZDB-1-AAS4","sigel":"ZDB-1-AAS4","collects":{"subject":["E-Journals","Die American Antiquarian Society (AAS)\t\t\t\t\tHistorical Periodicals Collection dokumentiert das Leben der\t\t\t\t\tamerikanischen Bevölkerung und die amerikanische Perspektive auf\t\t\t\t\tdas Weltgeschehen und die Wissenschaften von der Kolonialära über\t\t\t\t\tden Bürgerkrieg bis zur Zeit des Wiederaufbaus im 19. Jahrhundert.\t\t\t\t\tDer vierte Teil der Kollektion deckt ca. 1.800 Zeitschriften aus\t\t\t\t\tdem Zeitraum von 1853 bis 1865 ab"]},"email":"mailto:ssg-nationallizenzen@sbb.spk-berlin.de","sameAs":["https://ld.zdb-services.de/resource/organisations/ZDB-1-AAS4"]} +{"rs":"110000000000","note":["Datenbank. - Der deutschlandweite Zugriff\t\t\t\t\tauf dieses Produkt wird durch die Förderung der Deutschen\t\t\t\t\tForschungsgemeinschaft (DFG) ermöglicht und durch die\t\t\t\t\tStaatsbibliothek zu Berlin - Preußischer Kulturbesitz organisiert"],"availableChannel":[{"type":["ServiceChannel"],"serviceType":"Produktinfo","serviceUrl":"http://www.nationallizenzen.de/angebote/nlproduct.2011-05-11.8008587391"}],"alternateName":["Nationallizenz AAS Series4"],"type":"Collection","classification":{"id":"http://purl.org/lobid/libtype#n89","type":"Concept","label":{"de":"Paket elektronischer Ressourcen","en":"Collection of Electronic Resources"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/ZDB-1-AAS4#!","dateCreated":"25-05-11","dateModified":"08-06-15","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DZDB-1-AAS4&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=h9k","picaPPN":"101211659X","name":"American Antiquarian Society (AAS)Historical Periodicals Collection : Series 4 (1853-1865)[Nationallizenz]","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Staatsbibliothek zu Berlin - Preußischer\t\t\t\t\tKulturbesitz","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"geo":{"lat":"52.50771","lon":"13.37063"},"type":"Place"}],"id":"http://lobid.org/organisations/ZDB-1-AAS4#!","isil":"ZDB-1-AAS4","sigel":"ZDB-1-AAS4","collects":{"subject":["E-Journals","Die American Antiquarian Society (AAS)\t\t\t\t\tHistorical Periodicals Collection dokumentiert das Leben der\t\t\t\t\tamerikanischen Bevölkerung und die amerikanische Perspektive auf\t\t\t\t\tdas Weltgeschehen und die Wissenschaften von der Kolonialära über\t\t\t\t\tden Bürgerkrieg bis zur Zeit des Wiederaufbaus im 19. Jahrhundert.\t\t\t\t\tDer vierte Teil der Kollektion deckt ca. 1.800 Zeitschriften aus\t\t\t\t\tdem Zeitraum von 1853 bis 1865 ab"]},"email":"mailto:ssg-nationallizenzen@sbb.spk-berlin.de","sameAs":["https://ld.zdb-services.de/resource/organisations/ZDB-1-AAS4"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-1a#!"}} -{"rs":"110000000000","linkedTo":{"id":"http://lobid.org/organisations/DE-601#!","label":"Verbundzentrale des GBV (VZG)"},"note":["UNO- und UNESCO-Depositärbibliothek.\t\t\t\t\tÜbernommene Bibliothek: B 3 (Bibliothek der ehemaligen Preußischen\t\t\t\t\tGeologischen Landesanstalt)"],"type":"Library","mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-1a#!","dateCreated":"18-11-99","dateModified":"16-05-12"},"picaPPN":"009000046","provides":"http://stabikat.de","containedIn":"http://sws.geonames.org/6547539/","id":"http://lobid.org/organisations/DE-1a#!","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}},"subject":["Recht","Orientalistik","Osteuropa","Ostasien","Afrika","Amtsdruckschriften","Handschriften","Karten","Geistes- und Sozialwissenschaften"]},"email":"mailto:info@sbb.spk-berlin.de","address":{"addressLocality":"Berlin","postalCode":"10772","addressCountry":"DE","type":"PostalAddress"},"availableChannel":[{"type":["ServiceChannel"],"serviceType":"Online-Auskunft","serviceUrl":"http://staatsbibliothek-berlin.de/service/auskunft/"}],"alternateName":["SBB-PK, Potsdamer Straße","Berlin SBB Haus Potsdamer Str"],"classification":{"id":"http://purl.org/lobid/libtype#n11","type":"Concept","label":{"de":"Nationalbibliothek","en":"National Library"}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.staatsbibliothek-berlin.de","name":"Staatsbibliothek zu Berlin - Preußischer Kulturbesitz,Haus Potsdamer Straße","location":[{"address":{"streetAddress":"Potsdamer Str. 33","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 9.00-21.00, Sa 9.00-19.00","comment":"Öffnungszeiten besonderer Bereiche s. Homepage","type":"OpeningHoursSpecification"},"geo":{"lat":"52.50771","lon":"13.37063"},"type":"Place"}],"isil":"DE-1a","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"sigel":"1a","dbsID":"AK001","name_en":"Leibniz Institute for Zoo and Wildlife Research Berlin, Library","sameAs":["http://www.wikidata.org/entity/Q170109","https://ld.zdb-services.de/resource/organisations/DE-1a"]} +{"rs":"110000000000","linkedTo":{"id":"http://lobid.org/organisations/DE-601#!","label":"Verbundzentrale des GBV (VZG)"},"note":["UNO- und UNESCO-Depositärbibliothek.\t\t\t\t\tÜbernommene Bibliothek: B 3 (Bibliothek der ehemaligen Preußischen\t\t\t\t\tGeologischen Landesanstalt)"],"type":"Library","mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-1a#!","dateCreated":"18-11-99","dateModified":"16-05-12","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-1a&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"picaPPN":"009000046","provides":"http://stabikat.de","containedIn":"http://sws.geonames.org/6547539/","id":"http://lobid.org/organisations/DE-1a#!","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}},"subject":["Recht","Orientalistik","Osteuropa","Ostasien","Afrika","Amtsdruckschriften","Handschriften","Karten","Geistes- und Sozialwissenschaften"]},"email":"mailto:info@sbb.spk-berlin.de","address":{"addressLocality":"Berlin","postalCode":"10772","addressCountry":"DE","type":"PostalAddress"},"availableChannel":[{"type":["ServiceChannel"],"serviceType":"Online-Auskunft","serviceUrl":"http://staatsbibliothek-berlin.de/service/auskunft/"}],"alternateName":["SBB-PK, Potsdamer Straße","Berlin SBB Haus Potsdamer Str"],"classification":{"id":"http://purl.org/lobid/libtype#n11","type":"Concept","label":{"de":"Nationalbibliothek","en":"National Library"}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.staatsbibliothek-berlin.de","name":"Staatsbibliothek zu Berlin - Preußischer Kulturbesitz,Haus Potsdamer Straße","location":[{"address":{"streetAddress":"Potsdamer Str. 33","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 9.00-21.00, Sa 9.00-19.00","comment":"Öffnungszeiten besonderer Bereiche s. Homepage","type":"OpeningHoursSpecification"},"geo":{"lat":"52.50771","lon":"13.37063"},"type":"Place"}],"isil":"DE-1a","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"sigel":"1a","dbsID":"AK001","name_en":"Leibniz Institute for Zoo and Wildlife Research Berlin, Library","sameAs":["http://www.wikidata.org/entity/Q170109","https://ld.zdb-services.de/resource/organisations/DE-1a"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-294#!"}} -{"rs":"059110000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"address":{"addressLocality":"Bochum","postalCode":"44780","addressCountry":"DE","type":"PostalAddress"},"alternateName":["Bochum UB"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-294#!","dateCreated":"18-11-99","dateModified":"24-04-12"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.ruhr-uni-bochum.de","picaPPN":"009007911","provides":"https://opac.ub.ruhr-uni-bochum.de/webOPACClient/start.do","name":"Ruhr-Universität Bochum,Universitätsbibliothek","containedIn":"http://sws.geonames.org/6553132/","location":[{"address":{"streetAddress":"Universitätsstr. 150","addressLocality":"Bochum","postalCode":"44801","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 8.00-24.00, Sa 11.00-20.00, So 11.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-294#!","isil":"DE-294","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"sigel":"294","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"email":"mailto:benutzung.ub@ruhr-uni-bochum.de","dbsID":"AB294","sameAs":["http://www.wikidata.org/entity/Q2496285","https://ld.zdb-services.de/resource/organisations/DE-294"]} +{"rs":"059110000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"address":{"addressLocality":"Bochum","postalCode":"44780","addressCountry":"DE","type":"PostalAddress"},"alternateName":["Bochum UB"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-294#!","dateCreated":"18-11-99","dateModified":"24-04-12","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-294&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.ruhr-uni-bochum.de","picaPPN":"009007911","provides":"https://opac.ub.ruhr-uni-bochum.de/webOPACClient/start.do","name":"Ruhr-Universität Bochum,Universitätsbibliothek","containedIn":"http://sws.geonames.org/6553132/","location":[{"address":{"streetAddress":"Universitätsstr. 150","addressLocality":"Bochum","postalCode":"44801","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 8.00-24.00, Sa 11.00-20.00, So 11.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-294#!","isil":"DE-294","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"sigel":"294","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"email":"mailto:benutzung.ub@ruhr-uni-bochum.de","dbsID":"AB294","sameAs":["http://www.wikidata.org/entity/Q2496285","https://ld.zdb-services.de/resource/organisations/DE-294"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-38#!"}} -{"rs":"053150000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"availableChannel":[{"type":["ServiceChannel","WebAPI"],"serviceType":"SRU","serviceUrl":"http://info-test.de/sru"},{"type":["ServiceChannel"],"serviceType":"other","serviceUrl":"http://info-test.de/other"},{"type":["ServiceChannel","WebAPI"],"serviceType":"OpenURL","serviceUrl":"http://info-test.de/openurl"},{"type":["ServiceChannel","WebAPI"],"serviceType":"PAIA","serviceUrl":"http://info-test.de/paia"},{"type":["ServiceChannel","WebAPI"],"serviceType":"DAIA","serviceUrl":"http://info-test.de/daia"}],"alternateName":["Köln USB"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-38#!","dateCreated":"18-11-99","dateModified":"26-03-14"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.uni-koeln.de","picaPPN":"009008845","name":"Universitäts- und Stadtbibliothek Köln, Hauptabteilung","containedIn":"http://sws.geonames.org/6553049/","location":[{"address":{"streetAddress":"Universitätsstr. 33","addressLocality":"Köln","postalCode":"50931","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-38#!","isil":"DE-38","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"sigel":"38","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"email":"mailto:Fernleihe@ub.uni-koeln.de","dbsID":"AB038","sameAs":["http://www.wikidata.org/entity/Q2496260","https://ld.zdb-services.de/resource/organisations/DE-38"]} +{"rs":"053150000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"availableChannel":[{"type":["ServiceChannel","WebAPI"],"serviceType":"SRU","serviceUrl":"http://info-test.de/sru"},{"type":["ServiceChannel"],"serviceType":"other","serviceUrl":"http://info-test.de/other"},{"type":["ServiceChannel","WebAPI"],"serviceType":"OpenURL","serviceUrl":"http://info-test.de/openurl"},{"type":["ServiceChannel","WebAPI"],"serviceType":"PAIA","serviceUrl":"http://info-test.de/paia"},{"type":["ServiceChannel","WebAPI"],"serviceType":"DAIA","serviceUrl":"http://info-test.de/daia"}],"alternateName":["Köln USB"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-38#!","dateCreated":"18-11-99","dateModified":"26-03-14","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-38&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.uni-koeln.de","picaPPN":"009008845","name":"Universitäts- und Stadtbibliothek Köln, Hauptabteilung","containedIn":"http://sws.geonames.org/6553049/","location":[{"address":{"streetAddress":"Universitätsstr. 33","addressLocality":"Köln","postalCode":"50931","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-38#!","isil":"DE-38","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"sigel":"38","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"email":"mailto:Fernleihe@ub.uni-koeln.de","dbsID":"AB038","sameAs":["http://www.wikidata.org/entity/Q2496260","https://ld.zdb-services.de/resource/organisations/DE-38"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-38M#!"}} -{"rs":"053150000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"alternateName":["Köln ZB MED"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n15","type":"Concept","label":{"de":"Zentrale Fachbibliothek","en":"Central Subject Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-38M#!","dateCreated":"18-11-99","dateModified":"27-03-13"},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.zbmed.de","picaPPN":"009008853","provides":"http://www.medpilot.de/?idb=ZBMED","name":"Deutsche Zentralbibliothek für Medizin - ZB MED Medizin. Gesundheit.","containedIn":"http://sws.geonames.org/6553049/","location":[{"address":{"streetAddress":"Gleueler Str. 60","addressLocality":"Köln","postalCode":"50931","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 9.00-21.00, Sa 9.00-17.00, So und Feiertags 12.00-17.00 (Lesesaal)","comment":"Ausleihe/Allg. Information: Mo-Fr 9.00-21.00, Sa 9.00-12.00; Fachauskunft: Mo 9.00-13.00; Di-Fr 9.00-16.00; weitere Schließtage s.Homepage","type":"OpeningHoursSpecification"},"geo":{"lat":"50.92466","lon":"6.91666"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-38M#!","isil":"DE-38M","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"sigel":"38 M","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}},"subject":["Medizin"]},"email":"mailto:info@zbmed.de","dbsID":"BJ038","sameAs":["http://www.wikidata.org/entity/Q1204536","https://ld.zdb-services.de/resource/organisations/DE-38M"]} +{"rs":"053150000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"alternateName":["Köln ZB MED"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n15","type":"Concept","label":{"de":"Zentrale Fachbibliothek","en":"Central Subject Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-38M#!","dateCreated":"18-11-99","dateModified":"27-03-13","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-38M&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.zbmed.de","picaPPN":"009008853","provides":"http://www.medpilot.de/?idb=ZBMED","name":"Deutsche Zentralbibliothek für Medizin - ZB MED Medizin. Gesundheit.","containedIn":"http://sws.geonames.org/6553049/","location":[{"address":{"streetAddress":"Gleueler Str. 60","addressLocality":"Köln","postalCode":"50931","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 9.00-21.00, Sa 9.00-17.00, So und Feiertags 12.00-17.00 (Lesesaal)","comment":"Ausleihe/Allg. Information: Mo-Fr 9.00-21.00, Sa 9.00-12.00; Fachauskunft: Mo 9.00-13.00; Di-Fr 9.00-16.00; weitere Schließtage s.Homepage","type":"OpeningHoursSpecification"},"geo":{"lat":"50.92466","lon":"6.91666"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-38M#!","isil":"DE-38M","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"sigel":"38 M","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}},"subject":["Medizin"]},"email":"mailto:info@zbmed.de","dbsID":"BJ038","sameAs":["http://www.wikidata.org/entity/Q1204536","https://ld.zdb-services.de/resource/organisations/DE-38M"]} From 2008b821c20309de548e2cf1233cb9932da2b95b Mon Sep 17 00:00:00 2001 From: TobiasNx Date: Tue, 8 Aug 2023 10:53:54 +0200 Subject: [PATCH 2/2] Delete metafacture strings in used #128 They created problems for the elasticSearch --- conf/fix-enriched.fix | 11 --- test/transformation/output/enriched-test.json | 76 +++++++++---------- .../output/enriched-test.json-dbs | 66 ++++++++-------- .../output/enriched-test.json-sigel | 10 +-- 4 files changed, 76 insertions(+), 87 deletions(-) diff --git a/conf/fix-enriched.fix b/conf/fix-enriched.fix index 4330f9b9..075f5b7a 100644 --- a/conf/fix-enriched.fix +++ b/conf/fix-enriched.fix @@ -539,22 +539,11 @@ if exists("picaPPN") paste("mainEntityOfPage.wasGeneratedBy.used[].$append.id","~http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3D","isil","~&recordSchema=PicaPlus-xml&version=1.1",join_char:"") add_field("mainEntityOfPage.wasGeneratedBy.used[].$last.sourceOrganisation.id","https://sigel.staatsbibliothek-berlin.de/vergabe/isil/") add_field("mainEntityOfPage.wasGeneratedBy.used[].$last.sourceOrganisation.label","Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin") - add_field("mainEntityOfPage.wasGeneratedBy.used[].$append","https://github.com/metafacture/metafacture-core") - add_field("mainEntityOfPage.wasGeneratedBy.used[].$append","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix") - add_field("mainEntityOfPage.wasGeneratedBy.used[].$append","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix") else add_field("mainEntityOfPage.wasGeneratedBy.used[].$append.sourceOrganisation.id","https://www.bibliotheksstatistik.de/") add_field("mainEntityOfPage.wasGeneratedBy.used[].$last.sourceOrganisation.label","Deutsche Bibliotheksstatistik (DBS)") - add_field("mainEntityOfPage.wasGeneratedBy.used[].$append","https://github.com/metafacture/metafacture-core") - add_field("mainEntityOfPage.wasGeneratedBy.used[].$append","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix") - add_field("mainEntityOfPage.wasGeneratedBy.used[].$append","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix") end -# -# -## -## -# if any_match("isil", "(?i).*test.*") reject() end diff --git a/test/transformation/output/enriched-test.json b/test/transformation/output/enriched-test.json index 6af9c454..a3de3945 100644 --- a/test/transformation/output/enriched-test.json +++ b/test/transformation/output/enriched-test.json @@ -1,76 +1,76 @@ {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-9#!"}} -{"rs":"130750039039","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-9#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.uni-greifswald.de/bibliothek/html","provides":"http://www.ub.uni-greifswald.de:2324/","name":"Universitätsbibliothek Greifswald","containedIn":"http://sws.geonames.org/6551180/","location":[{"address":{"streetAddress":"Felix-Hausdorff-Str. 10","addressLocality":"Greifswald","postalCode":"17489","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr.: 8-24, Sa: 9-24 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-9#!","gndIdentifier":"41359-8","isil":"DE-9","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA009","sameAs":["http://www.wikidata.org/entity/Q2496314","https://lobid.org/gnd/41359-8#!","https://ld.zdb-services.de/resource/organisations/DE-9"]} +{"rs":"130750039039","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-9#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.uni-greifswald.de/bibliothek/html","provides":"http://www.ub.uni-greifswald.de:2324/","name":"Universitätsbibliothek Greifswald","containedIn":"http://sws.geonames.org/6551180/","location":[{"address":{"streetAddress":"Felix-Hausdorff-Str. 10","addressLocality":"Greifswald","postalCode":"17489","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr.: 8-24, Sa: 9-24 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-9#!","gndIdentifier":"41359-8","isil":"DE-9","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA009","sameAs":["http://www.wikidata.org/entity/Q2496314","https://lobid.org/gnd/41359-8#!","https://ld.zdb-services.de/resource/organisations/DE-9"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA022#!"}} -{"rs":"094610000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA022#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"https://www.staatsbibliothek-bamberg.de","provides":"https://katalog.ub.uni-bamberg.de","librariesOrgID":"210031","name":"Staatsbibliothek Bamberg ","location":[{"address":{"streetAddress":"Neue Residenz, Domplatz 8","addressLocality":"Bamberg","postalCode":"96049","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 9:00 - 17:00 Uhr, Sa 9:00 - 12:00 Uhr (im August Sa geschlossen)","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA022#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA022","sameAs":["https://librarytechnology.org/library/210031"]} +{"rs":"094610000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA022#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"https://www.staatsbibliothek-bamberg.de","provides":"https://katalog.ub.uni-bamberg.de","librariesOrgID":"210031","name":"Staatsbibliothek Bamberg ","location":[{"address":{"streetAddress":"Neue Residenz, Domplatz 8","addressLocality":"Bamberg","postalCode":"96049","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 9:00 - 17:00 Uhr, Sa 9:00 - 12:00 Uhr (im August Sa geschlossen)","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA022#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA022","sameAs":["https://librarytechnology.org/library/210031"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-34#!"}} -{"rs":"066110000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-34#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.uni-kassel.de/ub","provides":"https://hds.hebis.de/ubks","name":"Universitätsbibliothek Kassel - Landesbibliothek und Murhardsche Bibliothek der Stadt Kassel","location":[{"address":{"streetAddress":"Diagonale 10","addressLocality":"Kassel","postalCode":"34127","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 8 bis 23 Uhr. Sa u. So 10 bis 21 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-34#!","gndIdentifier":"10008839-9","isil":"DE-34","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA034","sameAs":["http://www.wikidata.org/entity/Q2496316","https://lobid.org/gnd/10008839-9#!","https://ld.zdb-services.de/resource/organisations/DE-34"]} +{"rs":"066110000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-34#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.uni-kassel.de/ub","provides":"https://hds.hebis.de/ubks","name":"Universitätsbibliothek Kassel - Landesbibliothek und Murhardsche Bibliothek der Stadt Kassel","location":[{"address":{"streetAddress":"Diagonale 10","addressLocality":"Kassel","postalCode":"34127","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 8 bis 23 Uhr. Sa u. So 10 bis 21 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-34#!","gndIdentifier":"10008839-9","isil":"DE-34","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA034","sameAs":["http://www.wikidata.org/entity/Q2496316","https://lobid.org/gnd/10008839-9#!","https://ld.zdb-services.de/resource/organisations/DE-34"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-46#!"}} -{"rs":"040110000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-46#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.suub.uni-bremen.de","name":"Staats- und Universitätsbibliothek Bremen","location":[{"address":{"streetAddress":"Bibliothekstr.","addressLocality":"Bremen","postalCode":"28359","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 8.00-22.00 h. Sa 10.00-18.00 h","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-46#!","gndIdentifier":"130088-X","isil":"DE-46","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA046","sameAs":["http://www.wikidata.org/entity/Q1680376","https://lobid.org/gnd/130088-X#!","https://ld.zdb-services.de/resource/organisations/DE-46"]} +{"rs":"040110000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-46#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.suub.uni-bremen.de","name":"Staats- und Universitätsbibliothek Bremen","location":[{"address":{"streetAddress":"Bibliothekstr.","addressLocality":"Bremen","postalCode":"28359","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 8.00-22.00 h. Sa 10.00-18.00 h","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-46#!","gndIdentifier":"130088-X","isil":"DE-46","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA046","sameAs":["http://www.wikidata.org/entity/Q1680376","https://lobid.org/gnd/130088-X#!","https://ld.zdb-services.de/resource/organisations/DE-46"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-58#!"}} -{"rs":"032570009009","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-58#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.nla.niedersachsen.de","librariesOrgID":"203984","name":"Fürstliche Schaumburg-Lippische Hofbibliothek In Verwaltung des Niedersächsischen Landesarchivs - Standort Bückeburg -","location":[{"address":{"streetAddress":"Schlossplatz 2","addressLocality":"Bückeburg","postalCode":"31675","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo, Di, Do 9.00-16.00 Uhr, Mi 9.00-18.00 Uhr, Fr 9.00-13 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-58#!","gndIdentifier":"1096202891","isil":"DE-58","fundertype":{"id":"http://purl.org/lobid/fundertype#n12","type":"Concept","label":{"de":"Private Trägerschaft (natürliche Personen)","en":"Private Funding Body (Natural Person)"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA058","sameAs":["http://www.wikidata.org/entity/Q1483614","https://lobid.org/gnd/1096202891#!","https://ld.zdb-services.de/resource/organisations/DE-58","https://librarytechnology.org/library/203984"]} +{"rs":"032570009009","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-58#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.nla.niedersachsen.de","librariesOrgID":"203984","name":"Fürstliche Schaumburg-Lippische Hofbibliothek In Verwaltung des Niedersächsischen Landesarchivs - Standort Bückeburg -","location":[{"address":{"streetAddress":"Schlossplatz 2","addressLocality":"Bückeburg","postalCode":"31675","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo, Di, Do 9.00-16.00 Uhr, Mi 9.00-18.00 Uhr, Fr 9.00-13 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-58#!","gndIdentifier":"1096202891","isil":"DE-58","fundertype":{"id":"http://purl.org/lobid/fundertype#n12","type":"Concept","label":{"de":"Private Trägerschaft (natürliche Personen)","en":"Private Funding Body (Natural Person)"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA058","sameAs":["http://www.wikidata.org/entity/Q1483614","https://lobid.org/gnd/1096202891#!","https://ld.zdb-services.de/resource/organisations/DE-58","https://librarytechnology.org/library/203984"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA083#!"}} -{"rs":"110000000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA083#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.tu-berlin.de","provides":"http://portal.ub.tu-berlin.de","name":"Technische Universität Berlin Universitätsbibliothek","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Fasanenstraße 88 (im VOLKSWAGEN-Haus)","addressLocality":"Berlin","postalCode":"10623","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Zentralbibliothek: Mo-Fr 9-22 Uhr, Sa 10-18 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA083#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA083"} +{"rs":"110000000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA083#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.tu-berlin.de","provides":"http://portal.ub.tu-berlin.de","name":"Technische Universität Berlin Universitätsbibliothek","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Fasanenstraße 88 (im VOLKSWAGEN-Haus)","addressLocality":"Berlin","postalCode":"10623","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Zentralbibliothek: Mo-Fr 9-22 Uhr, Sa 10-18 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA083#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA083"} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-95#!"}} -{"rs":"032410001001","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n70","type":"Concept","label":{"de":"Zentrale Hochschulbibliothek, nicht Universität","en":"Central Academic Library, not University"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-95#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.tiho-hannover.de","provides":"http://opac.hobsy.de/cgi-bin/nph-wwwp3?DB=BES5.SYS8&LANG=DU&EXT=ON","name":"Stiftung Tierärztliche Hochschule Hannover. Bibliothek","location":[{"address":{"streetAddress":"Bünteweg 2","addressLocality":"Hannover","postalCode":"30559","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo., Mi., Fr. 11 - 19, Di., Do. 9 - 17, Sa. 10 - 13","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-95#!","gndIdentifier":"2024721-7","isil":"DE-95","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA095","sameAs":["http://www.wikidata.org/entity/Q28731327","https://lobid.org/gnd/2024721-7#!","https://ld.zdb-services.de/resource/organisations/DE-95"]} +{"rs":"032410001001","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n70","type":"Concept","label":{"de":"Zentrale Hochschulbibliothek, nicht Universität","en":"Central Academic Library, not University"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-95#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.tiho-hannover.de","provides":"http://opac.hobsy.de/cgi-bin/nph-wwwp3?DB=BES5.SYS8&LANG=DU&EXT=ON","name":"Stiftung Tierärztliche Hochschule Hannover. Bibliothek","location":[{"address":{"streetAddress":"Bünteweg 2","addressLocality":"Hannover","postalCode":"30559","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo., Mi., Fr. 11 - 19, Di., Do. 9 - 17, Sa. 10 - 13","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-95#!","gndIdentifier":"2024721-7","isil":"DE-95","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA095","sameAs":["http://www.wikidata.org/entity/Q28731327","https://lobid.org/gnd/2024721-7#!","https://ld.zdb-services.de/resource/organisations/DE-95"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-149#!"}} -{"rs":"097640000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-149#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.memmingen.de/468.html","provides":"http://www.datronic.de/cgi-bin/findus.pl?customer=memmingen","librariesOrgID":"209194","name":"Stadtbibliothek Memmingen","location":[{"address":{"streetAddress":"Martin-Luther-Platz 1","addressLocality":"Memmingen","postalCode":"87700","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-149#!","isil":"DE-149","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA149","sameAs":["http://www.wikidata.org/entity/Q1478335","https://ld.zdb-services.de/resource/organisations/DE-149","https://librarytechnology.org/library/209194"]} +{"rs":"097640000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-149#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.memmingen.de/468.html","provides":"http://www.datronic.de/cgi-bin/findus.pl?customer=memmingen","librariesOrgID":"209194","name":"Stadtbibliothek Memmingen","location":[{"address":{"streetAddress":"Martin-Luther-Platz 1","addressLocality":"Memmingen","postalCode":"87700","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-149#!","isil":"DE-149","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA149","sameAs":["http://www.wikidata.org/entity/Q1478335","https://ld.zdb-services.de/resource/organisations/DE-149","https://librarytechnology.org/library/209194"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA150#!"}} -{"rs":"091850149149","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA150#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.sbnd.de","provides":"http://opac.sbnd.de","librariesOrgID":"209060","name":"Staatliche Bibliothek Neuburg/Donau","location":[{"address":{"streetAddress":"Karlspl. A 17","addressLocality":"Neuburg/Donau","postalCode":"86633","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 13.30-16.00. Di 13.30-18.00. Mi 13.30-16.00. Do 10.00-12.00 und 13.30-16.00. Fr 10.00-13.30","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA150#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA150","sameAs":["https://librarytechnology.org/library/209060"]} +{"rs":"091850149149","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA150#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.sbnd.de","provides":"http://opac.sbnd.de","librariesOrgID":"209060","name":"Staatliche Bibliothek Neuburg/Donau","location":[{"address":{"streetAddress":"Karlspl. A 17","addressLocality":"Neuburg/Donau","postalCode":"86633","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 13.30-16.00. Di 13.30-18.00. Mi 13.30-16.00. Do 10.00-12.00 und 13.30-16.00. Fr 10.00-13.30","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA150#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA150","sameAs":["https://librarytechnology.org/library/209060"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-174#!"}} -{"rs":"055130000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-174#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek-ge.de/","provides":"http://katalog.stadtbibliothek-ge.de/opac/de/user_frm.html.S","librariesOrgID":"205092","name":"Stadtbibliothek Gelsenkirchen","location":[{"address":{"streetAddress":"Ebertstr. 19","addressLocality":"Gelsenkirchen","postalCode":"45875","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 11.00-19.00 , Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-174#!","isil":"DE-174","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA174","sameAs":["http://www.wikidata.org/entity/Q28681662","https://ld.zdb-services.de/resource/organisations/DE-174","https://librarytechnology.org/library/205092"]} +{"rs":"055130000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-174#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek-ge.de/","provides":"http://katalog.stadtbibliothek-ge.de/opac/de/user_frm.html.S","librariesOrgID":"205092","name":"Stadtbibliothek Gelsenkirchen","location":[{"address":{"streetAddress":"Ebertstr. 19","addressLocality":"Gelsenkirchen","postalCode":"45875","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 11.00-19.00 , Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-174#!","isil":"DE-174","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA174","sameAs":["http://www.wikidata.org/entity/Q28681662","https://ld.zdb-services.de/resource/organisations/DE-174","https://librarytechnology.org/library/205092"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-186#!"}} -{"rs":"120540000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-186#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.potsdam.de","provides":"http://www.bibliothek.potsdam.de","librariesOrgID":"203059","name":"Stadt- und Landesbibliothek im Bildungsforum Potsdam","containedIn":"http://sws.geonames.org/7602560/","location":[{"address":{"streetAddress":"Am Kanal 47","addressLocality":"Potsdam","postalCode":"14467","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 15 - 19 Di - Fr 10 - 19 Sa 10 - 16 ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-186#!","gndIdentifier":"5085392-2","isil":"DE-186","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA186","sameAs":["http://www.wikidata.org/entity/Q2326335","https://lobid.org/gnd/5085392-2#!","https://ld.zdb-services.de/resource/organisations/DE-186","https://librarytechnology.org/library/203059"]} +{"rs":"120540000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-186#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.potsdam.de","provides":"http://www.bibliothek.potsdam.de","librariesOrgID":"203059","name":"Stadt- und Landesbibliothek im Bildungsforum Potsdam","containedIn":"http://sws.geonames.org/7602560/","location":[{"address":{"streetAddress":"Am Kanal 47","addressLocality":"Potsdam","postalCode":"14467","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 15 - 19 Di - Fr 10 - 19 Sa 10 - 16 ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-186#!","gndIdentifier":"5085392-2","isil":"DE-186","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA186","sameAs":["http://www.wikidata.org/entity/Q2326335","https://lobid.org/gnd/5085392-2#!","https://ld.zdb-services.de/resource/organisations/DE-186","https://librarytechnology.org/library/203059"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-198#!"}} -{"rs":"130710107107","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-198#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek-nb.de","provides":"http://62.159.150.4/wwwopac/","librariesOrgID":"203226","name":"Regionalbibliothek","location":[{"address":{"streetAddress":"Marktplatz 1","addressLocality":"Neubrandenburg","postalCode":"17033","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo/Mi 13.00-18.00 Di 10.00-19.00 Do/Frei 10.00-18.00 Sa 10.00 - 13.00 ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-198#!","isil":"DE-198","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA198","sameAs":["http://www.wikidata.org/entity/Q2138279","https://ld.zdb-services.de/resource/organisations/DE-198","https://librarytechnology.org/library/203226"]} +{"rs":"130710107107","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-198#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek-nb.de","provides":"http://62.159.150.4/wwwopac/","librariesOrgID":"203226","name":"Regionalbibliothek","location":[{"address":{"streetAddress":"Marktplatz 1","addressLocality":"Neubrandenburg","postalCode":"17033","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo/Mi 13.00-18.00 Di 10.00-19.00 Do/Frei 10.00-18.00 Sa 10.00 - 13.00 ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-198#!","isil":"DE-198","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA198","sameAs":["http://www.wikidata.org/entity/Q2138279","https://ld.zdb-services.de/resource/organisations/DE-198","https://librarytechnology.org/library/203226"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-204#!"}} -{"rs":"110000000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-204#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.iai.spk-berlin.de/","provides":"http://www.iaicat.de","name":"Ibero-Amerikanisches Institut Preußischer Kulturbesitz. Bibliothek","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Potsdamer Str. 37","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr. 9.00-19.00 Uhr, Sa 9.00-13.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-204#!","isil":"DE-204","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA204","sameAs":["http://www.wikidata.org/entity/Q28737641","https://ld.zdb-services.de/resource/organisations/DE-204"]} +{"rs":"110000000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-204#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.iai.spk-berlin.de/","provides":"http://www.iaicat.de","name":"Ibero-Amerikanisches Institut Preußischer Kulturbesitz. Bibliothek","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Potsdamer Str. 37","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr. 9.00-19.00 Uhr, Sa 9.00-13.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-204#!","isil":"DE-204","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA204","sameAs":["http://www.wikidata.org/entity/Q28737641","https://ld.zdb-services.de/resource/organisations/DE-204"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-228#!"}} -{"rs":"032520006006","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-228#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.hameln.de/kultur/kultur/buecherei/index.htm","provides":"http://www.stadtbuecherei.hameln.de","librariesOrgID":"203994","name":"Stadtbücherei in der Pfortmühle","location":[{"address":{"streetAddress":"Sudetenstr. 1","addressLocality":"Hameln","postalCode":"31785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di und Do-Fr 12.00-18.00. Mi 10.00-16.00. Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-228#!","isil":"DE-228","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA228","sameAs":["http://www.wikidata.org/entity/Q28661800","https://ld.zdb-services.de/resource/organisations/DE-228","https://librarytechnology.org/library/203994"]} +{"rs":"032520006006","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-228#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.hameln.de/kultur/kultur/buecherei/index.htm","provides":"http://www.stadtbuecherei.hameln.de","librariesOrgID":"203994","name":"Stadtbücherei in der Pfortmühle","location":[{"address":{"streetAddress":"Sudetenstr. 1","addressLocality":"Hameln","postalCode":"31785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di und Do-Fr 12.00-18.00. Mi 10.00-16.00. Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-228#!","isil":"DE-228","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA228","sameAs":["http://www.wikidata.org/entity/Q28661800","https://ld.zdb-services.de/resource/organisations/DE-228","https://librarytechnology.org/library/203994"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-241#!"}} -{"rs":"094770128128","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-241#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.buecherei-kulmbach.de","provides":"http://www.buecherei-kulmbach.de","librariesOrgID":"209990","name":"Bücherei am Stadtpark","location":[{"address":{"streetAddress":"Pestalozzistr. 11","addressLocality":"Kulmbach","postalCode":"95326","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - 14:00 - 19:30, Di 10:00 - 17:00, Mi 9:30 - 14:00 -  , Do 10:00 - 17:00, Fr 10:00 - 14:00  -   ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-241#!","isil":"DE-241","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA241","sameAs":["http://www.wikidata.org/entity/Q28733510","https://ld.zdb-services.de/resource/organisations/DE-241","https://librarytechnology.org/library/209990"]} +{"rs":"094770128128","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-241#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.buecherei-kulmbach.de","provides":"http://www.buecherei-kulmbach.de","librariesOrgID":"209990","name":"Bücherei am Stadtpark","location":[{"address":{"streetAddress":"Pestalozzistr. 11","addressLocality":"Kulmbach","postalCode":"95326","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - 14:00 - 19:30, Di 10:00 - 17:00, Mi 9:30 - 14:00 -  , Do 10:00 - 17:00, Fr 10:00 - 14:00  -   ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-241#!","isil":"DE-241","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA241","sameAs":["http://www.wikidata.org/entity/Q28733510","https://ld.zdb-services.de/resource/organisations/DE-241","https://librarytechnology.org/library/209990"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-253#!"}} -{"rs":"031010000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-253#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.vti.bund.de","name":"Thünen-Institut, Fachinformationszentrum Ländliche Räume","location":[{"address":{"streetAddress":"Bundesallee 50","addressLocality":"Braunschweig","postalCode":"38116","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"9-16.30","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-253#!","isil":"DE-253","fundertype":{"id":"http://purl.org/lobid/fundertype#n01","type":"Concept","label":{"de":"Bundesrepublik Deutschland","en":"Federal Republic of Germany"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA253","sameAs":["https://ld.zdb-services.de/resource/organisations/DE-253"]} +{"rs":"031010000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-253#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.vti.bund.de","name":"Thünen-Institut, Fachinformationszentrum Ländliche Räume","location":[{"address":{"streetAddress":"Bundesallee 50","addressLocality":"Braunschweig","postalCode":"38116","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"9-16.30","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-253#!","isil":"DE-253","fundertype":{"id":"http://purl.org/lobid/fundertype#n01","type":"Concept","label":{"de":"Bundesrepublik Deutschland","en":"Federal Republic of Germany"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA253","sameAs":["https://ld.zdb-services.de/resource/organisations/DE-253"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA277#!"}} -{"rs":"064120000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA277#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbuecherei.frankfurt.de","provides":"https://katalog.stadtbuecherei.frankfurt.de","librariesOrgID":"206788","name":"Stadtbücherei Frankfurt am Main","location":[{"address":{"streetAddress":"Hasengasse 4","addressLocality":"Frankfurt/Main","postalCode":"60311","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 11.00-19.00. Sa 11.00-16.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA277#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA277","sameAs":["https://librarytechnology.org/library/206788"]} +{"rs":"064120000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA277#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbuecherei.frankfurt.de","provides":"https://katalog.stadtbuecherei.frankfurt.de","librariesOrgID":"206788","name":"Stadtbücherei Frankfurt am Main","location":[{"address":{"streetAddress":"Hasengasse 4","addressLocality":"Frankfurt/Main","postalCode":"60311","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 11.00-19.00. Sa 11.00-16.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA277#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA277","sameAs":["https://librarytechnology.org/library/206788"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-289#!"}} -{"rs":"084210000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-289#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://kiz.uni-ulm.de","provides":"http://www.uni-ulm.de/index.php?id=1357","name":"Kommunikations- und Informationszentrum der Universität Ulm (kiz) / Abt. Informationsversorgung und Abt. Informationsmedien","location":[{"address":{"streetAddress":"Albert-Einstein-Allee 37","addressLocality":"Ulm/Donau","postalCode":"89081","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 8:00 - 22:00 Uhr, Sa 10:00 - 20:00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-289#!","gndIdentifier":"6039940-5","isil":"DE-289","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA289","sameAs":["http://www.wikidata.org/entity/Q1755249","https://lobid.org/gnd/6039940-5#!","https://ld.zdb-services.de/resource/organisations/DE-289"]} +{"rs":"084210000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-289#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://kiz.uni-ulm.de","provides":"http://www.uni-ulm.de/index.php?id=1357","name":"Kommunikations- und Informationszentrum der Universität Ulm (kiz) / Abt. Informationsversorgung und Abt. Informationsmedien","location":[{"address":{"streetAddress":"Albert-Einstein-Allee 37","addressLocality":"Ulm/Donau","postalCode":"89081","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 8:00 - 22:00 Uhr, Sa 10:00 - 20:00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-289#!","gndIdentifier":"6039940-5","isil":"DE-289","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA289","sameAs":["http://www.wikidata.org/entity/Q1755249","https://lobid.org/gnd/6039940-5#!","https://ld.zdb-services.de/resource/organisations/DE-289"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA290#!"}} -{"rs":"059130000000","name":"Universitätsbibliothek Dortmund","location":[{"address":{"streetAddress":"Vogelpothsweg 76","addressLocality":"Dortmund","postalCode":"44227","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 7.00-1.00h. Sa+So 9.00-1.00h, Bereichsbibliotheken s. homepage","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA290#!","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA290#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"url":"http://www.ub.uni-dortmund.de","dbsID":"AA290"} +{"rs":"059130000000","name":"Universitätsbibliothek Dortmund","location":[{"address":{"streetAddress":"Vogelpothsweg 76","addressLocality":"Dortmund","postalCode":"44227","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 7.00-1.00h. Sa+So 9.00-1.00h, Bereichsbibliotheken s. homepage","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA290#!","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA290#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"url":"http://www.ub.uni-dortmund.de","dbsID":"AA290"} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-356#!"}} -{"rs":"071330006006","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-356#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek.bad-kreuznach.de","provides":"http://webopac.kh-int.de/opax/de/qsim.html.S","librariesOrgID":"206342","name":"Stadtbibliothek","location":[{"address":{"streetAddress":"Kreuzstr. 69","addressLocality":"Bad Kreuznach","postalCode":"55543","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo und Mi 14.00-18.00. Di,Do,Fr 10.00-18.00. Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-356#!","isil":"DE-356","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA356","sameAs":["http://www.wikidata.org/entity/Q28681672","https://ld.zdb-services.de/resource/organisations/DE-356","https://librarytechnology.org/library/206342"]} +{"rs":"071330006006","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-356#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek.bad-kreuznach.de","provides":"http://webopac.kh-int.de/opax/de/qsim.html.S","librariesOrgID":"206342","name":"Stadtbibliothek","location":[{"address":{"streetAddress":"Kreuzstr. 69","addressLocality":"Bad Kreuznach","postalCode":"55543","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo und Mi 14.00-18.00. Di,Do,Fr 10.00-18.00. Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-356#!","isil":"DE-356","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA356","sameAs":["http://www.wikidata.org/entity/Q28681672","https://ld.zdb-services.de/resource/organisations/DE-356","https://librarytechnology.org/library/206342"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-368#!"}} -{"rs":"059540016016","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-368#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.hattingen.de","provides":"http://webopac.hattingen.de/webopac/index.asp?DB=web_biblio","librariesOrgID":"205059","name":"Stadtbibliothek Hattingen","location":[{"address":{"streetAddress":"Reschop Carré 1","addressLocality":"Hattingen","postalCode":"45525","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10.00-19.00. Di 10.00-19.00. Do 10.00-19.00. Fr 10.00-19.00. Sa 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-368#!","isil":"DE-368","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA368","sameAs":["http://www.wikidata.org/entity/Q28681879","https://ld.zdb-services.de/resource/organisations/DE-368","https://librarytechnology.org/library/205059"]} +{"rs":"059540016016","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-368#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.hattingen.de","provides":"http://webopac.hattingen.de/webopac/index.asp?DB=web_biblio","librariesOrgID":"205059","name":"Stadtbibliothek Hattingen","location":[{"address":{"streetAddress":"Reschop Carré 1","addressLocality":"Hattingen","postalCode":"45525","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10.00-19.00. Di 10.00-19.00. Do 10.00-19.00. Fr 10.00-19.00. Sa 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-368#!","isil":"DE-368","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA368","sameAs":["http://www.wikidata.org/entity/Q28681879","https://ld.zdb-services.de/resource/organisations/DE-368","https://librarytechnology.org/library/205059"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA381#!"}} -{"rs":"059130000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA381#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.dortmund.de","provides":"http://www.kataloge.dortmund.de","librariesOrgID":"204950","name":"Stadt- und Landesbibliothek Dortmund","location":[{"address":{"streetAddress":"Max-von-der-Grün-Platz 1-3","addressLocality":"Dortmund","postalCode":"44137","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di-Fr 10.00 bis 19.00 und Sa 10.00 bis 15.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA381#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA381","sameAs":["https://librarytechnology.org/library/204950"]} +{"rs":"059130000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA381#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.dortmund.de","provides":"http://www.kataloge.dortmund.de","librariesOrgID":"204950","name":"Stadt- und Landesbibliothek Dortmund","location":[{"address":{"streetAddress":"Max-von-der-Grün-Platz 1-3","addressLocality":"Dortmund","postalCode":"44137","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di-Fr 10.00 bis 19.00 und Sa 10.00 bis 15.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA381#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA381","sameAs":["https://librarytechnology.org/library/204950"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-393#!"}} -{"rs":"053580024024","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-393#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"https://buecherei.juelich.de/","provides":"https://buecherei.juelich.de/Recherche/Suche.aspx","librariesOrgID":"205953","name":"Stadtbücherei Jülich","location":[{"address":{"streetAddress":"Kleine Rurstr. 20 (Kulturhaus am Hexenturm)","addressLocality":"Jülich","postalCode":"52428","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di u. Fr. 10.00 bis 18.00 Uhr. Mi 15.00 bis 18.00 Uhr. Sa 10.00 bis 13.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-393#!","isil":"DE-393","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA393","sameAs":["http://www.wikidata.org/entity/Q2327025","https://ld.zdb-services.de/resource/organisations/DE-393","https://librarytechnology.org/library/205953"]} +{"rs":"053580024024","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-393#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"https://buecherei.juelich.de/","provides":"https://buecherei.juelich.de/Recherche/Suche.aspx","librariesOrgID":"205953","name":"Stadtbücherei Jülich","location":[{"address":{"streetAddress":"Kleine Rurstr. 20 (Kulturhaus am Hexenturm)","addressLocality":"Jülich","postalCode":"52428","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di u. Fr. 10.00 bis 18.00 Uhr. Mi 15.00 bis 18.00 Uhr. Sa 10.00 bis 13.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-393#!","isil":"DE-393","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA393","sameAs":["http://www.wikidata.org/entity/Q2327025","https://ld.zdb-services.de/resource/organisations/DE-393","https://librarytechnology.org/library/205953"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-411#!"}} -{"rs":"055580012012","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-411#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbuecherei-coesfeld.de","provides":"http://opac.coesfeld.de/index.asp?DB=BIBLIO53","librariesOrgID":"205465","name":"Stadtbücherei Coesfeld","location":[{"address":{"streetAddress":"Walkenbrückenstr. 25","addressLocality":"Coesfeld","postalCode":"48653","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di. u. Do 10-13 und 15-18 Uhr, Mi 15-18 Uhr, Fr 9-13 und 15-18 Uhr , Sa 10-13 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-411#!","isil":"DE-411","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA411","sameAs":["http://www.wikidata.org/entity/Q28661850","https://ld.zdb-services.de/resource/organisations/DE-411","https://librarytechnology.org/library/205465"]} +{"rs":"055580012012","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-411#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbuecherei-coesfeld.de","provides":"http://opac.coesfeld.de/index.asp?DB=BIBLIO53","librariesOrgID":"205465","name":"Stadtbücherei Coesfeld","location":[{"address":{"streetAddress":"Walkenbrückenstr. 25","addressLocality":"Coesfeld","postalCode":"48653","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di. u. Do 10-13 und 15-18 Uhr, Mi 15-18 Uhr, Fr 9-13 und 15-18 Uhr , Sa 10-13 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-411#!","isil":"DE-411","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA411","sameAs":["http://www.wikidata.org/entity/Q28661850","https://ld.zdb-services.de/resource/organisations/DE-411","https://librarytechnology.org/library/205465"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-423#!"}} -{"rs":"055700052052","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-423#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.buecherei-warendorf.de","provides":"http://www.bibliothek-im-netz.de/index.asp?DB=ALL","librariesOrgID":"205346","name":"Stadtbücherei Warendorf","location":[{"address":{"streetAddress":"Kurze Kesselstr. 17","addressLocality":"Warendorf","postalCode":"48231","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10.00-13.00. Mi 14.00-18.00. Di,Do,Fr 10.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-423#!","isil":"DE-423","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA423","sameAs":["http://www.wikidata.org/entity/Q28661868","https://ld.zdb-services.de/resource/organisations/DE-423","https://librarytechnology.org/library/205346"]} +{"rs":"055700052052","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-423#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.buecherei-warendorf.de","provides":"http://www.bibliothek-im-netz.de/index.asp?DB=ALL","librariesOrgID":"205346","name":"Stadtbücherei Warendorf","location":[{"address":{"streetAddress":"Kurze Kesselstr. 17","addressLocality":"Warendorf","postalCode":"48231","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10.00-13.00. Mi 14.00-18.00. Di,Do,Fr 10.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-423#!","isil":"DE-423","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA423","sameAs":["http://www.wikidata.org/entity/Q28661868","https://ld.zdb-services.de/resource/organisations/DE-423","https://librarytechnology.org/library/205346"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-435#!"}} -{"rs":"053620028028","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-435#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.huerth.de/kultur/stadtbuecherei/index.php","provides":"http://buecherei.huerth.de/webopac/index.asp?DB=w_huerth","librariesOrgID":"205746","name":"Stadtbücherei Hürth","location":[{"address":{"streetAddress":"Friedrich-Ebert-Str. 40","addressLocality":"Hürth","postalCode":"50354","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di 10.00-17.00. Mi 14.00-17.00. Do 10.00-12.00 und 14.00-19.00. Fr 10.00-12.00 und 14.00-17.00. Sa 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-435#!","isil":"DE-435","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA435","sameAs":["http://www.wikidata.org/entity/Q28661883","https://ld.zdb-services.de/resource/organisations/DE-435","https://librarytechnology.org/library/205746"]} +{"rs":"053620028028","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-435#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.huerth.de/kultur/stadtbuecherei/index.php","provides":"http://buecherei.huerth.de/webopac/index.asp?DB=w_huerth","librariesOrgID":"205746","name":"Stadtbücherei Hürth","location":[{"address":{"streetAddress":"Friedrich-Ebert-Str. 40","addressLocality":"Hürth","postalCode":"50354","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di 10.00-17.00. Mi 14.00-17.00. Do 10.00-12.00 und 14.00-19.00. Fr 10.00-12.00 und 14.00-17.00. Sa 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-435#!","isil":"DE-435","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA435","sameAs":["http://www.wikidata.org/entity/Q28661883","https://ld.zdb-services.de/resource/organisations/DE-435","https://librarytechnology.org/library/205746"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-447#!"}} -{"rs":"055150000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-447#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.muenster.de/stadt/buecherei","provides":"http://www.stadt-muenster.de/opac","librariesOrgID":"205302","name":"Stadtbücherei Münster","location":[{"address":{"streetAddress":"Alter Steinweg 11","addressLocality":"Münster","postalCode":"48143","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 10.00-19.00. Sa 10.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-447#!","isil":"DE-447","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA447","sameAs":["http://www.wikidata.org/entity/Q1528212","https://ld.zdb-services.de/resource/organisations/DE-447","https://librarytechnology.org/library/205302"]} +{"rs":"055150000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-447#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.muenster.de/stadt/buecherei","provides":"http://www.stadt-muenster.de/opac","librariesOrgID":"205302","name":"Stadtbücherei Münster","location":[{"address":{"streetAddress":"Alter Steinweg 11","addressLocality":"Münster","postalCode":"48143","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 10.00-19.00. Sa 10.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-447#!","isil":"DE-447","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA447","sameAs":["http://www.wikidata.org/entity/Q1528212","https://ld.zdb-services.de/resource/organisations/DE-447","https://librarytechnology.org/library/205302"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-472#!"}} -{"rs":"091610000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-472#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ingolstadt.de/stadtbuecherei","provides":"http://www.ingolstadt.de/stadtbuecherei","librariesOrgID":"208837","name":"Stadtbücherei","location":[{"address":{"streetAddress":"Hallstraße 2-4","addressLocality":"Ingolstadt","postalCode":"85049","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10:00 - 18:00, Di 10:00 - 18:00, Mi 10:00 - 18:00, Do 10:00 - 18:00, Fr 10:00 - 18:00, Sa 10:00 - 15:00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-472#!","isil":"DE-472","fundertype":{"id":"http://purl.org/lobid/fundertype#n03","type":"Concept","label":{"de":"Kreis","en":"County"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA472","sameAs":["http://www.wikidata.org/entity/Q28661790","https://ld.zdb-services.de/resource/organisations/DE-472","https://librarytechnology.org/library/208837"]} +{"rs":"091610000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-472#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ingolstadt.de/stadtbuecherei","provides":"http://www.ingolstadt.de/stadtbuecherei","librariesOrgID":"208837","name":"Stadtbücherei","location":[{"address":{"streetAddress":"Hallstraße 2-4","addressLocality":"Ingolstadt","postalCode":"85049","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10:00 - 18:00, Di 10:00 - 18:00, Mi 10:00 - 18:00, Do 10:00 - 18:00, Fr 10:00 - 18:00, Sa 10:00 - 15:00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-472#!","isil":"DE-472","fundertype":{"id":"http://purl.org/lobid/fundertype#n03","type":"Concept","label":{"de":"Kreis","en":"County"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA472","sameAs":["http://www.wikidata.org/entity/Q28661790","https://ld.zdb-services.de/resource/organisations/DE-472","https://librarytechnology.org/library/208837"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA496#!"}} -{"rs":"010510011011","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA496#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.brunsbuettel.de/kultur/stadtbuecherei.php","librariesOrgID":"203529","name":"Stadtbücherei","location":[{"address":{"streetAddress":"Kopernikusstr. 1 (Bildungszentrum)","addressLocality":"Brunsbüttel","postalCode":"25541","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 10.00-13.00 und 15.00-19.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA496#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n06","type":"Concept","label":{"de":"10.001 - 30.000","en":"10,001 - 30,000"}}},"dbsID":"AA496","sameAs":["https://librarytechnology.org/library/203529"]} +{"rs":"010510011011","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA496#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.brunsbuettel.de/kultur/stadtbuecherei.php","librariesOrgID":"203529","name":"Stadtbücherei","location":[{"address":{"streetAddress":"Kopernikusstr. 1 (Bildungszentrum)","addressLocality":"Brunsbüttel","postalCode":"25541","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 10.00-13.00 und 15.00-19.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA496#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n06","type":"Concept","label":{"de":"10.001 - 30.000","en":"10,001 - 30,000"}}},"dbsID":"AA496","sameAs":["https://librarytechnology.org/library/203529"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-502#!"}} -{"rs":"120720477477","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-502#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"zossen.bbopac.de","librariesOrgID":"203157","name":"Stadtbibliothek Zossen","location":[{"address":{"streetAddress":"Kirchplatz 2","addressLocality":"Zossen","postalCode":"15806","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 13:00-18:00, Di 13:00-18:00, Do 10:00-19:00, Fr 13:00-18:00, Sa 10:00-13:00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-502#!","isil":"DE-502","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n06","type":"Concept","label":{"de":"10.001 - 30.000","en":"10,001 - 30,000"}}},"dbsID":"AA502","sameAs":["http://www.wikidata.org/entity/Q28685196","https://ld.zdb-services.de/resource/organisations/DE-502","https://librarytechnology.org/library/203157"]} +{"rs":"120720477477","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-502#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"zossen.bbopac.de","librariesOrgID":"203157","name":"Stadtbibliothek Zossen","location":[{"address":{"streetAddress":"Kirchplatz 2","addressLocality":"Zossen","postalCode":"15806","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 13:00-18:00, Di 13:00-18:00, Do 10:00-19:00, Fr 13:00-18:00, Sa 10:00-13:00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-502#!","isil":"DE-502","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n06","type":"Concept","label":{"de":"10.001 - 30.000","en":"10,001 - 30,000"}}},"dbsID":"AA502","sameAs":["http://www.wikidata.org/entity/Q28685196","https://ld.zdb-services.de/resource/organisations/DE-502","https://librarytechnology.org/library/203157"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-514#!"}} -{"rs":"120630252252","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-514#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek-rathenow.de","librariesOrgID":"203084","name":"Stadtbibliothek Rathenow","containedIn":"http://sws.geonames.org/6550611/","location":[{"address":{"streetAddress":"Schleusenplatz 4","addressLocality":"Rathenow","postalCode":"14712","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo, Di, Do: 10.00-18.00, Fr: 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-514#!","isil":"DE-514","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA514","sameAs":["http://www.wikidata.org/entity/Q28682011","https://ld.zdb-services.de/resource/organisations/DE-514","https://librarytechnology.org/library/203084"]} +{"rs":"120630252252","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-514#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek-rathenow.de","librariesOrgID":"203084","name":"Stadtbibliothek Rathenow","containedIn":"http://sws.geonames.org/6550611/","location":[{"address":{"streetAddress":"Schleusenplatz 4","addressLocality":"Rathenow","postalCode":"14712","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo, Di, Do: 10.00-18.00, Fr: 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-514#!","isil":"DE-514","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA514","sameAs":["http://www.wikidata.org/entity/Q28682011","https://ld.zdb-services.de/resource/organisations/DE-514","https://librarytechnology.org/library/203084"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA600#!"}} -{"rs":"071405007144","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n36","type":"Concept","label":{"de":"Öffentliche Bibliothek für besondere Benutzergruppen","en":"Public Library for Special User Groups"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA600#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"NULL","librariesOrgID":"206333","name":"Patientenbücherei in der Hunsrück Klinik der Kreuznacher Diakonie","location":[{"address":{"streetAddress":"Holzbacher Str. 1","addressLocality":"Simmern","postalCode":"55469","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA600#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n09","type":"Concept","label":{"de":"Evangelische Kirche","en":"Protestant Church"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA600","sameAs":["https://librarytechnology.org/library/206333"]} +{"rs":"071405007144","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n36","type":"Concept","label":{"de":"Öffentliche Bibliothek für besondere Benutzergruppen","en":"Public Library for Special User Groups"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA600#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"NULL","librariesOrgID":"206333","name":"Patientenbücherei in der Hunsrück Klinik der Kreuznacher Diakonie","location":[{"address":{"streetAddress":"Holzbacher Str. 1","addressLocality":"Simmern","postalCode":"55469","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA600#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n09","type":"Concept","label":{"de":"Evangelische Kirche","en":"Protestant Church"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA600","sameAs":["https://librarytechnology.org/library/206333"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-DB675#!"}} -{"rs":"032540021021","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-DB675#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtarchiv-hildesheim.de","provides":"https://webopac.stadt-hildesheim.de/libero/WebOpac.cls","name":"Roemer-Museum, Bibliothek","location":[{"address":{"streetAddress":"Am Steine 1/2","addressLocality":"Hildesheim","postalCode":"31134","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di. Mi.: 09.00 - 16.00 Uhr. Do: 09.00 - 18.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-DB675#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"DB675"} +{"rs":"032540021021","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-DB675#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtarchiv-hildesheim.de","provides":"https://webopac.stadt-hildesheim.de/libero/WebOpac.cls","name":"Roemer-Museum, Bibliothek","location":[{"address":{"streetAddress":"Am Steine 1/2","addressLocality":"Hildesheim","postalCode":"31134","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di. Mi.: 09.00 - 16.00 Uhr. Do: 09.00 - 18.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-DB675#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"DB675"} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-38M#!"}} -{"rs":"053150000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"telephone":"0049 221 4 78-7070","alternateName":["Köln ZB MED"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n15","type":"Concept","label":{"de":"Zentrale Fachbibliothek","en":"Central Subject Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-38M#!","dateCreated":"18-11-99","dateModified":"27-03-13","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-38M&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.zbmed.de","picaPPN":"009008853","provides":"http://www.medpilot.de/?idb=ZBMED","name":"Deutsche Zentralbibliothek für Medizin - ZB MED Medizin. Gesundheit.","containedIn":"http://sws.geonames.org/6553049/","location":[{"address":{"streetAddress":"Gleueler Str. 60","addressLocality":"Köln","postalCode":"50931","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 9.00-21.00, Sa 9.00-17.00, So und Feiertags 12.00-17.00 (Lesesaal)","comment":"Ausleihe/Allg. Information: Mo-Fr 9.00-21.00, Sa 9.00-12.00; Fachauskunft: Mo 9.00-13.00; Di-Fr 9.00-16.00; weitere Schließtage s.Homepage","type":"OpeningHoursSpecification"},"geo":{"lat":"50.92466","lon":"6.91666"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-38M#!","gndIdentifier":"5149318-4","isil":"DE-38M","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"sigel":"38 M","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}},"subject":["Medizin"]},"email":"mailto:info@zbmed.de","dbsID":"BJ038","sameAs":["http://www.wikidata.org/entity/Q1204536","https://lobid.org/gnd/5149318-4#!","https://ld.zdb-services.de/resource/organisations/DE-38M"]} +{"rs":"053150000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"telephone":"0049 221 4 78-7070","alternateName":["Köln ZB MED"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n15","type":"Concept","label":{"de":"Zentrale Fachbibliothek","en":"Central Subject Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-38M#!","dateCreated":"18-11-99","dateModified":"27-03-13","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-38M&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.zbmed.de","picaPPN":"009008853","provides":"http://www.medpilot.de/?idb=ZBMED","name":"Deutsche Zentralbibliothek für Medizin - ZB MED Medizin. Gesundheit.","containedIn":"http://sws.geonames.org/6553049/","location":[{"address":{"streetAddress":"Gleueler Str. 60","addressLocality":"Köln","postalCode":"50931","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 9.00-21.00, Sa 9.00-17.00, So und Feiertags 12.00-17.00 (Lesesaal)","comment":"Ausleihe/Allg. Information: Mo-Fr 9.00-21.00, Sa 9.00-12.00; Fachauskunft: Mo 9.00-13.00; Di-Fr 9.00-16.00; weitere Schließtage s.Homepage","type":"OpeningHoursSpecification"},"geo":{"lat":"50.92466","lon":"6.91666"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-38M#!","gndIdentifier":"5149318-4","isil":"DE-38M","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"sigel":"38 M","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}},"subject":["Medizin"]},"email":"mailto:info@zbmed.de","dbsID":"BJ038","sameAs":["http://www.wikidata.org/entity/Q1204536","https://lobid.org/gnd/5149318-4#!","https://ld.zdb-services.de/resource/organisations/DE-38M"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-294#!"}} -{"rs":"059110000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"address":{"addressLocality":"Bochum","postalCode":"44780","addressCountry":"DE","type":"PostalAddress"},"telephone":"0049 234 32-26270","alternateName":["Bochum UB"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-294#!","dateCreated":"18-11-99","dateModified":"24-04-12","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-294&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.ruhr-uni-bochum.de","picaPPN":"009007911","provides":"https://opac.ub.ruhr-uni-bochum.de/webOPACClient/start.do","name":"Ruhr-Universität Bochum,Universitätsbibliothek","containedIn":"http://sws.geonames.org/6553132/","location":[{"address":{"streetAddress":"Universitätsstr. 150","addressLocality":"Bochum","postalCode":"44801","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 8.00-24.00, Sa 11.00-20.00, So 11.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-294#!","gndIdentifier":"2024736-9","isil":"DE-294","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"sigel":"294","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"email":"mailto:benutzung.ub@ruhr-uni-bochum.de","dbsID":"AB294","sameAs":["http://www.wikidata.org/entity/Q2496285","https://lobid.org/gnd/2024736-9#!","https://ld.zdb-services.de/resource/organisations/DE-294"]} +{"rs":"059110000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"address":{"addressLocality":"Bochum","postalCode":"44780","addressCountry":"DE","type":"PostalAddress"},"telephone":"0049 234 32-26270","alternateName":["Bochum UB"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-294#!","dateCreated":"18-11-99","dateModified":"24-04-12","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-294&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.ruhr-uni-bochum.de","picaPPN":"009007911","provides":"https://opac.ub.ruhr-uni-bochum.de/webOPACClient/start.do","name":"Ruhr-Universität Bochum,Universitätsbibliothek","containedIn":"http://sws.geonames.org/6553132/","location":[{"address":{"streetAddress":"Universitätsstr. 150","addressLocality":"Bochum","postalCode":"44801","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 8.00-24.00, Sa 11.00-20.00, So 11.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-294#!","gndIdentifier":"2024736-9","isil":"DE-294","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"sigel":"294","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"email":"mailto:benutzung.ub@ruhr-uni-bochum.de","dbsID":"AB294","sameAs":["http://www.wikidata.org/entity/Q2496285","https://lobid.org/gnd/2024736-9#!","https://ld.zdb-services.de/resource/organisations/DE-294"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-38#!"}} -{"rs":"053150000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"availableChannel":[{"type":["ServiceChannel","WebAPI"],"serviceType":"SRU","serviceUrl":"http://info-test.de/sru"},{"type":["ServiceChannel"],"serviceType":"other","serviceUrl":"http://info-test.de/other"},{"type":["ServiceChannel","WebAPI"],"serviceType":"OpenURL","serviceUrl":"http://info-test.de/openurl"},{"type":["ServiceChannel","WebAPI"],"serviceType":"PAIA","serviceUrl":"http://info-test.de/paia"},{"type":["ServiceChannel","WebAPI"],"serviceType":"DAIA","serviceUrl":"http://info-test.de/daia"}],"telephone":"0049 221 4 70-2437","alternateName":["Köln USB"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-38#!","dateCreated":"18-11-99","dateModified":"26-03-14","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-38&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.uni-koeln.de","picaPPN":"009008845","name":"Universitäts- und Stadtbibliothek Köln, Hauptabteilung","containedIn":"http://sws.geonames.org/6553049/","location":[{"address":{"streetAddress":"Universitätsstr. 33","addressLocality":"Köln","postalCode":"50931","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-38#!","gndIdentifier":"40600-4","isil":"DE-38","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"sigel":"38","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"email":"mailto:Fernleihe@ub.uni-koeln.de","dbsID":"AB038","sameAs":["http://www.wikidata.org/entity/Q2496260","https://lobid.org/gnd/40600-4#!","https://ld.zdb-services.de/resource/organisations/DE-38"]} +{"rs":"053150000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"availableChannel":[{"type":["ServiceChannel","WebAPI"],"serviceType":"SRU","serviceUrl":"http://info-test.de/sru"},{"type":["ServiceChannel"],"serviceType":"other","serviceUrl":"http://info-test.de/other"},{"type":["ServiceChannel","WebAPI"],"serviceType":"OpenURL","serviceUrl":"http://info-test.de/openurl"},{"type":["ServiceChannel","WebAPI"],"serviceType":"PAIA","serviceUrl":"http://info-test.de/paia"},{"type":["ServiceChannel","WebAPI"],"serviceType":"DAIA","serviceUrl":"http://info-test.de/daia"}],"telephone":"0049 221 4 70-2437","alternateName":["Köln USB"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-38#!","dateCreated":"18-11-99","dateModified":"26-03-14","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-38&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.uni-koeln.de","picaPPN":"009008845","name":"Universitäts- und Stadtbibliothek Köln, Hauptabteilung","containedIn":"http://sws.geonames.org/6553049/","location":[{"address":{"streetAddress":"Universitätsstr. 33","addressLocality":"Köln","postalCode":"50931","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-38#!","gndIdentifier":"40600-4","isil":"DE-38","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"sigel":"38","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"email":"mailto:Fernleihe@ub.uni-koeln.de","dbsID":"AB038","sameAs":["http://www.wikidata.org/entity/Q2496260","https://lobid.org/gnd/40600-4#!","https://ld.zdb-services.de/resource/organisations/DE-38"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-1a#!"}} -{"rs":"110000000000","linkedTo":{"id":"http://lobid.org/organisations/DE-601#!","label":"Verbundzentrale des GBV (VZG)"},"note":["UNO- und UNESCO-Depositärbibliothek.\t\t\t\t\tÜbernommene Bibliothek: B 3 (Bibliothek der ehemaligen Preußischen\t\t\t\t\tGeologischen Landesanstalt)"],"type":"Library","mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-1a#!","dateCreated":"18-11-99","dateModified":"16-05-12","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-1a&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"picaPPN":"009000046","provides":"http://stabikat.de","containedIn":"http://sws.geonames.org/6547539/","id":"http://lobid.org/organisations/DE-1a#!","gndIdentifier":"5036103-X","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}},"subject":["Recht","Orientalistik","Osteuropa","Ostasien","Afrika","Amtsdruckschriften","Handschriften","Karten","Geistes- und Sozialwissenschaften"]},"email":"mailto:info@sbb.spk-berlin.de","address":{"addressLocality":"Berlin","postalCode":"10772","addressCountry":"DE","type":"PostalAddress"},"availableChannel":[{"type":["ServiceChannel"],"serviceType":"Online-Auskunft","serviceUrl":"http://staatsbibliothek-berlin.de/service/auskunft/"}],"telephone":"0049 30 2 66-433888 (Auskunft)","alternateName":["SBB-PK, Potsdamer Straße","Berlin SBB Haus Potsdamer Str"],"classification":{"id":"http://purl.org/lobid/libtype#n11","type":"Concept","label":{"de":"Nationalbibliothek","en":"National Library"}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.staatsbibliothek-berlin.de","name":"Staatsbibliothek zu Berlin - Preußischer Kulturbesitz,Haus Potsdamer Straße","location":[{"address":{"streetAddress":"Potsdamer Str. 33","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 9.00-21.00, Sa 9.00-19.00","comment":"Öffnungszeiten besonderer Bereiche s. Homepage","type":"OpeningHoursSpecification"},"geo":{"lat":"52.50771","lon":"13.37063"},"type":"Place"}],"isil":"DE-1a","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"sigel":"1a","dbsID":"AK001","name_en":"Leibniz Institute for Zoo and Wildlife Research Berlin, Library","sameAs":["http://www.wikidata.org/entity/Q170109","https://lobid.org/gnd/5036103-X#!","https://ld.zdb-services.de/resource/organisations/DE-1a"]} +{"rs":"110000000000","linkedTo":{"id":"http://lobid.org/organisations/DE-601#!","label":"Verbundzentrale des GBV (VZG)"},"note":["UNO- und UNESCO-Depositärbibliothek.\t\t\t\t\tÜbernommene Bibliothek: B 3 (Bibliothek der ehemaligen Preußischen\t\t\t\t\tGeologischen Landesanstalt)"],"type":"Library","mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-1a#!","dateCreated":"18-11-99","dateModified":"16-05-12","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-1a&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}}]}},"picaPPN":"009000046","provides":"http://stabikat.de","containedIn":"http://sws.geonames.org/6547539/","id":"http://lobid.org/organisations/DE-1a#!","gndIdentifier":"5036103-X","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}},"subject":["Recht","Orientalistik","Osteuropa","Ostasien","Afrika","Amtsdruckschriften","Handschriften","Karten","Geistes- und Sozialwissenschaften"]},"email":"mailto:info@sbb.spk-berlin.de","address":{"addressLocality":"Berlin","postalCode":"10772","addressCountry":"DE","type":"PostalAddress"},"availableChannel":[{"type":["ServiceChannel"],"serviceType":"Online-Auskunft","serviceUrl":"http://staatsbibliothek-berlin.de/service/auskunft/"}],"telephone":"0049 30 2 66-433888 (Auskunft)","alternateName":["SBB-PK, Potsdamer Straße","Berlin SBB Haus Potsdamer Str"],"classification":{"id":"http://purl.org/lobid/libtype#n11","type":"Concept","label":{"de":"Nationalbibliothek","en":"National Library"}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.staatsbibliothek-berlin.de","name":"Staatsbibliothek zu Berlin - Preußischer Kulturbesitz,Haus Potsdamer Straße","location":[{"address":{"streetAddress":"Potsdamer Str. 33","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 9.00-21.00, Sa 9.00-19.00","comment":"Öffnungszeiten besonderer Bereiche s. Homepage","type":"OpeningHoursSpecification"},"geo":{"lat":"52.50771","lon":"13.37063"},"type":"Place"}],"isil":"DE-1a","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"sigel":"1a","dbsID":"AK001","name_en":"Leibniz Institute for Zoo and Wildlife Research Berlin, Library","sameAs":["http://www.wikidata.org/entity/Q170109","https://lobid.org/gnd/5036103-X#!","https://ld.zdb-services.de/resource/organisations/DE-1a"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/ZDB-1-AAS4#!"}} -{"rs":"110000000000","note":["Datenbank. - Der deutschlandweite Zugriff\t\t\t\t\tauf dieses Produkt wird durch die Förderung der Deutschen\t\t\t\t\tForschungsgemeinschaft (DFG) ermöglicht und durch die\t\t\t\t\tStaatsbibliothek zu Berlin - Preußischer Kulturbesitz organisiert"],"availableChannel":[{"type":["ServiceChannel"],"serviceType":"Produktinfo","serviceUrl":"http://www.nationallizenzen.de/angebote/nlproduct.2011-05-11.8008587391"}],"alternateName":["Nationallizenz AAS Series4"],"type":"Collection","classification":{"id":"http://purl.org/lobid/libtype#n89","type":"Concept","label":{"de":"Paket elektronischer Ressourcen","en":"Collection of Electronic Resources"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/ZDB-1-AAS4#!","dateCreated":"25-05-11","dateModified":"08-06-15","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DZDB-1-AAS4&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=h9k","picaPPN":"101211659X","name":"American Antiquarian Society (AAS)Historical Periodicals Collection : Series 4 (1853-1865)[Nationallizenz]","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Staatsbibliothek zu Berlin - Preußischer\t\t\t\t\tKulturbesitz","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"geo":{"lat":"52.50771","lon":"13.37063"},"type":"Place"}],"id":"http://lobid.org/organisations/ZDB-1-AAS4#!","isil":"ZDB-1-AAS4","sigel":"ZDB-1-AAS4","collects":{"subject":["E-Journals","Die American Antiquarian Society (AAS)\t\t\t\t\tHistorical Periodicals Collection dokumentiert das Leben der\t\t\t\t\tamerikanischen Bevölkerung und die amerikanische Perspektive auf\t\t\t\t\tdas Weltgeschehen und die Wissenschaften von der Kolonialära über\t\t\t\t\tden Bürgerkrieg bis zur Zeit des Wiederaufbaus im 19. Jahrhundert.\t\t\t\t\tDer vierte Teil der Kollektion deckt ca. 1.800 Zeitschriften aus\t\t\t\t\tdem Zeitraum von 1853 bis 1865 ab"]},"email":"mailto:ssg-nationallizenzen@sbb.spk-berlin.de","sameAs":["https://ld.zdb-services.de/resource/organisations/ZDB-1-AAS4"]} +{"rs":"110000000000","note":["Datenbank. - Der deutschlandweite Zugriff\t\t\t\t\tauf dieses Produkt wird durch die Förderung der Deutschen\t\t\t\t\tForschungsgemeinschaft (DFG) ermöglicht und durch die\t\t\t\t\tStaatsbibliothek zu Berlin - Preußischer Kulturbesitz organisiert"],"availableChannel":[{"type":["ServiceChannel"],"serviceType":"Produktinfo","serviceUrl":"http://www.nationallizenzen.de/angebote/nlproduct.2011-05-11.8008587391"}],"alternateName":["Nationallizenz AAS Series4"],"type":"Collection","classification":{"id":"http://purl.org/lobid/libtype#n89","type":"Concept","label":{"de":"Paket elektronischer Ressourcen","en":"Collection of Electronic Resources"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/ZDB-1-AAS4#!","dateCreated":"25-05-11","dateModified":"08-06-15","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DZDB-1-AAS4&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=h9k","picaPPN":"101211659X","name":"American Antiquarian Society (AAS)Historical Periodicals Collection : Series 4 (1853-1865)[Nationallizenz]","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Staatsbibliothek zu Berlin - Preußischer\t\t\t\t\tKulturbesitz","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"geo":{"lat":"52.50771","lon":"13.37063"},"type":"Place"}],"id":"http://lobid.org/organisations/ZDB-1-AAS4#!","isil":"ZDB-1-AAS4","sigel":"ZDB-1-AAS4","collects":{"subject":["E-Journals","Die American Antiquarian Society (AAS)\t\t\t\t\tHistorical Periodicals Collection dokumentiert das Leben der\t\t\t\t\tamerikanischen Bevölkerung und die amerikanische Perspektive auf\t\t\t\t\tdas Weltgeschehen und die Wissenschaften von der Kolonialära über\t\t\t\t\tden Bürgerkrieg bis zur Zeit des Wiederaufbaus im 19. Jahrhundert.\t\t\t\t\tDer vierte Teil der Kollektion deckt ca. 1.800 Zeitschriften aus\t\t\t\t\tdem Zeitraum von 1853 bis 1865 ab"]},"email":"mailto:ssg-nationallizenzen@sbb.spk-berlin.de","sameAs":["https://ld.zdb-services.de/resource/organisations/ZDB-1-AAS4"]} diff --git a/test/transformation/output/enriched-test.json-dbs b/test/transformation/output/enriched-test.json-dbs index 9cf9c4ca..24763961 100644 --- a/test/transformation/output/enriched-test.json-dbs +++ b/test/transformation/output/enriched-test.json-dbs @@ -1,66 +1,66 @@ {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-9#!"}} -{"rs":"130750039039","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-9#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.uni-greifswald.de/bibliothek/html","provides":"http://www.ub.uni-greifswald.de:2324/","name":"Universitätsbibliothek Greifswald","containedIn":"http://sws.geonames.org/6551180/","location":[{"address":{"streetAddress":"Felix-Hausdorff-Str. 10","addressLocality":"Greifswald","postalCode":"17489","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr.: 8-24, Sa: 9-24 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-9#!","gndIdentifier":"41359-8","isil":"DE-9","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA009","sameAs":["http://www.wikidata.org/entity/Q2496314","https://lobid.org/gnd/41359-8#!","https://ld.zdb-services.de/resource/organisations/DE-9"]} +{"rs":"130750039039","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-9#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.uni-greifswald.de/bibliothek/html","provides":"http://www.ub.uni-greifswald.de:2324/","name":"Universitätsbibliothek Greifswald","containedIn":"http://sws.geonames.org/6551180/","location":[{"address":{"streetAddress":"Felix-Hausdorff-Str. 10","addressLocality":"Greifswald","postalCode":"17489","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr.: 8-24, Sa: 9-24 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-9#!","gndIdentifier":"41359-8","isil":"DE-9","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA009","sameAs":["http://www.wikidata.org/entity/Q2496314","https://lobid.org/gnd/41359-8#!","https://ld.zdb-services.de/resource/organisations/DE-9"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA022#!"}} -{"rs":"094610000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA022#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"https://www.staatsbibliothek-bamberg.de","provides":"https://katalog.ub.uni-bamberg.de","librariesOrgID":"210031","name":"Staatsbibliothek Bamberg ","location":[{"address":{"streetAddress":"Neue Residenz, Domplatz 8","addressLocality":"Bamberg","postalCode":"96049","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 9:00 - 17:00 Uhr, Sa 9:00 - 12:00 Uhr (im August Sa geschlossen)","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA022#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA022","sameAs":["https://librarytechnology.org/library/210031"]} +{"rs":"094610000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA022#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"https://www.staatsbibliothek-bamberg.de","provides":"https://katalog.ub.uni-bamberg.de","librariesOrgID":"210031","name":"Staatsbibliothek Bamberg ","location":[{"address":{"streetAddress":"Neue Residenz, Domplatz 8","addressLocality":"Bamberg","postalCode":"96049","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 9:00 - 17:00 Uhr, Sa 9:00 - 12:00 Uhr (im August Sa geschlossen)","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA022#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA022","sameAs":["https://librarytechnology.org/library/210031"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-34#!"}} -{"rs":"066110000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-34#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.uni-kassel.de/ub","provides":"https://hds.hebis.de/ubks","name":"Universitätsbibliothek Kassel - Landesbibliothek und Murhardsche Bibliothek der Stadt Kassel","location":[{"address":{"streetAddress":"Diagonale 10","addressLocality":"Kassel","postalCode":"34127","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 8 bis 23 Uhr. Sa u. So 10 bis 21 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-34#!","gndIdentifier":"10008839-9","isil":"DE-34","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA034","sameAs":["http://www.wikidata.org/entity/Q2496316","https://lobid.org/gnd/10008839-9#!","https://ld.zdb-services.de/resource/organisations/DE-34"]} +{"rs":"066110000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-34#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.uni-kassel.de/ub","provides":"https://hds.hebis.de/ubks","name":"Universitätsbibliothek Kassel - Landesbibliothek und Murhardsche Bibliothek der Stadt Kassel","location":[{"address":{"streetAddress":"Diagonale 10","addressLocality":"Kassel","postalCode":"34127","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 8 bis 23 Uhr. Sa u. So 10 bis 21 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-34#!","gndIdentifier":"10008839-9","isil":"DE-34","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA034","sameAs":["http://www.wikidata.org/entity/Q2496316","https://lobid.org/gnd/10008839-9#!","https://ld.zdb-services.de/resource/organisations/DE-34"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-46#!"}} -{"rs":"040110000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-46#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.suub.uni-bremen.de","name":"Staats- und Universitätsbibliothek Bremen","location":[{"address":{"streetAddress":"Bibliothekstr.","addressLocality":"Bremen","postalCode":"28359","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 8.00-22.00 h. Sa 10.00-18.00 h","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-46#!","gndIdentifier":"130088-X","isil":"DE-46","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA046","sameAs":["http://www.wikidata.org/entity/Q1680376","https://lobid.org/gnd/130088-X#!","https://ld.zdb-services.de/resource/organisations/DE-46"]} +{"rs":"040110000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-46#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.suub.uni-bremen.de","name":"Staats- und Universitätsbibliothek Bremen","location":[{"address":{"streetAddress":"Bibliothekstr.","addressLocality":"Bremen","postalCode":"28359","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 8.00-22.00 h. Sa 10.00-18.00 h","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-46#!","gndIdentifier":"130088-X","isil":"DE-46","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA046","sameAs":["http://www.wikidata.org/entity/Q1680376","https://lobid.org/gnd/130088-X#!","https://ld.zdb-services.de/resource/organisations/DE-46"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-58#!"}} -{"rs":"032570009009","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-58#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.nla.niedersachsen.de","librariesOrgID":"203984","name":"Fürstliche Schaumburg-Lippische Hofbibliothek In Verwaltung des Niedersächsischen Landesarchivs - Standort Bückeburg -","location":[{"address":{"streetAddress":"Schlossplatz 2","addressLocality":"Bückeburg","postalCode":"31675","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo, Di, Do 9.00-16.00 Uhr, Mi 9.00-18.00 Uhr, Fr 9.00-13 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-58#!","gndIdentifier":"1096202891","isil":"DE-58","fundertype":{"id":"http://purl.org/lobid/fundertype#n12","type":"Concept","label":{"de":"Private Trägerschaft (natürliche Personen)","en":"Private Funding Body (Natural Person)"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA058","sameAs":["http://www.wikidata.org/entity/Q1483614","https://lobid.org/gnd/1096202891#!","https://ld.zdb-services.de/resource/organisations/DE-58","https://librarytechnology.org/library/203984"]} +{"rs":"032570009009","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-58#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.nla.niedersachsen.de","librariesOrgID":"203984","name":"Fürstliche Schaumburg-Lippische Hofbibliothek In Verwaltung des Niedersächsischen Landesarchivs - Standort Bückeburg -","location":[{"address":{"streetAddress":"Schlossplatz 2","addressLocality":"Bückeburg","postalCode":"31675","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo, Di, Do 9.00-16.00 Uhr, Mi 9.00-18.00 Uhr, Fr 9.00-13 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-58#!","gndIdentifier":"1096202891","isil":"DE-58","fundertype":{"id":"http://purl.org/lobid/fundertype#n12","type":"Concept","label":{"de":"Private Trägerschaft (natürliche Personen)","en":"Private Funding Body (Natural Person)"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA058","sameAs":["http://www.wikidata.org/entity/Q1483614","https://lobid.org/gnd/1096202891#!","https://ld.zdb-services.de/resource/organisations/DE-58","https://librarytechnology.org/library/203984"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA083#!"}} -{"rs":"110000000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA083#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.tu-berlin.de","provides":"http://portal.ub.tu-berlin.de","name":"Technische Universität Berlin Universitätsbibliothek","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Fasanenstraße 88 (im VOLKSWAGEN-Haus)","addressLocality":"Berlin","postalCode":"10623","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Zentralbibliothek: Mo-Fr 9-22 Uhr, Sa 10-18 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA083#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA083"} +{"rs":"110000000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA083#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.tu-berlin.de","provides":"http://portal.ub.tu-berlin.de","name":"Technische Universität Berlin Universitätsbibliothek","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Fasanenstraße 88 (im VOLKSWAGEN-Haus)","addressLocality":"Berlin","postalCode":"10623","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Zentralbibliothek: Mo-Fr 9-22 Uhr, Sa 10-18 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA083#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA083"} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-95#!"}} -{"rs":"032410001001","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n70","type":"Concept","label":{"de":"Zentrale Hochschulbibliothek, nicht Universität","en":"Central Academic Library, not University"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-95#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.tiho-hannover.de","provides":"http://opac.hobsy.de/cgi-bin/nph-wwwp3?DB=BES5.SYS8&LANG=DU&EXT=ON","name":"Stiftung Tierärztliche Hochschule Hannover. Bibliothek","location":[{"address":{"streetAddress":"Bünteweg 2","addressLocality":"Hannover","postalCode":"30559","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo., Mi., Fr. 11 - 19, Di., Do. 9 - 17, Sa. 10 - 13","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-95#!","gndIdentifier":"2024721-7","isil":"DE-95","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA095","sameAs":["http://www.wikidata.org/entity/Q28731327","https://lobid.org/gnd/2024721-7#!","https://ld.zdb-services.de/resource/organisations/DE-95"]} +{"rs":"032410001001","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n70","type":"Concept","label":{"de":"Zentrale Hochschulbibliothek, nicht Universität","en":"Central Academic Library, not University"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-95#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.tiho-hannover.de","provides":"http://opac.hobsy.de/cgi-bin/nph-wwwp3?DB=BES5.SYS8&LANG=DU&EXT=ON","name":"Stiftung Tierärztliche Hochschule Hannover. Bibliothek","location":[{"address":{"streetAddress":"Bünteweg 2","addressLocality":"Hannover","postalCode":"30559","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo., Mi., Fr. 11 - 19, Di., Do. 9 - 17, Sa. 10 - 13","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-95#!","gndIdentifier":"2024721-7","isil":"DE-95","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA095","sameAs":["http://www.wikidata.org/entity/Q28731327","https://lobid.org/gnd/2024721-7#!","https://ld.zdb-services.de/resource/organisations/DE-95"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-149#!"}} -{"rs":"097640000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-149#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.memmingen.de/468.html","provides":"http://www.datronic.de/cgi-bin/findus.pl?customer=memmingen","librariesOrgID":"209194","name":"Stadtbibliothek Memmingen","location":[{"address":{"streetAddress":"Martin-Luther-Platz 1","addressLocality":"Memmingen","postalCode":"87700","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-149#!","isil":"DE-149","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA149","sameAs":["http://www.wikidata.org/entity/Q1478335","https://ld.zdb-services.de/resource/organisations/DE-149","https://librarytechnology.org/library/209194"]} +{"rs":"097640000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-149#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.memmingen.de/468.html","provides":"http://www.datronic.de/cgi-bin/findus.pl?customer=memmingen","librariesOrgID":"209194","name":"Stadtbibliothek Memmingen","location":[{"address":{"streetAddress":"Martin-Luther-Platz 1","addressLocality":"Memmingen","postalCode":"87700","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-149#!","isil":"DE-149","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA149","sameAs":["http://www.wikidata.org/entity/Q1478335","https://ld.zdb-services.de/resource/organisations/DE-149","https://librarytechnology.org/library/209194"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA150#!"}} -{"rs":"091850149149","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA150#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.sbnd.de","provides":"http://opac.sbnd.de","librariesOrgID":"209060","name":"Staatliche Bibliothek Neuburg/Donau","location":[{"address":{"streetAddress":"Karlspl. A 17","addressLocality":"Neuburg/Donau","postalCode":"86633","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 13.30-16.00. Di 13.30-18.00. Mi 13.30-16.00. Do 10.00-12.00 und 13.30-16.00. Fr 10.00-13.30","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA150#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA150","sameAs":["https://librarytechnology.org/library/209060"]} +{"rs":"091850149149","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n21","type":"Concept","label":{"de":"Regionalbibliothek","en":"Regional Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA150#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.sbnd.de","provides":"http://opac.sbnd.de","librariesOrgID":"209060","name":"Staatliche Bibliothek Neuburg/Donau","location":[{"address":{"streetAddress":"Karlspl. A 17","addressLocality":"Neuburg/Donau","postalCode":"86633","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 13.30-16.00. Di 13.30-18.00. Mi 13.30-16.00. Do 10.00-12.00 und 13.30-16.00. Fr 10.00-13.30","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA150#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA150","sameAs":["https://librarytechnology.org/library/209060"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-174#!"}} -{"rs":"055130000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-174#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek-ge.de/","provides":"http://katalog.stadtbibliothek-ge.de/opac/de/user_frm.html.S","librariesOrgID":"205092","name":"Stadtbibliothek Gelsenkirchen","location":[{"address":{"streetAddress":"Ebertstr. 19","addressLocality":"Gelsenkirchen","postalCode":"45875","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 11.00-19.00 , Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-174#!","isil":"DE-174","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA174","sameAs":["http://www.wikidata.org/entity/Q28681662","https://ld.zdb-services.de/resource/organisations/DE-174","https://librarytechnology.org/library/205092"]} +{"rs":"055130000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-174#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek-ge.de/","provides":"http://katalog.stadtbibliothek-ge.de/opac/de/user_frm.html.S","librariesOrgID":"205092","name":"Stadtbibliothek Gelsenkirchen","location":[{"address":{"streetAddress":"Ebertstr. 19","addressLocality":"Gelsenkirchen","postalCode":"45875","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 11.00-19.00 , Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-174#!","isil":"DE-174","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA174","sameAs":["http://www.wikidata.org/entity/Q28681662","https://ld.zdb-services.de/resource/organisations/DE-174","https://librarytechnology.org/library/205092"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-186#!"}} -{"rs":"120540000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-186#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.potsdam.de","provides":"http://www.bibliothek.potsdam.de","librariesOrgID":"203059","name":"Stadt- und Landesbibliothek im Bildungsforum Potsdam","containedIn":"http://sws.geonames.org/7602560/","location":[{"address":{"streetAddress":"Am Kanal 47","addressLocality":"Potsdam","postalCode":"14467","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 15 - 19 Di - Fr 10 - 19 Sa 10 - 16 ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-186#!","gndIdentifier":"5085392-2","isil":"DE-186","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA186","sameAs":["http://www.wikidata.org/entity/Q2326335","https://lobid.org/gnd/5085392-2#!","https://ld.zdb-services.de/resource/organisations/DE-186","https://librarytechnology.org/library/203059"]} +{"rs":"120540000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-186#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.potsdam.de","provides":"http://www.bibliothek.potsdam.de","librariesOrgID":"203059","name":"Stadt- und Landesbibliothek im Bildungsforum Potsdam","containedIn":"http://sws.geonames.org/7602560/","location":[{"address":{"streetAddress":"Am Kanal 47","addressLocality":"Potsdam","postalCode":"14467","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 15 - 19 Di - Fr 10 - 19 Sa 10 - 16 ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-186#!","gndIdentifier":"5085392-2","isil":"DE-186","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA186","sameAs":["http://www.wikidata.org/entity/Q2326335","https://lobid.org/gnd/5085392-2#!","https://ld.zdb-services.de/resource/organisations/DE-186","https://librarytechnology.org/library/203059"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-198#!"}} -{"rs":"130710107107","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-198#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek-nb.de","provides":"http://62.159.150.4/wwwopac/","librariesOrgID":"203226","name":"Regionalbibliothek","location":[{"address":{"streetAddress":"Marktplatz 1","addressLocality":"Neubrandenburg","postalCode":"17033","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo/Mi 13.00-18.00 Di 10.00-19.00 Do/Frei 10.00-18.00 Sa 10.00 - 13.00 ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-198#!","isil":"DE-198","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA198","sameAs":["http://www.wikidata.org/entity/Q2138279","https://ld.zdb-services.de/resource/organisations/DE-198","https://librarytechnology.org/library/203226"]} +{"rs":"130710107107","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-198#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek-nb.de","provides":"http://62.159.150.4/wwwopac/","librariesOrgID":"203226","name":"Regionalbibliothek","location":[{"address":{"streetAddress":"Marktplatz 1","addressLocality":"Neubrandenburg","postalCode":"17033","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo/Mi 13.00-18.00 Di 10.00-19.00 Do/Frei 10.00-18.00 Sa 10.00 - 13.00 ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-198#!","isil":"DE-198","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA198","sameAs":["http://www.wikidata.org/entity/Q2138279","https://ld.zdb-services.de/resource/organisations/DE-198","https://librarytechnology.org/library/203226"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-204#!"}} -{"rs":"110000000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-204#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.iai.spk-berlin.de/","provides":"http://www.iaicat.de","name":"Ibero-Amerikanisches Institut Preußischer Kulturbesitz. Bibliothek","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Potsdamer Str. 37","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr. 9.00-19.00 Uhr, Sa 9.00-13.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-204#!","isil":"DE-204","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA204","sameAs":["http://www.wikidata.org/entity/Q28737641","https://ld.zdb-services.de/resource/organisations/DE-204"]} +{"rs":"110000000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-204#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.iai.spk-berlin.de/","provides":"http://www.iaicat.de","name":"Ibero-Amerikanisches Institut Preußischer Kulturbesitz. Bibliothek","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Potsdamer Str. 37","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr. 9.00-19.00 Uhr, Sa 9.00-13.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-204#!","isil":"DE-204","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"dbsID":"AA204","sameAs":["http://www.wikidata.org/entity/Q28737641","https://ld.zdb-services.de/resource/organisations/DE-204"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-228#!"}} -{"rs":"032520006006","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-228#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.hameln.de/kultur/kultur/buecherei/index.htm","provides":"http://www.stadtbuecherei.hameln.de","librariesOrgID":"203994","name":"Stadtbücherei in der Pfortmühle","location":[{"address":{"streetAddress":"Sudetenstr. 1","addressLocality":"Hameln","postalCode":"31785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di und Do-Fr 12.00-18.00. Mi 10.00-16.00. Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-228#!","isil":"DE-228","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA228","sameAs":["http://www.wikidata.org/entity/Q28661800","https://ld.zdb-services.de/resource/organisations/DE-228","https://librarytechnology.org/library/203994"]} +{"rs":"032520006006","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-228#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.hameln.de/kultur/kultur/buecherei/index.htm","provides":"http://www.stadtbuecherei.hameln.de","librariesOrgID":"203994","name":"Stadtbücherei in der Pfortmühle","location":[{"address":{"streetAddress":"Sudetenstr. 1","addressLocality":"Hameln","postalCode":"31785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di und Do-Fr 12.00-18.00. Mi 10.00-16.00. Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-228#!","isil":"DE-228","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA228","sameAs":["http://www.wikidata.org/entity/Q28661800","https://ld.zdb-services.de/resource/organisations/DE-228","https://librarytechnology.org/library/203994"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-241#!"}} -{"rs":"094770128128","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-241#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.buecherei-kulmbach.de","provides":"http://www.buecherei-kulmbach.de","librariesOrgID":"209990","name":"Bücherei am Stadtpark","location":[{"address":{"streetAddress":"Pestalozzistr. 11","addressLocality":"Kulmbach","postalCode":"95326","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - 14:00 - 19:30, Di 10:00 - 17:00, Mi 9:30 - 14:00 -  , Do 10:00 - 17:00, Fr 10:00 - 14:00  -   ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-241#!","isil":"DE-241","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA241","sameAs":["http://www.wikidata.org/entity/Q28733510","https://ld.zdb-services.de/resource/organisations/DE-241","https://librarytechnology.org/library/209990"]} +{"rs":"094770128128","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-241#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.buecherei-kulmbach.de","provides":"http://www.buecherei-kulmbach.de","librariesOrgID":"209990","name":"Bücherei am Stadtpark","location":[{"address":{"streetAddress":"Pestalozzistr. 11","addressLocality":"Kulmbach","postalCode":"95326","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - 14:00 - 19:30, Di 10:00 - 17:00, Mi 9:30 - 14:00 -  , Do 10:00 - 17:00, Fr 10:00 - 14:00  -   ","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-241#!","isil":"DE-241","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA241","sameAs":["http://www.wikidata.org/entity/Q28733510","https://ld.zdb-services.de/resource/organisations/DE-241","https://librarytechnology.org/library/209990"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-253#!"}} -{"rs":"031010000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-253#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.vti.bund.de","name":"Thünen-Institut, Fachinformationszentrum Ländliche Räume","location":[{"address":{"streetAddress":"Bundesallee 50","addressLocality":"Braunschweig","postalCode":"38116","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"9-16.30","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-253#!","isil":"DE-253","fundertype":{"id":"http://purl.org/lobid/fundertype#n01","type":"Concept","label":{"de":"Bundesrepublik Deutschland","en":"Federal Republic of Germany"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA253","sameAs":["https://ld.zdb-services.de/resource/organisations/DE-253"]} +{"rs":"031010000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-253#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.vti.bund.de","name":"Thünen-Institut, Fachinformationszentrum Ländliche Räume","location":[{"address":{"streetAddress":"Bundesallee 50","addressLocality":"Braunschweig","postalCode":"38116","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"9-16.30","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-253#!","isil":"DE-253","fundertype":{"id":"http://purl.org/lobid/fundertype#n01","type":"Concept","label":{"de":"Bundesrepublik Deutschland","en":"Federal Republic of Germany"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA253","sameAs":["https://ld.zdb-services.de/resource/organisations/DE-253"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA277#!"}} -{"rs":"064120000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA277#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbuecherei.frankfurt.de","provides":"https://katalog.stadtbuecherei.frankfurt.de","librariesOrgID":"206788","name":"Stadtbücherei Frankfurt am Main","location":[{"address":{"streetAddress":"Hasengasse 4","addressLocality":"Frankfurt/Main","postalCode":"60311","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 11.00-19.00. Sa 11.00-16.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA277#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA277","sameAs":["https://librarytechnology.org/library/206788"]} +{"rs":"064120000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA277#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbuecherei.frankfurt.de","provides":"https://katalog.stadtbuecherei.frankfurt.de","librariesOrgID":"206788","name":"Stadtbücherei Frankfurt am Main","location":[{"address":{"streetAddress":"Hasengasse 4","addressLocality":"Frankfurt/Main","postalCode":"60311","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 11.00-19.00. Sa 11.00-16.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA277#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA277","sameAs":["https://librarytechnology.org/library/206788"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-289#!"}} -{"rs":"084210000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-289#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://kiz.uni-ulm.de","provides":"http://www.uni-ulm.de/index.php?id=1357","name":"Kommunikations- und Informationszentrum der Universität Ulm (kiz) / Abt. Informationsversorgung und Abt. Informationsmedien","location":[{"address":{"streetAddress":"Albert-Einstein-Allee 37","addressLocality":"Ulm/Donau","postalCode":"89081","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 8:00 - 22:00 Uhr, Sa 10:00 - 20:00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-289#!","gndIdentifier":"6039940-5","isil":"DE-289","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA289","sameAs":["http://www.wikidata.org/entity/Q1755249","https://lobid.org/gnd/6039940-5#!","https://ld.zdb-services.de/resource/organisations/DE-289"]} +{"rs":"084210000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-289#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://kiz.uni-ulm.de","provides":"http://www.uni-ulm.de/index.php?id=1357","name":"Kommunikations- und Informationszentrum der Universität Ulm (kiz) / Abt. Informationsversorgung und Abt. Informationsmedien","location":[{"address":{"streetAddress":"Albert-Einstein-Allee 37","addressLocality":"Ulm/Donau","postalCode":"89081","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo - Fr 8:00 - 22:00 Uhr, Sa 10:00 - 20:00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-289#!","gndIdentifier":"6039940-5","isil":"DE-289","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA289","sameAs":["http://www.wikidata.org/entity/Q1755249","https://lobid.org/gnd/6039940-5#!","https://ld.zdb-services.de/resource/organisations/DE-289"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA290#!"}} -{"rs":"059130000000","name":"Universitätsbibliothek Dortmund","location":[{"address":{"streetAddress":"Vogelpothsweg 76","addressLocality":"Dortmund","postalCode":"44227","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 7.00-1.00h. Sa+So 9.00-1.00h, Bereichsbibliotheken s. homepage","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA290#!","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA290#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"url":"http://www.ub.uni-dortmund.de","dbsID":"AA290"} +{"rs":"059130000000","name":"Universitätsbibliothek Dortmund","location":[{"address":{"streetAddress":"Vogelpothsweg 76","addressLocality":"Dortmund","postalCode":"44227","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 7.00-1.00h. Sa+So 9.00-1.00h, Bereichsbibliotheken s. homepage","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA290#!","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA290#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"url":"http://www.ub.uni-dortmund.de","dbsID":"AA290"} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-356#!"}} -{"rs":"071330006006","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-356#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek.bad-kreuznach.de","provides":"http://webopac.kh-int.de/opax/de/qsim.html.S","librariesOrgID":"206342","name":"Stadtbibliothek","location":[{"address":{"streetAddress":"Kreuzstr. 69","addressLocality":"Bad Kreuznach","postalCode":"55543","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo und Mi 14.00-18.00. Di,Do,Fr 10.00-18.00. Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-356#!","isil":"DE-356","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA356","sameAs":["http://www.wikidata.org/entity/Q28681672","https://ld.zdb-services.de/resource/organisations/DE-356","https://librarytechnology.org/library/206342"]} +{"rs":"071330006006","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-356#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek.bad-kreuznach.de","provides":"http://webopac.kh-int.de/opax/de/qsim.html.S","librariesOrgID":"206342","name":"Stadtbibliothek","location":[{"address":{"streetAddress":"Kreuzstr. 69","addressLocality":"Bad Kreuznach","postalCode":"55543","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo und Mi 14.00-18.00. Di,Do,Fr 10.00-18.00. Sa 10.00-13.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-356#!","isil":"DE-356","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA356","sameAs":["http://www.wikidata.org/entity/Q28681672","https://ld.zdb-services.de/resource/organisations/DE-356","https://librarytechnology.org/library/206342"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-368#!"}} -{"rs":"059540016016","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-368#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.hattingen.de","provides":"http://webopac.hattingen.de/webopac/index.asp?DB=web_biblio","librariesOrgID":"205059","name":"Stadtbibliothek Hattingen","location":[{"address":{"streetAddress":"Reschop Carré 1","addressLocality":"Hattingen","postalCode":"45525","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10.00-19.00. Di 10.00-19.00. Do 10.00-19.00. Fr 10.00-19.00. Sa 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-368#!","isil":"DE-368","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA368","sameAs":["http://www.wikidata.org/entity/Q28681879","https://ld.zdb-services.de/resource/organisations/DE-368","https://librarytechnology.org/library/205059"]} +{"rs":"059540016016","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-368#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.hattingen.de","provides":"http://webopac.hattingen.de/webopac/index.asp?DB=web_biblio","librariesOrgID":"205059","name":"Stadtbibliothek Hattingen","location":[{"address":{"streetAddress":"Reschop Carré 1","addressLocality":"Hattingen","postalCode":"45525","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10.00-19.00. Di 10.00-19.00. Do 10.00-19.00. Fr 10.00-19.00. Sa 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-368#!","isil":"DE-368","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA368","sameAs":["http://www.wikidata.org/entity/Q28681879","https://ld.zdb-services.de/resource/organisations/DE-368","https://librarytechnology.org/library/205059"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA381#!"}} -{"rs":"059130000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA381#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.dortmund.de","provides":"http://www.kataloge.dortmund.de","librariesOrgID":"204950","name":"Stadt- und Landesbibliothek Dortmund","location":[{"address":{"streetAddress":"Max-von-der-Grün-Platz 1-3","addressLocality":"Dortmund","postalCode":"44137","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di-Fr 10.00 bis 19.00 und Sa 10.00 bis 15.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA381#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA381","sameAs":["https://librarytechnology.org/library/204950"]} +{"rs":"059130000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA381#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.bibliothek.dortmund.de","provides":"http://www.kataloge.dortmund.de","librariesOrgID":"204950","name":"Stadt- und Landesbibliothek Dortmund","location":[{"address":{"streetAddress":"Max-von-der-Grün-Platz 1-3","addressLocality":"Dortmund","postalCode":"44137","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di-Fr 10.00 bis 19.00 und Sa 10.00 bis 15.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA381#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA381","sameAs":["https://librarytechnology.org/library/204950"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-393#!"}} -{"rs":"053580024024","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-393#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"https://buecherei.juelich.de/","provides":"https://buecherei.juelich.de/Recherche/Suche.aspx","librariesOrgID":"205953","name":"Stadtbücherei Jülich","location":[{"address":{"streetAddress":"Kleine Rurstr. 20 (Kulturhaus am Hexenturm)","addressLocality":"Jülich","postalCode":"52428","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di u. Fr. 10.00 bis 18.00 Uhr. Mi 15.00 bis 18.00 Uhr. Sa 10.00 bis 13.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-393#!","isil":"DE-393","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA393","sameAs":["http://www.wikidata.org/entity/Q2327025","https://ld.zdb-services.de/resource/organisations/DE-393","https://librarytechnology.org/library/205953"]} +{"rs":"053580024024","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-393#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"https://buecherei.juelich.de/","provides":"https://buecherei.juelich.de/Recherche/Suche.aspx","librariesOrgID":"205953","name":"Stadtbücherei Jülich","location":[{"address":{"streetAddress":"Kleine Rurstr. 20 (Kulturhaus am Hexenturm)","addressLocality":"Jülich","postalCode":"52428","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di u. Fr. 10.00 bis 18.00 Uhr. Mi 15.00 bis 18.00 Uhr. Sa 10.00 bis 13.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-393#!","isil":"DE-393","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA393","sameAs":["http://www.wikidata.org/entity/Q2327025","https://ld.zdb-services.de/resource/organisations/DE-393","https://librarytechnology.org/library/205953"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-411#!"}} -{"rs":"055580012012","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-411#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbuecherei-coesfeld.de","provides":"http://opac.coesfeld.de/index.asp?DB=BIBLIO53","librariesOrgID":"205465","name":"Stadtbücherei Coesfeld","location":[{"address":{"streetAddress":"Walkenbrückenstr. 25","addressLocality":"Coesfeld","postalCode":"48653","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di. u. Do 10-13 und 15-18 Uhr, Mi 15-18 Uhr, Fr 9-13 und 15-18 Uhr , Sa 10-13 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-411#!","isil":"DE-411","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA411","sameAs":["http://www.wikidata.org/entity/Q28661850","https://ld.zdb-services.de/resource/organisations/DE-411","https://librarytechnology.org/library/205465"]} +{"rs":"055580012012","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-411#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbuecherei-coesfeld.de","provides":"http://opac.coesfeld.de/index.asp?DB=BIBLIO53","librariesOrgID":"205465","name":"Stadtbücherei Coesfeld","location":[{"address":{"streetAddress":"Walkenbrückenstr. 25","addressLocality":"Coesfeld","postalCode":"48653","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di. u. Do 10-13 und 15-18 Uhr, Mi 15-18 Uhr, Fr 9-13 und 15-18 Uhr , Sa 10-13 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-411#!","isil":"DE-411","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA411","sameAs":["http://www.wikidata.org/entity/Q28661850","https://ld.zdb-services.de/resource/organisations/DE-411","https://librarytechnology.org/library/205465"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-423#!"}} -{"rs":"055700052052","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-423#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.buecherei-warendorf.de","provides":"http://www.bibliothek-im-netz.de/index.asp?DB=ALL","librariesOrgID":"205346","name":"Stadtbücherei Warendorf","location":[{"address":{"streetAddress":"Kurze Kesselstr. 17","addressLocality":"Warendorf","postalCode":"48231","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10.00-13.00. Mi 14.00-18.00. Di,Do,Fr 10.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-423#!","isil":"DE-423","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA423","sameAs":["http://www.wikidata.org/entity/Q28661868","https://ld.zdb-services.de/resource/organisations/DE-423","https://librarytechnology.org/library/205346"]} +{"rs":"055700052052","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-423#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.buecherei-warendorf.de","provides":"http://www.bibliothek-im-netz.de/index.asp?DB=ALL","librariesOrgID":"205346","name":"Stadtbücherei Warendorf","location":[{"address":{"streetAddress":"Kurze Kesselstr. 17","addressLocality":"Warendorf","postalCode":"48231","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10.00-13.00. Mi 14.00-18.00. Di,Do,Fr 10.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-423#!","isil":"DE-423","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"dbsID":"AA423","sameAs":["http://www.wikidata.org/entity/Q28661868","https://ld.zdb-services.de/resource/organisations/DE-423","https://librarytechnology.org/library/205346"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-435#!"}} -{"rs":"053620028028","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-435#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.huerth.de/kultur/stadtbuecherei/index.php","provides":"http://buecherei.huerth.de/webopac/index.asp?DB=w_huerth","librariesOrgID":"205746","name":"Stadtbücherei Hürth","location":[{"address":{"streetAddress":"Friedrich-Ebert-Str. 40","addressLocality":"Hürth","postalCode":"50354","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di 10.00-17.00. Mi 14.00-17.00. Do 10.00-12.00 und 14.00-19.00. Fr 10.00-12.00 und 14.00-17.00. Sa 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-435#!","isil":"DE-435","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA435","sameAs":["http://www.wikidata.org/entity/Q28661883","https://ld.zdb-services.de/resource/organisations/DE-435","https://librarytechnology.org/library/205746"]} +{"rs":"053620028028","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-435#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.huerth.de/kultur/stadtbuecherei/index.php","provides":"http://buecherei.huerth.de/webopac/index.asp?DB=w_huerth","librariesOrgID":"205746","name":"Stadtbücherei Hürth","location":[{"address":{"streetAddress":"Friedrich-Ebert-Str. 40","addressLocality":"Hürth","postalCode":"50354","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di 10.00-17.00. Mi 14.00-17.00. Do 10.00-12.00 und 14.00-19.00. Fr 10.00-12.00 und 14.00-17.00. Sa 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-435#!","isil":"DE-435","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA435","sameAs":["http://www.wikidata.org/entity/Q28661883","https://ld.zdb-services.de/resource/organisations/DE-435","https://librarytechnology.org/library/205746"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-447#!"}} -{"rs":"055150000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-447#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.muenster.de/stadt/buecherei","provides":"http://www.stadt-muenster.de/opac","librariesOrgID":"205302","name":"Stadtbücherei Münster","location":[{"address":{"streetAddress":"Alter Steinweg 11","addressLocality":"Münster","postalCode":"48143","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 10.00-19.00. Sa 10.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-447#!","isil":"DE-447","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA447","sameAs":["http://www.wikidata.org/entity/Q1528212","https://ld.zdb-services.de/resource/organisations/DE-447","https://librarytechnology.org/library/205302"]} +{"rs":"055150000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-447#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.muenster.de/stadt/buecherei","provides":"http://www.stadt-muenster.de/opac","librariesOrgID":"205302","name":"Stadtbücherei Münster","location":[{"address":{"streetAddress":"Alter Steinweg 11","addressLocality":"Münster","postalCode":"48143","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 10.00-19.00. Sa 10.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-447#!","isil":"DE-447","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}}},"dbsID":"AA447","sameAs":["http://www.wikidata.org/entity/Q1528212","https://ld.zdb-services.de/resource/organisations/DE-447","https://librarytechnology.org/library/205302"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-472#!"}} -{"rs":"091610000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-472#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ingolstadt.de/stadtbuecherei","provides":"http://www.ingolstadt.de/stadtbuecherei","librariesOrgID":"208837","name":"Stadtbücherei","location":[{"address":{"streetAddress":"Hallstraße 2-4","addressLocality":"Ingolstadt","postalCode":"85049","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10:00 - 18:00, Di 10:00 - 18:00, Mi 10:00 - 18:00, Do 10:00 - 18:00, Fr 10:00 - 18:00, Sa 10:00 - 15:00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-472#!","isil":"DE-472","fundertype":{"id":"http://purl.org/lobid/fundertype#n03","type":"Concept","label":{"de":"Kreis","en":"County"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA472","sameAs":["http://www.wikidata.org/entity/Q28661790","https://ld.zdb-services.de/resource/organisations/DE-472","https://librarytechnology.org/library/208837"]} +{"rs":"091610000000","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-472#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ingolstadt.de/stadtbuecherei","provides":"http://www.ingolstadt.de/stadtbuecherei","librariesOrgID":"208837","name":"Stadtbücherei","location":[{"address":{"streetAddress":"Hallstraße 2-4","addressLocality":"Ingolstadt","postalCode":"85049","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 10:00 - 18:00, Di 10:00 - 18:00, Mi 10:00 - 18:00, Do 10:00 - 18:00, Fr 10:00 - 18:00, Sa 10:00 - 15:00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-472#!","isil":"DE-472","fundertype":{"id":"http://purl.org/lobid/fundertype#n03","type":"Concept","label":{"de":"Kreis","en":"County"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n08","type":"Concept","label":{"de":"100.001 - 300.000","en":"100,001 - 300,000"}}},"dbsID":"AA472","sameAs":["http://www.wikidata.org/entity/Q28661790","https://ld.zdb-services.de/resource/organisations/DE-472","https://librarytechnology.org/library/208837"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA496#!"}} -{"rs":"010510011011","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA496#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.brunsbuettel.de/kultur/stadtbuecherei.php","librariesOrgID":"203529","name":"Stadtbücherei","location":[{"address":{"streetAddress":"Kopernikusstr. 1 (Bildungszentrum)","addressLocality":"Brunsbüttel","postalCode":"25541","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 10.00-13.00 und 15.00-19.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA496#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n06","type":"Concept","label":{"de":"10.001 - 30.000","en":"10,001 - 30,000"}}},"dbsID":"AA496","sameAs":["https://librarytechnology.org/library/203529"]} +{"rs":"010510011011","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA496#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.brunsbuettel.de/kultur/stadtbuecherei.php","librariesOrgID":"203529","name":"Stadtbücherei","location":[{"address":{"streetAddress":"Kopernikusstr. 1 (Bildungszentrum)","addressLocality":"Brunsbüttel","postalCode":"25541","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 10.00-13.00 und 15.00-19.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA496#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n06","type":"Concept","label":{"de":"10.001 - 30.000","en":"10,001 - 30,000"}}},"dbsID":"AA496","sameAs":["https://librarytechnology.org/library/203529"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-502#!"}} -{"rs":"120720477477","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-502#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"zossen.bbopac.de","librariesOrgID":"203157","name":"Stadtbibliothek Zossen","location":[{"address":{"streetAddress":"Kirchplatz 2","addressLocality":"Zossen","postalCode":"15806","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 13:00-18:00, Di 13:00-18:00, Do 10:00-19:00, Fr 13:00-18:00, Sa 10:00-13:00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-502#!","isil":"DE-502","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n06","type":"Concept","label":{"de":"10.001 - 30.000","en":"10,001 - 30,000"}}},"dbsID":"AA502","sameAs":["http://www.wikidata.org/entity/Q28685196","https://ld.zdb-services.de/resource/organisations/DE-502","https://librarytechnology.org/library/203157"]} +{"rs":"120720477477","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-502#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"zossen.bbopac.de","librariesOrgID":"203157","name":"Stadtbibliothek Zossen","location":[{"address":{"streetAddress":"Kirchplatz 2","addressLocality":"Zossen","postalCode":"15806","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo 13:00-18:00, Di 13:00-18:00, Do 10:00-19:00, Fr 13:00-18:00, Sa 10:00-13:00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-502#!","isil":"DE-502","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n06","type":"Concept","label":{"de":"10.001 - 30.000","en":"10,001 - 30,000"}}},"dbsID":"AA502","sameAs":["http://www.wikidata.org/entity/Q28685196","https://ld.zdb-services.de/resource/organisations/DE-502","https://librarytechnology.org/library/203157"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-514#!"}} -{"rs":"120630252252","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-514#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek-rathenow.de","librariesOrgID":"203084","name":"Stadtbibliothek Rathenow","containedIn":"http://sws.geonames.org/6550611/","location":[{"address":{"streetAddress":"Schleusenplatz 4","addressLocality":"Rathenow","postalCode":"14712","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo, Di, Do: 10.00-18.00, Fr: 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-514#!","isil":"DE-514","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA514","sameAs":["http://www.wikidata.org/entity/Q28682011","https://ld.zdb-services.de/resource/organisations/DE-514","https://librarytechnology.org/library/203084"]} +{"rs":"120630252252","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n33","type":"Concept","label":{"de":"Öffentliche Bibliothek","en":"Public Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-514#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtbibliothek-rathenow.de","librariesOrgID":"203084","name":"Stadtbibliothek Rathenow","containedIn":"http://sws.geonames.org/6550611/","location":[{"address":{"streetAddress":"Schleusenplatz 4","addressLocality":"Rathenow","postalCode":"14712","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo, Di, Do: 10.00-18.00, Fr: 10.00-14.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-514#!","isil":"DE-514","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"AA514","sameAs":["http://www.wikidata.org/entity/Q28682011","https://ld.zdb-services.de/resource/organisations/DE-514","https://librarytechnology.org/library/203084"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-AA600#!"}} -{"rs":"071405007144","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n36","type":"Concept","label":{"de":"Öffentliche Bibliothek für besondere Benutzergruppen","en":"Public Library for Special User Groups"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA600#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"NULL","librariesOrgID":"206333","name":"Patientenbücherei in der Hunsrück Klinik der Kreuznacher Diakonie","location":[{"address":{"streetAddress":"Holzbacher Str. 1","addressLocality":"Simmern","postalCode":"55469","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA600#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n09","type":"Concept","label":{"de":"Evangelische Kirche","en":"Protestant Church"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA600","sameAs":["https://librarytechnology.org/library/206333"]} +{"rs":"071405007144","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n36","type":"Concept","label":{"de":"Öffentliche Bibliothek für besondere Benutzergruppen","en":"Public Library for Special User Groups"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-AA600#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"NULL","librariesOrgID":"206333","name":"Patientenbücherei in der Hunsrück Klinik der Kreuznacher Diakonie","location":[{"address":{"streetAddress":"Holzbacher Str. 1","addressLocality":"Simmern","postalCode":"55469","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-AA600#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n09","type":"Concept","label":{"de":"Evangelische Kirche","en":"Protestant Church"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n01","type":"Concept","label":{"de":"bis 1.000","en":"up to 1,000"}}},"dbsID":"AA600","sameAs":["https://librarytechnology.org/library/206333"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DBS-DB675#!"}} -{"rs":"032540021021","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-DB675#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-dbs.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtarchiv-hildesheim.de","provides":"https://webopac.stadt-hildesheim.de/libero/WebOpac.cls","name":"Roemer-Museum, Bibliothek","location":[{"address":{"streetAddress":"Am Steine 1/2","addressLocality":"Hildesheim","postalCode":"31134","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di. Mi.: 09.00 - 16.00 Uhr. Do: 09.00 - 18.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-DB675#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"DB675"} +{"rs":"032540021021","type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n81","type":"Concept","label":{"de":"Wissenschaftliche Spezialbibliothek","en":"Academic Special Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DBS-DB675#!","wasGeneratedBy":{"type":"Activity","used":[{"sourceOrganisation":{"id":"https://www.bibliotheksstatistik.de/","label":"Deutsche Bibliotheksstatistik (DBS)"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.stadtarchiv-hildesheim.de","provides":"https://webopac.stadt-hildesheim.de/libero/WebOpac.cls","name":"Roemer-Museum, Bibliothek","location":[{"address":{"streetAddress":"Am Steine 1/2","addressLocality":"Hildesheim","postalCode":"31134","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Di. Mi.: 09.00 - 16.00 Uhr. Do: 09.00 - 18.00 Uhr","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DBS-DB675#!","fundertype":{"id":"http://purl.org/lobid/fundertype#n04","type":"Concept","label":{"de":"Gemeinde","en":"Commune"}},"collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n07","type":"Concept","label":{"de":"30.001 - 100.000","en":"30,001 - 100,000"}}},"dbsID":"DB675"} diff --git a/test/transformation/output/enriched-test.json-sigel b/test/transformation/output/enriched-test.json-sigel index d47ddd04..06e74531 100644 --- a/test/transformation/output/enriched-test.json-sigel +++ b/test/transformation/output/enriched-test.json-sigel @@ -1,10 +1,10 @@ {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-38M#!"}} -{"rs":"053150000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"telephone":"0049 221 4 78-7070","alternateName":["Köln ZB MED"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n15","type":"Concept","label":{"de":"Zentrale Fachbibliothek","en":"Central Subject Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-38M#!","dateCreated":"18-11-99","dateModified":"27-03-13","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-38M&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.zbmed.de","picaPPN":"009008853","provides":"http://www.medpilot.de/?idb=ZBMED","name":"Deutsche Zentralbibliothek für Medizin - ZB MED Medizin. Gesundheit.","containedIn":"http://sws.geonames.org/6553049/","location":[{"address":{"streetAddress":"Gleueler Str. 60","addressLocality":"Köln","postalCode":"50931","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 9.00-21.00, Sa 9.00-17.00, So und Feiertags 12.00-17.00 (Lesesaal)","comment":"Ausleihe/Allg. Information: Mo-Fr 9.00-21.00, Sa 9.00-12.00; Fachauskunft: Mo 9.00-13.00; Di-Fr 9.00-16.00; weitere Schließtage s.Homepage","type":"OpeningHoursSpecification"},"geo":{"lat":"50.92466","lon":"6.91666"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-38M#!","gndIdentifier":"5149318-4","isil":"DE-38M","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"sigel":"38 M","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}},"subject":["Medizin"]},"email":"mailto:info@zbmed.de","dbsID":"BJ038","sameAs":["http://www.wikidata.org/entity/Q1204536","https://lobid.org/gnd/5149318-4#!","https://ld.zdb-services.de/resource/organisations/DE-38M"]} +{"rs":"053150000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"telephone":"0049 221 4 78-7070","alternateName":["Köln ZB MED"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n15","type":"Concept","label":{"de":"Zentrale Fachbibliothek","en":"Central Subject Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-38M#!","dateCreated":"18-11-99","dateModified":"27-03-13","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-38M&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.zbmed.de","picaPPN":"009008853","provides":"http://www.medpilot.de/?idb=ZBMED","name":"Deutsche Zentralbibliothek für Medizin - ZB MED Medizin. Gesundheit.","containedIn":"http://sws.geonames.org/6553049/","location":[{"address":{"streetAddress":"Gleueler Str. 60","addressLocality":"Köln","postalCode":"50931","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 9.00-21.00, Sa 9.00-17.00, So und Feiertags 12.00-17.00 (Lesesaal)","comment":"Ausleihe/Allg. Information: Mo-Fr 9.00-21.00, Sa 9.00-12.00; Fachauskunft: Mo 9.00-13.00; Di-Fr 9.00-16.00; weitere Schließtage s.Homepage","type":"OpeningHoursSpecification"},"geo":{"lat":"50.92466","lon":"6.91666"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-38M#!","gndIdentifier":"5149318-4","isil":"DE-38M","fundertype":{"id":"http://purl.org/lobid/fundertype#n06","type":"Concept","label":{"de":"Sonstige öffentliche Trägerschaft","en":"Other Public Sector Funder"}},"sigel":"38 M","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n09","type":"Concept","label":{"de":"300.001 - 1.000.000","en":"300,001 - 1,000,000"}},"subject":["Medizin"]},"email":"mailto:info@zbmed.de","dbsID":"BJ038","sameAs":["http://www.wikidata.org/entity/Q1204536","https://lobid.org/gnd/5149318-4#!","https://ld.zdb-services.de/resource/organisations/DE-38M"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-294#!"}} -{"rs":"059110000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"address":{"addressLocality":"Bochum","postalCode":"44780","addressCountry":"DE","type":"PostalAddress"},"telephone":"0049 234 32-26270","alternateName":["Bochum UB"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-294#!","dateCreated":"18-11-99","dateModified":"24-04-12","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-294&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.ruhr-uni-bochum.de","picaPPN":"009007911","provides":"https://opac.ub.ruhr-uni-bochum.de/webOPACClient/start.do","name":"Ruhr-Universität Bochum,Universitätsbibliothek","containedIn":"http://sws.geonames.org/6553132/","location":[{"address":{"streetAddress":"Universitätsstr. 150","addressLocality":"Bochum","postalCode":"44801","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 8.00-24.00, Sa 11.00-20.00, So 11.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-294#!","gndIdentifier":"2024736-9","isil":"DE-294","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"sigel":"294","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"email":"mailto:benutzung.ub@ruhr-uni-bochum.de","dbsID":"AB294","sameAs":["http://www.wikidata.org/entity/Q2496285","https://lobid.org/gnd/2024736-9#!","https://ld.zdb-services.de/resource/organisations/DE-294"]} +{"rs":"059110000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"address":{"addressLocality":"Bochum","postalCode":"44780","addressCountry":"DE","type":"PostalAddress"},"telephone":"0049 234 32-26270","alternateName":["Bochum UB"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-294#!","dateCreated":"18-11-99","dateModified":"24-04-12","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-294&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.ruhr-uni-bochum.de","picaPPN":"009007911","provides":"https://opac.ub.ruhr-uni-bochum.de/webOPACClient/start.do","name":"Ruhr-Universität Bochum,Universitätsbibliothek","containedIn":"http://sws.geonames.org/6553132/","location":[{"address":{"streetAddress":"Universitätsstr. 150","addressLocality":"Bochum","postalCode":"44801","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 8.00-24.00, Sa 11.00-20.00, So 11.00-18.00","type":"OpeningHoursSpecification"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-294#!","gndIdentifier":"2024736-9","isil":"DE-294","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"sigel":"294","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"email":"mailto:benutzung.ub@ruhr-uni-bochum.de","dbsID":"AB294","sameAs":["http://www.wikidata.org/entity/Q2496285","https://lobid.org/gnd/2024736-9#!","https://ld.zdb-services.de/resource/organisations/DE-294"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-38#!"}} -{"rs":"053150000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"availableChannel":[{"type":["ServiceChannel","WebAPI"],"serviceType":"SRU","serviceUrl":"http://info-test.de/sru"},{"type":["ServiceChannel"],"serviceType":"other","serviceUrl":"http://info-test.de/other"},{"type":["ServiceChannel","WebAPI"],"serviceType":"OpenURL","serviceUrl":"http://info-test.de/openurl"},{"type":["ServiceChannel","WebAPI"],"serviceType":"PAIA","serviceUrl":"http://info-test.de/paia"},{"type":["ServiceChannel","WebAPI"],"serviceType":"DAIA","serviceUrl":"http://info-test.de/daia"}],"telephone":"0049 221 4 70-2437","alternateName":["Köln USB"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-38#!","dateCreated":"18-11-99","dateModified":"26-03-14","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-38&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.uni-koeln.de","picaPPN":"009008845","name":"Universitäts- und Stadtbibliothek Köln, Hauptabteilung","containedIn":"http://sws.geonames.org/6553049/","location":[{"address":{"streetAddress":"Universitätsstr. 33","addressLocality":"Köln","postalCode":"50931","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-38#!","gndIdentifier":"40600-4","isil":"DE-38","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"sigel":"38","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"email":"mailto:Fernleihe@ub.uni-koeln.de","dbsID":"AB038","sameAs":["http://www.wikidata.org/entity/Q2496260","https://lobid.org/gnd/40600-4#!","https://ld.zdb-services.de/resource/organisations/DE-38"]} +{"rs":"053150000000","linkedTo":{"id":"http://lobid.org/organisations/DE-605#!","label":"Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)"},"availableChannel":[{"type":["ServiceChannel","WebAPI"],"serviceType":"SRU","serviceUrl":"http://info-test.de/sru"},{"type":["ServiceChannel"],"serviceType":"other","serviceUrl":"http://info-test.de/other"},{"type":["ServiceChannel","WebAPI"],"serviceType":"OpenURL","serviceUrl":"http://info-test.de/openurl"},{"type":["ServiceChannel","WebAPI"],"serviceType":"PAIA","serviceUrl":"http://info-test.de/paia"},{"type":["ServiceChannel","WebAPI"],"serviceType":"DAIA","serviceUrl":"http://info-test.de/daia"}],"telephone":"0049 221 4 70-2437","alternateName":["Köln USB"],"type":"Library","classification":{"id":"http://purl.org/lobid/libtype#n60","type":"Concept","label":{"de":"Zentrale Universitätsbibliothek","en":"Central University Library"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-38#!","dateCreated":"18-11-99","dateModified":"26-03-14","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-38&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.ub.uni-koeln.de","picaPPN":"009008845","name":"Universitäts- und Stadtbibliothek Köln, Hauptabteilung","containedIn":"http://sws.geonames.org/6553049/","location":[{"address":{"streetAddress":"Universitätsstr. 33","addressLocality":"Köln","postalCode":"50931","addressCountry":"DE","type":"PostalAddress"},"type":"Place"}],"id":"http://lobid.org/organisations/DE-38#!","gndIdentifier":"40600-4","isil":"DE-38","fundertype":{"id":"http://purl.org/lobid/fundertype#n02","type":"Concept","label":{"de":"Land","en":"Federal State"}},"sigel":"38","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}}},"email":"mailto:Fernleihe@ub.uni-koeln.de","dbsID":"AB038","sameAs":["http://www.wikidata.org/entity/Q2496260","https://lobid.org/gnd/40600-4#!","https://ld.zdb-services.de/resource/organisations/DE-38"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/DE-1a#!"}} -{"rs":"110000000000","linkedTo":{"id":"http://lobid.org/organisations/DE-601#!","label":"Verbundzentrale des GBV (VZG)"},"note":["UNO- und UNESCO-Depositärbibliothek.\t\t\t\t\tÜbernommene Bibliothek: B 3 (Bibliothek der ehemaligen Preußischen\t\t\t\t\tGeologischen Landesanstalt)"],"type":"Library","mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-1a#!","dateCreated":"18-11-99","dateModified":"16-05-12","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-1a&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"picaPPN":"009000046","provides":"http://stabikat.de","containedIn":"http://sws.geonames.org/6547539/","id":"http://lobid.org/organisations/DE-1a#!","gndIdentifier":"5036103-X","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}},"subject":["Recht","Orientalistik","Osteuropa","Ostasien","Afrika","Amtsdruckschriften","Handschriften","Karten","Geistes- und Sozialwissenschaften"]},"email":"mailto:info@sbb.spk-berlin.de","address":{"addressLocality":"Berlin","postalCode":"10772","addressCountry":"DE","type":"PostalAddress"},"availableChannel":[{"type":["ServiceChannel"],"serviceType":"Online-Auskunft","serviceUrl":"http://staatsbibliothek-berlin.de/service/auskunft/"}],"telephone":"0049 30 2 66-433888 (Auskunft)","alternateName":["SBB-PK, Potsdamer Straße","Berlin SBB Haus Potsdamer Str"],"classification":{"id":"http://purl.org/lobid/libtype#n11","type":"Concept","label":{"de":"Nationalbibliothek","en":"National Library"}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.staatsbibliothek-berlin.de","name":"Staatsbibliothek zu Berlin - Preußischer Kulturbesitz,Haus Potsdamer Straße","location":[{"address":{"streetAddress":"Potsdamer Str. 33","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 9.00-21.00, Sa 9.00-19.00","comment":"Öffnungszeiten besonderer Bereiche s. Homepage","type":"OpeningHoursSpecification"},"geo":{"lat":"52.50771","lon":"13.37063"},"type":"Place"}],"isil":"DE-1a","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"sigel":"1a","dbsID":"AK001","name_en":"Leibniz Institute for Zoo and Wildlife Research Berlin, Library","sameAs":["http://www.wikidata.org/entity/Q170109","https://lobid.org/gnd/5036103-X#!","https://ld.zdb-services.de/resource/organisations/DE-1a"]} +{"rs":"110000000000","linkedTo":{"id":"http://lobid.org/organisations/DE-601#!","label":"Verbundzentrale des GBV (VZG)"},"note":["UNO- und UNESCO-Depositärbibliothek.\t\t\t\t\tÜbernommene Bibliothek: B 3 (Bibliothek der ehemaligen Preußischen\t\t\t\t\tGeologischen Landesanstalt)"],"type":"Library","mainEntityOfPage":{"id":"http://lobid.org/organisations/DE-1a#!","dateCreated":"18-11-99","dateModified":"16-05-12","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DDE-1a&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}}]}},"picaPPN":"009000046","provides":"http://stabikat.de","containedIn":"http://sws.geonames.org/6547539/","id":"http://lobid.org/organisations/DE-1a#!","gndIdentifier":"5036103-X","collects":{"type":"Collection","extent":{"id":"http://purl.org/lobid/stocksize#n10","type":"Concept","label":{"de":"1.000.001 und mehr","en":"1,000,001 and more"}},"subject":["Recht","Orientalistik","Osteuropa","Ostasien","Afrika","Amtsdruckschriften","Handschriften","Karten","Geistes- und Sozialwissenschaften"]},"email":"mailto:info@sbb.spk-berlin.de","address":{"addressLocality":"Berlin","postalCode":"10772","addressCountry":"DE","type":"PostalAddress"},"availableChannel":[{"type":["ServiceChannel"],"serviceType":"Online-Auskunft","serviceUrl":"http://staatsbibliothek-berlin.de/service/auskunft/"}],"telephone":"0049 30 2 66-433888 (Auskunft)","alternateName":["SBB-PK, Potsdamer Straße","Berlin SBB Haus Potsdamer Str"],"classification":{"id":"http://purl.org/lobid/libtype#n11","type":"Concept","label":{"de":"Nationalbibliothek","en":"National Library"}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://www.staatsbibliothek-berlin.de","name":"Staatsbibliothek zu Berlin - Preußischer Kulturbesitz,Haus Potsdamer Straße","location":[{"address":{"streetAddress":"Potsdamer Str. 33","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"openingHoursSpecification":{"description":"Mo-Fr 9.00-21.00, Sa 9.00-19.00","comment":"Öffnungszeiten besonderer Bereiche s. Homepage","type":"OpeningHoursSpecification"},"geo":{"lat":"52.50771","lon":"13.37063"},"type":"Place"}],"isil":"DE-1a","fundertype":{"id":"http://purl.org/lobid/fundertype#n07","type":"Concept","label":{"de":"Körperschaft oder Stiftung des öffentlichen Rechts","en":"Corporate Body or Foundation under Public Law"}},"sigel":"1a","dbsID":"AK001","name_en":"Leibniz Institute for Zoo and Wildlife Research Berlin, Library","sameAs":["http://www.wikidata.org/entity/Q170109","https://lobid.org/gnd/5036103-X#!","https://ld.zdb-services.de/resource/organisations/DE-1a"]} {"index":{"_index":"organisations","_type":"organisation","_id":"http://lobid.org/organisations/ZDB-1-AAS4#!"}} -{"rs":"110000000000","note":["Datenbank. - Der deutschlandweite Zugriff\t\t\t\t\tauf dieses Produkt wird durch die Förderung der Deutschen\t\t\t\t\tForschungsgemeinschaft (DFG) ermöglicht und durch die\t\t\t\t\tStaatsbibliothek zu Berlin - Preußischer Kulturbesitz organisiert"],"availableChannel":[{"type":["ServiceChannel"],"serviceType":"Produktinfo","serviceUrl":"http://www.nationallizenzen.de/angebote/nlproduct.2011-05-11.8008587391"}],"alternateName":["Nationallizenz AAS Series4"],"type":"Collection","classification":{"id":"http://purl.org/lobid/libtype#n89","type":"Concept","label":{"de":"Paket elektronischer Ressourcen","en":"Collection of Electronic Resources"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/ZDB-1-AAS4#!","dateCreated":"25-05-11","dateModified":"08-06-15","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DZDB-1-AAS4&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}},"https://github.com/metafacture/metafacture-core","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-sigel.fix","https://github.com/hbz/lobid-organisations/blob/master/conf/fix-enriched.fix"]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=h9k","picaPPN":"101211659X","name":"American Antiquarian Society (AAS)Historical Periodicals Collection : Series 4 (1853-1865)[Nationallizenz]","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Staatsbibliothek zu Berlin - Preußischer\t\t\t\t\tKulturbesitz","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"geo":{"lat":"52.50771","lon":"13.37063"},"type":"Place"}],"id":"http://lobid.org/organisations/ZDB-1-AAS4#!","isil":"ZDB-1-AAS4","sigel":"ZDB-1-AAS4","collects":{"subject":["E-Journals","Die American Antiquarian Society (AAS)\t\t\t\t\tHistorical Periodicals Collection dokumentiert das Leben der\t\t\t\t\tamerikanischen Bevölkerung und die amerikanische Perspektive auf\t\t\t\t\tdas Weltgeschehen und die Wissenschaften von der Kolonialära über\t\t\t\t\tden Bürgerkrieg bis zur Zeit des Wiederaufbaus im 19. Jahrhundert.\t\t\t\t\tDer vierte Teil der Kollektion deckt ca. 1.800 Zeitschriften aus\t\t\t\t\tdem Zeitraum von 1853 bis 1865 ab"]},"email":"mailto:ssg-nationallizenzen@sbb.spk-berlin.de","sameAs":["https://ld.zdb-services.de/resource/organisations/ZDB-1-AAS4"]} +{"rs":"110000000000","note":["Datenbank. - Der deutschlandweite Zugriff\t\t\t\t\tauf dieses Produkt wird durch die Förderung der Deutschen\t\t\t\t\tForschungsgemeinschaft (DFG) ermöglicht und durch die\t\t\t\t\tStaatsbibliothek zu Berlin - Preußischer Kulturbesitz organisiert"],"availableChannel":[{"type":["ServiceChannel"],"serviceType":"Produktinfo","serviceUrl":"http://www.nationallizenzen.de/angebote/nlproduct.2011-05-11.8008587391"}],"alternateName":["Nationallizenz AAS Series4"],"type":"Collection","classification":{"id":"http://purl.org/lobid/libtype#n89","type":"Concept","label":{"de":"Paket elektronischer Ressourcen","en":"Collection of Electronic Resources"}},"mainEntityOfPage":{"id":"http://lobid.org/organisations/ZDB-1-AAS4#!","dateCreated":"25-05-11","dateModified":"08-06-15","wasGeneratedBy":{"type":"Activity","used":[{"id":"http://services.dnb.de/sru/bib?operation=searchRetrieve&query=isl%3DZDB-1-AAS4&recordSchema=PicaPlus-xml&version=1.1","sourceOrganisation":{"id":"https://sigel.staatsbibliothek-berlin.de/vergabe/isil/","label":"Deutsche ISIL-Agentur und Sigelstelle an der Staatsbibliothek zu Berlin"}}]}},"@context":"http://lobid.org/organisations/context.jsonld","url":"http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=h9k","picaPPN":"101211659X","name":"American Antiquarian Society (AAS)Historical Periodicals Collection : Series 4 (1853-1865)[Nationallizenz]","containedIn":"http://sws.geonames.org/6547539/","location":[{"address":{"streetAddress":"Staatsbibliothek zu Berlin - Preußischer\t\t\t\t\tKulturbesitz","addressLocality":"Berlin","postalCode":"10785","addressCountry":"DE","type":"PostalAddress"},"geo":{"lat":"52.50771","lon":"13.37063"},"type":"Place"}],"id":"http://lobid.org/organisations/ZDB-1-AAS4#!","isil":"ZDB-1-AAS4","sigel":"ZDB-1-AAS4","collects":{"subject":["E-Journals","Die American Antiquarian Society (AAS)\t\t\t\t\tHistorical Periodicals Collection dokumentiert das Leben der\t\t\t\t\tamerikanischen Bevölkerung und die amerikanische Perspektive auf\t\t\t\t\tdas Weltgeschehen und die Wissenschaften von der Kolonialära über\t\t\t\t\tden Bürgerkrieg bis zur Zeit des Wiederaufbaus im 19. Jahrhundert.\t\t\t\t\tDer vierte Teil der Kollektion deckt ca. 1.800 Zeitschriften aus\t\t\t\t\tdem Zeitraum von 1853 bis 1865 ab"]},"email":"mailto:ssg-nationallizenzen@sbb.spk-berlin.de","sameAs":["https://ld.zdb-services.de/resource/organisations/ZDB-1-AAS4"]}