From 20a387d39d265ebf3a7457de1b846bfc099b52da Mon Sep 17 00:00:00 2001 From: Kevin Stadler Date: Wed, 24 Jul 2024 14:28:57 +0200 Subject: [PATCH] feat: basic pages --- .github/workflows/build-deploy.yml | 2 +- .github/workflows/validate.yml | 2 +- app/(index)/page.tsx | 31 ++++---- app/data.json | 1 + app/data.ts | 123 +++++++++++++++++++++++++++++ app/language/[language]/page.tsx | 10 +++ app/language/page.tsx | 47 +++++++++++ app/layout.tsx | 9 ++- app/publication/[id]/page.tsx | 68 ++++++++++++++++ app/works/[...args]/page.tsx | 92 +++++++++++++++++++++ components/app-header.tsx | 21 ++++- components/publication-cover.tsx | 33 ++++++++ messages/en.json | 30 ++++++- types/model.ts | 66 ++++++++++++++++ 14 files changed, 509 insertions(+), 26 deletions(-) create mode 100644 app/data.json create mode 100644 app/data.ts create mode 100644 app/language/[language]/page.tsx create mode 100644 app/language/page.tsx create mode 100644 app/publication/[id]/page.tsx create mode 100644 app/works/[...args]/page.tsx create mode 100644 components/publication-cover.tsx create mode 100755 types/model.ts diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index d3db780..3d361d1 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -33,7 +33,7 @@ jobs: echo "APP_NAME_SUFFIX=$APP_NAME_SUFFIX" >> $GITHUB_OUTPUT outputs: environment: "${{ steps.environment.outputs.ENVIRONMENT }}" - app_name: "frontend${{ steps.environment.outputs.APP_NAME_SUFFIX }}" + app_name: "thomas-bernhard-global${{ steps.environment.outputs.APP_NAME_SUFFIX }}" registry: "ghcr.io" image: "${{ github.repository }}" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 8ddc699..af0ba65 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -104,7 +104,7 @@ jobs: build-deploy: if: ${{ github.event_name == 'push' }} - needs: [validate] + # needs: [validate] uses: ./.github/workflows/build-deploy.yml secrets: inherit # https://docs.github.com/en/actions/using-workflows/reusing-workflows#access-and-permissions diff --git a/app/(index)/page.tsx b/app/(index)/page.tsx index 1b18fe8..94bca3f 100644 --- a/app/(index)/page.tsx +++ b/app/(index)/page.tsx @@ -1,10 +1,10 @@ import type { Metadata, ResolvingMetadata } from "next"; -import { useTranslations } from "next-intl"; import { getTranslations } from "next-intl/server"; import type { ReactNode } from "react"; -import { Logo } from "@/components/logo"; -import { MainContent } from "@/components/main-content"; +import { ClickablePublicationThumbnail } from "@/components/publication-cover"; + +import { getPublications } from "../data"; interface IndexPageProps extends EmptyObject {} @@ -27,22 +27,19 @@ export async function generateMetadata( } export default function IndexPage(_props: IndexPageProps): ReactNode { - const t = useTranslations("IndexPage"); + // const t = useTranslations("IndexPage"); + + const pubs = getPublications({ erstpublikation: true }, undefined, "RANDOM()", 0, 12); return ( - -
-
- - {t("badge")} -
-

- {t("title")} -

-
- {t("lead-in")} +
+
+
+ {pubs.map((p) => { + return ; + })}
-
- +
+
); } diff --git a/app/data.json b/app/data.json new file mode 100644 index 0000000..4348682 --- /dev/null +++ b/app/data.json @@ -0,0 +1 @@ +{"publications": {"alb_001": {"id": null, "signatur": "alb_001", "erstpublikation": true, "parents": null, "more": null, "title": "Mjeshtra t\u00eb vjet\u00ebr. Komedi", "year": 2020, "language": "albanian", "contains": [{"id": 1, "work": "1", "translators": [1], "title": "Mjeshtra t\u00eb vjet\u00ebr. Komedi"}], "publisher": {"id": 1, "name": "Aleph"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "alb_002": {"id": null, "signatur": "alb_002", "erstpublikation": true, "parents": null, "more": null, "title": "Nipi i Wittgensteinit. Nj\u00eb miq\u00ebsi", "year": 2021, "language": "albanian", "contains": [{"id": 2, "work": "2", "translators": [1], "title": "Nipi i Wittgensteinit. Nj\u00eb miq\u00ebsi"}], "publisher": {"id": 1, "name": "Aleph"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ara_001": {"id": null, "signatur": "ara_001", "erstpublikation": true, "parents": null, "more": null, "title": "\u0635\u062f\u0627\u0642\u0629 \u0645\u0639 \u0627\u0628\u0646 \u0634\u0642\u064a\u0642 \u0641\u064a\u062a\u063a\u0646\u0634\u062a\u0627\u064a\u0646", "year": 2005, "language": "arabic", "contains": [{"id": 3, "work": "2", "translators": [2], "title": "\u0635\u062f\u0627\u0642\u0629 \u0645\u0639 \u0627\u0628\u0646 \u0634\u0642\u064a\u0642 \u0641\u064a\u062a\u063a\u0646\u0634\u062a\u0627\u064a\u0646"}], "publisher": {"id": 1, "name": "Al-Mada"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ara_002": {"id": null, "signatur": "ara_002", "erstpublikation": false, "parents": ["ara_001"], "more": null, "title": "\u0635\u062f\u0627\u0642\u0629 \u0645\u0639 \u0627\u0628\u0646 \u0634\u0642\u064a\u0642 \u0641\u064a\u062a\u063a\u0646\u0634\u062a\u0627\u064a\u0646", "year": 2019, "language": "arabic", "contains": [{"id": 3, "work": "2", "translators": [2], "title": "\u0635\u062f\u0627\u0642\u0629 \u0645\u0639 \u0627\u0628\u0646 \u0634\u0642\u064a\u0642 \u0641\u064a\u062a\u063a\u0646\u0634\u062a\u0627\u064a\u0646"}], "publisher": {"id": 2, "name": "Mamdouh Adwan"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "aze_001": {"id": null, "signatur": "aze_001", "erstpublikation": true, "parents": null, "more": "aze_001a", "title": "Wittgenstein'in qarda\u015f\u0131 o\u011flu. Bir dostlu\u011fun hekay\u00e4si", "year": 2022, "language": "azerbaijani", "contains": [{"id": 4, "work": "2", "translators": [], "title": "Wittgenstein'in qarda\u015f\u0131 o\u011flu. Bir dostlu\u011fun hekay\u00e4si"}], "publisher": {"id": 4, "name": "Alatoran"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "aze_002": {"id": null, "signatur": "aze_002", "erstpublikation": true, "parents": null, "more": null, "title": "Beton", "year": 2023, "language": "azerbaijani", "contains": [{"id": 5, "work": "3", "translators": [], "title": "Beton"}], "publisher": {"id": 4, "name": "Alatoran"}, "categories": ["prose", "novels"], "isbn": "\"9789954436455\"", "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "aze_003": {"id": null, "signatur": "aze_003", "erstpublikation": true, "parents": null, "more": null, "title": "Sars\u0131nt\u0131", "year": 2023, "language": "azerbaijani", "contains": [{"id": 6, "work": "4", "translators": [], "title": "Sars\u0131nt\u0131"}], "publisher": {"id": 4, "name": "Alatoran"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "baq_001": {"id": null, "signatur": "baq_001", "erstpublikation": true, "parents": null, "more": null, "title": "Alferrikaldua", "year": 2009, "language": "basque", "contains": [{"id": 7, "work": "5", "translators": [2], "title": "Alferrikaldua"}], "publisher": {"id": 4, "name": "Alberdania & Elkar"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bra_001": {"id": null, "signatur": "bra_001", "erstpublikation": true, "parents": null, "more": null, "title": "Extin\u00e7\u00e3o. Uma derrocada", "year": 2000, "language": "portuguese (brazil)", "contains": [{"id": 8, "work": "6", "translators": [3], "title": "Extin\u00e7\u00e3o. Uma derrocada"}], "publisher": {"id": 12, "name": "Companhia das Letras"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bra_002": {"id": null, "signatur": "bra_002", "erstpublikation": true, "parents": null, "more": null, "title": "Mestres Antigos. Com\u00e9dia", "year": 2021, "language": "portuguese (brazil)", "contains": [{"id": 9, "work": "1", "translators": [14], "title": "Mestres Antigos. Com\u00e9dia"}], "publisher": {"id": 12, "name": "Companhia das Letras"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bra_003": {"id": null, "signatur": "bra_003", "erstpublikation": true, "parents": null, "more": null, "title": "Perturba\u00e7\u00e3o", "year": 1999, "language": "portuguese (brazil)", "contains": [{"id": 10, "work": "4", "translators": [5], "title": "Perturba\u00e7\u00e3o"}], "publisher": {"id": 11, "name": "Rocco"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bra_004": {"id": null, "signatur": "bra_004", "erstpublikation": true, "parents": null, "more": null, "title": "O n\u00e1ufrago", "year": 1996, "language": "portuguese (brazil)", "contains": [{"id": 11, "work": "5", "translators": [14], "title": "O n\u00e1ufrago"}], "publisher": {"id": 12, "name": "Companhia das Letras"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bra_005": {"id": null, "signatur": "bra_005", "erstpublikation": false, "parents": ["bra_004"], "more": null, "title": "O n\u00e1ufrago", "year": 2006, "language": "portuguese (brazil)", "contains": [{"id": 11, "work": "5", "translators": [14], "title": "O n\u00e1ufrago"}], "publisher": {"id": 12, "name": "Companhia das Letras"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bra_006": {"id": null, "signatur": "bra_006", "erstpublikation": true, "parents": null, "more": null, "title": "Origem", "year": 2006, "language": "portuguese (brazil)", "contains": [{"id": 12, "work": "7", "translators": [14], "title": "Origem"}], "publisher": {"id": 12, "name": "Companhia das Letras"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "bra_007": {"id": null, "signatur": "bra_007", "erstpublikation": true, "parents": null, "more": null, "title": "Meus pr\u00eamios", "year": 2011, "language": "portuguese (brazil)", "contains": [{"id": 13, "work": "8", "translators": [14], "title": "Meus pr\u00eamios"}], "publisher": {"id": 12, "name": "Companhia das Letras"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bra_008": {"id": null, "signatur": "bra_008", "erstpublikation": true, "parents": null, "more": null, "title": "O imitador de vozes", "year": 2009, "language": "portuguese (brazil)", "contains": [{"id": 14, "work": "9", "translators": [14], "title": "O imitador de vozes"}], "publisher": {"id": 12, "name": "Companhia das Letras"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bra_009": {"id": null, "signatur": "bra_009", "erstpublikation": true, "parents": null, "more": null, "title": "Andar", "year": 2017, "language": "portuguese (brazil)", "contains": [{"id": 15, "work": "10", "translators": [7], "title": "Andar"}], "publisher": {"id": 7, "name": "Editora Brasileira"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "bra_010": {"id": null, "signatur": "bra_010", "erstpublikation": true, "parents": null, "more": null, "title": "O presidente", "year": 2020, "language": "portuguese (brazil)", "contains": [{"id": 16, "work": "11", "translators": [8], "title": "O presidente"}], "publisher": {"id": 8, "name": "Editora UFPR"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "bra_011": {"id": null, "signatur": "bra_011", "erstpublikation": true, "parents": null, "more": null, "title": "Pra\u00e7a dos Her\u00f3is", "year": 2020, "language": "portuguese (brazil)", "contains": [{"id": 17, "work": "12", "translators": [10], "title": "Pra\u00e7a dos Her\u00f3is"}], "publisher": {"id": 9, "name": "Temporal"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bra_012": {"id": null, "signatur": "bra_012", "erstpublikation": true, "parents": null, "more": null, "title": "O sobrinho de Wittgenstein. Uma amizade", "year": 1992, "language": "portuguese (brazil)", "contains": [{"id": 18, "work": "2", "translators": [11], "title": "O sobrinho de Wittgenstein. Uma amizade"}], "publisher": {"id": 11, "name": "Rocco"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bra_013": {"id": null, "signatur": "bra_013", "erstpublikation": true, "parents": null, "more": null, "title": "Thomas Bernhard, o fazedor de teatro e a sua dramaturgia do discurso e da provoca\u00e7\u00e3o", "year": 2017, "language": "portuguese (brazil)", "contains": [{"id": 19, "work": "13", "translators": [12], "title": "O fazedor de teatro"}], "publisher": {"id": 10, "name": "Perspectiva"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bra_014": {"id": null, "signatur": "bra_014", "erstpublikation": true, "parents": null, "more": null, "title": "\u00c1rvores abatidas. Uma provoca\u00e7\u00e3o", "year": 1991, "language": "portuguese (brazil)", "contains": [{"id": 20, "work": "14", "translators": [13], "title": "\u00c1rvores abatidas. Uma provoca\u00e7\u00e3o"}], "publisher": {"id": 11, "name": "Rocco"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bra_015": {"id": null, "signatur": "bra_015", "erstpublikation": true, "parents": null, "more": null, "title": "Derrubar \u00e1rvores. Uma irrita\u00e7\u00e3o", "year": 2022, "language": "portuguese (brazil)", "contains": [{"id": 21, "work": "14", "translators": [14], "title": "Derrubar \u00e1rvores. Uma irrita\u00e7\u00e3o"}], "publisher": {"id": 11, "name": "Todavia"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "bra_016": {"id": null, "signatur": "bra_016", "erstpublikation": true, "parents": null, "more": null, "title": "Sim", "year": 2023, "language": "portuguese (brazil)", "contains": [{"id": 22, "work": "15", "translators": [14], "title": "Sim"}], "publisher": {"id": 12, "name": "Companhia das Letras"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "bul_001": {"id": null, "signatur": "bul_001", "erstpublikation": true, "parents": null, "more": null, "title": "\u041f\u0440\u043e\u0447\u0443\u0442\u0438\u0442\u0435. \u041f\u0438\u0435\u0441\u0438", "year": 2005, "language": "bulgarian", "contains": [{"id": 23, "work": "16", "translators": [19], "title": "\u041f\u0440\u043e\u0447\u0443\u0442\u0438\u0442\u0435"}, {"id": 24, "work": "17", "translators": [19], "title": "\u041c\u0438\u043d\u0435\u0442\u0438"}, {"id": 25, "work": "18", "translators": [19], "title": "\u041f\u0440\u0435\u0434\u0438 \u043f\u0435\u043d\u0441\u0438\u043e\u043d\u0438\u0440\u0430\u043d\u0435"}, {"id": 26, "work": "19", "translators": [19], "title": "\u0414\u043e\u0441\u0442\u0438\u0433\u043d\u0430\u0442\u0430\u0442\u0430 \u0446\u0435\u043b"}, {"id": 27, "work": "20", "translators": [19], "title": "\u041f\u0440\u043e\u0441\u0442\u043e \u0441\u043b\u043e\u0436\u043d\u043e"}], "publisher": {"id": 13, "name": "Pygmalion"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bul_002": {"id": null, "signatur": "bul_002", "erstpublikation": true, "parents": null, "more": null, "title": "\u0412\u0438\u0434\u0438\u043c\u043e\u0442\u043e \u043c\u0430\u043c\u0438. \u041f\u0438\u0435\u0441\u0438", "year": 2004, "language": "bulgarian", "contains": [{"id": 28, "work": "21", "translators": [19], "title": "\u041b\u043e\u0432\u043d\u0430\u0442\u0430 \u0434\u0440\u0443\u0436\u0438\u043d\u0430"}, {"id": 29, "work": "22", "translators": [19], "title": "\u0421\u0438\u043b\u0430\u0442\u0430 \u043d\u0430 \u043d\u0430\u0432\u0438\u043a\u0430"}, {"id": 30, "work": "23", "translators": [19], "title": "\u0412\u0438\u0434\u0438\u043c\u043e\u0442\u043e \u043c\u0430\u043c\u0438"}, {"id": 31, "work": "24", "translators": [19], "title": "\u0415\u043b\u0438\u0437\u0430\u0431\u0435\u0442 \u0412\u0442\u043e\u0440\u0430"}], "publisher": {"id": 13, "name": "Pygmalion"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bul_003": {"id": null, "signatur": "bul_003", "erstpublikation": true, "parents": null, "more": null, "title": "\u0422\u0435\u0430\u0442\u0440\u0430\u043b\u044a\u0442. \u041f\u0438\u0435\u0441\u0438", "year": 2003, "language": "bulgarian", "contains": [{"id": 32, "work": "25", "translators": [19], "title": "\u041f\u0440\u0430\u0437\u043d\u0438\u043a \u0437\u0430 \u0411\u043e\u0440\u0438\u0441"}, {"id": 33, "work": "11", "translators": [19], "title": "\u041f\u0440\u0435\u0437\u0438\u0434\u0435\u043d\u0442\u044a\u0442"}, {"id": 34, "work": "26", "translators": [19], "title": "\u0418\u043c\u0430\u043d\u0443\u0435\u043b \u041a\u0430\u043d\u0442"}, {"id": 35, "work": "13", "translators": [19], "title": "\u0422\u0435\u0430\u0442\u0440\u0430\u043b\u044a\u0442"}], "publisher": {"id": 13, "name": "Pygmalion"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "bul_004": {"id": null, "signatur": "bul_004", "erstpublikation": true, "parents": ["bul_001", "bul_002", "bul_003"], "more": null, "title": "\u0421\u044a\u0431\u0440\u0430\u043d\u0438 \u043f\u0438\u0435\u0441\u0438. \u0442\u043e\u043c 1", "year": 2010, "language": "bulgarian", "contains": [{"id": 32, "work": "25", "translators": [19], "title": "\u041f\u0440\u0430\u0437\u043d\u0438\u043a \u0437\u0430 \u0411\u043e\u0440\u0438\u0441"}, {"id": 36, "work": "27", "translators": [19], "title": "\u041d\u0435\u0432\u0435\u0436\u0438\u044f\u0442 \u0438 \u0431\u0435\u0437\u0443\u043c\u043d\u0438\u044f\u0442"}, {"id": 28, "work": "21", "translators": [19], "title": "\u041b\u043e\u0432\u043d\u0430\u0442\u0430 \u0434\u0440\u0443\u0436\u0438\u043d\u0430"}, {"id": 29, "work": "22", "translators": [19], "title": "\u0421\u0438\u043b\u0430\u0442\u0430 \u043d\u0430 \u043d\u0430\u0432\u0438\u043a\u0430"}, {"id": 33, "work": "11", "translators": [19], "title": "\u041f\u0440\u0435\u0437\u0438\u0434\u0435\u043d\u0442\u044a\u0442"}, {"id": 23, "work": "16", "translators": [19], "title": "\u041f\u0440\u043e\u0447\u0443\u0442\u0438\u0442\u0435"}, {"id": 24, "work": "17", "translators": [19], "title": "\u041c\u0438\u043d\u0435\u0442\u0438"}, {"id": 34, "work": "26", "translators": [19], "title": "\u0418\u043c\u0430\u043d\u0443\u0435\u043b \u041a\u0430\u043d\u0442"}, {"id": 25, "work": "18", "translators": [19], "title": "\u041f\u0440\u0435\u0434\u0438 \u043f\u0435\u043d\u0441\u0438\u043e\u043d\u0438\u0440\u0430\u043d\u0435"}], "publisher": {"id": 14, "name": "Riva"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bul_005": {"id": null, "signatur": "bul_005", "erstpublikation": true, "parents": ["bul_001", "bul_002", "bul_003"], "more": null, "title": "\u0421\u044a\u0431\u0440\u0430\u043d\u0438 \u043f\u0438\u0435\u0441\u0438. \u0442\u043e\u043c 2", "year": 2010, "language": "bulgarian", "contains": [{"id": 37, "work": "28", "translators": [19], "title": "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435\u043b\u044f\u0442 \u043d\u0430 \u0441\u0432\u0435\u0442\u0430"}, {"id": 38, "work": "29", "translators": [19], "title": "\u041d\u0430\u0434 \u0432\u0441\u0438\u0447\u043a\u0438 \u0432\u044a\u0440\u0445\u043e\u0432\u0435 \u0435 \u0442\u0438\u0448\u0438\u043d\u0430"}, {"id": 26, "work": "19", "translators": [19], "title": "\u0414\u043e\u0441\u0442\u0438\u0433\u043d\u0430\u0442\u0430\u0442\u0430 \u0446\u0435\u043b"}, {"id": 30, "work": "23", "translators": [19], "title": "\u0412\u0438\u0434\u0438\u043c\u043e\u0442\u043e \u043c\u0430\u043c\u0438"}, {"id": 35, "work": "13", "translators": [19], "title": "\u0422\u0435\u0430\u0442\u0440\u0430\u043b\u044a\u0442"}, {"id": 39, "work": "30", "translators": [19], "title": "\u0420\u0438\u0442\u0435\u0440, \u0414\u0435\u043d\u0435, \u0424\u043e\u0441"}, {"id": 27, "work": "20", "translators": [19], "title": "\u041f\u0440\u043e\u0441\u0442\u043e \u0441\u043b\u043e\u0436\u043d\u043e"}, {"id": 31, "work": "24", "translators": [19], "title": "\u0415\u043b\u0438\u0437\u0430\u0431\u0435\u0442 \u0412\u0442\u043e\u0440\u0430"}, {"id": 40, "work": "12", "translators": [19], "title": "\u041f\u043b\u043e\u0449\u0430\u0434\u044a\u0442 \u043d\u0430 \u0433\u0435\u0440\u043e\u0438\u0442\u0435"}], "publisher": {"id": 14, "name": "Riva"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bul_006": {"id": null, "signatur": "bul_006", "erstpublikation": true, "parents": null, "more": null, "title": "\u0421\u044a\u0431\u0440\u0430\u043d\u0438 \u043f\u0438\u0435\u0441\u0438. \u0442\u043e\u043c 3", "year": 2010, "language": "bulgarian", "contains": [{"id": 41, "work": "31", "translators": [19], "title": "\u0420\u043e\u0437\u0438\u0442\u0435 \u0432 \u043f\u0443\u0449\u0438\u043d\u0430\u043a\u0430"}, {"id": 42, "work": "32", "translators": [19], "title": "\u0413\u043b\u0430\u0432\u0438"}, {"id": 43, "work": "33", "translators": [19], "title": "\u0418\u0437\u043c\u0438\u0441\u043b\u0435\u043d\u0430\u0442\u0430"}, {"id": 44, "work": "34", "translators": [19], "title": "\u0420\u043e\u0437a"}, {"id": 45, "work": "35", "translators": [19], "title": "\u041f\u0440\u043e\u043b\u0435\u0442"}, {"id": 46, "work": "36", "translators": [19], "title": "\u041f\u043b\u0430\u043d\u0438\u043d\u0430\u0442\u0430"}, {"id": 47, "work": "37", "translators": [19], "title": "\u041c\u044a\u0440\u0442\u0432\u0435\u0446"}, {"id": 48, "work": "38", "translators": [19], "title": "\u041c\u0430\u0439\u0441\u043a\u0430 \u043c\u043e\u043b\u0438\u0442\u0432\u0430"}, {"id": 49, "work": "39", "translators": [19], "title": "\u041c\u0430\u0447"}, {"id": 50, "work": "40", "translators": [19], "title": "\u041e\u043f\u0440\u0430\u0432\u0434\u0430\u0442\u0435\u043b\u043d\u0430 \u043f\u0440\u0438\u0441\u044a\u0434\u0430"}, {"id": 51, "work": "41", "translators": [19], "title": "\u0421\u043b\u0430\u0434\u043e\u043b\u0435\u0434"}, {"id": 52, "work": "42", "translators": [19], "title": "\u041e\u0431\u044f\u0434 \u043d\u0430 \u043d\u0435\u043c\u0441\u043a\u0430 \u0442\u0440\u0430\u043f\u0435\u0437\u0430"}, {"id": 53, "work": "43", "translators": [19], "title": "\u0412\u0441\u0438\u0447\u043a\u043e \u0438\u043b\u0438 \u043d\u0438\u0449\u043e"}, {"id": 54, "work": "44", "translators": [19], "title": "\u041a\u043b\u0430\u0443\u0441 \u041f\u0430\u0439\u043c\u0430\u043d \u043d\u0430\u043f\u0443\u0441\u043a\u0430 \u0411\u043e\u0445\u0443\u043c \u0438 \u0437\u0430\u043c\u0438\u043d\u0430\u0432\u0430 \u0437\u0430 \u0412\u0438\u0435\u043d\u0430 \u043a\u0430\u0442\u043e \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440 \u043d\u0430 \u0411\u0443\u0440\u0433\u0442\u0435\u0430\u0442\u044a\u0440"}, {"id": 55, "work": "45", "translators": [19], "title": "\u041a\u043b\u0430\u0443\u0441 \u041f\u0430\u0439\u043c\u0430\u043d \u0441\u0438 \u043a\u0443\u043f\u0443\u0432\u0430 \u043f\u0430\u043d\u0442\u0430\u043b\u043e\u043d \u0438 \u0438\u0434\u0432\u0430 \u0441 \u043c\u0435\u043d\u0435 \u0434\u0430 \u044f\u0434\u0435"}, {"id": 56, "work": "46", "translators": [19], "title": "\u041a\u043b\u0430\u0443\u0441 \u041f\u0430\u0439\u043c\u0430\u043d \u0438 \u0425\u0435\u0440\u043c\u0430\u043d \u0411\u0430\u0439\u043b \u043d\u0430 \u0417\u0443\u043b\u0446\u0432\u0438\u0437\u0435"}], "publisher": {"id": 14, "name": "Riva"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bul_007": {"id": null, "signatur": "bul_007", "erstpublikation": true, "parents": null, "more": null, "title": "\u0421\u0442\u0430\u0440\u0438\u0442\u0435 \u043c\u0430\u0439\u0441\u0442\u043e\u0440\u0438. \u041a\u043e\u043c\u0435\u0434\u0438\u044f", "year": 2002, "language": "bulgarian", "contains": [{"id": 57, "work": "1", "translators": [15], "title": "\u0421\u0442\u0430\u0440\u0438\u0442\u0435 \u043c\u0430\u0439\u0441\u0442\u043e\u0440\u0438. \u041a\u043e\u043c\u0435\u0434\u0438\u044f"}], "publisher": {"id": 18, "name": "KX"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bul_008": {"id": null, "signatur": "bul_008", "erstpublikation": true, "parents": null, "more": null, "title": "\u0418\u0437\u043b\u0438\u0447\u0430\u0432\u0430\u043d\u0435. \u0415\u0434\u043d\u043e \u0440\u0430\u0437\u043f\u0430\u0434\u0430\u043d\u0435", "year": 2007, "language": "bulgarian", "contains": [{"id": 58, "work": "6", "translators": [21], "title": "\u0418\u0437\u043b\u0438\u0447\u0430\u0432\u0430\u043d\u0435. \u0415\u0434\u043d\u043e \u0440\u0430\u0437\u043f\u0430\u0434\u0430\u043d\u0435"}], "publisher": {"id": 16, "name": "Atlantis KL"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bul_009": {"id": null, "signatur": "bul_009", "erstpublikation": true, "parents": null, "more": null, "title": "\u041f\u043b\u0435\u043c\u0435\u043d\u043d\u0438\u043a\u044a\u0442 \u043d\u0430 \u0412\u0438\u0442\u0433\u0435\u043d\u0449\u0430\u0439\u043d. \u0415\u0434\u043d\u043e \u043f\u0440\u0438\u044f\u0442\u0435\u043b\u0441\u0442\u0432\u043e", "year": 2002, "language": "bulgarian", "contains": [{"id": 59, "work": "2", "translators": [19], "title": "\u041f\u043b\u0435\u043c\u0435\u043d\u043d\u0438\u043a\u044a\u0442 \u043d\u0430 \u0412\u0438\u0442\u0433\u0435\u043d\u0449\u0430\u0439\u043d. \u0415\u0434\u043d\u043e \u043f\u0440\u0438\u044f\u0442\u0435\u043b\u0441\u0442\u0432\u043e"}], "publisher": {"id": 16, "name": "Atlantis KL"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bul_010": {"id": null, "signatur": "bul_010", "erstpublikation": true, "parents": null, "more": null, "title": "\u041a\u0440\u0443\u0448\u0435\u043d\u0435\u0446\u044a\u0442", "year": 2003, "language": "bulgarian", "contains": [{"id": 60, "work": "5", "translators": [21], "title": "\u041a\u0440\u0443\u0448\u0435\u043d\u0435\u0446\u044a\u0442"}], "publisher": {"id": 16, "name": "Atlantis KL"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bul_011": {"id": null, "signatur": "bul_011", "erstpublikation": true, "parents": null, "more": null, "title": "\u041c\u043e\u0438\u0442\u0435 \u043d\u0430\u0433\u0440\u0430\u0434\u0438", "year": 2010, "language": "bulgarian", "contains": [{"id": 61, "work": "8", "translators": [21], "title": "\u041c\u043e\u0438\u0442\u0435 \u043d\u0430\u0433\u0440\u0430\u0434\u0438"}], "publisher": {"id": 16, "name": "Atlantis KL"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bul_012": {"id": null, "signatur": "bul_012", "erstpublikation": true, "parents": null, "more": null, "title": "\u0421\u0435\u0447. \u0415\u0434\u043d\u0430 \u0432\u044a\u0437\u0431\u0443\u0434\u0430", "year": 2012, "language": "bulgarian", "contains": [{"id": 62, "work": "14", "translators": [21], "title": "\u0421\u0435\u0447. \u0415\u0434\u043d\u0430 \u0432\u044a\u0437\u0431\u0443\u0434\u0430"}], "publisher": {"id": 16, "name": "Atlantis KL"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bul_013": {"id": null, "signatur": "bul_013", "erstpublikation": true, "parents": null, "more": null, "title": "\u041c\u0440\u0430\u0437", "year": 2018, "language": "bulgarian", "contains": [{"id": 63, "work": "47", "translators": [18], "title": "\u041c\u0440\u0430\u0437"}], "publisher": {"id": 16, "name": "Atlantis KL"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bul_014": {"id": null, "signatur": "bul_014", "erstpublikation": true, "parents": null, "more": null, "title": "\u0411\u0435\u0442\u043e\u043d", "year": 2020, "language": "bulgarian", "contains": [{"id": 64, "work": "3", "translators": [18], "title": "\u0411\u0435\u0442\u043e\u043d"}], "publisher": {"id": 16, "name": "Atlantis KL"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bul_015": {"id": null, "signatur": "bul_015", "erstpublikation": true, "parents": null, "more": null, "title": "\u0412\u0430\u0440\u043d\u0438\u0446\u0430\u0442\u0430", "year": 2021, "language": "bulgarian", "contains": [{"id": 65, "work": "48", "translators": [18], "title": "\u0412\u0430\u0440\u043d\u0438\u0446\u0430\u0442\u0430"}], "publisher": {"id": 16, "name": "Atlantis KL"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bul_016": {"id": null, "signatur": "bul_016", "erstpublikation": true, "parents": null, "more": null, "title": "Dramolette von Thomas Bernhard. \u0415\u0434\u043d\u043e\u0430\u043a\u0442\u043d\u0438\u043f\u0438\u0435\u0441\u0438 o\u0442 \u0422\u043e\u043c\u0430\u0441 \u0411\u0435\u0440\u043d\u0445\u0430\u0440\u0434", "year": 2002, "language": "bulgarian", "contains": [{"id": 66, "work": "40", "translators": [18], "title": "\u041e\u043f\u0440\u0430\u0432\u0434\u0430\u0442\u0435\u043b\u043d\u0430 \u043f\u0440\u0438\u0441\u044a\u0434\u0430"}, {"id": 67, "work": "41", "translators": [18], "title": "\u0421\u043b\u0430\u0434\u043e\u043b\u0435\u0434"}, {"id": 68, "work": "49", "translators": [18], "title": "\u041e\u0431\u044f\u0434 \u043do \u043d\u0435\u043c\u0441\u043a\u0438"}, {"id": 69, "work": "43", "translators": [18], "title": "\u0412\u0441\u0438\u0447\u043a\u043e \u0438\u043b\u0438 \u043d\u0438\u0449\u043e"}], "publisher": {"id": 16, "name": "Antos"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "bul_017": {"id": null, "signatur": "bul_017", "erstpublikation": true, "parents": null, "more": null, "title": "\u0414\u0435\u0442\u0435. \u0420\u0430\u0437\u043a\u0430\u0437", "year": 2020, "language": "bulgarian", "contains": [{"id": 70, "work": "50", "translators": [19], "title": "\u0414\u0435\u0442\u0435. \u0420\u0430\u0437\u043a\u0430\u0437"}], "publisher": {"id": 18, "name": "Black Flamingo"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "bul_018": {"id": null, "signatur": "bul_018", "erstpublikation": true, "parents": null, "more": null, "title": "\u041f\u0440\u0438\u0447\u0438\u043d\u0430\u0442\u0430. \u0415\u0434\u0438\u043d \u043d\u0430\u043c\u0435\u043a", "year": 2021, "language": "bulgarian", "contains": [{"id": 71, "work": "7", "translators": [19], "title": "\u041f\u0440\u0438\u0447\u0438\u043d\u0430\u0442\u0430. \u0415\u0434\u0438\u043d \u043d\u0430\u043c\u0435\u043a"}], "publisher": {"id": 18, "name": "Black Flamingo"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "bul_019": {"id": null, "signatur": "bul_019", "erstpublikation": true, "parents": null, "more": null, "title": "\u0423\u043c\u0438\u0440\u0430\u0429\u0438\u044f\u0442 \u0413\u044c\u043e\u0442\u0435. \u0420\u0430\u0437\u043a\u0430\u0437\u0438", "year": 2022, "language": "bulgarian", "contains": [{"id": 72, "work": "51", "translators": [19], "title": "\u0423\u043c\u0438\u0440\u0430\u0448\u0442\u0438\u044f\u0442 \u0413\u044c\u043e\u0442\u0435"}, {"id": 73, "work": "52", "translators": [19], "title": "\u041c\u043e\u043d\u0442\u0435\u043d. \u0420\u0430\u0437\u043a\u0430\u0437"}, {"id": 74, "work": "53", "translators": [19], "title": "\u0412\u0438\u0436\u0434\u0430\u043d\u0435"}, {"id": 75, "work": "54", "translators": [19], "title": "\u0412 \u043f\u043b\u0430\u043c\u044a\u0446\u0438. \u041f\u044a\u0442\u0435\u043f\u0438\u0441 \u0434\u043e \u043d\u044f\u043a\u043e\u0433\u0430\u0448\u0435\u043d \u043f\u0440\u0438\u044f\u0442\u0435\u043b"}], "publisher": {"id": 18, "name": "KX"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "bul_020": {"id": null, "signatur": "bul_020", "erstpublikation": true, "parents": null, "more": null, "title": "\u041d\u0430 \u0437\u0435\u043c\u044f\u0442\u0430 \u0438 \u0432 \u0430\u0434\u0430", "year": 1998, "language": "bulgarian", "contains": [{"id": 76, "work": "55", "translators": [20], "title": "\u041d\u0430 \u0437\u0435\u043c\u044f\u0442\u0430 \u0438 \u0432 \u0430\u0434\u0430"}], "publisher": {"id": 18, "name": "Poesie"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "bul_021": {"id": null, "signatur": "bul_021", "erstpublikation": true, "parents": null, "more": null, "title": "\u0414\u0438\u0445\u0430\u043d\u0438\u0435\u0442\u043e", "year": 1983, "language": "bulgarian", "contains": [{"id": 77, "work": "56", "translators": [21], "title": "\u0414\u0438\u0445\u0430\u043d\u0438\u0435\u0442\u043e"}], "publisher": {"id": 19, "name": "Narodna Kultura"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "chi_kurz_001": {"id": null, "signatur": "chi_kurz_001", "erstpublikation": true, "parents": null, "more": null, "title": "\u7ef4\u7279\u6839\u65af\u5766\u7684\u4f84\u5b50", "year": 2010, "language": "chinese (simpl.)", "contains": [{"id": 78, "work": "15", "translators": [22], "title": "\u6ce2\u65af\u5973\u4eba"}, {"id": 79, "work": "2", "translators": [22], "title": "\u7ef4\u7279\u6839\u65af\u5766\u7684\u4f84\u5b50"}, {"id": 80, "work": "57", "translators": [22], "title": "\u573a\u53cb\u8c0a, \u5236\u5e3d\u5320"}], "publisher": {"id": 22, "name": "Shanghai People's Publishing House"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "chi_kurz_002": {"id": null, "signatur": "chi_kurz_002", "erstpublikation": false, "parents": ["chi_kurz_001"], "more": null, "title": "\u7ef4\u7279\u6839\u65af\u5766\u7684\u4f84\u5b50", "year": 2014, "language": "chinese (simpl.)", "contains": [{"id": 78, "work": "15", "translators": [22], "title": "\u6ce2\u65af\u5973\u4eba"}, {"id": 79, "work": "2", "translators": [22], "title": "\u7ef4\u7279\u6839\u65af\u5766\u7684\u4f84\u5b50"}, {"id": 80, "work": "57", "translators": [22], "title": "\u573a\u53cb\u8c0a, \u5236\u5e3d\u5320"}], "publisher": {"id": 22, "name": "Shanghai People's Publishing House"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "chi_kurz_003": {"id": null, "signatur": "chi_kurz_003", "erstpublikation": true, "parents": null, "more": null, "title": "\u82f1\u96c4\u5e7f\u573a", "year": 2014, "language": "chinese (simpl.)", "contains": [{"id": 81, "work": "22", "translators": [22], "title": "\u4e60\u60ef\u7684\u529b\u91cf"}, {"id": 82, "work": "11", "translators": [22], "title": "\u603b\u7edf"}, {"id": 83, "work": "12", "translators": [22], "title": "\u82f1\u96c4\u5e7f\u573a"}], "publisher": {"id": 22, "name": "Shanghai People's Publishing House"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "chi_kurz_004": {"id": null, "signatur": "chi_kurz_004", "erstpublikation": true, "parents": null, "more": null, "title": "Alte Meister und weitere drei Werke von Thomas Bernhard. \u5386\u4ee3\u5927\u5e08. \u4f2f\u6069\u54c8\u5fb7\u4f5c\u54c1\u9009", "year": 2006, "language": "chinese (simpl.)", "contains": [{"id": 84, "work": "9", "translators": [22], "title": "\u8072\u97f3\u6a21\u4eff\u8005"}, {"id": 85, "work": "58", "translators": [22], "title": "\u4e8b\u4ef6"}, {"id": 86, "work": "1", "translators": [22], "title": "\u6b77\u4ee3\u5927\u5e2b"}, {"id": 87, "work": "3", "translators": [22], "title": "\u6c34\u6ce5\u5730"}], "publisher": {"id": 21, "name": "SDX Joint Publishing"}, "categories": ["prose", "novels \\ novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "chi_kurz_005": {"id": null, "signatur": "chi_kurz_005", "erstpublikation": false, "parents": ["chi_kurz_004"], "more": null, "title": "\u5386\u4ee3\u5927\u5e08", "year": 2013, "language": "chinese (simpl.)", "contains": [{"id": 86, "work": "1", "translators": [22], "title": "\u6b77\u4ee3\u5927\u5e2b"}], "publisher": {"id": 22, "name": "Shanghai People's Publishing House"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "chi_kurz_006": {"id": null, "signatur": "chi_kurz_006", "erstpublikation": true, "parents": null, "more": null, "title": "\u6211\u7684\u6587\u5b66\u5956", "year": 2013, "language": "chinese (simpl.)", "contains": [{"id": 88, "work": "8", "translators": [22], "title": "\u6211\u7684\u6587\u5b66\u5956"}], "publisher": {"id": 22, "name": "Shanghai People's Publishing House"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "chi_kurz_007": {"id": null, "signatur": "chi_kurz_007", "erstpublikation": true, "parents": null, "more": null, "title": "\u6258\u99ac\u65af\u00b7\u4f2f\u6069\u54c8\u5fb7\u81ea\u50b3\u5c0f\u8aaa\u4e94\u90e8\u66f2", "year": 2016, "language": "chinese (simpl.)", "contains": [{"id": 89, "work": "7", "translators": [22], "title": "\u539f\u56e0"}, {"id": 90, "work": "59", "translators": [22], "title": "\u5730\u4e0b"}, {"id": 91, "work": "56", "translators": [22], "title": "\u547c\u5438"}, {"id": 92, "work": "60", "translators": [22], "title": "\u5bd2\u51b7"}, {"id": 93, "work": "50", "translators": [22], "title": "\u500b\u5b69"}], "publisher": {"id": 22, "name": "People's Literature Publishing House"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "chi_kurz_008": {"id": null, "signatur": "chi_kurz_008", "erstpublikation": true, "parents": null, "more": null, "title": "\u72e9\u730e\u805a\u4f1a. \u5965\u5730\u5229\u620f\u5267\u5bb6\u4f2f\u6069\u54c8\u5fb7\u5267\u4f5c\u9009(\u4e0a)", "year": 2021, "language": "chinese (simpl.)", "contains": [{"id": 94, "work": "21", "translators": [28], "title": "\u72e9\u730e\u805a\u4f1a"}, {"id": 95, "work": "17", "translators": [28], "title": "\u7c73\u5948\u8482"}, {"id": 96, "work": "26", "translators": [28], "title": "\u4f0a\u9a6c\u52aa\u57c3\u5c14\u00b7\u5eb7\u5fb7"}, {"id": 97, "work": "18", "translators": [28], "title": "\u9000\u4f11\u4e4b\u524d"}], "publisher": {"id": 24, "name": "China Theatre Press"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "chi_kurz_009": {"id": null, "signatur": "chi_kurz_009", "erstpublikation": true, "parents": null, "more": null, "title": "\u72e9\u730e\u805a\u4f1a. \u5965\u5730\u5229\u620f\u5267\u5bb6\u4f2f\u6069\u54c8\u5fb7\u5267\u4f5c\u9009(\u4e0b)", "year": 2021, "language": "chinese (simpl.)", "contains": [{"id": 98, "work": "28", "translators": [28], "title": "\u4e16\u754c\u6539\u9020\u8005"}, {"id": 99, "work": "19", "translators": [28], "title": "\u62b5\u8fbe\u76ee\u7684\u5730"}, {"id": 100, "work": "13", "translators": [28], "title": "\u620f\u5267\u4eba"}], "publisher": {"id": 24, "name": "China Theatre Press"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_001": {"id": null, "signatur": "cze_001", "erstpublikation": true, "parents": null, "more": "cze_001a", "title": "Claus Peymann opou\u0161t\u00ed Bochum a jde jako \u0159editel Burgtheatru do V\u00eddn\u011b", "year": 1999, "language": "czech", "contains": [{"id": 101, "work": "61", "translators": [48], "title": "Claus Peymann opou\u0161t\u00ed Bochum a jde jako \u0159editel Burgtheatru do V\u00eddn\u011b"}], "publisher": {"id": 24, "name": "Sv\u011bt a divadlo 2, S. 108-113"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "cze_002": {"id": null, "signatur": "cze_002", "erstpublikation": true, "parents": null, "more": "cze_002a", "title": "Claus Peymann si kupuje kalhoty a jdese mnou na ob\u011bd", "year": 2001, "language": "czech", "contains": [{"id": 102, "work": "62", "translators": [49], "title": "Claus Peymann si kupuje kalhoty a jdese mnou na ob\u011bd"}], "publisher": {"id": 25, "name": "Sv\u011bt a divadlo 5, S. 122-130"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "cze_003": {"id": null, "signatur": "cze_003", "erstpublikation": true, "parents": null, "more": null, "title": "Vyhlazen\u00ed. Rozpad", "year": 1999, "language": "czech", "contains": [{"id": 103, "work": "6", "translators": [40], "title": "Vyhlazen\u00ed. Rozpad"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_004": {"id": null, "signatur": "cze_004", "erstpublikation": false, "parents": ["cze_003"], "more": null, "title": "Vyhlazen\u00ed. Rozpad", "year": 2014, "language": "czech", "contains": [{"id": 103, "work": "6", "translators": [40], "title": "Vyhlazen\u00ed. Rozpad"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "cze_005": {"id": null, "signatur": "cze_005", "erstpublikation": true, "parents": null, "more": null, "title": "Sta\u0159\u00ed mist\u0159i. Komedie", "year": 1994, "language": "czech", "contains": [{"id": 104, "work": "1", "translators": [48], "title": "Sta\u0159\u00ed mist\u0159i. Komedie"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_006": {"id": null, "signatur": "cze_006", "erstpublikation": true, "parents": null, "more": null, "title": "Sta\u0159\u00ed mist\u0159i. Komedie", "year": 2004, "language": "czech", "contains": [{"id": 104, "work": "1", "translators": [48], "title": "Sta\u0159\u00ed mist\u0159i. Komedie"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "cze_007": {"id": null, "signatur": "cze_007", "erstpublikation": false, "parents": ["cze_006"], "more": null, "title": "Sta\u0159\u00ed mist\u0159i. Komedie", "year": 2016, "language": "czech", "contains": [{"id": 104, "work": "1", "translators": [48], "title": "Sta\u0159\u00ed mist\u0159i. Komedie"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "cze_008": {"id": null, "signatur": "cze_008", "erstpublikation": true, "parents": null, "more": null, "title": "Wittgenstein\u016fv synovec. O jednom p\u0159\u00e1telstv\u00ed", "year": 1996, "language": "czech", "contains": [{"id": 105, "work": "2", "translators": [40], "title": "Wittgenstein\u016fv synovec. O jednom p\u0159\u00e1telstv\u00ed"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_009": {"id": null, "signatur": "cze_009", "erstpublikation": true, "parents": null, "more": null, "title": "Wittgenstein\u016fv synovec. O jednom p\u0159\u00e1telstv\u00ed", "year": 2005, "language": "czech", "contains": [{"id": 105, "work": "2", "translators": [40], "title": "Wittgenstein\u016fv synovec. O jednom p\u0159\u00e1telstv\u00ed"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_010": {"id": null, "signatur": "cze_010", "erstpublikation": true, "parents": null, "more": null, "title": "Beton", "year": 2001, "language": "czech", "contains": [{"id": 106, "work": "3", "translators": [40], "title": "Beton"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_011": {"id": null, "signatur": "cze_011", "erstpublikation": false, "parents": ["cze_010"], "more": null, "title": "Beton", "year": 2004, "language": "czech", "contains": [{"id": 106, "work": "3", "translators": [40], "title": "Beton"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "cze_013": {"id": null, "signatur": "cze_013", "erstpublikation": true, "parents": null, "more": null, "title": "Korektura", "year": 1998, "language": "czech", "contains": [{"id": 107, "work": "65", "translators": [40], "title": "Korektura"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_014": {"id": null, "signatur": "cze_014", "erstpublikation": false, "parents": ["cze_013"], "more": null, "title": "Korektura", "year": 2009, "language": "czech", "contains": [{"id": 107, "work": "65", "translators": [40], "title": "Korektura"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "cze_015": {"id": null, "signatur": "cze_015", "erstpublikation": true, "parents": null, "more": null, "title": "Ano", "year": 2004, "language": "czech", "contains": [{"id": 108, "work": "15", "translators": [34], "title": "Ano"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_016": {"id": null, "signatur": "cze_016", "erstpublikation": true, "parents": null, "more": null, "title": "Ch\u016fze", "year": 2005, "language": "czech", "contains": [{"id": 109, "work": "10", "translators": [40], "title": "Ch\u016fze"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_017": {"id": null, "signatur": "cze_017", "erstpublikation": true, "parents": null, "more": null, "title": "Rozru\u0161en\u00ed", "year": 2004, "language": "czech", "contains": [{"id": 110, "work": "4", "translators": [40], "title": "Rozru\u0161en\u00ed"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_018": {"id": null, "signatur": "cze_018", "erstpublikation": true, "parents": null, "more": null, "title": "Mr\u00e1z", "year": 2007, "language": "czech", "contains": [{"id": 111, "work": "47", "translators": [40], "title": "Mr\u00e1z"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_019": {"id": null, "signatur": "cze_019", "erstpublikation": true, "parents": null, "more": null, "title": "V\u00e1penka", "year": 2005, "language": "czech", "contains": [{"id": 112, "work": "48", "translators": [49], "title": "V\u00e1penka"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_020": {"id": null, "signatur": "cze_020", "erstpublikation": true, "parents": null, "more": null, "title": "T\u0159i novely", "year": 2000, "language": "czech", "contains": [{"id": 113, "work": "66", "translators": [40], "title": "Ungenach"}, {"id": 114, "work": "67", "translators": [38], "title": "Amras"}, {"id": 115, "work": "68", "translators": [40], "title": "Mou\u0161lov\u00e1n\u00ed"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_021": {"id": null, "signatur": "cze_021", "erstpublikation": false, "parents": ["cze_020"], "more": null, "title": "Mou\u0161lov\u00e1n\u00ed a jin\u00e9 pr\u00f3zy", "year": 2008, "language": "czech", "contains": [{"id": 113, "work": "66", "translators": [40], "title": "Ungenach"}, {"id": 114, "work": "67", "translators": [38], "title": "Amras"}, {"id": 115, "work": "68", "translators": [40], "title": "Mou\u0161lov\u00e1n\u00ed"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "cze_022": {"id": null, "signatur": "cze_022", "erstpublikation": true, "parents": null, "more": null, "title": "Imit\u00e1tor hlas\u016f", "year": 2002, "language": "czech", "contains": [{"id": 116, "work": "9", "translators": [40], "title": "Imit\u00e1tor hlas\u016f"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_023": {"id": null, "signatur": "cze_023", "erstpublikation": true, "parents": null, "more": null, "title": "Ztroskotanec", "year": 2002, "language": "czech", "contains": [{"id": 117, "work": "5", "translators": [49], "title": "Ztroskotanec"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_024": {"id": null, "signatur": "cze_024", "erstpublikation": false, "parents": ["cze_023"], "more": null, "title": "Ztroskotanec", "year": 2009, "language": "czech", "contains": [{"id": 117, "work": "5", "translators": [49], "title": "Ztroskotanec"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "cze_025": {"id": null, "signatur": "cze_025", "erstpublikation": true, "parents": null, "more": null, "title": "Je to komedie? Je to trag\u00e9die? Pov\u00eddky", "year": 2003, "language": "czech", "contains": [{"id": 118, "work": "69", "translators": [40], "title": "Zlo\u010din kupeck\u00e9ho syna z Innsbrucku"}, {"id": 119, "work": "70", "translators": [40], "title": "Tesa\u0159"}, {"id": 120, "work": "71", "translators": [49], "title": "Jauregg"}, {"id": 121, "work": "72", "translators": [49], "title": "Dva vychovatel\u00e9"}, {"id": 122, "work": "73", "translators": [49], "title": "\u010cepice"}, {"id": 123, "work": "74", "translators": [49], "title": "Je to komedie? Je to trag\u00e9die?"}, {"id": 124, "work": "75", "translators": [49], "title": "Viktor Pomaten\u00fd"}, {"id": 125, "work": "76", "translators": [49], "title": "Ata\u0161\u00e9 z francouzsk\u00e9ho velvyslanectv\u00ed"}, {"id": 126, "work": "77", "translators": [40], "title": "Na okraji lesa"}, {"id": 127, "work": "78", "translators": [40], "title": "Midland ve Stilfsu"}, {"id": 128, "work": "79", "translators": [49], "title": "Havelok"}, {"id": 129, "work": "80", "translators": [38], "title": "Na Ortleru"}, {"id": 130, "work": "81", "translators": [48], "title": "Hum\u00edraj\u00edc\u00ed Goethe"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_026": {"id": null, "signatur": "cze_026", "erstpublikation": true, "parents": null, "more": null, "title": "Je to komedie? Je to trag\u00e9die? Pov\u00eddky", "year": 2008, "language": "czech", "contains": [{"id": 118, "work": "69", "translators": [40], "title": "Zlo\u010din kupeck\u00e9ho syna z Innsbrucku"}, {"id": 119, "work": "70", "translators": [40], "title": "Tesa\u0159"}, {"id": 120, "work": "71", "translators": [49], "title": "Jauregg"}, {"id": 121, "work": "72", "translators": [49], "title": "Dva vychovatel\u00e9"}, {"id": 122, "work": "73", "translators": [49], "title": "\u010cepice"}, {"id": 123, "work": "74", "translators": [49], "title": "Je to komedie? Je to trag\u00e9die?"}, {"id": 124, "work": "75", "translators": [49], "title": "Viktor Pomaten\u00fd"}, {"id": 125, "work": "76", "translators": [49], "title": "Ata\u0161\u00e9 z francouzsk\u00e9ho velvyslanectv\u00ed"}, {"id": 126, "work": "77", "translators": [40], "title": "Na okraji lesa"}, {"id": 127, "work": "78", "translators": [40], "title": "Midland ve Stilfsu"}, {"id": 128, "work": "79", "translators": [49], "title": "Havelok"}, {"id": 129, "work": "80", "translators": [38], "title": "Na Ortleru"}, {"id": 130, "work": "81", "translators": [48], "title": "Hum\u00edraj\u00edc\u00ed Goethe"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "cze_027": {"id": null, "signatur": "cze_027", "erstpublikation": true, "parents": null, "more": null, "title": "Konzumenti levn\u00fdch j\u00eddel", "year": 2006, "language": "czech", "contains": [{"id": 131, "work": "82", "translators": [49], "title": "Konzumenti levn\u00fdch j\u00eddel"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_028": {"id": null, "signatur": "cze_028", "erstpublikation": true, "parents": null, "more": null, "title": "Pravd\u011b na stop\u011b", "year": 2013, "language": "czech", "contains": [{"id": 132, "work": "83", "translators": [38], "title": "Pravd\u011b na stop\u011b"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_029": {"id": null, "signatur": "cze_029", "erstpublikation": true, "parents": null, "more": null, "title": "Moje ceny", "year": 2009, "language": "czech", "contains": [{"id": 133, "work": "8", "translators": [40], "title": "Moje ceny"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_030": {"id": null, "signatur": "cze_030", "erstpublikation": true, "parents": null, "more": null, "title": "Na v\u00fd\u0161in\u00e1ch. Pokus o z\u00e1chranu, nesmysl", "year": 2009, "language": "czech", "contains": [{"id": 134, "work": "84", "translators": [40], "title": "Na v\u00fd\u0161in\u00e1ch. Pokus o z\u00e1chranu, nesmysl"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_031": {"id": null, "signatur": "cze_031", "erstpublikation": true, "parents": null, "more": null, "title": "Velk\u00fd, nepochopiteln\u00fd hlad", "year": 2010, "language": "czech", "contains": [{"id": 135, "work": "85", "translators": [40], "title": "Rud\u00e9 sv\u011btlo"}, {"id": 136, "work": "86", "translators": [40], "title": "Osadn\u00edci"}, {"id": 137, "work": "87", "translators": [40], "title": "O odpoledni v jednom velk\u00e9m m\u011bst\u011b"}, {"id": 138, "work": "88", "translators": [40], "title": "O sedmi jedl\u00edch a o sn\u011bhu..."}, {"id": 139, "work": "89", "translators": [40], "title": "Bl\u00e1zniv\u00e1 Magdalena"}, {"id": 140, "work": "90", "translators": [40], "title": "Posledn\u00ed v\u016fle"}, {"id": 141, "work": "91", "translators": [40], "title": "Chudobinec u sv. Laurina"}, {"id": 142, "work": "92", "translators": [40], "title": "Velk\u00fd, nepochopiteln\u00fd hlad"}, {"id": 143, "work": "93", "translators": [40], "title": "Zimn\u00ed den ve velehor\u00e1ch"}, {"id": 144, "work": "94", "translators": [40], "title": "Z\u00e1nik Z\u00e1padu"}, {"id": 145, "work": "95", "translators": [40], "title": "Mat\u010dina krajina"}, {"id": 146, "work": "96", "translators": [40], "title": "Star\u0161\u00ed mu\u017e jm\u00e9nem August"}, {"id": 147, "work": "97", "translators": [40], "title": "O mu\u017ei, kter\u00fd ode\u0161el, aby vid\u011bl sv\u011bt"}, {"id": 148, "work": "98", "translators": [40], "title": "Str\u00e1\u017ece vep\u0159e"}, {"id": 149, "work": "99", "translators": [40], "title": "Ital"}, {"id": 150, "work": "100", "translators": [40], "title": "Kulterer"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_032": {"id": null, "signatur": "cze_032", "erstpublikation": true, "parents": null, "more": null, "title": "M\u00fdcen\u00ed. Roz\u010dilen\u00ed", "year": 1999, "language": "czech", "contains": [{"id": 151, "work": "14", "translators": [49], "title": "M\u00fdcen\u00ed. Roz\u010dilen\u00ed"}], "publisher": {"id": 32, "name": "Mlad\u00e1 Fronta"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_033": {"id": null, "signatur": "cze_033", "erstpublikation": false, "parents": ["cze_032"], "more": null, "title": "M\u00fdcen\u00ed. Roz\u010dilen\u00ed", "year": 2009, "language": "czech", "contains": [{"id": 151, "work": "14", "translators": [49], "title": "M\u00fdcen\u00ed. Roz\u010dilen\u00ed"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "cze_034": {"id": null, "signatur": "cze_034", "erstpublikation": false, "parents": ["cze_013", "cze_023", "cze_032"], "more": null, "title": "Korektura. Ztroskotanec. M\u00fdcen\u00ed", "year": 2009, "language": "czech", "contains": [{"id": 107, "work": "65", "translators": [40], "title": "Korektura"}, {"id": 117, "work": "5", "translators": [49], "title": "Ztroskotanec"}, {"id": 151, "work": "14", "translators": [49], "title": "M\u00fdcen\u00ed. Roz\u010dilen\u00ed"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "cze_035": {"id": null, "signatur": "cze_035", "erstpublikation": true, "parents": null, "more": null, "title": "Ud\u00e1losti a jin\u00e9 pr\u00f3zy", "year": 2011, "language": "czech", "contains": [{"id": 152, "work": "58", "translators": [40], "title": "Ud\u00e1losti"}, {"id": 153, "work": "35", "translators": [40], "title": "Jaro"}, {"id": 154, "work": "101", "translators": [40], "title": "Sv\u011bdeck\u00e1 v\u00fdpov\u011b\u010f "}, {"id": 155, "work": "52", "translators": [40], "title": "Montaigne"}, {"id": 156, "work": "53", "translators": [40], "title": "Shled\u00e1n\u00ed"}, {"id": 157, "work": "54", "translators": [40], "title": "Za\u0161l\u00e9 v plamenech"}], "publisher": {"id": 28, "name": "Prostor"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_036": {"id": null, "signatur": "cze_036", "erstpublikation": true, "parents": null, "more": null, "title": "Ritter, Dene, Voss. Jednodu\u0161e komplikovan\u011b. Al\u017eb\u011bta II", "year": 1998, "language": "czech", "contains": [{"id": 158, "work": "30", "translators": [49], "title": "Ritter, Dene, Voss"}, {"id": 159, "work": "20", "translators": [49], "title": "Jednodu\u0161e komplikovan\u011b"}, {"id": 160, "work": "24", "translators": [49], "title": "Al\u017eb\u011bta II"}], "publisher": {"id": 28, "name": "Pallata"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_037": {"id": null, "signatur": "cze_037", "erstpublikation": true, "parents": null, "more": null, "title": "Portr\u00e9t um\u011blce jako star\u00e9ho mu\u017ee. Minetti", "year": 2001, "language": "czech", "contains": [{"id": 161, "work": "17", "translators": [49], "title": "Portr\u00e9t um\u011blce jako star\u00e9ho mu\u017ee. Minetti"}], "publisher": {"id": 32, "name": "N\u00e1rodn\u00ed divadlo"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "cze_038": {"id": null, "signatur": "cze_038", "erstpublikation": true, "parents": null, "more": null, "title": "hry I", "year": 1998, "language": "czech", "contains": [{"id": 161, "work": "17", "translators": [49], "title": "Portr\u00e9t um\u011blce jako star\u00e9ho mu\u017ee. Minetti"}, {"id": 162, "work": "18", "translators": [49], "title": "P\u0159ed penz\u00ed"}, {"id": 163, "work": "23", "translators": [49, 41], "title": "Zd\u00e1n\u00ed klame"}, {"id": 164, "work": "13", "translators": [43], "title": "Divadeln\u00edk"}, {"id": 165, "work": "12", "translators": [42], "title": "N\u00e1m\u011bst\u00ed hrdin\u016f"}], "publisher": {"id": 32, "name": "N\u00e1rodn\u00ed divadlo"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_039": {"id": null, "signatur": "cze_039", "erstpublikation": true, "parents": null, "more": null, "title": "hry II", "year": 1999, "language": "czech", "contains": [{"id": 166, "work": "25", "translators": [44], "title": "Slavnost pro Borise"}, {"id": 167, "work": "21", "translators": [49], "title": "Spole\u010dnost na lovu"}, {"id": 168, "work": "22", "translators": [49], "title": "S\u00edla zvyku"}, {"id": 169, "work": "28", "translators": [49], "title": "Sv\u011btan\u00e1pravce"}, {"id": 170, "work": "19", "translators": [45], "title": "U c\u00edle"}], "publisher": {"id": 32, "name": "N\u00e1rodn\u00ed divadlo"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_040": {"id": null, "signatur": "cze_040", "erstpublikation": true, "parents": null, "more": null, "title": "hry III", "year": 2010, "language": "czech", "contains": [{"id": 171, "work": "31", "translators": [49], "title": "pou\u0161tn\u00ed r\u016f\u017ee"}, {"id": 172, "work": "102", "translators": [49], "title": "Hora"}, {"id": 173, "work": "32", "translators": [49], "title": "Hlavy"}, {"id": 174, "work": "103", "translators": [49], "title": "Vyb\u00e1jen\u00e1"}, {"id": 175, "work": "34", "translators": [49], "title": "R\u00f3za"}, {"id": 176, "work": "35", "translators": [49], "title": "Jaro"}, {"id": 177, "work": "27", "translators": [49], "title": "Ignorant a \u0161\u00edlenec"}, {"id": 178, "work": "11", "translators": [49], "title": "Prezident"}], "publisher": {"id": 32, "name": "N\u00e1rodn\u00ed divadlo"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_041": {"id": null, "signatur": "cze_041", "erstpublikation": true, "parents": null, "more": null, "title": "hry IV", "year": 2011, "language": "czech", "contains": [{"id": 179, "work": "16", "translators": [46], "title": "Velik\u00e1ni"}, {"id": 180, "work": "26", "translators": [49], "title": "Immanuel Kant"}, {"id": 181, "work": "29", "translators": [49], "title": "Nad vrcholky str\u00e1n\u00ed a v\u00fd\u0161"}, {"id": 182, "work": "37", "translators": [47], "title": "Nebo\u017et\u00edk"}, {"id": 183, "work": "38", "translators": [47], "title": "M\u00e1jov\u00e1"}, {"id": 184, "work": "39", "translators": [47], "title": "Z\u00e1pas"}, {"id": 185, "work": "40", "translators": [47], "title": "Zpro\u0161t\u011bn\u00ed viny"}, {"id": 186, "work": "41", "translators": [47], "title": "Zmrzlina"}, {"id": 187, "work": "49", "translators": [47], "title": "N\u011bmeck\u00fd ob\u011bd"}, {"id": 188, "work": "43", "translators": [47], "title": "V\u0161echno nebo nic"}, {"id": 189, "work": "104", "translators": [48], "title": "Claus Peymann opou\u0161t\u00ed Bochum a jde jako \u0159editel Burgtheatru do V\u00eddn\u011b"}, {"id": 102, "work": "62", "translators": [49], "title": "Claus Peymann si kupuje kalhoty a jdese mnou na ob\u011bd"}, {"id": 190, "work": "46", "translators": [48], "title": " Claus Peymann a Hermann Beil na Huspeninov\u00e9 louce"}], "publisher": {"id": 32, "name": "N\u00e1rodn\u00ed divadlo"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "cze_042": {"id": null, "signatur": "cze_042", "erstpublikation": true, "parents": null, "more": null, "title": "Sta\u0159\u00ed mist\u0159i nakreslil Mahler", "year": 2013, "language": "czech", "contains": [{"id": 191, "work": "105", "translators": [48], "title": "Sta\u0159\u00ed mist\u0159i nakreslil Mahler"}], "publisher": {"id": 30, "name": "Archa"}, "categories": ["adaptations"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "cze_043": {"id": null, "signatur": "cze_043", "erstpublikation": true, "parents": null, "more": null, "title": "Dech. Jedno rozhodnut\u00ed", "year": 1984, "language": "czech", "contains": [{"id": 192, "work": "56", "translators": [49], "title": "Dech. Jedno rozhodnut\u00ed"}], "publisher": {"id": 31, "name": "Odeon"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "cze_044": {"id": null, "signatur": "cze_044", "erstpublikation": true, "parents": null, "more": null, "title": "Obrys jednoho \u017eivota", "year": 1997, "language": "czech", "contains": [{"id": 193, "work": "7", "translators": [49], "title": "P\u0159\u00ed\u010dina"}, {"id": 194, "work": "59", "translators": [49], "title": "Sklep"}, {"id": 192, "work": "56", "translators": [49], "title": "Dech. Jedno rozhodnut\u00ed"}, {"id": 195, "work": "60", "translators": [49], "title": "Chlad"}, {"id": 196, "work": "50", "translators": [49], "title": "D\u00edt\u011b"}], "publisher": {"id": 32, "name": "Mlad\u00e1 Fronta"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "cze_045": {"id": null, "signatur": "cze_045", "erstpublikation": false, "parents": ["cze_044"], "more": null, "title": "Obrys jednoho \u017eivota", "year": 2008, "language": "czech", "contains": [{"id": 193, "work": "7", "translators": [49], "title": "P\u0159\u00ed\u010dina"}, {"id": 194, "work": "59", "translators": [49], "title": "Sklep"}, {"id": 192, "work": "56", "translators": [49], "title": "Dech. Jedno rozhodnut\u00ed"}, {"id": 195, "work": "60", "translators": [49], "title": "Chlad"}, {"id": 196, "work": "50", "translators": [49], "title": "D\u00edt\u011b"}], "publisher": {"id": 32, "name": "Mlad\u00e1 Fronta"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "cze_046": {"id": null, "signatur": "cze_046", "erstpublikation": true, "parents": ["cze_036"], "more": null, "title": "Ob\u011bd u Wittgensteina", "year": 2019, "language": "czech", "contains": [{"id": 158, "work": "30", "translators": [49], "title": "Ritter, Dene, Voss"}], "publisher": {"id": 32, "name": "N\u00e1rodn\u00ed divadlo"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "cze_047": {"id": null, "signatur": "cze_047", "erstpublikation": true, "parents": null, "more": null, "title": "Od jedn\u00e9 katastrofy k dal\u0161\u00ed / U\u017e tady budu jen kr\u00e1tce", "year": 2005, "language": "czech", "contains": [{"id": 197, "work": "106", "translators": [49], "title": "Od jedn\u00e9 katastrofy k dal\u0161\u00ed"}, {"id": 198, "work": "107", "translators": [49], "title": "U\u017e tady budu jen kr\u00e1tce"}], "publisher": {"id": 32, "name": "Revolver Revue 59, S. 181-188 / S. 231-238"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "cze_048": {"id": null, "signatur": "cze_048", "erstpublikation": true, "parents": null, "more": null, "title": "Z rozhovor\u016f s Thomasem Bernhardem", "year": 1996, "language": "czech", "contains": [{"id": 199, "work": "108", "translators": [49], "title": "Z rozhovor\u016f s Thomasem Bernhardem"}], "publisher": {"id": 33, "name": "Sv\u011bt a divadlo 1, S. 118-128"}, "categories": [""], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "dan_001": {"id": null, "signatur": "dan_001", "erstpublikation": true, "parents": null, "more": null, "title": "G\u00e5ende", "year": 2005, "language": "danish", "contains": [{"id": 200, "work": "10", "translators": [52], "title": "G\u00e5ende"}], "publisher": {"id": 35, "name": "Basilisk"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "dan_002": {"id": null, "signatur": "dan_002", "erstpublikation": true, "parents": null, "more": null, "title": "Underg\u00e6ngeren", "year": 2008, "language": "danish", "contains": [{"id": 201, "work": "5", "translators": [52], "title": "Underg\u00e6ngeren"}], "publisher": {"id": 35, "name": "Basilisk"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "dan_003": {"id": null, "signatur": "dan_003", "erstpublikation": true, "parents": null, "more": null, "title": "Tr\u00e6f\u00e6ldning. En ophidselse", "year": 2013, "language": "danish", "contains": [{"id": 202, "work": "14", "translators": [52], "title": "Tr\u00e6f\u00e6ldning. En ophidselse"}], "publisher": {"id": 35, "name": "Basilisk"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "dan_004": {"id": null, "signatur": "dan_004", "erstpublikation": true, "parents": null, "more": null, "title": "Gamle mestre. Komedie", "year": 2016, "language": "danish", "contains": [{"id": 203, "work": "1", "translators": [52], "title": "Gamle mestre. Komedie"}], "publisher": {"id": 35, "name": "Basilisk"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "dan_005": {"id": null, "signatur": "dan_005", "erstpublikation": true, "parents": null, "more": null, "title": "Ja", "year": 2019, "language": "danish", "contains": [{"id": 204, "work": "15", "translators": [52], "title": "Ja"}], "publisher": {"id": 36, "name": "Sisyfos"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "dan_006": {"id": null, "signatur": "dan_006", "erstpublikation": true, "parents": null, "more": null, "title": "Mine priser", "year": 2017, "language": "danish", "contains": [{"id": 205, "work": "8", "translators": [52], "title": "Mine priser"}], "publisher": {"id": 36, "name": "Sisyfos"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "dan_007": {"id": null, "signatur": "dan_007", "erstpublikation": true, "parents": null, "more": null, "title": "\u00c5rsagen. En antydning", "year": 2011, "language": "danish", "contains": [{"id": 206, "work": "7", "translators": [52], "title": "\u00c5rsagen. En antydning"}], "publisher": {"id": 36, "name": "Sisyfos"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "dan_008": {"id": null, "signatur": "dan_008", "erstpublikation": true, "parents": null, "more": null, "title": "K\u00e6lderen. En unddragelse", "year": 2012, "language": "danish", "contains": [{"id": 207, "work": "59", "translators": [52], "title": "K\u00e6lderen. En unddragelse"}], "publisher": {"id": 36, "name": "Sisyfos"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "dan_009": {"id": null, "signatur": "dan_009", "erstpublikation": true, "parents": null, "more": null, "title": "\u00c5ndedr\u00e6ttet. En afg\u00f8relse.", "year": 2013, "language": "danish", "contains": [{"id": 208, "work": "56", "translators": [52], "title": "\u00c5ndedr\u00e6ttet. En afg\u00f8relse."}], "publisher": {"id": 36, "name": "Sisyfos"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "dan_010": {"id": null, "signatur": "dan_010", "erstpublikation": true, "parents": null, "more": null, "title": "Kulden. En isolation", "year": 2014, "language": "danish", "contains": [{"id": 209, "work": "60", "translators": [52], "title": "Kulden. En isolation"}], "publisher": {"id": 36, "name": "Sisyfos"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "dan_011": {"id": null, "signatur": "dan_011", "erstpublikation": true, "parents": null, "more": null, "title": "Et barn", "year": 2015, "language": "danish", "contains": [{"id": 210, "work": "50", "translators": [52], "title": "Et barn"}], "publisher": {"id": 36, "name": "Sisyfos"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "dan_012": {"id": null, "signatur": "dan_012", "erstpublikation": true, "parents": null, "more": null, "title": "Beton", "year": 2019, "language": "danish", "contains": [{"id": 211, "work": "3", "translators": [52], "title": "Beton"}], "publisher": {"id": 36, "name": "Sisyfos"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "dan_013": {"id": null, "signatur": "dan_013", "erstpublikation": true, "parents": null, "more": null, "title": "Forstyrrelse", "year": 2021, "language": "danish", "contains": [{"id": 212, "work": "4", "translators": [52], "title": "Forstyrrelse"}], "publisher": {"id": 36, "name": "Sisyfos"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "dan_014": {"id": null, "signatur": "dan_014", "erstpublikation": true, "parents": null, "more": null, "title": "Wittgensteins nev\u00f8. Et venskab", "year": 1995, "language": "danish", "contains": [{"id": 213, "work": "2", "translators": [52], "title": "Wittgensteins nev\u00f8. Et venskab"}], "publisher": {"id": 227, "name": "Gyldendal"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_001": {"id": null, "signatur": "eng_001", "erstpublikation": true, "parents": null, "more": "eng_001a, eng_002a", "title": "Extinction", "year": 1995, "language": "english", "contains": [{"id": 214, "work": "6", "translators": [89], "title": "Extinction"}], "publisher": {"id": 37, "name": "Knopf (US) / Quartet Books (UK)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_003": {"id": null, "signatur": "eng_003", "erstpublikation": false, "parents": ["eng_001"], "more": null, "title": "Extinction", "year": 1996, "language": "english", "contains": [{"id": 214, "work": "6", "translators": [89], "title": "Extinction"}], "publisher": {"id": 71, "name": "University of Chicago Press"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_004": {"id": null, "signatur": "eng_004", "erstpublikation": false, "parents": ["eng_001"], "more": null, "title": "Extinction", "year": 2011, "language": "english", "contains": [{"id": 214, "work": "6", "translators": [89], "title": "Extinction"}], "publisher": {"id": 70, "name": "Vintage / RH"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_005": {"id": null, "signatur": "eng_005", "erstpublikation": false, "parents": ["eng_001"], "more": null, "title": "Extinction", "year": 2013, "language": "english", "contains": [{"id": 214, "work": "6", "translators": [89], "title": "Extinction"}], "publisher": {"id": 48, "name": "Faber & Faber"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_006": {"id": null, "signatur": "eng_006", "erstpublikation": false, "parents": ["eng_001"], "more": null, "title": "Extinction", "year": 2019, "language": "english", "contains": [{"id": 214, "work": "6", "translators": [89], "title": "Extinction"}], "publisher": {"id": 48, "name": "Faber & Faber"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_007": {"id": null, "signatur": "eng_007", "erstpublikation": false, "parents": ["eng_009", "eng_008"], "more": null, "title": "Gathering Evidence. A Memoir and My Prizes", "year": 2011, "language": "english", "contains": [{"id": 215, "work": "50", "translators": [89], "title": "A Child"}, {"id": 216, "work": "7", "translators": [89], "title": "An Indication of the Cause"}, {"id": 217, "work": "59", "translators": [89], "title": "The Cellar: An Escape"}, {"id": 218, "work": "56", "translators": [89], "title": "Breath: A Decision"}, {"id": 219, "work": "60", "translators": [89], "title": "In the Cold"}, {"id": 220, "work": "8", "translators": [55], "title": "My Prizes"}], "publisher": {"id": 70, "name": "Vintage / RH"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_008": {"id": null, "signatur": "eng_008", "erstpublikation": true, "parents": null, "more": null, "title": "My Prizes. An Accounting", "year": 2010, "language": "english", "contains": [{"id": 220, "work": "8", "translators": [55], "title": "My Prizes"}], "publisher": {"id": 47, "name": "Knopf / RH (US)"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_009": {"id": null, "signatur": "eng_009", "erstpublikation": true, "parents": null, "more": null, "title": "Gathering Evidence. A Memoir", "year": 1985, "language": "english", "contains": [{"id": 215, "work": "50", "translators": [89], "title": "A Child"}, {"id": 216, "work": "7", "translators": [89], "title": "An Indication of the Cause"}, {"id": 217, "work": "59", "translators": [89], "title": "The Cellar: An Escape"}, {"id": 218, "work": "56", "translators": [89], "title": "Breath: A Decision"}, {"id": 219, "work": "60", "translators": [89], "title": "In the Cold"}], "publisher": {"id": 47, "name": "Knopf / RH (US)"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "eng_010": {"id": null, "signatur": "eng_010", "erstpublikation": false, "parents": ["eng_009"], "more": null, "title": "Gathering Evidence. A Memoir", "year": 1994, "language": "english", "contains": [{"id": 215, "work": "50", "translators": [89], "title": "A Child"}, {"id": 216, "work": "7", "translators": [89], "title": "An Indication of the Cause"}, {"id": 217, "work": "59", "translators": [89], "title": "The Cellar: An Escape"}, {"id": 218, "work": "56", "translators": [89], "title": "Breath: A Decision"}, {"id": 219, "work": "60", "translators": [89], "title": "In the Cold"}], "publisher": {"id": 70, "name": "Vintage / RH"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_011": {"id": null, "signatur": "eng_011", "erstpublikation": false, "parents": ["eng_009"], "more": null, "title": "Gathering Evidence. A Memoir", "year": 2003, "language": "english", "contains": [{"id": 215, "work": "50", "translators": [89], "title": "A Child"}, {"id": 216, "work": "7", "translators": [89], "title": "An Indication of the Cause"}, {"id": 217, "work": "59", "translators": [89], "title": "The Cellar: An Escape"}, {"id": 218, "work": "56", "translators": [89], "title": "Breath: A Decision"}, {"id": 219, "work": "60", "translators": [89], "title": "In the Cold"}], "publisher": {"id": 70, "name": "Vintage / RH"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_012": {"id": null, "signatur": "eng_012", "erstpublikation": true, "parents": null, "more": "eng_012a", "title": "Concrete", "year": 1984, "language": "english", "contains": [{"id": 221, "work": "3", "translators": [89], "title": "Concrete"}], "publisher": {"id": 42, "name": "Knopf (US)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_014": {"id": null, "signatur": "eng_014", "erstpublikation": false, "parents": ["eng_012"], "more": null, "title": "Concrete", "year": 1986, "language": "english", "contains": [{"id": 221, "work": "3", "translators": [89], "title": "Concrete"}], "publisher": {"id": 71, "name": "University of Chicago Press"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_015": {"id": null, "signatur": "eng_015", "erstpublikation": false, "parents": ["eng_012"], "more": null, "title": "Concrete", "year": 1989, "language": "english", "contains": [{"id": 221, "work": "3", "translators": [89], "title": "Concrete"}], "publisher": {"id": 55, "name": "Quartet Books"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_016": {"id": null, "signatur": "eng_016", "erstpublikation": false, "parents": ["eng_012"], "more": null, "title": "Concrete", "year": 2010, "language": "english", "contains": [{"id": 221, "work": "3", "translators": [89], "title": "Concrete"}], "publisher": {"id": 70, "name": "Vintage / RH"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_017": {"id": null, "signatur": "eng_017", "erstpublikation": false, "parents": ["eng_012"], "more": null, "title": "Concrete", "year": 2019, "language": "english", "contains": [{"id": 221, "work": "3", "translators": [89], "title": "Concrete"}], "publisher": {"id": 48, "name": "Faber & Faber"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_018": {"id": null, "signatur": "eng_018", "erstpublikation": false, "parents": ["eng_012"], "more": null, "title": "Concrete", "year": 2013, "language": "english", "contains": [{"id": 221, "work": "3", "translators": [89], "title": "Concrete"}], "publisher": {"id": 48, "name": "Faber & Faber"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_019": {"id": null, "signatur": "eng_019", "erstpublikation": true, "parents": null, "more": null, "title": "Old Masters. A Comedy. Illustrated by Nicolas Mahler", "year": 2018, "language": "english", "contains": [{"id": 222, "work": "105", "translators": [78], "title": "Old Masters. A Comedy. Illustrated by Nicolas Mahler"}], "publisher": {"id": 67, "name": "Seagull Books"}, "categories": ["adaptations"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_020": {"id": null, "signatur": "eng_020", "erstpublikation": true, "parents": null, "more": null, "title": "Old Masters. A Comedy", "year": 1989, "language": "english", "contains": [{"id": 223, "work": "1", "translators": [88], "title": "Old Masters. A Comedy"}], "publisher": {"id": 55, "name": "Quartet Books"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "eng_021": {"id": null, "signatur": "eng_021", "erstpublikation": false, "parents": ["eng_020"], "more": null, "title": "Old Masters. A Comedy", "year": 1992, "language": "english", "contains": [{"id": 223, "work": "1", "translators": [88], "title": "Old Masters. A Comedy"}], "publisher": {"id": 71, "name": "University of Chicago Press"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_022": {"id": null, "signatur": "eng_022", "erstpublikation": false, "parents": ["eng_020"], "more": null, "title": "Old Masters. A Comedy", "year": 2020, "language": "english", "contains": [{"id": 223, "work": "1", "translators": [88], "title": "Old Masters. A Comedy"}], "publisher": {"id": 70, "name": "Penguin RH"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_023": {"id": null, "signatur": "eng_023", "erstpublikation": false, "parents": ["eng_020"], "more": null, "title": "Old Masters. A Comedy", "year": 2010, "language": "english", "contains": [{"id": 223, "work": "1", "translators": [88], "title": "Old Masters. A Comedy"}], "publisher": {"id": 70, "name": "Penguin RH"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_024": {"id": null, "signatur": "eng_024", "erstpublikation": true, "parents": null, "more": null, "title": "Correction", "year": 1979, "language": "english", "contains": [{"id": 224, "work": "65", "translators": [89], "title": "Correction"}], "publisher": {"id": 47, "name": "Knopf / RH (US)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "eng_025": {"id": null, "signatur": "eng_025", "erstpublikation": false, "parents": ["eng_024"], "more": null, "title": "Correction", "year": 1983, "language": "english", "contains": [{"id": 224, "work": "65", "translators": [89], "title": "Correction"}], "publisher": {"id": 46, "name": "Aventura / Vintage"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "eng_026": {"id": null, "signatur": "eng_026", "erstpublikation": false, "parents": ["eng_024"], "more": null, "title": "Correction", "year": 1990, "language": "english", "contains": [{"id": 224, "work": "65", "translators": [89], "title": "Correction"}], "publisher": {"id": 71, "name": "University of Chicago Press"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "eng_027": {"id": null, "signatur": "eng_027", "erstpublikation": false, "parents": ["eng_024"], "more": null, "title": "Correction", "year": 2003, "language": "english", "contains": [{"id": 224, "work": "65", "translators": [89], "title": "Correction"}], "publisher": {"id": 70, "name": "Vintage / RH"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_028": {"id": null, "signatur": "eng_028", "erstpublikation": false, "parents": ["eng_024"], "more": null, "title": "Correction", "year": 2010, "language": "english", "contains": [{"id": 224, "work": "65", "translators": [89], "title": "Correction"}], "publisher": {"id": 70, "name": "Vintage / RH"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_029": {"id": null, "signatur": "eng_029", "erstpublikation": true, "parents": null, "more": null, "title": "The Lime Works", "year": 1973, "language": "english", "contains": [{"id": 225, "work": "48", "translators": [89], "title": "The Lime Works"}], "publisher": {"id": 47, "name": "Knopf / RH (US)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_030": {"id": null, "signatur": "eng_030", "erstpublikation": false, "parents": ["eng_029"], "more": null, "title": "The Lime Works", "year": 2010, "language": "english", "contains": [{"id": 225, "work": "48", "translators": [89], "title": "The Lime Works"}], "publisher": {"id": 70, "name": "Vintage / RH"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_031": {"id": null, "signatur": "eng_031", "erstpublikation": false, "parents": ["eng_029"], "more": null, "title": "The Lime Works", "year": 1986, "language": "english", "contains": [{"id": 225, "work": "48", "translators": [89], "title": "The Lime Works"}], "publisher": {"id": 71, "name": "University of Chicago Press"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "eng_032": {"id": null, "signatur": "eng_032", "erstpublikation": true, "parents": null, "more": null, "title": "The Loser", "year": 1991, "language": "english", "contains": [{"id": 226, "work": "5", "translators": [59], "title": "The Loser"}], "publisher": {"id": 47, "name": "Knopf / RH (US)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "eng_033": {"id": null, "signatur": "eng_033", "erstpublikation": false, "parents": ["eng_032"], "more": null, "title": "The Loser", "year": 1992, "language": "english", "contains": [{"id": 226, "work": "5", "translators": [59], "title": "The Loser"}], "publisher": {"id": 55, "name": "Quartet Books"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_034": {"id": null, "signatur": "eng_034", "erstpublikation": false, "parents": ["eng_032"], "more": null, "title": "The Loser", "year": 1996, "language": "english", "contains": [{"id": 226, "work": "5", "translators": [59], "title": "The Loser"}], "publisher": {"id": 71, "name": "University of Chicago Press"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_035": {"id": null, "signatur": "eng_035", "erstpublikation": false, "parents": ["eng_032"], "more": null, "title": "The Loser", "year": 1993, "language": "english", "contains": [{"id": 226, "work": "5", "translators": [59], "title": "The Loser"}], "publisher": {"id": 70, "name": "Vintage / RH"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_036": {"id": null, "signatur": "eng_036", "erstpublikation": false, "parents": ["eng_032"], "more": null, "title": "The Loser", "year": 2013, "language": "english", "contains": [{"id": 226, "work": "5", "translators": [59], "title": "The Loser"}], "publisher": {"id": 48, "name": "Faber & Faber"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_037": {"id": null, "signatur": "eng_037", "erstpublikation": false, "parents": ["eng_032"], "more": null, "title": "The Loser", "year": 2006, "language": "english", "contains": [{"id": 226, "work": "5", "translators": [59], "title": "The Loser"}], "publisher": {"id": 70, "name": "Vintage / RH"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_038": {"id": null, "signatur": "eng_038", "erstpublikation": false, "parents": ["eng_032"], "more": null, "title": "The Loser", "year": 2019, "language": "english", "contains": [{"id": 226, "work": "5", "translators": [59], "title": "The Loser"}], "publisher": {"id": 48, "name": "Faber & Faber"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_039": {"id": null, "signatur": "eng_039", "erstpublikation": true, "parents": null, "more": null, "title": "Woodcutters", "year": 1987, "language": "english", "contains": [{"id": 227, "work": "14", "translators": [89], "title": "Woodcutters"}], "publisher": {"id": 47, "name": "Knopf / RH (US)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_040": {"id": null, "signatur": "eng_040", "erstpublikation": true, "parents": null, "more": null, "title": "Cutting Timber. An Irritation", "year": 1988, "language": "english", "contains": [{"id": 228, "work": "14", "translators": [88], "title": "Cutting Timber. An Irritation"}], "publisher": {"id": 55, "name": "Quartet Books"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_041": {"id": null, "signatur": "eng_041", "erstpublikation": false, "parents": ["eng_039"], "more": null, "title": "Woodcutters", "year": 1989, "language": "english", "contains": [{"id": 227, "work": "14", "translators": [89], "title": "Woodcutters"}], "publisher": {"id": 71, "name": "University of Chicago Press"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "eng_042": {"id": null, "signatur": "eng_042", "erstpublikation": false, "parents": ["eng_039"], "more": null, "title": "Woodcutters", "year": 2010, "language": "english", "contains": [{"id": 227, "work": "14", "translators": [89], "title": "Woodcutters"}], "publisher": {"id": 70, "name": "Vintage / RH"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_043": {"id": null, "signatur": "eng_043", "erstpublikation": false, "parents": ["eng_039"], "more": null, "title": "Woodcutters", "year": 2011, "language": "english", "contains": [{"id": 227, "work": "14", "translators": [89], "title": "Woodcutters"}], "publisher": {"id": 48, "name": "Faber & Faber"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_044": {"id": null, "signatur": "eng_044", "erstpublikation": false, "parents": ["eng_039"], "more": null, "title": "Woodcutters", "year": 2019, "language": "english", "contains": [{"id": 227, "work": "14", "translators": [89], "title": "Woodcutters"}], "publisher": {"id": 48, "name": "Faber & Faber"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_045": {"id": null, "signatur": "eng_045", "erstpublikation": true, "parents": null, "more": null, "title": "Frost", "year": 2006, "language": "english", "contains": [{"id": 229, "work": "47", "translators": [60], "title": "Frost"}], "publisher": {"id": 49, "name": "Knopf / RH"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "eng_046": {"id": null, "signatur": "eng_046", "erstpublikation": false, "parents": ["eng_045"], "more": null, "title": "Frost", "year": 2008, "language": "english", "contains": [{"id": 229, "work": "47", "translators": [60], "title": "Frost"}], "publisher": {"id": 70, "name": "Vintage / RH"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_047": {"id": null, "signatur": "eng_047", "erstpublikation": true, "parents": null, "more": null, "title": "Wittgenstein's Nephew", "year": 1986, "language": "english", "contains": [{"id": 230, "work": "2", "translators": [88], "title": "Wittgenstein's Nephew"}], "publisher": {"id": 55, "name": "Quartet Books"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_048": {"id": null, "signatur": "eng_048", "erstpublikation": true, "parents": null, "more": null, "title": "Wittgenstein's Nephew", "year": 1989, "language": "english", "contains": [{"id": 231, "work": "2", "translators": [89], "title": "Wittgenstein's Nephew"}], "publisher": {"id": 49, "name": "Knopf / RH"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_049": {"id": null, "signatur": "eng_049", "erstpublikation": false, "parents": ["eng_048"], "more": null, "title": "Wittgenstein's Nephew", "year": 1990, "language": "english", "contains": [{"id": 231, "work": "2", "translators": [89], "title": "Wittgenstein's Nephew"}], "publisher": {"id": 71, "name": "University of Chicago Press"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "eng_050": {"id": null, "signatur": "eng_050", "erstpublikation": false, "parents": ["eng_048"], "more": null, "title": "Wittgenstein's Nephew", "year": 2009, "language": "english", "contains": [{"id": 231, "work": "2", "translators": [89], "title": "Wittgenstein's Nephew"}], "publisher": {"id": 70, "name": "Vintage / RH"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_051": {"id": null, "signatur": "eng_051", "erstpublikation": false, "parents": ["eng_048"], "more": null, "title": "Wittgenstein's Nephew", "year": 2013, "language": "english", "contains": [{"id": 231, "work": "2", "translators": [89], "title": "Wittgenstein's Nephew"}], "publisher": {"id": 48, "name": "Faber & Faber"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "eng_052": {"id": null, "signatur": "eng_052", "erstpublikation": false, "parents": ["eng_048"], "more": null, "title": "Wittgenstein's Nephew", "year": 2019, "language": "english", "contains": [{"id": 231, "work": "2", "translators": [89], "title": "Wittgenstein's Nephew"}], "publisher": {"id": 48, "name": "Faber & Faber"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_053": {"id": null, "signatur": "eng_053", "erstpublikation": true, "parents": null, "more": null, "title": "The Cheap-Eaters", "year": 1990, "language": "english", "contains": [{"id": 232, "work": "82", "translators": [88], "title": "The Cheap-Eaters"}], "publisher": {"id": 55, "name": "Quartet Books"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_054": {"id": null, "signatur": "eng_054", "erstpublikation": true, "parents": null, "more": null, "title": "The Cheap-Eaters", "year": 2021, "language": "english", "contains": [{"id": 233, "work": "82", "translators": [83], "title": "The Cheap-Eaters"}], "publisher": {"id": 48, "name": "Spurl Editions"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_055": {"id": null, "signatur": "eng_055", "erstpublikation": true, "parents": null, "more": null, "title": "Gargoyles", "year": 1970, "language": "english", "contains": [{"id": 234, "work": "4", "translators": [88], "title": "Gargoyles"}], "publisher": {"id": 49, "name": "Knopf / RH"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_056": {"id": null, "signatur": "eng_056", "erstpublikation": false, "parents": ["eng_055"], "more": null, "title": "Gargoyles", "year": 1986, "language": "english", "contains": [{"id": 234, "work": "4", "translators": [88], "title": "Gargoyles"}], "publisher": {"id": 71, "name": "University of Chicago Press"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_057": {"id": null, "signatur": "eng_057", "erstpublikation": false, "parents": ["eng_055"], "more": null, "title": "Gargoyles", "year": 2006, "language": "english", "contains": [{"id": 234, "work": "4", "translators": [88], "title": "Gargoyles"}], "publisher": {"id": 70, "name": "Vintage / RH"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_058": {"id": null, "signatur": "eng_058", "erstpublikation": true, "parents": null, "more": null, "title": "On the Mountain. Rescue attempt, nonsense", "year": 1991, "language": "english", "contains": [{"id": 235, "work": "84", "translators": [64], "title": "On the Mountain. Rescue attempt, nonsense"}], "publisher": {"id": 49, "name": "The Marlboro Press"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_059": {"id": null, "signatur": "eng_059", "erstpublikation": false, "parents": ["eng_058"], "more": null, "title": "On the Mountain", "year": 1993, "language": "english", "contains": [{"id": 235, "work": "84", "translators": [64], "title": "On the Mountain. Rescue attempt, nonsense"}], "publisher": {"id": 55, "name": "Quartet Books"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_062": {"id": null, "signatur": "eng_062", "erstpublikation": true, "parents": null, "more": null, "title": "On Earth and in Hell. Auf der Erde und in der H\u00f6lle", "year": 2015, "language": "english", "contains": [{"id": 236, "work": "55", "translators": [64], "title": "On Earth and in Hell. Auf der Erde und in der H\u00f6lle"}], "publisher": {"id": 50, "name": "Three Rooms Press"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "eng_063": {"id": null, "signatur": "eng_063", "erstpublikation": true, "parents": null, "more": null, "title": "In Hora Mortis. Under the Iron of the Moon", "year": 2006, "language": "english", "contains": [{"id": 237, "work": "63", "translators": [78], "title": "In Hora Mortis"}, {"id": 238, "work": "64", "translators": [78], "title": "Under the Iron of the Moon"}], "publisher": {"id": 51, "name": "Princeton Universtiy Press"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_064": {"id": null, "signatur": "eng_064", "erstpublikation": true, "parents": null, "more": null, "title": "Histrionics. Three Plays", "year": 1990, "language": "english", "contains": [{"id": 239, "work": "25", "translators": [74], "title": "A Party for Boris"}, {"id": 240, "work": "30", "translators": [74], "title": "Ritter, Dene, Voss"}, {"id": 241, "work": "13", "translators": [74], "title": "Histrionics"}], "publisher": {"id": 71, "name": "University of Chicago Press"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_065": {"id": null, "signatur": "eng_065", "erstpublikation": false, "parents": ["eng_064"], "more": null, "title": "Histrionics. Three Plays", "year": 1991, "language": "english", "contains": [{"id": 239, "work": "25", "translators": [74], "title": "A Party for Boris"}, {"id": 240, "work": "30", "translators": [74], "title": "Ritter, Dene, Voss"}, {"id": 241, "work": "13", "translators": [74], "title": "Histrionics"}], "publisher": {"id": 55, "name": "Quartet Books"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_066": {"id": null, "signatur": "eng_066", "erstpublikation": true, "parents": null, "more": null, "title": "Heldenplatz", "year": 1999, "language": "english", "contains": [{"id": 242, "work": "12", "translators": [82], "title": "Heldenplatz"}], "publisher": {"id": 52, "name": "Conjunctions 33, S. 307-408"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_067": {"id": null, "signatur": "eng_067", "erstpublikation": true, "parents": null, "more": null, "title": "Heldenplatz", "year": 2010, "language": "english", "contains": [{"id": 243, "work": "12", "translators": [68], "title": "Heldenplatz"}], "publisher": {"id": 56, "name": "Oberon Books"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_068": {"id": null, "signatur": "eng_068", "erstpublikation": true, "parents": null, "more": null, "title": "The Force of Habit. A Comedy", "year": 1976, "language": "english", "contains": [{"id": 244, "work": "22", "translators": [70], "title": "The Force of Habit. A Comedy"}], "publisher": {"id": 54, "name": "Heinemann"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "eng_069": {"id": null, "signatur": "eng_069", "erstpublikation": true, "parents": null, "more": null, "title": "Yes", "year": 1991, "language": "english", "contains": [{"id": 245, "work": "15", "translators": [88], "title": "Yes"}], "publisher": {"id": 55, "name": "Quartet Books"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "eng_070": {"id": null, "signatur": "eng_070", "erstpublikation": false, "parents": ["eng_069"], "more": null, "title": "Yes", "year": 1992, "language": "english", "contains": [{"id": 245, "work": "15", "translators": [88], "title": "Yes"}], "publisher": {"id": 71, "name": "University of Chicago Press"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "eng_071": {"id": null, "signatur": "eng_071", "erstpublikation": true, "parents": null, "more": "eng_071a", "title": "Minetti", "year": 2000, "language": "english", "contains": [{"id": 246, "work": "17", "translators": [82], "title": "Minetti"}], "publisher": {"id": 55, "name": "Theater 30/1, S. 57-87"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "eng_072": {"id": null, "signatur": "eng_072", "erstpublikation": true, "parents": null, "more": null, "title": "Minetti. A portrait of the artist as an old man", "year": 2014, "language": "english", "contains": [{"id": 247, "work": "17", "translators": [72], "title": "Minetti. A portrait of the artist as an old man"}], "publisher": {"id": 56, "name": "Oberon Books"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "eng_073": {"id": null, "signatur": "eng_073", "erstpublikation": true, "parents": null, "more": "eng_073a", "title": "The Hunting Party", "year": 1980, "language": "english", "contains": [{"id": 248, "work": "21", "translators": [82], "title": "The Hunting Party"}], "publisher": {"id": 56, "name": "Performing Arts Journal 5/1, S. 101-131"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "eng_074": {"id": null, "signatur": "eng_074", "erstpublikation": true, "parents": null, "more": "eng_074a", "title": "Claus Peymann and Hermann Beil on Sulzwiese", "year": 1998, "language": "english", "contains": [{"id": 249, "work": "46", "translators": [82], "title": "Claus Peymann and Hermann Beil on Sulzwiese"}], "publisher": {"id": 57, "name": "Conjunctions 31, S. 232-250"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_075": {"id": null, "signatur": "eng_075", "erstpublikation": true, "parents": null, "more": "eng_075a", "title": "Appearances Are Deceiving", "year": 1983, "language": "english", "contains": [{"id": 250, "work": "23", "translators": [82], "title": "Appearances Are Deceiving"}], "publisher": {"id": 58, "name": "Theater 15/1, S. 31-51"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "eng_076": {"id": null, "signatur": "eng_076", "erstpublikation": true, "parents": null, "more": null, "title": "Three Novellas", "year": 2003, "language": "english", "contains": [{"id": 251, "work": "67", "translators": [74], "title": "Amras"}, {"id": 252, "work": "68", "translators": [76], "title": "Playing Watten"}, {"id": 253, "work": "10", "translators": [76], "title": "Walking"}], "publisher": {"id": 71, "name": "University of Chicago Press"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_077": {"id": null, "signatur": "eng_077", "erstpublikation": true, "parents": null, "more": "eng_077a", "title": "Walking", "year": 1999, "language": "english", "contains": [{"id": 253, "work": "10", "translators": [76], "title": "Walking"}], "publisher": {"id": 59, "name": "Conjunctions 32, S. 7-66"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_078": {"id": null, "signatur": "eng_078", "erstpublikation": false, "parents": ["eng_077"], "more": null, "title": "Walking", "year": 2015, "language": "english", "contains": [{"id": 253, "work": "10", "translators": [76], "title": "Walking"}], "publisher": {"id": 71, "name": "University of Chicago Press"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_079": {"id": null, "signatur": "eng_079", "erstpublikation": true, "parents": null, "more": null, "title": "3 Days. From the film by Ferry Radax", "year": 2016, "language": "english", "contains": [{"id": 254, "work": "115", "translators": [74], "title": "Three Days"}], "publisher": {"id": 60, "name": "Blast Books"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_080": {"id": null, "signatur": "eng_080", "erstpublikation": true, "parents": null, "more": "eng_080a", "title": "The German Lunch Table", "year": 1982, "language": "english", "contains": [{"id": 255, "work": "49", "translators": [82], "title": "The German Lunch Table"}], "publisher": {"id": 61, "name": "Performing Arts Journal 6/1, S. 26-29"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_081": {"id": null, "signatur": "eng_081", "erstpublikation": true, "parents": null, "more": null, "title": "The Voice Impersonator", "year": 1995, "language": "english", "contains": [{"id": 256, "work": "9", "translators": [75], "title": "The Voice Impersonator"}], "publisher": {"id": 62, "name": "William Drenttel"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_082": {"id": null, "signatur": "eng_082", "erstpublikation": true, "parents": null, "more": null, "title": "The Voice Imitator", "year": 1997, "language": "english", "contains": [{"id": 257, "work": "9", "translators": [76], "title": "The Voice Imitator"}], "publisher": {"id": 71, "name": "University of Chicago Press"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_084": {"id": null, "signatur": "eng_084", "erstpublikation": true, "parents": null, "more": null, "title": "Prose", "year": 2010, "language": "english", "contains": [{"id": 258, "work": "72", "translators": [82], "title": "Two Tutors"}, {"id": 259, "work": "73", "translators": [82], "title": "The Cap"}, {"id": 260, "work": "74", "translators": [82], "title": "Is it a Comedy? Is it a Tragedy?"}, {"id": 261, "work": "71", "translators": [82], "title": "Jauregg"}, {"id": 262, "work": "76", "translators": [82], "title": "Attach\u00e9 at the French Embassy"}, {"id": 263, "work": "69", "translators": [82], "title": "The Crime of an Innsbruck Shopkeeper's Son"}, {"id": 264, "work": "70", "translators": [82], "title": "The Carpenter"}], "publisher": {"id": 67, "name": "Seagull Books"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_085": {"id": null, "signatur": "eng_085", "erstpublikation": true, "parents": null, "more": null, "title": "Goethe Dies", "year": 2016, "language": "english", "contains": [{"id": 265, "work": "51", "translators": [78], "title": "Goethe Dies"}, {"id": 266, "work": "52", "translators": [78], "title": "Montaigne. A Story in Twenty-Two Instalments"}, {"id": 267, "work": "53", "translators": [78], "title": "Reunion"}, {"id": 268, "work": "54", "translators": [78], "title": "Going Up in Flames. A Travelogue to an Erstwhile Friend"}], "publisher": {"id": 67, "name": "Seagull Books"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_086": {"id": null, "signatur": "eng_086", "erstpublikation": true, "parents": null, "more": null, "title": "The World-Fixer", "year": 2005, "language": "english", "contains": [{"id": 269, "work": "28", "translators": [78], "title": "The World-Fixer"}], "publisher": {"id": 67, "name": "Ariadne Press"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_087": {"id": null, "signatur": "eng_087", "erstpublikation": true, "parents": null, "more": null, "title": "Over All the Mountain Tops", "year": 2004, "language": "english", "contains": [{"id": 270, "work": "29", "translators": [81], "title": "Over All the Mountain Tops"}], "publisher": {"id": 67, "name": "Ariadne Press"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "eng_088": {"id": null, "signatur": "eng_088", "erstpublikation": true, "parents": null, "more": null, "title": "Victor Halfwit. A Winter's Tale", "year": 2011, "language": "english", "contains": [{"id": 271, "work": "75", "translators": [82], "title": "Victor Halfwit. A Winter's Tale"}], "publisher": {"id": 67, "name": "Seagull Books"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_089": {"id": null, "signatur": "eng_089", "erstpublikation": true, "parents": null, "more": null, "title": "The President & Eve of Retirement. Plays and Other Writings", "year": 1982, "language": "english", "contains": [{"id": 272, "work": "11", "translators": [82], "title": "The President"}, {"id": 273, "work": "18", "translators": [82], "title": "Eve of Retirement"}, {"id": 274, "work": "74", "translators": [82], "title": "Is It A Comedy? Is It A Tragedy?"}], "publisher": {"id": 65, "name": "PAJ Publications"}, "categories": ["prose \\ drama & libretti", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "eng_090": {"id": null, "signatur": "eng_090", "erstpublikation": true, "parents": null, "more": null, "title": "Claus Peymann Buys Himself a Pair of Pants and Joins Me for Lunch", "year": 2008, "language": "english", "contains": [{"id": 275, "work": "62", "translators": [82], "title": "Claus Peymann Buys Himself a Pair of Pants and Joins Me for Lunch"}], "publisher": {"id": 66, "name": "n+1 7: \u00bbCorrection\u00ab, S. 107-126"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_091": {"id": null, "signatur": "eng_091", "erstpublikation": true, "parents": null, "more": null, "title": "The Rest Is Slander. Five Stories", "year": 2022, "language": "english", "contains": [{"id": 276, "work": "66", "translators": [83], "title": "Ungenach"}, {"id": 277, "work": "116", "translators": [83], "title": "The Weatherproof Cape"}, {"id": 278, "work": "78", "translators": [83], "title": "Midland in Stilfs"}, {"id": 279, "work": "80", "translators": [83], "title": "At the Ortler"}, {"id": 280, "work": "77", "translators": [83], "title": "At the Timberline"}], "publisher": {"id": 67, "name": "Seagull Books"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "eng_092": {"id": null, "signatur": "eng_092", "erstpublikation": true, "parents": null, "more": null, "title": "The Italian", "year": 1991, "language": "english", "contains": [{"id": 281, "work": "117", "translators": [85], "title": "The Italian"}], "publisher": {"id": 67, "name": "Ariadne Press"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "eng_093": {"id": null, "signatur": "eng_093", "erstpublikation": true, "parents": ["eng_092"], "more": null, "title": "Austrian Identities. Twentieth-Century Short Fiction", "year": 2004, "language": "english", "contains": [{"id": 281, "work": "117", "translators": [85], "title": "The Italian"}, {"id": 282, "work": "69", "translators": [84], "title": "Crimes of an Innsbruck Merchant's Son"}], "publisher": {"id": 67, "name": "Ariadne Press"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "eng_094": {"id": null, "signatur": "eng_094", "erstpublikation": true, "parents": null, "more": null, "title": "Jean-Arthur Rimbaud. For his 100th Birthday", "year": 2013, "language": "english", "contains": [{"id": 283, "work": "118", "translators": [85], "title": "Jean-Arthur Rimbaud. For his 100th Birthday"}], "publisher": {"id": 67, "name": "The Baffler 22: \u00bbModem & Taboo\u00ab"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_095": {"id": null, "signatur": "eng_095", "erstpublikation": true, "parents": null, "more": "eng_095a", "title": "A Testimony", "year": 1978, "language": "english", "contains": [{"id": 284, "work": "101", "translators": [86], "title": "A Testimony"}], "publisher": {"id": 68, "name": "Chicago Review 29/3, S. 118-124"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_096": {"id": null, "signatur": "eng_096", "erstpublikation": true, "parents": null, "more": "eng_096a", "title": "A Conversation. Thomas Bernhard and Andr\u00e9 M\u00fcller", "year": 2010, "language": "english", "contains": [{"id": 285, "work": "119", "translators": [88], "title": "A Conversation. Thomas Bernhard and Andr\u00e9 M\u00fcller"}], "publisher": {"id": 69, "name": "Conjunctions 55, S. 329-362"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_097": {"id": null, "signatur": "eng_097", "erstpublikation": false, "parents": ["eng_040"], "more": null, "title": "Cutting Timber. An Irritation", "year": 1993, "language": "english", "contains": [{"id": 228, "work": "14", "translators": [88], "title": "Cutting Timber. An Irritation"}], "publisher": {"id": 70, "name": "Vintage / RH"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_098": {"id": null, "signatur": "eng_098", "erstpublikation": false, "parents": ["eng_001"], "more": null, "title": "Extinction", "year": 1996, "language": "english", "contains": [{"id": 214, "work": "6", "translators": [89], "title": "Extinction"}], "publisher": {"id": 70, "name": "Penguin RH"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_099": {"id": null, "signatur": "eng_099", "erstpublikation": false, "parents": null, "more": null, "title": "Arguments from a Winter\u2019s Walk (excerpt)", "year": 2013, "language": "english", "contains": [{"id": 286, "work": "120", "translators": [88], "title": "Arguments from a Winter\u2019s Walk (excerpt)"}], "publisher": {"id": 70, "name": "Conjunctions, 03.12.2013 (online under https://www.conjunctions.com/online/article/thomas-bernhard-12-03-2013)"}, "categories": ["prose", "fragments"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_100": {"id": null, "signatur": "eng_100", "erstpublikation": false, "parents": ["eng_055"], "more": null, "title": "Gargoyles", "year": 1986, "language": "english", "contains": [{"id": 234, "work": "4", "translators": [88], "title": "Gargoyles"}], "publisher": {"id": 71, "name": "University of Chicago Press"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "eng_101": {"id": null, "signatur": "eng_101", "erstpublikation": true, "parents": null, "more": "eng_101a", "title": "Is it a Comedy? Is it a Tragedy?", "year": 1975, "language": "english", "contains": [{"id": 287, "work": "74", "translators": [88], "title": "Is it a Comedy? Is it a Tragedy?"}], "publisher": {"id": 71, "name": "Dimension 8 1-2, S. 46-57"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "eng_102": {"id": null, "signatur": "eng_102", "erstpublikation": true, "parents": null, "more": null, "title": "At the Timberline", "year": 1981, "language": "english", "contains": [{"id": 288, "work": "77", "translators": [89], "title": "At the Timberline"}], "publisher": {"id": 72, "name": "Oswald Wolff / Humanities Press"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "eng_103": {"id": null, "signatur": "eng_103", "erstpublikation": false, "parents": ["eng_012"], "more": null, "title": "Concrete", "year": 1984, "language": "english", "contains": [{"id": 221, "work": "3", "translators": [89], "title": "Concrete"}], "publisher": {"id": 73, "name": "J.M. Dent & Sons (UK)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "est_001": {"id": null, "signatur": "est_001", "erstpublikation": true, "parents": null, "more": null, "title": "K\u00fclm", "year": 1984, "language": "estonian", "contains": [{"id": 289, "work": "47", "translators": [89], "title": "K\u00fclm"}], "publisher": {"id": 74, "name": "Eesti Raamat"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "est_002": {"id": null, "signatur": "est_002", "erstpublikation": true, "parents": null, "more": null, "title": "Vanad Meistrid. Kom\u00f6\u00f6dia", "year": 2013, "language": "estonian", "contains": [{"id": 290, "work": "1", "translators": [92], "title": "Vanad Meistrid. Kom\u00f6\u00f6dia"}], "publisher": {"id": 78, "name": "Varrak"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "est_003": {"id": null, "signatur": "est_003", "erstpublikation": true, "parents": null, "more": null, "title": "Hukkasaaja", "year": 2021, "language": "estonian", "contains": [{"id": 291, "work": "5", "translators": [92], "title": "Hukkasaaja"}], "publisher": {"id": 76, "name": "SA Kultuurileht"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "est_004": {"id": null, "signatur": "est_004", "erstpublikation": true, "parents": null, "more": null, "title": "Metsaraiumine. Erutus", "year": 2022, "language": "estonian", "contains": [{"id": 292, "work": "14", "translators": [91], "title": "Metsaraiumine. Erutus"}], "publisher": {"id": 77, "name": "Eksa"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "est_005": {"id": null, "signatur": "est_005", "erstpublikation": true, "parents": null, "more": null, "title": "\u00c4rakustutamine. Lagu", "year": 2023, "language": "estonian", "contains": [{"id": 293, "work": "6", "translators": [92], "title": "\u00c4rakustutamine. Lagu"}], "publisher": {"id": 78, "name": "Varrak"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fin_001": {"id": null, "signatur": "fin_001", "erstpublikation": true, "parents": null, "more": null, "title": "Betoni", "year": 2008, "language": "finnish", "contains": [{"id": 294, "work": "3", "translators": [93], "title": "Betoni"}], "publisher": {"id": 79, "name": "Lurra Editions"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fin_002": {"id": null, "signatur": "fin_002", "erstpublikation": true, "parents": null, "more": null, "title": "Kyll\u00e4", "year": 2013, "language": "finnish", "contains": [{"id": 295, "work": "15", "translators": [93], "title": "Kyll\u00e4"}], "publisher": {"id": 79, "name": "Lurra Editions"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fin_003": {"id": null, "signatur": "fin_003", "erstpublikation": true, "parents": null, "more": null, "title": "Thomas Bernhard. Gerhard Fritsch. Kirjeenvaihtoa", "year": 2016, "language": "finnish", "contains": [{"id": 296, "work": "121", "translators": [93], "title": "Thomas Bernhard. Gerhard Fritsch. Kirjeenvaihtoa"}], "publisher": {"id": 79, "name": "Lurra Editions"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "fin_004": {"id": null, "signatur": "fin_004", "erstpublikation": true, "parents": null, "more": null, "title": "Kolme kertomusta", "year": 2014, "language": "finnish", "contains": [{"id": 297, "work": "122", "translators": [93], "title": "Kulterer"}, {"id": 298, "work": "117", "translators": [93], "title": "Italialainen"}, {"id": 299, "work": "77", "translators": [93], "title": "Puurajalla"}], "publisher": {"id": 79, "name": "Lurra Editions"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fin_005": {"id": null, "signatur": "fin_005", "erstpublikation": true, "parents": null, "more": null, "title": "Syy", "year": 2011, "language": "finnish", "contains": [{"id": 300, "work": "7", "translators": [93], "title": "Syy"}], "publisher": {"id": 79, "name": "Lurra Editions"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fin_006": {"id": null, "signatur": "fin_006", "erstpublikation": true, "parents": null, "more": null, "title": "Kellari. Vet\u00e4ytyminen", "year": 2011, "language": "finnish", "contains": [{"id": 301, "work": "59", "translators": [93], "title": "Kellari. Vet\u00e4ytyminen"}], "publisher": {"id": 79, "name": "Lurra Editions"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fin_007": {"id": null, "signatur": "fin_007", "erstpublikation": true, "parents": null, "more": null, "title": "Hengitys. P\u00e4\u00e4t\u00f6s", "year": 2012, "language": "finnish", "contains": [{"id": 302, "work": "56", "translators": [93], "title": "Hengitys. P\u00e4\u00e4t\u00f6s"}], "publisher": {"id": 79, "name": "Lurra Editions"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fin_008": {"id": null, "signatur": "fin_008", "erstpublikation": true, "parents": null, "more": null, "title": "Kylmyys. Eristys", "year": 2012, "language": "finnish", "contains": [{"id": 303, "work": "60", "translators": [93], "title": "Kylmyys. Eristys"}], "publisher": {"id": 79, "name": "Lurra Editions"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fin_009": {"id": null, "signatur": "fin_009", "erstpublikation": true, "parents": null, "more": null, "title": "Muuan lapsi", "year": 2013, "language": "finnish", "contains": [{"id": 304, "work": "50", "translators": [93], "title": "Muuan lapsi"}], "publisher": {"id": 79, "name": "Lurra Editions"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fin_010": {"id": null, "signatur": "fin_010", "erstpublikation": true, "parents": null, "more": null, "title": "Haaskio", "year": 2009, "language": "finnish", "contains": [{"id": 305, "work": "5", "translators": [94], "title": "Haaskio"}], "publisher": {"id": 80, "name": "Teos"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fin_011": {"id": null, "signatur": "fin_011", "erstpublikation": true, "parents": null, "more": null, "title": "Hakkuu. Muuan mielenkuohu", "year": 2007, "language": "finnish", "contains": [{"id": 306, "work": "14", "translators": [94], "title": "Hakkuu. Muuan mielenkuohu"}], "publisher": {"id": 80, "name": "Teos"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fin_012": {"id": null, "signatur": "fin_012", "erstpublikation": true, "parents": null, "more": null, "title": "Vanhat mestarit. Komedia", "year": 2013, "language": "finnish", "contains": [{"id": 307, "work": "1", "translators": [94], "title": "Vanhat mestarit. Komedia"}], "publisher": {"id": 80, "name": "Teos"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fin_013": {"id": null, "signatur": "fin_013", "erstpublikation": true, "parents": null, "more": null, "title": "Palkintopuhetta", "year": 2014, "language": "finnish", "contains": [{"id": 308, "work": "8", "translators": [94], "title": "Palkintopuhetta"}], "publisher": {"id": 80, "name": "Teos"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fin_014": {"id": null, "signatur": "fin_014", "erstpublikation": true, "parents": null, "more": null, "title": "Pakkanen", "year": 2018, "language": "finnish", "contains": [{"id": 309, "work": "47", "translators": [94], "title": "Pakkanen"}], "publisher": {"id": 80, "name": "Teos"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fin_015": {"id": null, "signatur": "fin_015", "erstpublikation": true, "parents": null, "more": null, "title": "Halvallasy\u00f6j\u00e4t. Wittgensteinin veljenpoika", "year": 2020, "language": "finnish", "contains": [{"id": 310, "work": "82", "translators": [94], "title": "Halvallasy\u00f6j\u00e4t"}, {"id": 311, "work": "2", "translators": [94], "title": "Wittgensteinin veljenpoika"}], "publisher": {"id": 80, "name": "Teos"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fin_016": {"id": null, "signatur": "fin_016", "erstpublikation": true, "parents": null, "more": null, "title": "H\u00e4iri\u00f6", "year": 2014, "language": "finnish", "contains": [{"id": 312, "work": "4", "translators": [94], "title": "H\u00e4iri\u00f6"}], "publisher": {"id": 80, "name": "Teos"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fin_017": {"id": null, "signatur": "fin_017", "erstpublikation": true, "parents": null, "more": null, "title": "Kolme pienoisromaania", "year": 2016, "language": "finnish", "contains": [{"id": 313, "work": "67", "translators": [94], "title": "Amras"}, {"id": 314, "work": "68", "translators": [94], "title": "Kortinpeluu"}, {"id": 315, "work": "10", "translators": [94], "title": "K\u00e4vely"}], "publisher": {"id": 80, "name": "Teos"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_001": {"id": null, "signatur": "fra_001", "erstpublikation": true, "parents": null, "more": "fra_001a", "title": "Claus Peymann s'ach\u00e8te un pantalon et vient manger avec moi", "year": 1988, "language": "french", "contains": [{"id": 316, "work": "62", "translators": [94], "title": "Claus Peymann s'ach\u00e8te un pantalon et vient manger avec moi"}], "publisher": {"id": 80, "name": "Th\u00e9\u00e2tre en Europe 19, S. 58-65"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_002": {"id": null, "signatur": "fra_002", "erstpublikation": true, "parents": null, "more": null, "title": "Sur le traces de la v\u00e9rit\u00e9. Discours, lettres, entretiens, articles", "year": 2013, "language": "french", "contains": [{"id": 317, "work": "83", "translators": [122], "title": "Sur le traces de la v\u00e9rit\u00e9. Discours, lettres, entretiens, articles"}], "publisher": {"id": 81, "name": "Gallimard (Aracdes)"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_003": {"id": null, "signatur": "fra_003", "erstpublikation": true, "parents": null, "more": null, "title": "Extinction. Un effondrement", "year": 1990, "language": "french", "contains": [{"id": 318, "work": "6", "translators": [127], "title": "Extinction. Un effondrement"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_004": {"id": null, "signatur": "fra_004", "erstpublikation": false, "parents": ["fra_003"], "more": null, "title": "Extinction. Un effondrement", "year": 2009, "language": "french", "contains": [{"id": 318, "work": "6", "translators": [127], "title": "Extinction. Un effondrement"}], "publisher": {"id": 98, "name": "Gallimard (L'imaginaire)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_005": {"id": null, "signatur": "fra_005", "erstpublikation": false, "parents": ["fra_003"], "more": null, "title": "Extinction. Un effondrement", "year": 1999, "language": "french", "contains": [{"id": 318, "work": "6", "translators": [127], "title": "Extinction. Un effondrement"}], "publisher": {"id": 98, "name": "Gallimard (Folio)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_006": {"id": null, "signatur": "fra_006", "erstpublikation": true, "parents": null, "more": null, "title": "Perturbation", "year": 1971, "language": "french", "contains": [{"id": 319, "work": "4", "translators": [97], "title": "Perturbation"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "fra_007": {"id": null, "signatur": "fra_007", "erstpublikation": true, "parents": null, "more": null, "title": "Perturbation", "year": 1989, "language": "french", "contains": [{"id": 320, "work": "4", "translators": [119], "title": "Perturbation"}], "publisher": {"id": 98, "name": "Gallimard (L'imaginaire)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_008": {"id": null, "signatur": "fra_008", "erstpublikation": true, "parents": null, "more": null, "title": "Les Mange-pas-chere", "year": 2005, "language": "french", "contains": [{"id": 321, "work": "82", "translators": [128], "title": "Les Mange-pas-chere"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_009": {"id": null, "signatur": "fra_009", "erstpublikation": false, "parents": ["fra_008"], "more": null, "title": "Les Mange-pas-chere", "year": 2018, "language": "french", "contains": [{"id": 321, "work": "82", "translators": [128], "title": "Les Mange-pas-chere"}], "publisher": {"id": 98, "name": "Gallimard (L'imaginaire)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_010": {"id": null, "signatur": "fra_010", "erstpublikation": false, "parents": ["fra_008"], "more": null, "title": "Les Mange-pas-chere", "year": 2007, "language": "french", "contains": [{"id": 321, "work": "82", "translators": [128], "title": "Les Mange-pas-chere"}], "publisher": {"id": 98, "name": "Gallimard (Folio)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_011": {"id": null, "signatur": "fra_011", "erstpublikation": true, "parents": null, "more": null, "title": "Corrections", "year": 1978, "language": "french", "contains": [{"id": 322, "work": "65", "translators": [109], "title": "Corrections"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_012": {"id": null, "signatur": "fra_012", "erstpublikation": false, "parents": ["fra_011"], "more": null, "title": "Corrections", "year": 2005, "language": "french", "contains": [{"id": 322, "work": "65", "translators": [109], "title": "Corrections"}], "publisher": {"id": 98, "name": "Gallimard (L'imaginaire)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_013": {"id": null, "signatur": "fra_013", "erstpublikation": true, "parents": null, "more": null, "title": "Gel", "year": 1967, "language": "french", "contains": [{"id": 323, "work": "47", "translators": [101], "title": "Gel"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_014": {"id": null, "signatur": "fra_014", "erstpublikation": true, "parents": null, "more": null, "title": "Des arbres \u00e0 abattre. Une irritation", "year": 1987, "language": "french", "contains": [{"id": 324, "work": "14", "translators": [119], "title": "Des arbres \u00e0 abattre. Une irritation"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_015": {"id": null, "signatur": "fra_015", "erstpublikation": false, "parents": ["fra_014"], "more": null, "title": "Des arbres \u00e0 abattre. Une irritation", "year": 1997, "language": "french", "contains": [{"id": 324, "work": "14", "translators": [119], "title": "Des arbres \u00e0 abattre. Une irritation"}], "publisher": {"id": 98, "name": "Gallimard (Folio)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_016": {"id": null, "signatur": "fra_016", "erstpublikation": true, "parents": null, "more": null, "title": "Amras et autres r\u00e9cits", "year": 1987, "language": "french", "contains": [{"id": 325, "work": "67", "translators": [122], "title": "Amras"}, {"id": 326, "work": "69", "translators": [109], "title": "Le crime d'un fils de commer\u00e7ant d'Innsbruck"}, {"id": 327, "work": "70", "translators": [109], "title": "Le charpentier"}, {"id": 328, "work": "71", "translators": [109], "title": "Jauregg"}, {"id": 329, "work": "72", "translators": [109], "title": "Deux \u00e9ducateurs"}, {"id": 330, "work": "73", "translators": [109], "title": "La casquette"}, {"id": 331, "work": "74", "translators": [109], "title": "Est-ce une com\u00e9die? Est-ce une trag\u00e9die?"}, {"id": 332, "work": "76", "translators": [109], "title": "L'attach\u00e9 \u00e0 l'ambassade de France"}, {"id": 333, "work": "66", "translators": [109], "title": "Ungenach"}, {"id": 334, "work": "68", "translators": [122], "title": "Watten"}, {"id": 335, "work": "78", "translators": [109], "title": "Midland \u00e0 Stilfs"}, {"id": 336, "work": "79", "translators": [109], "title": "La cape de loden"}, {"id": 337, "work": "80", "translators": [109], "title": "Dans le massif de l'Ortler"}, {"id": 338, "work": "123", "translators": [109], "title": "Marcher"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_017": {"id": null, "signatur": "fra_017", "erstpublikation": true, "parents": null, "more": null, "title": "Ma\u00eetres anciens. Com\u00e9die", "year": 1988, "language": "french", "contains": [{"id": 339, "work": "1", "translators": [127], "title": "Ma\u00eetres anciens. Com\u00e9die"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_018": {"id": null, "signatur": "fra_018", "erstpublikation": false, "parents": ["fra_017"], "more": null, "title": "Ma\u00eetres anciens. Com\u00e9die", "year": 2005, "language": "french", "contains": [{"id": 339, "work": "1", "translators": [127], "title": "Ma\u00eetres anciens. Com\u00e9die"}], "publisher": {"id": 98, "name": "Gallimard (Folio)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_019": {"id": null, "signatur": "fra_019", "erstpublikation": true, "parents": null, "more": null, "title": "Mes prix litt\u00e9raires", "year": 2010, "language": "french", "contains": [{"id": 340, "work": "8", "translators": [122], "title": "Mes prix litt\u00e9raires"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_020": {"id": null, "signatur": "fra_020", "erstpublikation": false, "parents": ["fra_019"], "more": null, "title": "Mes prix litt\u00e9raires", "year": 2011, "language": "french", "contains": [{"id": 340, "work": "8", "translators": [122], "title": "Mes prix litt\u00e9raires"}], "publisher": {"id": 98, "name": "Gallimard (Folio)"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_021": {"id": null, "signatur": "fra_021", "erstpublikation": true, "parents": null, "more": null, "title": "B\u00e9ton", "year": 1985, "language": "french", "contains": [{"id": 341, "work": "3", "translators": [127], "title": "B\u00e9ton"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_022": {"id": null, "signatur": "fra_022", "erstpublikation": false, "parents": ["fra_021"], "more": null, "title": "B\u00e9ton", "year": 2004, "language": "french", "contains": [{"id": 341, "work": "3", "translators": [127], "title": "B\u00e9ton"}], "publisher": {"id": 98, "name": "Gallimard (L'imaginaire)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_023": {"id": null, "signatur": "fra_023", "erstpublikation": true, "parents": null, "more": null, "title": "Oui", "year": 1980, "language": "french", "contains": [{"id": 342, "work": "15", "translators": [122], "title": "Oui"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_024": {"id": null, "signatur": "fra_024", "erstpublikation": false, "parents": ["fra_023"], "more": null, "title": "Oui", "year": 1997, "language": "french", "contains": [{"id": 342, "work": "15", "translators": [122], "title": "Oui"}], "publisher": {"id": 98, "name": "Gallimard (Folio)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_025": {"id": null, "signatur": "fra_025", "erstpublikation": true, "parents": null, "more": null, "title": "Le neveu de Wittgenstein. Un amiti\u00e9", "year": 1985, "language": "french", "contains": [{"id": 343, "work": "2", "translators": [122], "title": "Le neveu de Wittgenstein. Un amiti\u00e9"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_026": {"id": null, "signatur": "fra_026", "erstpublikation": false, "parents": ["fra_025"], "more": null, "title": "Le neveu de Wittgenstein. Un amiti\u00e9", "year": 1991, "language": "french", "contains": [{"id": 343, "work": "2", "translators": [122], "title": "Le neveu de Wittgenstein. Un amiti\u00e9"}], "publisher": {"id": 98, "name": "Gallimard (Folio)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_027": {"id": null, "signatur": "fra_027", "erstpublikation": true, "parents": null, "more": null, "title": "La pl\u00e2tri\u00e8re", "year": 1974, "language": "french", "contains": [{"id": 344, "work": "48", "translators": [105], "title": "La pl\u00e2tri\u00e8re"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_028": {"id": null, "signatur": "fra_028", "erstpublikation": true, "parents": null, "more": null, "title": "L'imitateur", "year": 1981, "language": "french", "contains": [{"id": 345, "work": "9", "translators": [122], "title": "L'imitateur"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_029": {"id": null, "signatur": "fra_029", "erstpublikation": false, "parents": ["fra_028"], "more": null, "title": "L'imitateur (choix) / Der Stimmenimitator (Auswahl)", "year": 1997, "language": "french", "contains": [{"id": 345, "work": "9", "translators": [122], "title": "L'imitateur"}], "publisher": {"id": 85, "name": "Gallimard (Folio bilingue)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_030": {"id": null, "signatur": "fra_030", "erstpublikation": true, "parents": null, "more": null, "title": "Le naufrag\u00e9", "year": 1986, "language": "french", "contains": [{"id": 346, "work": "5", "translators": [119], "title": "Le naufrag\u00e9"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_031": {"id": null, "signatur": "fra_031", "erstpublikation": false, "parents": ["fra_030"], "more": null, "title": "Le naufrag\u00e9", "year": 1993, "language": "french", "contains": [{"id": 346, "work": "5", "translators": [119], "title": "Le naufrag\u00e9"}], "publisher": {"id": 98, "name": "Gallimard (Folio)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_032": {"id": null, "signatur": "fra_032", "erstpublikation": true, "parents": null, "more": null, "title": "Dans le hauteurs. Tentative de sauventage, non-sens", "year": 1991, "language": "french", "contains": [{"id": 347, "work": "84", "translators": [128], "title": "Dans le hauteurs. Tentative de sauventage, non-sens"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_033": {"id": null, "signatur": "fra_033", "erstpublikation": true, "parents": null, "more": null, "title": "Goehte se mheurt", "year": 2013, "language": "french", "contains": [{"id": 348, "work": "51", "translators": [122], "title": "Goehte se mheurt"}, {"id": 349, "work": "52", "translators": [122], "title": "Montaigne"}, {"id": 350, "work": "53", "translators": [122], "title": "Retrouvailles"}, {"id": 351, "work": "54", "translators": [122], "title": "Parti en fum\u00e9e"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_034": {"id": null, "signatur": "fra_034", "erstpublikation": false, "parents": ["fra_033"], "more": null, "title": "Goehte se mheurt", "year": 2015, "language": "french", "contains": [{"id": 348, "work": "51", "translators": [122], "title": "Goehte se mheurt"}, {"id": 349, "work": "52", "translators": [122], "title": "Montaigne"}, {"id": 350, "work": "53", "translators": [122], "title": "Retrouvailles"}, {"id": 351, "work": "54", "translators": [122], "title": "Parti en fum\u00e9e"}], "publisher": {"id": 98, "name": "Gallimard (Folio)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_035": {"id": null, "signatur": "fra_035", "erstpublikation": true, "parents": null, "more": null, "title": "Je te salue Virigile", "year": 1988, "language": "french", "contains": [{"id": 352, "work": "113", "translators": [128], "title": "Je te salue Virigile"}], "publisher": {"id": 86, "name": "Gallimard"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_036": {"id": null, "signatur": "fra_036", "erstpublikation": true, "parents": null, "more": null, "title": "Entretiens avec Thomas Bernhard. Je n'insulte vraiment personne", "year": 1990, "language": "french", "contains": [{"id": 353, "work": "124", "translators": [108], "title": "Entretiens avec Thomas Bernhard. Je n'insulte vraiment personne"}], "publisher": {"id": 87, "name": "Gallimard (Le table rond)"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "fra_037": {"id": null, "signatur": "fra_037", "erstpublikation": true, "parents": null, "more": null, "title": "Entretiens avec Krista Fleischmann", "year": 1993, "language": "french", "contains": [{"id": 354, "work": "125", "translators": [128], "title": "Entretiens avec Krista Fleischmann"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_038": {"id": null, "signatur": "fra_038", "erstpublikation": true, "parents": null, "more": null, "title": "L'origine. Simple indication", "year": 1981, "language": "french", "contains": [{"id": 355, "work": "7", "translators": [109], "title": "L'origine. Simple indication"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_039": {"id": null, "signatur": "fra_039", "erstpublikation": false, "parents": ["fra_038"], "more": null, "title": "L'origine. Simple indication", "year": 2007, "language": "french", "contains": [{"id": 355, "work": "7", "translators": [109], "title": "L'origine. Simple indication"}], "publisher": {"id": 98, "name": "Gallimard (L'imaginaire)"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_040": {"id": null, "signatur": "fra_040", "erstpublikation": false, "parents": ["fra_038"], "more": null, "title": "L'origine. Simple indication", "year": 1996, "language": "french", "contains": [{"id": 355, "work": "7", "translators": [109], "title": "L'origine. Simple indication"}], "publisher": {"id": 98, "name": "Gallimard (Folio)"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_041": {"id": null, "signatur": "fra_041", "erstpublikation": true, "parents": null, "more": null, "title": "La cave. Un retrait", "year": 1983, "language": "french", "contains": [{"id": 356, "work": "59", "translators": [109], "title": "La cave. Un retrait"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_042": {"id": null, "signatur": "fra_042", "erstpublikation": false, "parents": ["fra_041"], "more": null, "title": "La cave. Un retrait", "year": 2003, "language": "french", "contains": [{"id": 356, "work": "59", "translators": [109], "title": "La cave. Un retrait"}], "publisher": {"id": 98, "name": "Gallimard (L'imaginaire)"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_043": {"id": null, "signatur": "fra_043", "erstpublikation": true, "parents": null, "more": null, "title": "Le souffle. Une d\u00e9cision", "year": 1983, "language": "french", "contains": [{"id": 357, "work": "56", "translators": [109], "title": "Le souffle. Une d\u00e9cision"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_044": {"id": null, "signatur": "fra_044", "erstpublikation": false, "parents": ["fra_043"], "more": null, "title": "Le souffle. Une d\u00e9cision", "year": 2007, "language": "french", "contains": [{"id": 357, "work": "56", "translators": [109], "title": "Le souffle. Une d\u00e9cision"}], "publisher": {"id": 98, "name": "Gallimard (L'imaginaire)"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_045": {"id": null, "signatur": "fra_045", "erstpublikation": true, "parents": null, "more": null, "title": "Le froid. Une mise en quarantaine", "year": 1984, "language": "french", "contains": [{"id": 358, "work": "60", "translators": [109], "title": "Le froid. Une mise en quarantaine"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_046": {"id": null, "signatur": "fra_046", "erstpublikation": false, "parents": ["fra_045"], "more": null, "title": "Le froid. Une mise en quarantaine", "year": 2012, "language": "french", "contains": [{"id": 358, "work": "60", "translators": [109], "title": "Le froid. Une mise en quarantaine"}], "publisher": {"id": 98, "name": "Gallimard (L'imaginaire)"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_047": {"id": null, "signatur": "fra_047", "erstpublikation": true, "parents": null, "more": null, "title": "Un enfant", "year": 1984, "language": "french", "contains": [{"id": 359, "work": "50", "translators": [109], "title": "Un enfant"}], "publisher": {"id": 89, "name": "Gallimard (Du monde entier)"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_048": {"id": null, "signatur": "fra_048", "erstpublikation": false, "parents": ["fra_047"], "more": null, "title": "Un enfant", "year": 1994, "language": "french", "contains": [{"id": 359, "work": "50", "translators": [109], "title": "Un enfant"}], "publisher": {"id": 98, "name": "Gallimard (Folio)"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_049": {"id": null, "signatur": "fra_049", "erstpublikation": false, "parents": ["fra_047"], "more": null, "title": "Un enfant", "year": 2016, "language": "french", "contains": [{"id": 359, "work": "50", "translators": [109], "title": "Un enfant"}], "publisher": {"id": 98, "name": "Gallimard (L'imaginaire)"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_050": {"id": null, "signatur": "fra_050", "erstpublikation": true, "parents": null, "more": null, "title": "L'origine - La cave - Le souffle - Le froid - Un enfant", "year": 1990, "language": "french", "contains": [{"id": 355, "work": "7", "translators": [109], "title": "L'origine. Simple indication"}, {"id": 356, "work": "59", "translators": [109], "title": "La cave. Un retrait"}, {"id": 357, "work": "56", "translators": [109], "title": "Le souffle. Une d\u00e9cision"}, {"id": 358, "work": "60", "translators": [109], "title": "Le froid. Une mise en quarantaine"}, {"id": 359, "work": "50", "translators": [109], "title": "Un enfant"}], "publisher": {"id": 89, "name": "Gallimard (Biblos)"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_051": {"id": null, "signatur": "fra_051", "erstpublikation": true, "parents": ["fra_075", "fra_050", "fra_016", "fra_023", "fra_028", "fra_008", "fra_025 ", "fra_077"], "more": null, "title": "R\u00e9cits (1971-1982)", "year": 2007, "language": "french", "contains": [{"id": 360, "work": "115", "translators": [128], "title": "Trois jours"}, {"id": 355, "work": "7", "translators": [109], "title": "L'origine. Simple indication"}, {"id": 356, "work": "59", "translators": [109], "title": "La cave. Un retrait"}, {"id": 357, "work": "56", "translators": [109], "title": "Le souffle. Une d\u00e9cision"}, {"id": 358, "work": "60", "translators": [109], "title": "Le froid. Une mise en quarantaine"}, {"id": 359, "work": "50", "translators": [109], "title": "Un enfant"}, {"id": 338, "work": "123", "translators": [109], "title": "Marcher"}, {"id": 342, "work": "15", "translators": [122], "title": "Oui"}, {"id": 345, "work": "9", "translators": [122], "title": "L'imitateur"}, {"id": 321, "work": "82", "translators": [128], "title": "Les Mange-pas-chere"}, {"id": 343, "work": "2", "translators": [122], "title": "Le neveu de Wittgenstein. Un amiti\u00e9"}, {"id": 361, "work": "119", "translators": [128], "title": "Entretien d'Andr\u00e9 M\u00fcller avec Thomas Bernhard"}], "publisher": {"id": 90, "name": "Gallimard (Quarto)"}, "categories": ["prose \\ letters, speeches, interviews", "novels, novellas & short prose, autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_052": {"id": null, "signatur": "fra_052", "erstpublikation": true, "parents": null, "more": "fra_052a \\ fra_052b", "title": "Sur la terre comme en enfer", "year": 2012, "language": "french", "contains": [{"id": 362, "work": "127", "translators": [109], "title": "Mon bout de monde"}, {"id": 363, "work": "55", "translators": [109], "title": "Sur la terre et en enfer"}, {"id": 364, "work": "63", "translators": [109], "title": "In hora mortis"}, {"id": 365, "work": "64", "translators": [109], "title": "Sous le fer de la lune"}, {"id": 366, "work": "128", "translators": [109], "title": "Annexe"}], "publisher": {"id": 91, "name": "Orph\u00e9e / La Diff\u00e9rence"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_053": {"id": null, "signatur": "fra_053", "erstpublikation": true, "parents": null, "more": null, "title": "Ma\u00eetres anciens. Com\u00e9die dessin\u00e9 par Mahler", "year": 2015, "language": "french", "contains": [{"id": 367, "work": "105", "translators": [127], "title": "Ma\u00eetres anciens. Com\u00e9die dessin\u00e9 par Mahler"}], "publisher": {"id": 92, "name": "L'Association"}, "categories": ["adaptations"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "fra_054": {"id": null, "signatur": "fra_054", "erstpublikation": true, "parents": null, "more": null, "title": "Au but", "year": 1987, "language": "french", "contains": [{"id": 368, "work": "19", "translators": [128], "title": "Au but"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_055": {"id": null, "signatur": "fra_055", "erstpublikation": true, "parents": null, "more": null, "title": "Avant la retraite. Une com\u00e9die de l'\u00e2me allemande", "year": 1987, "language": "french", "contains": [{"id": 369, "work": "18", "translators": [128], "title": "Avant la retraite. Une com\u00e9die de l'\u00e2me allemande"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "fra_056": {"id": null, "signatur": "fra_056", "erstpublikation": true, "parents": null, "more": null, "title": "D\u00e9jeuner chez Wittgenstein", "year": 1989, "language": "french", "contains": [{"id": 370, "work": "30", "translators": [116], "title": "D\u00e9jeuner chez Wittgenstein"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_057": {"id": null, "signatur": "fra_057", "erstpublikation": true, "parents": null, "more": null, "title": "Dramuscules", "year": 1991, "language": "french", "contains": [{"id": 371, "work": "37", "translators": [128], "title": "Un mort"}, {"id": 372, "work": "38", "translators": [128], "title": "Le Mois de Marie"}, {"id": 373, "work": "39", "translators": [128], "title": "Match"}, {"id": 374, "work": "40", "translators": [128], "title": "Acquittement"}, {"id": 375, "work": "41", "translators": [128], "title": "Glaces"}, {"id": 376, "work": "49", "translators": [128], "title": "Le D\u00e9jeuner allemand"}, {"id": 377, "work": "43", "translators": [128], "title": "Tout ou rien"}, {"id": 378, "work": "104", "translators": [128], "title": "Claus Peymann quitte Bochum et va \u00e0 Vienne comme directeur du Burgtheater"}, {"id": 379, "work": "62", "translators": [128], "title": "Claus Peymann s'ach\u00e8te un pantalon et va d\u00e9jeuner avec moi"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_058": {"id": null, "signatur": "fra_058", "erstpublikation": true, "parents": null, "more": null, "title": "Emmanuel Kant", "year": 1989, "language": "french", "contains": [{"id": 380, "work": "26", "translators": [116], "title": "Emmanuel Kant"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_059": {"id": null, "signatur": "fra_059", "erstpublikation": true, "parents": null, "more": null, "title": "Ev\u00e9nements", "year": 1988, "language": "french", "contains": [{"id": 381, "work": "58", "translators": [112, 113], "title": "Ev\u00e9nements"}, {"id": 382, "work": "129", "translators": [113], "title": "Un jeune \u00e9crivain"}, {"id": 383, "work": "52", "translators": [128], "title": "Montaigne"}, {"id": 384, "work": "130", "translators": [114], "title": "Monologues \u00e0 Majorque"}, {"id": 372, "work": "38", "translators": [128], "title": "Le Mois de Marie"}, {"id": 385, "work": "46", "translators": [128], "title": "Claus Peymann et Hermann Beil sur la Sulzwiese"}, {"id": 386, "work": "131", "translators": [128], "title": "Mon heureuse Autriche"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti \\ prose \\ letters, speeches, interviews", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_060": {"id": null, "signatur": "fra_060", "erstpublikation": true, "parents": null, "more": null, "title": "La Force de l'habitude", "year": 1983, "language": "french", "contains": [{"id": 387, "work": "22", "translators": [128], "title": "La Force de l'habitude"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_061": {"id": null, "signatur": "fra_061", "erstpublikation": true, "parents": null, "more": null, "title": "La Soci\u00e9t\u00e9 de chasse", "year": 1988, "language": "french", "contains": [{"id": 388, "work": "21", "translators": [128], "title": "La Soci\u00e9t\u00e9 de chasse"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_062": {"id": null, "signatur": "fra_062", "erstpublikation": true, "parents": null, "more": null, "title": "Le Faiseur de th\u00e9\u00e2tre", "year": 1986, "language": "french", "contains": [{"id": 389, "work": "13", "translators": [116], "title": "Le Faiseur de th\u00e9\u00e2tre"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_063": {"id": null, "signatur": "fra_063", "erstpublikation": true, "parents": null, "more": null, "title": "Le Pr\u00e9sident", "year": 1992, "language": "french", "contains": [{"id": 390, "work": "11", "translators": [128], "title": "Le Pr\u00e9sident"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_064": {"id": null, "signatur": "fra_064", "erstpublikation": true, "parents": null, "more": null, "title": "Le R\u00e9formateur", "year": 1990, "language": "french", "contains": [{"id": 391, "work": "28", "translators": [116], "title": "Le R\u00e9formateur"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_065": {"id": null, "signatur": "fra_065", "erstpublikation": true, "parents": null, "more": null, "title": "Les Apparences sont trompeuses", "year": 1985, "language": "french", "contains": [{"id": 392, "work": "23", "translators": [116], "title": "Les Apparences sont trompeuses"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_066": {"id": null, "signatur": "fra_066", "erstpublikation": true, "parents": null, "more": null, "title": "Les C\u00e9l\u00e8bres. \u00c9lisabeth II", "year": 1999, "language": "french", "contains": [{"id": 393, "work": "16", "translators": [128], "title": "Les C\u00e9l\u00e8bres"}, {"id": 394, "work": "24", "translators": [128], "title": "\u00c9lisabeth II"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_067": {"id": null, "signatur": "fra_067", "erstpublikation": true, "parents": null, "more": null, "title": "L'Ignorant et le fou", "year": 1984, "language": "french", "contains": [{"id": 395, "work": "27", "translators": [116], "title": "L'Ignorant et le fou"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_068": {"id": null, "signatur": "fra_068", "erstpublikation": true, "parents": null, "more": null, "title": "Ma\u00eetre. La journ\u00e9e d'un po\u00e8te allemand vers 1980", "year": 1994, "language": "french", "contains": [{"id": 396, "work": "29", "translators": [128], "title": "Ma\u00eetre. La journ\u00e9e d'un po\u00e8te allemand vers 1980"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_069": {"id": null, "signatur": "fra_069", "erstpublikation": true, "parents": null, "more": null, "title": "Minetti. Portrait de l'artiste en viel homme", "year": 1983, "language": "french", "contains": [{"id": 397, "work": "17", "translators": [128], "title": "Minetti. Portrait de l'artiste en viel homme"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_070": {"id": null, "signatur": "fra_070", "erstpublikation": true, "parents": null, "more": null, "title": "Place des h\u00e9ros", "year": 1990, "language": "french", "contains": [{"id": 398, "work": "12", "translators": [128], "title": "Place des h\u00e9ros"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_071": {"id": null, "signatur": "fra_071", "erstpublikation": true, "parents": null, "more": null, "title": "Simplement compliqu\u00e9", "year": 1988, "language": "french", "contains": [{"id": 399, "work": "20", "translators": [116], "title": "Simplement compliqu\u00e9"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_072": {"id": null, "signatur": "fra_072", "erstpublikation": true, "parents": null, "more": null, "title": "Une f\u00eate pour Boris", "year": 1996, "language": "french", "contains": [{"id": 400, "work": "25", "translators": [128], "title": "Une f\u00eate pour Boris"}], "publisher": {"id": 93, "name": "L'Arche"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "fra_073": {"id": null, "signatur": "fra_073", "erstpublikation": true, "parents": ["fra_075", "fra_076"], "more": null, "title": "L'Italien", "year": 2021, "language": "french", "contains": [{"id": 401, "work": "117", "translators": [116], "title": "L'Italien"}, {"id": 402, "work": "77", "translators": [116], "title": "\u00c0 la lisi\u00e8re des arbres"}, {"id": 403, "work": "122", "translators": [116], "title": "Kulterer"}], "publisher": {"id": 93, "name": "L'Herne"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_074": {"id": null, "signatur": "fra_074", "erstpublikation": true, "parents": null, "more": null, "title": "Po\u00e8mes", "year": 1987, "language": "french", "contains": [{"id": 404, "work": "55", "translators": [117], "title": "Sur la terre comme en enfer"}, {"id": 405, "work": "63", "translators": [117], "title": "In hora mortis"}], "publisher": {"id": 94, "name": "\u00c9ditions S\u00e9guier"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "fra_075": {"id": null, "signatur": "fra_075", "erstpublikation": true, "parents": null, "more": null, "title": "L'Italien / Trois jours", "year": 1987, "language": "french", "contains": [{"id": 406, "work": "117", "translators": [128], "title": "L'Italien"}, {"id": 360, "work": "115", "translators": [128], "title": "Trois jours"}], "publisher": {"id": 96, "name": "\u00c9ditions Arcane 17"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_076": {"id": null, "signatur": "fra_076", "erstpublikation": true, "parents": null, "more": null, "title": "Kulterer", "year": 1987, "language": "french", "contains": [{"id": 407, "work": "122", "translators": [128], "title": "Kulterer"}], "publisher": {"id": 96, "name": "\u00c9ditions Arcane 17"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_078": {"id": null, "signatur": "fra_078", "erstpublikation": true, "parents": null, "more": "fra_078a, fra_080a", "title": "LEXI/textes 12. IN\u00c9DITS et commentaire", "year": 2008, "language": "french", "contains": [{"id": 408, "work": "137", "translators": [128], "title": "Lettre \u00e0 Siegfried Unseld (extrait)"}, {"id": 409, "work": "138", "translators": [128], "title": "Lettre \u00e0 Henning Rischbieter"}], "publisher": {"id": 97, "name": "LEXI/textes 12. IN\u00c9DITS et commentaires, S. 148 / S. 150-151"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_079": {"id": null, "signatur": "fra_079", "erstpublikation": false, "parents": ["fra_007"], "more": null, "title": "Perturbation", "year": 2003, "language": "french", "contains": [{"id": 320, "work": "4", "translators": [119], "title": "Perturbation"}], "publisher": {"id": 98, "name": "Gallimard (L'imaginaire)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "fra_081": {"id": null, "signatur": "fra_081", "erstpublikation": false, "parents": ["fra_023"], "more": null, "title": "Oui", "year": 1997, "language": "french", "contains": [{"id": 342, "work": "15", "translators": [122], "title": "Oui"}], "publisher": {"id": 98, "name": "Gallimard (Folio)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "fra_082": {"id": null, "signatur": "fra_082", "erstpublikation": false, "parents": null, "more": null, "title": "Points de vue d'un incorrigible redresseur de torts", "year": 2009, "language": "french", "contains": [{"id": 410, "work": "139", "translators": [119], "title": "Points de vue d'un incorrigible redresseur de torts"}], "publisher": {"id": 98, "name": "europe. revue litt\u00e9raire mensuelle 87/959 \"Thomas Bernhard\", S. 18-22"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_083": {"id": null, "signatur": "fra_083", "erstpublikation": true, "parents": ["fra_002", "fra_028"], "more": null, "title": "Cahier Thomas Bernhard", "year": 2021, "language": "french", "contains": [{"id": 411, "work": "140", "translators": [120], "title": "Jeunes t\u00eates"}, {"id": 412, "work": "141", "translators": [120], "title": "Ma propre solitude"}, {"id": 413, "work": "142", "translators": [120], "title": "Chroniques judiciaires (Pour quelques friandises acidul\u00e9es"}, {"id": 414, "work": "143", "translators": [120], "title": "Suicide \u00e0 l'h\u00f4pital psychiatrique r\u00e9gional"}, {"id": 415, "work": "144", "translators": [120], "title": "Tant aim\u00e9e, jamais pay\u00e9e"}, {"id": 416, "work": "145", "translators": [120], "title": "R\u00e9presentation au tribunal p\u00e9nal r\u00e9gional"}, {"id": 417, "work": "146", "translators": [120], "title": "Ernestine contre Lucie1)"}, {"id": 418, "work": "147", "translators": [121], "title": "Deux po\u00e8mes, deux lettres et un t\u00e9l\u00e9gramme (Paris"}, {"id": 419, "work": "148", "translators": [121], "title": "D\u00e9lire de pers\u00e9cution"}, {"id": 420, "work": "149", "translators": [120], "title": "Deux lettres (1960-1963) \u00e0 Annemarie Hammerstein-Siller"}, {"id": 421, "work": "150", "translators": [120], "title": "Telegramme du 30 Novembre 1960 \u00e0 Michael Guttenbrunner)"}, {"id": 422, "work": "151", "translators": [121], "title": "R\u00e9cits (Une lettre tir\u00e9e d'un drame"}, {"id": 423, "work": "152", "translators": [121], "title": "Un printemps"}, {"id": 424, "work": "153", "translators": [121], "title": "Un imposteur \u00e0 la campagne"}, {"id": 425, "work": "154", "translators": [121], "title": "En tant qu'administrateur de l'asile"}, {"id": 426, "work": "155", "translators": [120], "title": "La femme de la fonderie et l'homme avec le sac \u00e0 dos2)"}, {"id": 427, "work": "156", "translators": [122], "title": "Lettre \u00e0 Claus Peymann"}, {"id": 428, "work": "157", "translators": [122], "title": "\u00c0 Rome"}, {"id": 429, "work": "158", "translators": [120], "title": "D\u00e9claration"}, {"id": 430, "work": "159", "translators": [121], "title": "Correspondance. Extraits. Thomas Bernhard et Siegfried Unseld"}, {"id": 431, "work": "160", "translators": [121], "title": "Unseld"}], "publisher": {"id": 99, "name": "L'Herne (Le Cahier de l'Herne)"}, "categories": ["poetry \\ letters, speeches, interviews \\ prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_084": {"id": null, "signatur": "fra_084", "erstpublikation": true, "parents": ["fra_085"], "more": null, "title": "Thomas Bernhard", "year": 2002, "language": "french", "contains": [{"id": 432, "work": "161", "translators": [127, 127], "title": "Werner W\u00f6gerbauer: Conversation avec Thomas Bernhard"}, {"id": 433, "work": "162", "translators": [124], "title": "Lettre \u00e0 Christoph von Schwerin"}, {"id": 434, "work": "163", "translators": [127], "title": "Lettres \u00e0 la presse (L'Europe"}, {"id": 435, "work": "164", "translators": [127], "title": "Elias Canetti"}, {"id": 436, "work": "165", "translators": [127], "title": "Bruno Kreisky"}, {"id": 437, "work": "166", "translators": [127], "title": "Litt\u00e9rature et justice"}, {"id": 438, "work": "167", "translators": [127], "title": "Franz Vranitzky"}, {"id": 439, "work": "168", "translators": [127], "title": "L'Assembl\u00e9e de auteurs \u00e0 Graz"}, {"id": 440, "work": "169", "translators": [127], "title": "Le titre de professeur"}, {"id": 441, "work": "170", "translators": [125], "title": "La bureaucratie culturelle autrichienne)"}, {"id": 442, "work": "171", "translators": [127], "title": "Ceux de la cantine"}, {"id": 443, "work": "172", "translators": [125], "title": "Thomas Bernhard \u00e0 la r\u00e9daction du Watzmann 5020 Salzburg"}, {"id": 444, "work": "173", "translators": [126], "title": "Les Roses du d\u00e9sert"}], "publisher": {"id": 100, "name": "Minerve"}, "categories": ["letters, speeches, interviews \\ prose \\ drama & libretti", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "fra_087": {"id": null, "signatur": "fra_087", "erstpublikation": true, "parents": null, "more": null, "title": "Manie de pers\u00e9cution", "year": 1983, "language": "french", "contains": [{"id": 445, "work": "148", "translators": [128], "title": "Manie de pers\u00e9cution"}], "publisher": {"id": 102, "name": "Th\u00e9\u00e2tre/Public 50"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "fra_088": {"id": null, "signatur": "fra_088", "erstpublikation": true, "parents": null, "more": null, "title": "Anthologie bilingue de la po\u00e9sie allemande", "year": 1993, "language": "french", "contains": [{"id": 446, "work": "175", "translators": [128], "title": "Pourquoi ai-je peur de vieillir"}, {"id": 447, "work": "176", "translators": [128], "title": "La mort et le temps"}, {"id": 448, "work": "177", "translators": [128], "title": "Dans le jardin de ma m\u00e8re"}], "publisher": {"id": 103, "name": "\u00c9ditions Gallimard (Biblioth\u00e8que de la Pl\u00e9iade)"}, "categories": [""], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "gal_001": {"id": null, "signatur": "gal_001", "erstpublikation": true, "parents": null, "more": null, "title": "Na meta", "year": 2010, "language": "galician", "contains": [{"id": 449, "work": "19", "translators": [129], "title": "Na meta"}], "publisher": {"id": 104, "name": "Difusora"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "gal_002": {"id": null, "signatur": "gal_002", "erstpublikation": true, "parents": null, "more": null, "title": "O facedor de teatro", "year": 2017, "language": "galician", "contains": [{"id": 450, "work": "13", "translators": [131], "title": "O facedor de teatro"}], "publisher": {"id": 105, "name": "Editorial Galaxia"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "geo_001": {"id": null, "signatur": "geo_001", "erstpublikation": true, "parents": null, "more": null, "title": "\u10dd\u10e0\u10d8 \u10d0\u10e6\u10db\u10d6\u10e0\u10d3\u10d4\u10da\u10d8", "year": 2008, "language": "georgian", "contains": [{"id": 451, "work": "72", "translators": [133], "title": "\u10dd\u10e0\u10d8 \u10d0\u10e6\u10db\u10d6\u10e0\u10d3\u10d4\u10da\u10d8"}], "publisher": {"id": 106, "name": "Arili, 21.02.2008 (online under http://arilimag.ge/%e1%83%97%e1%83%9d%c2%ad%e1%83%9b%e1%83%90%e1%83%a1-%e1%83%91%e1%83%94%e1%83%a0%c2%ad%e1%83%9c%c2%ad%e1%83%b0%e1%83%90%e1%83%a0%c2%ad%e1%83%93%e1%83%98-2/)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "geo_002": {"id": null, "signatur": "geo_002", "erstpublikation": true, "parents": null, "more": null, "title": "\u10e5\u10e3\u00ad\u10d3\u10d8", "year": 2008, "language": "georgian", "contains": [{"id": 452, "work": "73", "translators": [133], "title": "\u10e5\u10e3\u00ad\u10d3\u10d8"}], "publisher": {"id": 107, "name": "Arili, 01.03.2008 (online under http://arilimag.ge/%e1%83%97%e1%83%9d%c2%ad%e1%83%9b%e1%83%90%e1%83%a1-%e1%83%91%e1%83%94%e1%83%a0%c2%ad%e1%83%9c%c2%ad%e1%83%b0%e1%83%90%e1%83%a0%c2%ad%e1%83%93%e1%83%98/)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "geo_003": {"id": null, "signatur": "geo_003", "erstpublikation": true, "parents": null, "more": null, "title": "\u10e1\u10d0\u10e0\u10d3\u10d0\u10e4\u10d8", "year": 2003, "language": "georgian", "contains": [{"id": 453, "work": "59", "translators": [133], "title": "\u10e1\u10d0\u10e0\u10d3\u10d0\u10e4\u10d8"}], "publisher": {"id": 108, "name": "Arili"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "geo_004": {"id": null, "signatur": "geo_004", "erstpublikation": true, "parents": null, "more": null, "title": "\u10d3\u10d0\u10e6\u10db\u10d0\u10db\u10d0\u10d5\u10d0\u10da\u10d8", "year": 2022, "language": "georgian", "contains": [{"id": 454, "work": "5", "translators": [135], "title": "\u10d3\u10d0\u10e6\u10db\u10d0\u10db\u10d0\u10d5\u10d0\u10da\u10d8"}], "publisher": {"id": 111, "name": "Sulakauri"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "geo_005": {"id": null, "signatur": "geo_005", "erstpublikation": true, "parents": null, "more": null, "title": "\u10e2\u10e7\u10d8\u10e1 \u10e9\u10d4\u10ee\u10d0", "year": 2020, "language": "georgian", "contains": [{"id": 455, "work": "14", "translators": [135], "title": "\u10e2\u10e7\u10d8\u10e1 \u10e9\u10d4\u10ee\u10d0"}], "publisher": {"id": 111, "name": "Sulakauri"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "geo_006": {"id": null, "signatur": "geo_006", "erstpublikation": false, "parents": ["geo_005"], "more": null, "title": "\u10e2\u10e7\u10d8\u10e1 \u10e9\u10d4\u10ee\u10d0", "year": 2022, "language": "georgian", "contains": [{"id": 455, "work": "14", "translators": [135], "title": "\u10e2\u10e7\u10d8\u10e1 \u10e9\u10d4\u10ee\u10d0"}], "publisher": {"id": 111, "name": "Sulakauri"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "geo_007": {"id": null, "signatur": "geo_007", "erstpublikation": true, "parents": null, "more": null, "title": "\u10e1\u10d0\u10dc\u10d0\u10ee\u10d0\u10dd\u10d1\u10d8\u10e1 \u10db\u10dd\u10db\u10ec\u10e7\u10dd\u10d1\u10d8", "year": 2015, "language": "georgian", "contains": [{"id": 456, "work": "13", "translators": [135], "title": "\u10e1\u10d0\u10dc\u10d0\u10ee\u10d0\u10dd\u10d1\u10d8\u10e1 \u10db\u10dd\u10db\u10ec\u10e7\u10dd\u10d1\u10d8"}], "publisher": {"id": 111, "name": "Sulakauri"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "geo_008": {"id": null, "signatur": "geo_008", "erstpublikation": true, "parents": null, "more": null, "title": "???", "year": 2000, "language": "georgian", "contains": [{"id": 457, "work": "178", "translators": [134], "title": "???"}], "publisher": {"id": 110, "name": "???"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "geo_009": {"id": null, "signatur": "geo_009", "erstpublikation": true, "parents": null, "more": null, "title": "\u10eb\u10d5\u10d4\u10da\u10d8 \u10dd\u10e1\u10e2\u10d0\u10e2\u10d4\u10d1\u10d8", "year": 2023, "language": "georgian", "contains": [{"id": 458, "work": "1", "translators": [135], "title": "\u10eb\u10d5\u10d4\u10da\u10d8 \u10dd\u10e1\u10e2\u10d0\u10e2\u10d4\u10d1\u10d8"}], "publisher": {"id": 111, "name": "Sulakauri"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "gri_001": {"id": null, "signatur": "gri_001", "erstpublikation": true, "parents": null, "more": null, "title": "\u03a7\u0391\u0399\u03a1\u0395 \u0392\u0399\u03a1\u0393\u0399\u039b\u0399\u0395", "year": 1992, "language": "greek", "contains": [{"id": 459, "work": "113", "translators": [141], "title": "\u03a7\u0391\u0399\u03a1\u0395 \u0392\u0399\u03a1\u0393\u0399\u039b\u0399\u0395"}], "publisher": {"id": 111, "name": "Diagonios"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_002": {"id": null, "signatur": "gri_002", "erstpublikation": true, "parents": null, "more": null, "title": "\u039c\u03c0\u03b5\u03c4\u03cc\u03bd", "year": 1987, "language": "greek", "contains": [{"id": 460, "work": "3", "translators": [156], "title": "\u039c\u03c0\u03b5\u03c4\u03cc\u03bd"}], "publisher": {"id": 125, "name": "Axios/B"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_003": {"id": null, "signatur": "gri_003", "erstpublikation": false, "parents": ["gri_002"], "more": null, "title": "\u039c\u03c0\u03b5\u03c4\u03cc\u03bd", "year": 1996, "language": "greek", "contains": [{"id": 460, "work": "3", "translators": [156], "title": "\u039c\u03c0\u03b5\u03c4\u03cc\u03bd"}], "publisher": {"id": 124, "name": "Hestias"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_004": {"id": null, "signatur": "gri_004", "erstpublikation": true, "parents": null, "more": null, "title": "\u0399\u03bc\u03bc\u03b1\u03bd\u03bf\u03c5\u03ad\u03bb \u039a\u03b1\u03bd\u03c4", "year": 2015, "language": "greek", "contains": [{"id": 461, "work": "26", "translators": [137], "title": "\u0399\u03bc\u03bc\u03b1\u03bd\u03bf\u03c5\u03ad\u03bb \u039a\u03b1\u03bd\u03c4"}], "publisher": {"id": 115, "name": "Kapa"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "gri_005": {"id": null, "signatur": "gri_005", "erstpublikation": true, "parents": null, "more": null, "title": "\u039f \u0391\u03b4\u03b1\u03ae\u03c2 \u03ba\u03b1\u03b9 \u03bf \u03a0\u03b1\u03c1\u03ac\u03c6\u03c1\u03c9\u03bd", "year": 2016, "language": "greek", "contains": [{"id": 462, "work": "27", "translators": [146], "title": "\u039f \u0391\u03b4\u03b1\u03ae\u03c2 \u03ba\u03b1\u03b9 \u03bf \u03a0\u03b1\u03c1\u03ac\u03c6\u03c1\u03c9\u03bd"}], "publisher": {"id": 115, "name": "Kapa"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "gri_006": {"id": null, "signatur": "gri_006", "erstpublikation": true, "parents": null, "more": null, "title": "\u039f\u03b9 \u03c6\u03c4\u03b7\u03bd\u03bf\u03c6\u03b1\u03b3\u03ac\u03b4\u03b5\u03c2", "year": 1998, "language": "greek", "contains": [{"id": 463, "work": "82", "translators": [150], "title": "\u039f\u03b9 \u03c6\u03c4\u03b7\u03bd\u03bf\u03c6\u03b1\u03b3\u03ac\u03b4\u03b5\u03c2"}], "publisher": {"id": 115, "name": "Nisides"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_007": {"id": null, "signatur": "gri_007", "erstpublikation": true, "parents": null, "more": null, "title": "\u03a1\u03af\u03c4\u03c4\u03b5\u03c1, \u039d\u03c4\u03ad\u03bd\u03b5, \u03a6\u03bf\u03c2", "year": 1991, "language": "greek", "contains": [{"id": 464, "work": "30", "translators": [142, 145], "title": "\u03a1\u03af\u03c4\u03c4\u03b5\u03c1, \u039d\u03c4\u03ad\u03bd\u03b5, \u03a6\u03bf\u03c2"}, {"id": 465, "work": "2", "translators": [149], "title": "\u039f \u03b1\u03bd\u03b9\u03c8\u03b9\u03cc\u03c2 \u03c4\u03bf\u03c5 \u0392\u03af\u03c4\u03b3\u03ba\u03b5\u03bd\u03c3\u03c4\u03ac\u03ca\u03bd (excerpt)"}, {"id": 466, "work": "65", "translators": [156], "title": "\u0394\u03b9\u03cc\u03c1\u03b8\u03c9\u03c3\u03b7 (excerpt)"}, {"id": 467, "work": "6", "translators": [141], "title": "\u0397 \u03b5\u03be\u03ac\u03bb\u03b5\u03b9\u03c8\u03b7 (excerpt)"}, {"id": 468, "work": "130", "translators": [143], "title": "\u039c\u03bf\u03bd\u03cc\u03bb\u03bf\u03b3\u03bf\u03b9 \u03c3\u03c4\u03b7 \u039c\u03b1\u03b3\u03b9\u03cc\u03c1\u03ba\u03b1"}, {"id": 459, "work": "113", "translators": [141], "title": "\u03a7\u0391\u0399\u03a1\u0395 \u0392\u0399\u03a1\u0393\u0399\u039b\u0399\u0395"}], "publisher": {"id": 116, "name": "I Nea Skini"}, "categories": ["prose \\ poetry \\ letters, speeches, interviews \\ drama & libretti", "novels \\ novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_008": {"id": null, "signatur": "gri_008", "erstpublikation": true, "parents": null, "more": null, "title": "\u03a1\u03af\u03c4\u03c4\u03b5\u03c1, \u039d\u03c4\u03ad\u03bd\u03b5, \u03a6\u03bf\u03c2", "year": 2020, "language": "greek", "contains": [{"id": 469, "work": "30", "translators": [146], "title": "\u03a1\u03af\u03c4\u03c4\u03b5\u03c1, \u039d\u03c4\u03ad\u03bd\u03b5, \u03a6\u03bf\u03c2"}], "publisher": {"id": 118, "name": "Kritik\u0113"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_010": {"id": null, "signatur": "gri_010", "erstpublikation": true, "parents": null, "more": null, "title": "\u0392\u03b1\u03b4\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2", "year": 2022, "language": "greek", "contains": [{"id": 470, "work": "10", "translators": [147], "title": "\u0392\u03b1\u03b4\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2"}], "publisher": {"id": 118, "name": "Kritik\u0113"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "gri_011": {"id": null, "signatur": "gri_011", "erstpublikation": true, "parents": null, "more": null, "title": "\u03a0\u03bb\u03b1\u03c4\u03b5\u03af\u03b1 \u0397\u03c1\u03ce\u03c9\u03bd", "year": 2016, "language": "greek", "contains": [{"id": 471, "work": "12", "translators": [148], "title": "\u03a0\u03bb\u03b1\u03c4\u03b5\u03af\u03b1 \u0397\u03c1\u03ce\u03c9\u03bd"}], "publisher": {"id": 118, "name": "Kritik\u0113"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_012": {"id": null, "signatur": "gri_012", "erstpublikation": true, "parents": null, "more": null, "title": "\u03a4\u03b1 \u03b2\u03c1\u03b1\u03b2\u03b5\u03af\u03b1 \u03bc\u03bf\u03c5", "year": 2010, "language": "greek", "contains": [{"id": 472, "work": "8", "translators": [148], "title": "\u03a4\u03b1 \u03b2\u03c1\u03b1\u03b2\u03b5\u03af\u03b1 \u03bc\u03bf\u03c5"}], "publisher": {"id": 124, "name": "Hestias"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_013": {"id": null, "signatur": "gri_013", "erstpublikation": true, "parents": null, "more": null, "title": "\u039f \u03b1\u03bd\u03b9\u03c8\u03b9\u03cc\u03c2 \u03c4\u03bf\u03c5 \u0392\u03b9\u03c4\u03b3\u03ba\u03b5\u03bd\u03c3\u03c4\u03ac\u03b9\u03bd. \u039c\u03b9\u03b1 \u03c6\u03b9\u03bb\u03af\u03b1", "year": 1989, "language": "greek", "contains": [{"id": 465, "work": "2", "translators": [149], "title": "\u039f \u03b1\u03bd\u03b9\u03c8\u03b9\u03cc\u03c2 \u03c4\u03bf\u03c5 \u0392\u03af\u03c4\u03b3\u03ba\u03b5\u03bd\u03c3\u03c4\u03ac\u03ca\u03bd (excerpt)"}], "publisher": {"id": 124, "name": "Hestias"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_014": {"id": null, "signatur": "gri_014", "erstpublikation": true, "parents": null, "more": null, "title": "\u039f \u039c\u03af\u03bc\u03bf\u03c2 \u03c4\u03c9\u03bd \u03c6\u03c9\u03bd\u03ce\u03bd. 104 \u03b9\u03c3\u03c4\u03bf\u03c1\u03af\u03b5\u03c2", "year": 2000, "language": "greek", "contains": [{"id": 473, "work": "9", "translators": [156], "title": "\u039f \u039c\u03af\u03bc\u03bf\u03c2 \u03c4\u03c9\u03bd \u03c6\u03c9\u03bd\u03ce\u03bd. 104 \u03b9\u03c3\u03c4\u03bf\u03c1\u03af\u03b5\u03c2"}], "publisher": {"id": 118, "name": "Agra"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_015": {"id": null, "signatur": "gri_015", "erstpublikation": true, "parents": null, "more": null, "title": "\u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03b1", "year": 2019, "language": "greek", "contains": [{"id": 474, "work": "58", "translators": [149], "title": "\u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03b1"}], "publisher": {"id": 120, "name": "Exantas"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_016": {"id": null, "signatur": "gri_016", "erstpublikation": true, "parents": null, "more": null, "title": "\u03a0\u03b1\u03bb\u03b9\u03bf\u03af \u03b4\u03ac\u03c3\u03ba\u03b1\u03bb\u03bf\u03b9. \u039a\u03c9\u03bc\u03c9\u03b4\u03af\u03b1", "year": 1994, "language": "greek", "contains": [{"id": 475, "work": "1", "translators": [150], "title": "\u03a0\u03b1\u03bb\u03b9\u03bf\u03af \u03b4\u03ac\u03c3\u03ba\u03b1\u03bb\u03bf\u03b9. \u039a\u03c9\u03bc\u03c9\u03b4\u03af\u03b1"}], "publisher": {"id": 120, "name": "Exantas"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_017": {"id": null, "signatur": "gri_017", "erstpublikation": false, "parents": ["gri_016"], "more": null, "title": "\u03a0\u03b1\u03bb\u03b9\u03bf\u03af \u03b4\u03ac\u03c3\u03ba\u03b1\u03bb\u03bf\u03b9. \u039a\u03c9\u03bc\u03c9\u03b4\u03af\u03b1", "year": 2018, "language": "greek", "contains": [{"id": 475, "work": "1", "translators": [150], "title": "\u03a0\u03b1\u03bb\u03b9\u03bf\u03af \u03b4\u03ac\u03c3\u03ba\u03b1\u03bb\u03bf\u03b9. \u039a\u03c9\u03bc\u03c9\u03b4\u03af\u03b1"}], "publisher": {"id": 120, "name": "Exantas"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_018": {"id": null, "signatur": "gri_018", "erstpublikation": true, "parents": null, "more": null, "title": "\u0391\u03c6\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2. M\u03b9\u03b1 \u03ba\u03b1\u03c4\u03ac\u03c1\u03c1\u03b5\u03c5\u03c3\u03b7", "year": 2003, "language": "greek", "contains": [{"id": 476, "work": "6", "translators": [150], "title": "\u0391\u03c6\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2. M\u03b9\u03b1 \u03ba\u03b1\u03c4\u03ac\u03c1\u03c1\u03b5\u03c5\u03c3\u03b7"}], "publisher": {"id": 120, "name": "Exantas"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_019": {"id": null, "signatur": "gri_019", "erstpublikation": false, "parents": ["gri_018"], "more": null, "title": "\u0391\u03c6\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2. M\u03b9\u03b1 \u03ba\u03b1\u03c4\u03ac\u03c1\u03c1\u03b5\u03c5\u03c3\u03b7", "year": 2018, "language": "greek", "contains": [{"id": 476, "work": "6", "translators": [150], "title": "\u0391\u03c6\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2. M\u03b9\u03b1 \u03ba\u03b1\u03c4\u03ac\u03c1\u03c1\u03b5\u03c5\u03c3\u03b7"}], "publisher": {"id": 120, "name": "Exantas"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_020": {"id": null, "signatur": "gri_020", "erstpublikation": true, "parents": null, "more": null, "title": "\u039e\u03cd\u03bb\u03b5\u03c5\u03c3\u03b7. \u0388\u03bd\u03b1\u03c2 \u03b5\u03c1\u03b5\u03b8\u03b9\u03c3\u03bc\u03cc\u03c2", "year": 1996, "language": "greek", "contains": [{"id": 477, "work": "14", "translators": [150], "title": "\u039e\u03cd\u03bb\u03b5\u03c5\u03c3\u03b7. \u0388\u03bd\u03b1\u03c2 \u03b5\u03c1\u03b5\u03b8\u03b9\u03c3\u03bc\u03cc\u03c2"}], "publisher": {"id": 120, "name": "Exantas"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "gri_021": {"id": null, "signatur": "gri_021", "erstpublikation": false, "parents": ["gri_020"], "more": null, "title": "\u039e\u03cd\u03bb\u03b5\u03c5\u03c3\u03b7. \u0388\u03bd\u03b1\u03c2 \u03b5\u03c1\u03b5\u03b8\u03b9\u03c3\u03bc\u03cc\u03c2", "year": 2018, "language": "greek", "contains": [{"id": 477, "work": "14", "translators": [150], "title": "\u039e\u03cd\u03bb\u03b5\u03c5\u03c3\u03b7. \u0388\u03bd\u03b1\u03c2 \u03b5\u03c1\u03b5\u03b8\u03b9\u03c3\u03bc\u03cc\u03c2"}], "publisher": {"id": 120, "name": "Exantas"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_022": {"id": null, "signatur": "gri_022", "erstpublikation": true, "parents": null, "more": null, "title": "\u0394\u03b9\u03cc\u03c1\u03b8\u03c9\u03c3\u03b7", "year": 1998, "language": "greek", "contains": [{"id": 478, "work": "65", "translators": [150], "title": "\u0394\u03b9\u03cc\u03c1\u03b8\u03c9\u03c3\u03b7"}], "publisher": {"id": 120, "name": "Exantas"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_023": {"id": null, "signatur": "gri_023", "erstpublikation": false, "parents": ["gri_022"], "more": null, "title": "\u0394\u03b9\u03cc\u03c1\u03b8\u03c9\u03c3\u03b7", "year": 2018, "language": "greek", "contains": [{"id": 478, "work": "65", "translators": [150], "title": "\u0394\u03b9\u03cc\u03c1\u03b8\u03c9\u03c3\u03b7"}], "publisher": {"id": 120, "name": "Exantas"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_024": {"id": null, "signatur": "gri_024", "erstpublikation": true, "parents": null, "more": null, "title": "\u039f \u03b1\u03c0\u03bf\u03c4\u03c5\u03c7\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2", "year": 1998, "language": "greek", "contains": [{"id": 479, "work": "5", "translators": [150], "title": "\u039f \u03b1\u03c0\u03bf\u03c4\u03c5\u03c7\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2"}], "publisher": {"id": 120, "name": "Exantas"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_025": {"id": null, "signatur": "gri_025", "erstpublikation": false, "parents": ["gri_024"], "more": null, "title": "\u039f \u03b1\u03c0\u03bf\u03c4\u03c5\u03c7\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2", "year": 2018, "language": "greek", "contains": [{"id": 479, "work": "5", "translators": [150], "title": "\u039f \u03b1\u03c0\u03bf\u03c4\u03c5\u03c7\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2"}], "publisher": {"id": 120, "name": "Exantas"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_026": {"id": null, "signatur": "gri_026", "erstpublikation": true, "parents": null, "more": null, "title": "\u0391\u03c5\u03c4\u03bf\u03b2\u03b9\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1", "year": 1995, "language": "greek", "contains": [{"id": 480, "work": "7", "translators": [150], "title": "\u0397 \u0391\u0399\u03a4\u0399\u0391. \u0388\u03bd\u03b1\u03c2 \u03c5\u03c0\u03b1\u03b9\u03bd\u03b9\u03b3\u03bc\u03cc\u03c2"}, {"id": 481, "work": "59", "translators": [150], "title": "\u03a4\u039f \u03a5\u03a0\u039f\u0393\u0395\u0399\u039f. \u039c\u03b9\u03b1 \u03b1\u03c0\u03bf\u03c4\u03bf\u03be\u03af\u03bd\u03c9\u03c3\u03b7"}, {"id": 482, "work": "56", "translators": [150], "title": "\u0397 \u0391\u039d\u0391\u03a3\u0391. \u039c\u03b9\u03b1 \u03b1\u03c0\u03cc\u03c6\u03b1\u03c3\u03b7"}, {"id": 483, "work": "60", "translators": [150], "title": "\u03a4\u039f \u039a\u03a1\u03a5\u039f. \u039c\u03b9\u03b1 \u03b1\u03c0\u03bf\u03bc\u03cc\u03bd\u03c9\u03c3\u03b7"}, {"id": 484, "work": "50", "translators": [150], "title": "\u0395\u039d\u0391 \u03a0\u0391\u0399\u0394\u0399"}], "publisher": {"id": 120, "name": "Exantas"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "gri_027": {"id": null, "signatur": "gri_027", "erstpublikation": false, "parents": ["gri_026"], "more": null, "title": "\u0391\u03c5\u03c4\u03bf\u03b2\u03b9\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1", "year": 2019, "language": "greek", "contains": [{"id": 480, "work": "7", "translators": [150], "title": "\u0397 \u0391\u0399\u03a4\u0399\u0391. \u0388\u03bd\u03b1\u03c2 \u03c5\u03c0\u03b1\u03b9\u03bd\u03b9\u03b3\u03bc\u03cc\u03c2"}, {"id": 481, "work": "59", "translators": [150], "title": "\u03a4\u039f \u03a5\u03a0\u039f\u0393\u0395\u0399\u039f. \u039c\u03b9\u03b1 \u03b1\u03c0\u03bf\u03c4\u03bf\u03be\u03af\u03bd\u03c9\u03c3\u03b7"}, {"id": 482, "work": "56", "translators": [150], "title": "\u0397 \u0391\u039d\u0391\u03a3\u0391. \u039c\u03b9\u03b1 \u03b1\u03c0\u03cc\u03c6\u03b1\u03c3\u03b7"}, {"id": 483, "work": "60", "translators": [150], "title": "\u03a4\u039f \u039a\u03a1\u03a5\u039f. \u039c\u03b9\u03b1 \u03b1\u03c0\u03bf\u03bc\u03cc\u03bd\u03c9\u03c3\u03b7"}, {"id": 484, "work": "50", "translators": [150], "title": "\u0395\u039d\u0391 \u03a0\u0391\u0399\u0394\u0399"}], "publisher": {"id": 120, "name": "Exantas"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "gri_028": {"id": null, "signatur": "gri_028", "erstpublikation": true, "parents": null, "more": null, "title": "\u0386\u03c0\u03b1\u03bd\u03c4\u03b1 \u03c4\u03b1 \u03c0\u03bf\u03b9\u03ae\u03bc\u03b1\u03c4\u03b1", "year": 2019, "language": "greek", "contains": [{"id": 485, "work": "110", "translators": [150], "title": "\u03a0\u03bf\u03b9\u03ae\u03bc\u03b1\u03c4\u03b1 1952-1957"}, {"id": 486, "work": "55", "translators": [150], "title": "\u03a3\u03c4\u03b7 \u03b3\u03b7 \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b7\u03bd \u03ba\u03cc\u03bb\u03b1\u03c3\u03b7"}, {"id": 487, "work": "63", "translators": [150], "title": "\u03a3\u03c4\u03b7 \u03c7\u03ce\u03c1\u03b1 \u03c4\u03bf\u03c5 \u03b8\u03b1\u03bd\u03ac\u03c4\u03bf\u03c5"}, {"id": 488, "work": "64", "translators": [150], "title": "\u039a\u03ac\u03c4\u03c9 \u03b1\u03c0\u03cc \u03c4\u03bf \u03c3\u03af\u03b4\u03b5\u03c1\u03b9\u03ba\u00f2 \u03c4\u03bf\u03c5 \u03c6\u03b5\u03b3\u03b3\u03b1\u03c1\u03b9\u03bf\u03cd"}, {"id": 489, "work": "111", "translators": [150], "title": "\u03a8\u03b1\u03bb\u03bc\u03cc\u03c2"}, {"id": 490, "work": "112", "translators": [150], "title": "\u039f\u03b9 \u03c4\u03c1\u03b5\u03bb\u03bf\u03af \u039f\u03b9 \u03c6\u03c5\u03bb\u03b1\u03ba\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03b9"}, {"id": 491, "work": "114", "translators": [150], "title": "\u03a0\u03bf\u03b9\u03ae\u03bc\u03b1\u03c4\u03b1 1959-1963"}, {"id": 492, "work": "113", "translators": [150], "title": "Ave Vergil"}, {"id": 493, "work": "179", "translators": [150], "title": "Frost. \u03a4\u03c1\u03af\u03c4\u03b7 \u03ad\u03ba\u03b4\u03bf\u03c7\u03ae"}], "publisher": {"id": 120, "name": "Vakxikon"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_029": {"id": null, "signatur": "gri_029", "erstpublikation": true, "parents": null, "more": null, "title": "\u039f \u03b1\u03bd\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03c4\u03ae\u03c2 \u03c4\u03bf\u03c5 \u03ba\u03cc\u03c3\u03bc\u03bf\u03c5", "year": 2006, "language": "greek", "contains": [{"id": 494, "work": "28", "translators": [152], "title": "\u039f \u03b1\u03bd\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03c4\u03ae\u03c2 \u03c4\u03bf\u03c5 \u03ba\u03cc\u03c3\u03bc\u03bf\u03c5"}], "publisher": {"id": 121, "name": "Etaireia Mnimi Theatrou"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "gri_030": {"id": null, "signatur": "gri_030", "erstpublikation": true, "parents": null, "more": null, "title": "\u03a4\u03bf \u03b1\u03c3\u03b2\u03b5\u03c3\u03c4\u03bf\u03ba\u03ac\u03bc\u03b9\u03bd\u03bf", "year": 1992, "language": "greek", "contains": [{"id": 495, "work": "48", "translators": [153], "title": "\u03a4\u03bf \u03b1\u03c3\u03b2\u03b5\u03c3\u03c4\u03bf\u03ba\u03ac\u03bc\u03b9\u03bd\u03bf"}], "publisher": {"id": 122, "name": "Kanaki"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "gri_031": {"id": null, "signatur": "gri_031", "erstpublikation": true, "parents": null, "more": null, "title": "\u039f \u03ac\u03b3\u03bd\u03c9\u03c3\u03c4\u03bf\u03c2 \u03a4\u03cc\u03bc\u03b1\u03c2 \u039c\u03c0\u03ad\u03c1\u03bd\u03c7\u03b1\u03c1\u03bd\u03c4", "year": 2005, "language": "greek", "contains": [{"id": 496, "work": "119", "translators": [154], "title": "O\u03b1\u03bd\u03c4\u03c1\u03b5 \u03bc\u03b9\u03bb\u03b5\u03c1 \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03b5\u03b9 \u03bc\u03b5 \u03c4\u03bf\u03bd T\u03bf\u03bc\u03b1\u03c2 M\u03b7\u03b5\u03c1\u03bd\u03c7\u03b1\u03c1\u03bd\u03c4\u03af\u03c4"}, {"id": 497, "work": "180", "translators": [154], "title": "\u03a4\u03bf \u03b8\u03ad\u03b1\u03c4\u03c1\u03bf \u03c9\u03c2 \u03ad\u03bd\u03c9\u03c3\u03b7 \u03c4\u03b5\u03bb\u00b5\u03b1\u03c4\u03cc\u03b8\u03b9\u03c9\u03bd"}, {"id": 498, "work": "130", "translators": [154], "title": "\u039c\u03bf\u03bd\u03cc\u03bb\u03bf\u03b3\u03bf\u03b9 \u03c3\u03c4\u03b7 \u039c\u03b1\u03b3\u03b9\u03cc\u03c1\u03ba\u03b1"}], "publisher": {"id": 123, "name": "Narkissos"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "gri_032": {"id": null, "signatur": "gri_032", "erstpublikation": false, "parents": ["gri_002"], "more": null, "title": "\u039c\u03c0\u03b5\u03c4\u03cc\u03bd", "year": 1987, "language": "greek", "contains": [{"id": 460, "work": "3", "translators": [156], "title": "\u039c\u03c0\u03b5\u03c4\u03cc\u03bd"}], "publisher": {"id": 125, "name": "Axios/B"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "gri_033": {"id": null, "signatur": "gri_033", "erstpublikation": false, "parents": ["gri_002"], "more": null, "title": "\u039c\u03c0\u03b5\u03c4\u03cc\u03bd", "year": 2008, "language": "greek", "contains": [{"id": 460, "work": "3", "translators": [156], "title": "\u039c\u03c0\u03b5\u03c4\u03cc\u03bd"}], "publisher": {"id": 124, "name": "Hestias"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "gri_034": {"id": null, "signatur": "gri_034", "erstpublikation": true, "parents": null, "more": null, "title": "\u0397 \u0391\u039d\u0391\u03a3\u0391", "year": 1989, "language": "greek", "contains": [{"id": 499, "work": "56", "translators": [155], "title": "\u0397 \u0391\u039d\u0391\u03a3\u0391"}], "publisher": {"id": 124, "name": "Tram 3 / 9-10, S. 40-45"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "gri_035": {"id": null, "signatur": "gri_035", "erstpublikation": false, "parents": ["gri_002"], "more": null, "title": "\u039c\u03c0\u03b5\u03c4\u03cc\u03bd", "year": 1987, "language": "greek", "contains": [{"id": 460, "work": "3", "translators": [156], "title": "\u039c\u03c0\u03b5\u03c4\u03cc\u03bd"}], "publisher": {"id": 125, "name": "Axios/B"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "gri_036": {"id": null, "signatur": "gri_036", "erstpublikation": true, "parents": null, "more": null, "title": "\u0397 \u03b4\u03cd\u03bd\u03b1\u03bc\u03b7 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03bd\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2", "year": 1992, "language": "greek", "contains": [{"id": 500, "work": "22", "translators": [156], "title": "\u0397 \u03b4\u03cd\u03bd\u03b1\u03bc\u03b7 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03bd\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2"}], "publisher": {"id": 125, "name": "Teatro Tis Anoxis"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "gri_037": {"id": null, "signatur": "gri_037", "erstpublikation": true, "parents": null, "more": null, "title": "\u03a3\u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc", "year": 1995, "language": "greek", "contains": [{"id": 501, "work": "19", "translators": [157], "title": "\u03a3\u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc"}], "publisher": {"id": 126, "name": "\u039a\u0398\u0392\u0395"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "gri_038": {"id": null, "signatur": "gri_038", "erstpublikation": true, "parents": null, "more": "gri_038a", "title": "\u03a0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03c7\u03ce\u03c1\u03b7\u03c3\u03b7. \u039c\u03b9\u03b1 \u03ba\u03c9\u03bc\u03c9\u03b4\u03af\u03b1 \u03c4\u03b7\u03c2 \u03b3\u03b5\u03c1\u03bc\u03b1\u03bd\u03b9\u03ba\u03ae\u03c2 \u03c8\u03c5\u03c7\u03ae\u03c2", "year": 1999, "language": "greek", "contains": [{"id": 502, "work": "18", "translators": [158], "title": "\u03a0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03c7\u03ce\u03c1\u03b7\u03c3\u03b7. \u039c\u03b9\u03b1 \u03ba\u03c9\u03bc\u03c9\u03b4\u03af\u03b1 \u03c4\u03b7\u03c2 \u03b3\u03b5\u03c1\u03bc\u03b1\u03bd\u03b9\u03ba\u03ae\u03c2 \u03c8\u03c5\u03c7\u03ae\u03c2"}], "publisher": {"id": 127, "name": "Theatrik\u00ed Etair\u00eda Pr\u00e1xi"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "heb_001": {"id": null, "signatur": "heb_001", "erstpublikation": true, "parents": null, "more": null, "title": "\u05d0\u05d7\u05d9\u05d9\u05e0\u05d5 \u05e9\u05dc \u05d5\u05d9\u05d8\u05d2\u05e0\u05e9\u05d8\u05d9\u05d9\u05df. \u05e1\u05d9\u05e4\u05d5\u05e8\u05d4 \u05e9\u05dc \u05d9\u05d3\u05d9\u05d3\u05d5\u05ea", "year": 1996, "language": "hebrew", "contains": [{"id": 503, "work": "2", "translators": [159], "title": "\u05d0\u05d7\u05d9\u05d9\u05e0\u05d5 \u05e9\u05dc \u05d5\u05d9\u05d8\u05d2\u05e0\u05e9\u05d8\u05d9\u05d9\u05df. \u05e1\u05d9\u05e4\u05d5\u05e8\u05d4 \u05e9\u05dc \u05d9\u05d3\u05d9\u05d3\u05d5\u05ea"}], "publisher": {"id": 128, "name": "Am Oved"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "heb_002": {"id": null, "signatur": "heb_002", "erstpublikation": true, "parents": null, "more": null, "title": "\u05db\u05d5\u05d7\u05d5 \u05e9\u05dc \u05d4\u05e8\u05d2\u05dc", "year": 1991, "language": "hebrew", "contains": [{"id": 504, "work": "22", "translators": [166], "title": "\u05db\u05d5\u05d7\u05d5 \u05e9\u05dc \u05d4\u05e8\u05d2\u05dc"}], "publisher": {"id": 136, "name": "Beit Zvi"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "heb_003": {"id": null, "signatur": "heb_003", "erstpublikation": true, "parents": null, "more": null, "title": "\u05d1\u05d8\u05d5\u05df", "year": 1991, "language": "hebrew", "contains": [{"id": 505, "work": "3", "translators": [161], "title": "\u05d1\u05d8\u05d5\u05df"}], "publisher": {"id": 130, "name": "Kibutz Poalim"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "heb_004": {"id": null, "signatur": "heb_004", "erstpublikation": true, "parents": null, "more": null, "title": "\u05d4\u05dc\u05d3\u05e0\u05e4\u05dc\u05d0\u05e5. \u05e9\u05e0\u05d9 \u05de\u05d7\u05d6\u05d5\u05ea", "year": 1999, "language": "hebrew", "contains": [{"id": 506, "work": "12", "translators": [163], "title": "\u05d4\u05dc\u05d3\u05e0\u05e4\u05dc\u05d0\u05e5"}, {"id": 507, "work": "18", "translators": [163], "title": "\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e4\u05e8\u05d9\u05e9\u05d4 \u05dc\u05d2\u05d9\u05de\u05dc\u05d0\u05d5\u05ea"}], "publisher": {"id": 132, "name": "Schocken"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "heb_005": {"id": null, "signatur": "heb_005", "erstpublikation": true, "parents": null, "more": null, "title": "\u05de\u05d7\u05d9\u05e7\u05d4. \u05d4\u05ea\u05e4\u05d5\u05e8\u05e8\u05d5\u05ea", "year": 1999, "language": "hebrew", "contains": [{"id": 508, "work": "6", "translators": [163], "title": "\u05de\u05d7\u05d9\u05e7\u05d4. \u05d4\u05ea\u05e4\u05d5\u05e8\u05e8\u05d5\u05ea"}], "publisher": {"id": 132, "name": "Schocken"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "heb_006": {"id": null, "signatur": "heb_006", "erstpublikation": true, "parents": null, "more": null, "title": "\u05d9\u05dc\u05d3", "year": 1999, "language": "hebrew", "contains": [{"id": 509, "work": "50", "translators": [165], "title": "\u05d9\u05dc\u05d3"}], "publisher": {"id": 133, "name": "Ha-Me\u2019orer"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "heb_007": {"id": null, "signatur": "heb_007", "erstpublikation": true, "parents": null, "more": null, "title": "\u05d4\u05de\u05e8\u05ea\u05e3. \u05d4\u05d9\u05de\u05dc\u05d8\u05d5\u05ea", "year": 2002, "language": "hebrew", "contains": [{"id": 510, "work": "59", "translators": [165], "title": "\u05d4\u05de\u05e8\u05ea\u05e3. \u05d4\u05d9\u05de\u05dc\u05d8\u05d5\u05ea"}], "publisher": {"id": 133, "name": "Ha-Me\u2019orer"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "heb_008": {"id": null, "signatur": "heb_008", "erstpublikation": true, "parents": null, "more": null, "title": "\u05d4\u05e1\u05d9\u05d1\u05d4. \u05e8\u05de\u05d6", "year": 2002, "language": "hebrew", "contains": [{"id": 511, "work": "7", "translators": [165], "title": "\u05d4\u05e1\u05d9\u05d1\u05d4. \u05e8\u05de\u05d6"}], "publisher": {"id": 133, "name": "Ha-Me\u2019orer"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "heb_009": {"id": null, "signatur": "heb_009", "erstpublikation": true, "parents": null, "more": null, "title": "\u05d4\u05d8\u05d5\u05d1\u05e2", "year": 2006, "language": "hebrew", "contains": [{"id": 512, "work": "5", "translators": [165], "title": "\u05d4\u05d8\u05d5\u05d1\u05e2"}], "publisher": {"id": 135, "name": "Babel"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "heb_010": {"id": null, "signatur": "heb_010", "erstpublikation": true, "parents": null, "more": null, "title": "\u05d4\u05e0\u05e9\u05d9\u05de\u05d4. \u05d4\u05d7\u05dc\u05d8\u05d4", "year": 2006, "language": "hebrew", "contains": [{"id": 513, "work": "56", "translators": [165], "title": "\u05d4\u05e0\u05e9\u05d9\u05de\u05d4. \u05d4\u05d7\u05dc\u05d8\u05d4"}], "publisher": {"id": 135, "name": "Dvir Gallery"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "heb_011": {"id": null, "signatur": "heb_011", "erstpublikation": true, "parents": null, "more": null, "title": "\u05d4\u05e7\u05d5\u05e8. \u05d1\u05d9\u05d3\u05d5\u05d3", "year": 2006, "language": "hebrew", "contains": [{"id": 514, "work": "60", "translators": [165], "title": "\u05d4\u05e7\u05d5\u05e8. \u05d1\u05d9\u05d3\u05d5\u05d3"}], "publisher": {"id": 135, "name": "Dvir Gallery"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "heb_012": {"id": null, "signatur": "heb_012", "erstpublikation": true, "parents": null, "more": null, "title": "\u05de\u05d9\u05d9\u05e1\u05d8\u05e8\u05d9\u05dd \u05d3\u05d2\u05d5\u05dc\u05d9\u05dd. \u05e7\u05d5\u05de\u05d3\u05d9\u05d4", "year": 2010, "language": "hebrew", "contains": [{"id": 515, "work": "1", "translators": [165], "title": "\u05de\u05d9\u05d9\u05e1\u05d8\u05e8\u05d9\u05dd \u05d3\u05d2\u05d5\u05dc\u05d9\u05dd. \u05e7\u05d5\u05de\u05d3\u05d9\u05d4"}], "publisher": {"id": 135, "name": "Babel"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "heb_013": {"id": null, "signatur": "heb_013", "erstpublikation": true, "parents": null, "more": null, "title": "\u05dc\u05d7\u05d8\u05d5\u05d1 \u05e2\u05e6\u05d9\u05dd. \u05e1\u05e2\u05e8\u05ea \u05e8\u05d5\u05d7", "year": 2017, "language": "hebrew", "contains": [{"id": 516, "work": "14", "translators": [165], "title": "\u05dc\u05d7\u05d8\u05d5\u05d1 \u05e2\u05e6\u05d9\u05dd. \u05e1\u05e2\u05e8\u05ea \u05e8\u05d5\u05d7"}], "publisher": {"id": 135, "name": "Babel"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "heb_014": {"id": null, "signatur": "heb_014", "erstpublikation": true, "parents": null, "more": null, "title": "\u05db\u05df", "year": 2022, "language": "hebrew", "contains": [{"id": 517, "work": "15", "translators": [165], "title": "\u05db\u05df"}], "publisher": {"id": 135, "name": "Ruth"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "heb_015": {"id": null, "signatur": "heb_015", "erstpublikation": true, "parents": null, "more": null, "title": "\u05e8\u05d9\u05d8\u05e8, \u05d3\u05d9\u05d9\u05e0\u05d4, \u05e4\u05d5\u05e1", "year": 1993, "language": "hebrew", "contains": [{"id": 518, "work": "30", "translators": [166], "title": "\u05e8\u05d9\u05d8\u05e8, \u05d3\u05d9\u05d9\u05e0\u05d4, \u05e4\u05d5\u05e1"}], "publisher": {"id": 136, "name": "Beit Zvi"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "hun_001": {"id": null, "signatur": "hun_001", "erstpublikation": true, "parents": null, "more": "hun_001a", "title": "Minetti. A m\u0171v\u00e9sz arck\u00e9pe \u00f6regember kor\u00e1bol", "year": 1978, "language": "hungarian", "contains": [{"id": 519, "work": "17", "translators": [166], "title": "Minetti. A m\u0171v\u00e9sz arck\u00e9pe \u00f6regember kor\u00e1bol"}], "publisher": {"id": 136, "name": "Nagyvil\u00e1g 1, S. 70-89"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "hun_002": {"id": null, "signatur": "hun_002", "erstpublikation": true, "parents": null, "more": "hun_002a", "title": "A hangut\u00e1nz\u00f3 m\u0171v\u00e9sz tan\u00edt\u00e1sai", "year": 1979, "language": "hungarian", "contains": [{"id": 520, "work": "9", "translators": [167], "title": "A hangut\u00e1nz\u00f3 m\u0171v\u00e9sz tan\u00edt\u00e1sai (Pisa \u00e9s velence / Sima jegy / Sz\u00e9p kil\u00e1t\u00e1s / Moosprugger t\u00e9ved\u00e9se / \u00c1ll\u00edtas / Mim\u00f3z\u00e1k / Hamis hang / Igaz szerelem / \u0150r\u00fclet)"}], "publisher": {"id": 137, "name": "Nagyvil\u00e1g 11, S. 1613-1616"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "hun_003": {"id": null, "signatur": "hun_003", "erstpublikation": true, "parents": null, "more": "hun_003a", "title": "Heldenplatz", "year": 1989, "language": "hungarian", "contains": [{"id": 521, "work": "12", "translators": [176], "title": "Heldenplatz"}], "publisher": {"id": 138, "name": "Nagyvil\u00e1g 8, S. 1182-1210"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "hun_004": {"id": null, "signatur": "hun_004", "erstpublikation": true, "parents": null, "more": null, "title": "Fagy", "year": 1974, "language": "hungarian", "contains": [{"id": 522, "work": "47", "translators": [176], "title": "Fagy"}], "publisher": {"id": 147, "name": "Eur\u00f3pa"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "hun_005": {"id": null, "signatur": "hun_005", "erstpublikation": false, "parents": ["hun_004"], "more": null, "title": "Fagy", "year": 2006, "language": "hungarian", "contains": [{"id": 522, "work": "47", "translators": [176], "title": "Fagy"}], "publisher": {"id": 142, "name": "Cartaphilus"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "hun_006": {"id": null, "signatur": "hun_006", "erstpublikation": true, "parents": null, "more": null, "title": "A m\u00e9sz\u00e9get\u0151", "year": 1979, "language": "hungarian", "contains": [{"id": 523, "work": "48", "translators": [176], "title": "A m\u00e9sz\u00e9get\u0151"}], "publisher": {"id": 142, "name": "Magvet\u0151"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "hun_007": {"id": null, "signatur": "hun_007", "erstpublikation": false, "parents": ["hun_006"], "more": null, "title": "A m\u00e9sz\u00e9get\u0151", "year": 2004, "language": "hungarian", "contains": [{"id": 523, "work": "48", "translators": [176], "title": "A m\u00e9sz\u00e9get\u0151"}], "publisher": {"id": 142, "name": "Cartaphilus"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "hun_008": {"id": null, "signatur": "hun_008", "erstpublikation": true, "parents": null, "more": null, "title": "Wittgenstein unoka\u00f6ccse", "year": 1990, "language": "hungarian", "contains": [{"id": 524, "work": "2", "translators": [173], "title": "Wittgenstein unoka\u00f6ccse"}], "publisher": {"id": 142, "name": "Magvet\u0151"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "hun_009": {"id": null, "signatur": "hun_009", "erstpublikation": true, "parents": null, "more": null, "title": "A menthetetlen", "year": 1992, "language": "hungarian", "contains": [{"id": 525, "work": "5", "translators": [176], "title": "A menthetetlen"}], "publisher": {"id": 147, "name": "Eur\u00f3pa"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "hun_010": {"id": null, "signatur": "hun_010", "erstpublikation": true, "parents": null, "more": null, "title": "Irt\u00e1s. Indulatm\u0171", "year": 1994, "language": "hungarian", "contains": [{"id": 526, "work": "14", "translators": [173], "title": "Irt\u00e1s. Indulatm\u0171"}], "publisher": {"id": 143, "name": "Ferenczy"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "hun_011": {"id": null, "signatur": "hun_011", "erstpublikation": true, "parents": null, "more": null, "title": "Beton", "year": 1995, "language": "hungarian", "contains": [{"id": 527, "work": "3", "translators": [173], "title": "Beton"}], "publisher": {"id": 143, "name": "Ferenczy"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "hun_012": {"id": null, "signatur": "hun_012", "erstpublikation": true, "parents": null, "more": null, "title": "Korrekt\u00fara", "year": 1996, "language": "hungarian", "contains": [{"id": 528, "work": "65", "translators": [173], "title": "Korrekt\u00fara"}], "publisher": {"id": 143, "name": "Ferenczy"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "hun_013": {"id": null, "signatur": "hun_013", "erstpublikation": true, "parents": null, "more": null, "title": "R\u00e9gi mesterek. Kom\u00e9dia", "year": 1998, "language": "hungarian", "contains": [{"id": 529, "work": "1", "translators": [173], "title": "R\u00e9gi mesterek. Kom\u00e9dia"}], "publisher": {"id": 147, "name": "Palatinus"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "hun_014": {"id": null, "signatur": "hun_014", "erstpublikation": true, "parents": null, "more": null, "title": "In hora mortis", "year": 1997, "language": "hungarian", "contains": [{"id": 530, "work": "63", "translators": [171], "title": "In hora mortis"}], "publisher": {"id": 144, "name": "Jelenkor"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "hun_015": {"id": null, "signatur": "hun_015", "erstpublikation": true, "parents": null, "more": null, "title": "Megzavarod\u00e1s", "year": 2006, "language": "hungarian", "contains": [{"id": 531, "work": "4", "translators": [176], "title": "Megzavarod\u00e1s"}], "publisher": {"id": 302, "name": "Kalligram"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "hun_016": {"id": null, "signatur": "hun_016", "erstpublikation": true, "parents": null, "more": null, "title": "Kiolt\u00e1s. Boml\u00e1sreg\u00e9ny", "year": 2005, "language": "hungarian", "contains": [{"id": 532, "work": "6", "translators": [173], "title": "Kiolt\u00e1s. Boml\u00e1sreg\u00e9ny"}], "publisher": {"id": 302, "name": "Kalligram"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "hun_017": {"id": null, "signatur": "hun_017", "erstpublikation": true, "parents": null, "more": null, "title": "D\u00edjaim", "year": 2009, "language": "hungarian", "contains": [{"id": 533, "work": "8", "translators": [176], "title": "D\u00edjaim"}], "publisher": {"id": 302, "name": "Kalligram"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "hun_018": {"id": null, "signatur": "hun_018", "erstpublikation": true, "parents": null, "more": null, "title": "Az olasz f\u00e9rfi", "year": 2008, "language": "hungarian", "contains": [{"id": 534, "work": "84", "translators": [176], "title": "Magasban. Ment\u00e9sk\u00eds\u00e9rlet, badars\u00e1g"}, {"id": 535, "work": "67", "translators": [176], "title": "Amras"}, {"id": 536, "work": "117", "translators": [176], "title": "Az olasz f\u00e9rfi"}, {"id": 537, "work": "122", "translators": [176], "title": "A Kulterer"}], "publisher": {"id": 302, "name": "Kalligram"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "hun_019": {"id": null, "signatur": "hun_019", "erstpublikation": true, "parents": null, "more": null, "title": "Az erd\u0151hat\u00e1ron", "year": 1987, "language": "hungarian", "contains": [{"id": 538, "work": "78", "translators": [176], "title": "Midland Stilfsben"}, {"id": 539, "work": "68", "translators": [176], "title": "Als\u00f3z\u00e1s"}, {"id": 540, "work": "77", "translators": [176], "title": "Az erd\u0151hat\u00e1ron"}, {"id": 541, "work": "66", "translators": [176], "title": "Ungenach"}, {"id": 542, "work": "116", "translators": [176], "title": "A k\u00f6rgall\u00e9r"}, {"id": 543, "work": "15", "translators": [174], "title": "Igen"}], "publisher": {"id": 147, "name": "Eur\u00f3pa"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "hun_020": {"id": null, "signatur": "hun_020", "erstpublikation": true, "parents": null, "more": "hun_020a", "title": "A Hold kardja alatt. \u00d6sszegy\u0171jt\u00f6tt versek", "year": 2005, "language": "hungarian", "contains": [{"id": 544, "work": "55", "translators": [176], "title": "A f\u00f6ld\u00f6n \u00e9s a pokolban"}, {"id": 545, "work": "63", "translators": [176], "title": "In hora mortis"}, {"id": 546, "work": "64", "translators": [176], "title": "A hold kardja alatt"}, {"id": 547, "work": "111", "translators": [176], "title": "Az \u0151r\u00fcltek A fegyencek"}, {"id": 548, "work": "112", "translators": [176], "title": "Ave Vergilius"}, {"id": 549, "work": "113", "translators": [176], "title": "F\u00fcggel\u00e9k"}], "publisher": {"id": 147, "name": "Napk\u00fat"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "hun_021": {"id": null, "signatur": "hun_021", "erstpublikation": true, "parents": null, "more": null, "title": "A sz\u00ednh\u00e1zcsin\u00e1l\u00f3", "year": 1998, "language": "hungarian", "contains": [{"id": 550, "work": "27", "translators": [176], "title": "A tudatlan \u00e9s az \u0151r\u00fclt"}, {"id": 551, "work": "22", "translators": [176], "title": "A szok\u00e1s hatalma"}, {"id": 552, "work": "13", "translators": [176], "title": "A sz\u00ednh\u00e1zcsin\u00e1l\u00f3"}, {"id": 553, "work": "30", "translators": [176], "title": "Ritter, Dene, Voss"}, {"id": 521, "work": "12", "translators": [176], "title": "Heldenplatz"}], "publisher": {"id": 147, "name": "Palatinus"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "hun_022": {"id": null, "signatur": "hun_022", "erstpublikation": true, "parents": null, "more": null, "title": "B\u00e9k\u00e9tlens\u00e9g haszonb\u00e9rbe", "year": 2016, "language": "hungarian", "contains": [{"id": 554, "work": "26", "translators": [176], "title": "Immanuel Kant"}, {"id": 555, "work": "19", "translators": [176], "title": "A c\u00e9ln\u00e1l"}, {"id": 556, "work": "20", "translators": [176], "title": "Egyszer\u0171en komplik\u00e1lt"}, {"id": 557, "work": "12", "translators": [176], "title": "Heldenplatz"}], "publisher": {"id": 147, "name": "Napk\u00fat"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "hun_023": {"id": null, "signatur": "hun_023", "erstpublikation": true, "parents": null, "more": null, "title": "J\u00e1r\u00e1s", "year": 1982, "language": "hungarian", "contains": [{"id": 558, "work": "10", "translators": [176], "title": "J\u00e1r\u00e1s"}], "publisher": {"id": 147, "name": "Eur\u00f3pa"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "hun_024": {"id": null, "signatur": "hun_024", "erstpublikation": true, "parents": null, "more": null, "title": "Egy innsbrucki keresked\u0151fi\u00fa b\u0171ne. \u00d6sszegy\u0171jt\u00f6tt elbesz\u00e9l\u00e9sek", "year": 2012, "language": "hungarian", "contains": [{"id": 559, "work": "58", "translators": [176], "title": "Esem\u00e9nyek"}, {"id": 560, "work": "9", "translators": [176], "title": "A hangimit\u00e1tor"}, {"id": 561, "work": "72", "translators": [176], "title": "K\u00e9t nevel\u0151"}, {"id": 562, "work": "73", "translators": [176], "title": "A sapka"}, {"id": 563, "work": "74", "translators": [176], "title": "Kom\u00e9dia? Trag\u00e9dia?"}, {"id": 564, "work": "71", "translators": [176], "title": "Jauregg"}, {"id": 565, "work": "76", "translators": [176], "title": "A francia attas\u00e9"}, {"id": 566, "work": "69", "translators": [176], "title": "Egy innsbrucki keresked\u0151fi\u00fa b\u0171ne"}, {"id": 567, "work": "70", "translators": [176], "title": "Az \u00e1cs"}, {"id": 568, "work": "77", "translators": [176], "title": "\nAz erd\u0151hat\u00e1ron"}, {"id": 569, "work": "78", "translators": [176], "title": "Az angol f\u00e9rfi"}, {"id": 542, "work": "116", "translators": [176], "title": "A k\u00f6rgall\u00e9r"}, {"id": 570, "work": "80", "translators": [176], "title": "Az Ortleren"}, {"id": 571, "work": "152", "translators": [176], "title": "Tavasz"}, {"id": 572, "work": "101", "translators": [176], "title": "Tan\u00favallom\u00e1s"}, {"id": 573, "work": "129", "translators": [176], "title": "A fiatal \u00edr\u00f3"}, {"id": 574, "work": "181", "translators": [176], "title": "F\u00e9ln\u00f3t\u00e1s Viktor"}, {"id": 575, "work": "182", "translators": [176], "title": "Megnyugv\u00e1s"}, {"id": 576, "work": "153", "translators": [176], "title": "Egy vid\u00e9ki csal\u00f3"}, {"id": 577, "work": "154", "translators": [176], "title": "A menhelyi gondnok"}, {"id": 578, "work": "183", "translators": [176], "title": "A n\u0151 az \u00f6nt\u0151d\u00e9b\u0151l meg a h\u00e1tizs\u00e1kos f\u00e9rfi"}, {"id": 579, "work": "184", "translators": [176], "title": "S\u00edks\u00e1g"}, {"id": 580, "work": "81", "translators": [176], "title": "Goethe megh\u00f3"}, {"id": 581, "work": "52", "translators": [176], "title": "Montaigne"}, {"id": 582, "work": "53", "translators": [176], "title": "Viszontl\u00e1t\u00e1s"}, {"id": 583, "work": "185", "translators": [176], "title": "L\u00e1ngok martal\u00e9ka lett)"}, {"id": 584, "work": "85", "translators": [176], "title": "A v\u00f6r\u00f6s f\u00e9ny"}, {"id": 585, "work": "86", "translators": [176], "title": "A telepesek"}, {"id": 586, "work": "87", "translators": [176], "title": "D\u00e9lut\u00e1n a nagyv\u00e1rosban"}, {"id": 587, "work": "186", "translators": [176], "title": "A h\u00e9t feny\u0151f\u00e1r\u00f3l \u00e9s a h\u00f3r\u00f3l"}, {"id": 588, "work": "89", "translators": [176], "title": "Bolond Magdal\u00e9na"}, {"id": 589, "work": "187", "translators": [176], "title": "A hagyat\u00e9k"}, {"id": 590, "work": "91", "translators": [176], "title": "A Szent L\u0151rinc szeg\u00e9nyh\u00e1z"}, {"id": 591, "work": "92", "translators": [176], "title": "Nagy, felfoghatatlan \u00e9hs\u00e9g"}, {"id": 592, "work": "93", "translators": [176], "title": "T\u00e9li nap a magashegys\u00e9gben"}, {"id": 593, "work": "94", "translators": [176], "title": "Alkonyf\u00f6ld pusztul\u00e1sa"}, {"id": 594, "work": "95", "translators": [176], "title": "Az anyai t\u00e1j"}, {"id": 595, "work": "96", "translators": [176], "title": "Az \u00f6reg\u00far, akit Augustnak h\u00edvtak"}, {"id": 596, "work": "97", "translators": [176], "title": "Az ember, aki elindult vil\u00e1got l\u00e1tni"}, {"id": 597, "work": "98", "translators": [176], "title": "A diszn\u00f3p\u00e1sztor"}], "publisher": {"id": 302, "name": "Kalligram"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "hun_025": {"id": null, "signatur": "hun_025", "erstpublikation": true, "parents": null, "more": null, "title": "A t\u00fal\u00e9l\u0151 f\u00f6ljegyz\u00e9se", "year": 1994, "language": "hungarian", "contains": [{"id": 598, "work": "9", "translators": [176], "title": "A hangimit\u00e1tor"}, {"id": 599, "work": "58", "translators": [176], "title": "Esem\u00e9nyek"}], "publisher": {"id": 147, "name": "\u00daj Mand\u00e1tum"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "hun_026": {"id": null, "signatur": "hun_026", "erstpublikation": true, "parents": null, "more": null, "title": "Egy okkal t\u00f6bb. K\u00f6zel\u00edt\u00e9si k\u00eds\u00e9rlet", "year": 1993, "language": "hungarian", "contains": [{"id": 600, "work": "7", "translators": [176], "title": "Egy okkal t\u00f6bb. K\u00f6zel\u00edt\u00e9si k\u00eds\u00e9rlet"}], "publisher": {"id": 149, "name": "Ab Ovo"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "hun_027": {"id": null, "signatur": "hun_027", "erstpublikation": true, "parents": null, "more": null, "title": "Egy h\u00e1traarc. (A pince)", "year": 1994, "language": "hungarian", "contains": [{"id": 601, "work": "59", "translators": [177], "title": "Egy h\u00e1traarc. (A pince)"}], "publisher": {"id": 149, "name": "Ab Ovo"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "hun_028": {"id": null, "signatur": "hun_028", "erstpublikation": true, "parents": null, "more": null, "title": "Nagy leveg\u0151. (Egy d\u00f6nt\u00e9s)", "year": 1995, "language": "hungarian", "contains": [{"id": 602, "work": "56", "translators": [180], "title": "Nagy leveg\u0151. (Egy d\u00f6nt\u00e9s)"}], "publisher": {"id": 149, "name": "Ab Ovo"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "hun_029": {"id": null, "signatur": "hun_029", "erstpublikation": true, "parents": null, "more": null, "title": "Elk\u00fcl\u00f6n\u00edt\u00e9s. (A hideg)", "year": 1995, "language": "hungarian", "contains": [{"id": 603, "work": "60", "translators": [180], "title": "Elk\u00fcl\u00f6n\u00edt\u00e9s. (A hideg)"}], "publisher": {"id": 149, "name": "Ab Ovo"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "hun_030": {"id": null, "signatur": "hun_030", "erstpublikation": true, "parents": null, "more": null, "title": "Egy gyerek megindul", "year": 1992, "language": "hungarian", "contains": [{"id": 604, "work": "50", "translators": [179], "title": "Egy gyerek megindul"}], "publisher": {"id": 149, "name": "Ab Ovo"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "hun_031": {"id": null, "signatur": "hun_031", "erstpublikation": true, "parents": null, "more": null, "title": "\u00d6n\u00e9letrajzi \u00edr\u00e1sok", "year": 2007, "language": "hungarian", "contains": [{"id": 605, "work": "50", "translators": [180], "title": "Egy gyerek"}, {"id": 606, "work": "7", "translators": [180], "title": "Az ok. R\u00e1vil\u00e1g\u00edt\u00e1s"}, {"id": 607, "work": "59", "translators": [181], "title": "A pince. Kivonu\u00e1s"}, {"id": 602, "work": "56", "translators": [180], "title": "Nagy leveg\u0151. (Egy d\u00f6nt\u00e9s)"}, {"id": 603, "work": "60", "translators": [180], "title": "Elk\u00fcl\u00f6n\u00edt\u00e9s. (A hideg)"}], "publisher": {"id": 149, "name": "Ab Ovo"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "isl_001": {"id": null, "signatur": "isl_001", "erstpublikation": true, "parents": null, "more": null, "title": "Steinsteypa", "year": 2005, "language": "icelandic", "contains": [{"id": 608, "work": "3", "translators": [182], "title": "Steinsteypa"}], "publisher": {"id": 149, "name": "Bjartur"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "isl_003": {"id": null, "signatur": "isl_003", "erstpublikation": true, "parents": null, "more": null, "title": "1005 2/1: \u00bbStyttri fer\u00f0ir\u00ab", "year": 2014, "language": "icelandic", "contains": [{"id": 609, "work": "188", "translators": [184], "title": "Brj\u00e1l\u00e6\u00f0i"}, {"id": 610, "work": "189", "translators": [184], "title": "Fj\u00f3sakonan"}], "publisher": {"id": 151, "name": "1005 2/1: \u00bbStyttri fer\u00f0ir\u00ab"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "ita_001": {"id": null, "signatur": "ita_001", "erstpublikation": true, "parents": null, "more": null, "title": "Una conversazione notturna", "year": 2020, "language": "italian", "contains": [{"id": 611, "work": "190", "translators": [184], "title": "Una conversazione notturna"}], "publisher": {"id": 152, "name": "Portatori d'Acqua"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_002": {"id": null, "signatur": "ita_002", "erstpublikation": true, "parents": null, "more": null, "title": "Claus Peymann compra un paio di pantaloni e viene a mangiare con me e altri Dramoletti", "year": 1990, "language": "italian", "contains": [{"id": 612, "work": "61", "translators": [195], "title": "Claus Peymann lascia Bochum trasferendosi a Vienna come direttore del Burgtheater"}, {"id": 613, "work": "62", "translators": [195], "title": "Claus Peymann compra un paio di pantaloni e viene a mangiare con me"}, {"id": 614, "work": "46", "translators": [195], "title": "Claus Peymanne Hermann Beil sulla Sulzwiese"}, {"id": 615, "work": "40", "translators": [195], "title": "Assoluzione"}, {"id": 616, "work": "41", "translators": [195], "title": "Gelati"}, {"id": 617, "work": "49", "translators": [195], "title": "Il pranzo tedesco"}, {"id": 618, "work": "43", "translators": [195], "title": "Tutto o niente"}], "publisher": {"id": 160, "name": "Ubulibri"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_003": {"id": null, "signatur": "ita_003", "erstpublikation": true, "parents": null, "more": null, "title": "Il pranzo tedesco", "year": 1982, "language": "italian", "contains": [{"id": 619, "work": "49", "translators": [186], "title": "Il pranzo tedesco"}], "publisher": {"id": 154, "name": "il Patalogo 4, S. 233"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "ita_004": {"id": null, "signatur": "ita_004", "erstpublikation": true, "parents": null, "more": null, "title": "Piazza degli eroi", "year": 1992, "language": "italian", "contains": [{"id": 620, "work": "12", "translators": [187], "title": "Piazza degli eroi"}], "publisher": {"id": 155, "name": "Garzanti"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_005": {"id": null, "signatur": "ita_005", "erstpublikation": false, "parents": ["ita_051"], "more": null, "title": "Il soccombente", "year": 2003, "language": "italian", "contains": [{"id": 621, "work": "5", "translators": [207], "title": "Il soccombente"}], "publisher": {"id": 156, "name": "La Biblioteca di Repubblica"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_006": {"id": null, "signatur": "ita_006", "erstpublikation": true, "parents": null, "more": null, "title": "Sulla terra e all'inferno", "year": 2020, "language": "italian", "contains": [{"id": 622, "work": "55", "translators": [207], "title": "Sulla terra e all'inferno"}], "publisher": {"id": 158, "name": "Crocetti / Feltrinelli"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_007": {"id": null, "signatur": "ita_007", "erstpublikation": false, "parents": ["ita_008"], "more": null, "title": "Sotto il ferro della luna", "year": 2020, "language": "italian", "contains": [{"id": 623, "work": "64", "translators": [191], "title": "Sotto il ferro della luna"}], "publisher": {"id": 158, "name": "Crocetti / Feltrinelli"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ita_008": {"id": null, "signatur": "ita_008", "erstpublikation": true, "parents": null, "more": null, "title": "Sotto il ferro della luna", "year": 2015, "language": "italian", "contains": [{"id": 623, "work": "64", "translators": [191], "title": "Sotto il ferro della luna"}], "publisher": {"id": 158, "name": "Crocetti / Feltrinelli"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_009": {"id": null, "signatur": "ita_009", "erstpublikation": true, "parents": null, "more": null, "title": "Ave Virgilio", "year": 1991, "language": "italian", "contains": [{"id": 624, "work": "113", "translators": [192], "title": "Ave Virgilio"}], "publisher": {"id": 159, "name": "Ugo Guanda"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_010": {"id": null, "signatur": "ita_010", "erstpublikation": false, "parents": ["ita_009"], "more": null, "title": "Ave Virgilio", "year": 2017, "language": "italian", "contains": [{"id": 624, "work": "113", "translators": [192], "title": "Ave Virgilio"}], "publisher": {"id": 159, "name": "Ugo Guanda"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_011": {"id": null, "signatur": "ita_011", "erstpublikation": true, "parents": null, "more": null, "title": "Ja", "year": 1983, "language": "italian", "contains": [{"id": 625, "work": "15", "translators": [210], "title": "Ja"}], "publisher": {"id": 159, "name": "Ugo Guanda"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_012": {"id": null, "signatur": "ita_012", "erstpublikation": false, "parents": ["ita_011"], "more": null, "title": "Ja", "year": 2003, "language": "italian", "contains": [{"id": 625, "work": "15", "translators": [210], "title": "Ja"}], "publisher": {"id": 159, "name": "Ugo Guanda"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_013": {"id": null, "signatur": "ita_013", "erstpublikation": false, "parents": ["ita_011"], "more": null, "title": "S\u00ec", "year": 2012, "language": "italian", "contains": [{"id": 625, "work": "15", "translators": [210], "title": "Ja"}], "publisher": {"id": 159, "name": "Ugo Guanda"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_014": {"id": null, "signatur": "ita_014", "erstpublikation": true, "parents": null, "more": null, "title": "In alto. Tentativo di salvezza, nonsenso", "year": 1990, "language": "italian", "contains": [{"id": 626, "work": "84", "translators": [207], "title": "In alto. Tentativo di salvezza, nonsenso"}], "publisher": {"id": 159, "name": "Ugo Guanda"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ita_015": {"id": null, "signatur": "ita_015", "erstpublikation": true, "parents": null, "more": null, "title": "Al limite boschivo", "year": 1981, "language": "italian", "contains": [{"id": 627, "work": "122", "translators": [195], "title": "Kulterer"}, {"id": 628, "work": "117", "translators": [195], "title": "L'Italiano"}, {"id": 629, "work": "77", "translators": [195], "title": "Al limite boschivo"}], "publisher": {"id": 159, "name": "Ugo Guanda"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "ita_016": {"id": null, "signatur": "ita_016", "erstpublikation": true, "parents": null, "more": null, "title": "L'Italiano", "year": 1981, "language": "italian", "contains": [{"id": 628, "work": "117", "translators": [195], "title": "L'Italiano"}], "publisher": {"id": 159, "name": "Ugo Guanda"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "ita_017": {"id": null, "signatur": "ita_017", "erstpublikation": false, "parents": ["ita_016"], "more": null, "title": "L'Italiano", "year": 2004, "language": "italian", "contains": [{"id": 628, "work": "117", "translators": [195], "title": "L'Italiano"}], "publisher": {"id": 159, "name": "Ugo Guanda"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "ita_018": {"id": null, "signatur": "ita_018", "erstpublikation": true, "parents": null, "more": null, "title": "Conversazioni di Thomas Bernhard. A cura di Kurt Hofmann", "year": 1989, "language": "italian", "contains": [{"id": 630, "work": "124", "translators": [195], "title": "Conversazioni di Thomas Bernhard. A cura di Kurt Hofmann"}], "publisher": {"id": 159, "name": "Ugo Guanda"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "ita_019": {"id": null, "signatur": "ita_019", "erstpublikation": true, "parents": null, "more": null, "title": "Teatro. Una festa per Boris. La forza dell' abitudine. Il riformatore del mondo. Un colloquio con Thomas Bernhard a cura di Andr\u00e9 M\u00fcller", "year": 1982, "language": "italian", "contains": [{"id": 631, "work": "25", "translators": [199], "title": "Una festa per Boris"}, {"id": 632, "work": "22", "translators": [210], "title": "La forza dell' abitudine"}, {"id": 633, "work": "28", "translators": [199], "title": "Il riformatore del mondo"}, {"id": 634, "work": "119", "translators": [199], "title": "Un colloquio con Thomas Bernhard a cura di Andr\u00e9 M\u00fcller"}], "publisher": {"id": 160, "name": "Ubulibri"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_020": {"id": null, "signatur": "ita_020", "erstpublikation": false, "parents": ["ita_019"], "more": null, "title": "Teatro I. Una festa per Boris. La forza dell' abitudine. Il riformatore del mondo. Un colloquio con Thomas Bernhard a cura di Andr\u00e9 M\u00fcller", "year": 2015, "language": "italian", "contains": [{"id": 631, "work": "25", "translators": [199], "title": "Una festa per Boris"}, {"id": 632, "work": "22", "translators": [210], "title": "La forza dell' abitudine"}, {"id": 633, "work": "28", "translators": [199], "title": "Il riformatore del mondo"}, {"id": 634, "work": "119", "translators": [199], "title": "Un colloquio con Thomas Bernhard a cura di Andr\u00e9 M\u00fcller"}], "publisher": {"id": 160, "name": "Einaudi"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_021": {"id": null, "signatur": "ita_021", "erstpublikation": true, "parents": null, "more": null, "title": "Teatro II. La brigata d e i cacciatori. Minetti. Alla meta", "year": 1984, "language": "italian", "contains": [{"id": 635, "work": "21", "translators": [199], "title": "La brigata d e i cacciatori"}, {"id": 636, "work": "17", "translators": [210], "title": "Minetti"}, {"id": 637, "work": "19", "translators": [210], "title": "Alla meta"}], "publisher": {"id": 160, "name": "Ubulibri"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_022": {"id": null, "signatur": "ita_022", "erstpublikation": false, "parents": ["ita_021"], "more": null, "title": "Teatro II. La brigata d e i cacciatori. Minetti. Alla meta", "year": 2015, "language": "italian", "contains": [{"id": 635, "work": "21", "translators": [199], "title": "La brigata d e i cacciatori"}, {"id": 636, "work": "17", "translators": [210], "title": "Minetti"}, {"id": 637, "work": "19", "translators": [210], "title": "Alla meta"}], "publisher": {"id": 160, "name": "Einaudi"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_023": {"id": null, "signatur": "ita_023", "erstpublikation": true, "parents": null, "more": null, "title": "Teatro III. L'apparenza inganna. Ritter, Dene, Voss. Semplicemente complicato", "year": 1991, "language": "italian", "contains": [{"id": 638, "work": "23", "translators": [199], "title": "L'apparenza inganna"}, {"id": 639, "work": "30", "translators": [210], "title": "Ritter, Dene, Voss"}, {"id": 640, "work": "20", "translators": [210], "title": "Semplicemente complicato"}], "publisher": {"id": 160, "name": "Ubulibri"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "ita_024": {"id": null, "signatur": "ita_024", "erstpublikation": false, "parents": ["ita_023"], "more": null, "title": "Teatro III. L'apparenza inganna. Ritter, Dene, Voss. Semplicemente complicato", "year": 2016, "language": "italian", "contains": [{"id": 638, "work": "23", "translators": [199], "title": "L'apparenza inganna"}, {"id": 639, "work": "30", "translators": [210], "title": "Ritter, Dene, Voss"}, {"id": 640, "work": "20", "translators": [210], "title": "Semplicemente complicato"}], "publisher": {"id": 160, "name": "Einaudi"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_025": {"id": null, "signatur": "ita_025", "erstpublikation": true, "parents": null, "more": null, "title": "Teatro IV. L'ignorante e il folle. Immanuel Kant. Prima della pensione", "year": 1999, "language": "italian", "contains": [{"id": 641, "work": "27", "translators": [199], "title": "L'ignorante e il folle"}, {"id": 642, "work": "26", "translators": [210], "title": "Immanuel Kant"}, {"id": 643, "work": "18", "translators": [199], "title": "Prima della pensione"}], "publisher": {"id": 160, "name": "Ubulibri"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "ita_026": {"id": null, "signatur": "ita_026", "erstpublikation": false, "parents": ["ita_025"], "more": null, "title": "Teatro IV. L'ignorante e il folle. Immanuel Kant. Prima della pensione", "year": 2018, "language": "italian", "contains": [{"id": 641, "work": "27", "translators": [199], "title": "L'ignorante e il folle"}, {"id": 642, "work": "26", "translators": [210], "title": "Immanuel Kant"}, {"id": 643, "work": "18", "translators": [199], "title": "Prima della pensione"}], "publisher": {"id": 160, "name": "Einaudi"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_027": {"id": null, "signatur": "ita_027", "erstpublikation": true, "parents": null, "more": null, "title": "Teatro V. Il Presidente. Il teatrante. Elisabetta II", "year": 2004, "language": "italian", "contains": [{"id": 644, "work": "11", "translators": [210], "title": "Il Presidente"}, {"id": 645, "work": "13", "translators": [210], "title": "Il teatrante"}, {"id": 646, "work": "24", "translators": [210], "title": "Elisabetta II"}], "publisher": {"id": 160, "name": "Ubulibri"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_028": {"id": null, "signatur": "ita_028", "erstpublikation": false, "parents": ["ita_027"], "more": null, "title": "Teatro V. Il Presidente. Il teatrante. Elisabetta II", "year": 2019, "language": "italian", "contains": [{"id": 644, "work": "11", "translators": [210], "title": "Il Presidente"}, {"id": 645, "work": "13", "translators": [210], "title": "Il teatrante"}, {"id": 646, "work": "24", "translators": [210], "title": "Elisabetta II"}], "publisher": {"id": 160, "name": "Einaudi"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_029": {"id": null, "signatur": "ita_029", "erstpublikation": true, "parents": null, "more": null, "title": "Teatro VI. Le celebrit\u00e0. Su tutte le vette \u00e8 pace. Piazza degli Eroi. Dramoletti", "year": 2021, "language": "italian", "contains": [{"id": 647, "work": "16", "translators": [199], "title": "Le celebrit\u00e0"}, {"id": 648, "work": "29", "translators": [199], "title": "Su tutte le vette \u00e8 pace"}, {"id": 649, "work": "12", "translators": [199], "title": "Piazza degli Eroi"}, {"id": 650, "work": "49", "translators": [199], "title": "Il pranzo tedesco"}, {"id": 651, "work": "37", "translators": [210], "title": "Un morto"}, {"id": 652, "work": "38", "translators": [210], "title": "Funzione di maggio"}, {"id": 653, "work": "41", "translators": [199], "title": "Gelati"}, {"id": 654, "work": "40", "translators": [199], "title": "Assoluzione"}, {"id": 655, "work": "43", "translators": [199], "title": "Tutto o niente"}, {"id": 656, "work": "39", "translators": [210], "title": "Match"}, {"id": 657, "work": "61", "translators": [199], "title": "Claus Peymann lascia Bochum e si trasferisce a Vienna a direttore del Burgtheater"}, {"id": 658, "work": "45", "translators": [199], "title": "Claus Peymann si compra un paio di pantaloni e viene a mangiare con me"}, {"id": 659, "work": "46", "translators": [199], "title": "Claus Peymann e Hermann Beil sulla Sulzwiese"}], "publisher": {"id": 160, "name": "Einaudi"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_030": {"id": null, "signatur": "ita_030", "erstpublikation": true, "parents": null, "more": null, "title": "Correzione", "year": 1995, "language": "italian", "contains": [{"id": 660, "work": "65", "translators": [207], "title": "Correzione"}], "publisher": {"id": 160, "name": "Einaudi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ita_031": {"id": null, "signatur": "ita_031", "erstpublikation": false, "parents": ["ita_030"], "more": null, "title": "Correzione", "year": 2013, "language": "italian", "contains": [{"id": 660, "work": "65", "translators": [207], "title": "Correzione"}], "publisher": {"id": 160, "name": "Einaudi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_032": {"id": null, "signatur": "ita_032", "erstpublikation": true, "parents": null, "more": null, "title": "Gelo", "year": 1986, "language": "italian", "contains": [{"id": 661, "work": "47", "translators": [210], "title": "Gelo"}], "publisher": {"id": 160, "name": "Einaudi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_033": {"id": null, "signatur": "ita_033", "erstpublikation": false, "parents": ["ita_032"], "more": null, "title": "Gelo", "year": 2008, "language": "italian", "contains": [{"id": 661, "work": "47", "translators": [210], "title": "Gelo"}], "publisher": {"id": 160, "name": "Einaudi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_034": {"id": null, "signatur": "ita_034", "erstpublikation": true, "parents": null, "more": null, "title": "La fornace", "year": 1984, "language": "italian", "contains": [{"id": 662, "work": "48", "translators": [210], "title": "La fornace"}], "publisher": {"id": 160, "name": "Einaudi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_035": {"id": null, "signatur": "ita_035", "erstpublikation": false, "parents": ["ita_034"], "more": null, "title": "La fornace", "year": 1991, "language": "italian", "contains": [{"id": 662, "work": "48", "translators": [210], "title": "La fornace"}], "publisher": {"id": 160, "name": "Einaudi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_036": {"id": null, "signatur": "ita_036", "erstpublikation": true, "parents": null, "more": null, "title": "Ungenach", "year": 1993, "language": "italian", "contains": [{"id": 663, "work": "66", "translators": [210], "title": "Ungenach"}], "publisher": {"id": 160, "name": "Einaudi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_037": {"id": null, "signatur": "ita_037", "erstpublikation": true, "parents": null, "more": null, "title": "Amras", "year": 1989, "language": "italian", "contains": [{"id": 664, "work": "67", "translators": [210], "title": "Amras"}], "publisher": {"id": 160, "name": "Einaudi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "ita_038": {"id": null, "signatur": "ita_038", "erstpublikation": false, "parents": ["ita_037"], "more": null, "title": "Amras", "year": 2019, "language": "italian", "contains": [{"id": 664, "work": "67", "translators": [210], "title": "Amras"}], "publisher": {"id": 160, "name": "Einaudi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_039": {"id": null, "signatur": "ita_039", "erstpublikation": true, "parents": null, "more": null, "title": "La partita a carte", "year": 1983, "language": "italian", "contains": [{"id": 665, "work": "68", "translators": [210], "title": "La partita a carte"}], "publisher": {"id": 160, "name": "Einaudi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "ita_040": {"id": null, "signatur": "ita_040", "erstpublikation": true, "parents": null, "more": null, "title": "In hora mortis", "year": 2002, "language": "italian", "contains": [{"id": 666, "work": "63", "translators": [203], "title": "In hora mortis"}], "publisher": {"id": 168, "name": "SE"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_041": {"id": null, "signatur": "ita_041", "erstpublikation": true, "parents": null, "more": null, "title": "Thomas Bernhard: Un incontro. Conversazioni con Krista Fleischmann", "year": 2003, "language": "italian", "contains": [{"id": 667, "work": "125", "translators": [202], "title": "Thomas Bernhard: Un incontro. Conversazioni con Krista Fleischmann"}], "publisher": {"id": 168, "name": "SE"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ita_042": {"id": null, "signatur": "ita_042", "erstpublikation": false, "parents": ["ita_037"], "more": null, "title": "Amras", "year": 2005, "language": "italian", "contains": [{"id": 664, "work": "67", "translators": [210], "title": "Amras"}], "publisher": {"id": 168, "name": "SE"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_043": {"id": null, "signatur": "ita_043", "erstpublikation": true, "parents": null, "more": null, "title": "Cemento", "year": 1990, "language": "italian", "contains": [{"id": 668, "work": "3", "translators": [210], "title": "Cemento"}], "publisher": {"id": 168, "name": "SE"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ita_044": {"id": null, "signatur": "ita_044", "erstpublikation": false, "parents": ["ita_085"], "more": null, "title": "Cemento", "year": 2004, "language": "italian", "contains": [{"id": 668, "work": "3", "translators": [210], "title": "Cemento"}], "publisher": {"id": 168, "name": "SE"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ita_045": {"id": null, "signatur": "ita_045", "erstpublikation": true, "parents": null, "more": null, "title": "Ritter, Dene, Voss", "year": 2021, "language": "italian", "contains": [{"id": 669, "work": "30", "translators": [203], "title": "Ritter, Dene, Voss"}], "publisher": {"id": 161, "name": "Quodlibet"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ita_046": {"id": null, "signatur": "ita_046", "erstpublikation": true, "parents": null, "more": null, "title": "Eventi", "year": 1989, "language": "italian", "contains": [{"id": 670, "work": "58", "translators": [203], "title": "Eventi"}, {"id": 671, "work": "134", "translators": [203], "title": "Discorso in occasione del conferimento del Premio di Stato austriaco per la letterature, 1968"}], "publisher": {"id": 168, "name": "SE"}, "categories": ["prose \\ letters, speeches, interviews", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_047": {"id": null, "signatur": "ita_047", "erstpublikation": false, "parents": ["ita_046"], "more": null, "title": "Eventi", "year": 2001, "language": "italian", "contains": [{"id": 670, "work": "58", "translators": [203], "title": "Eventi"}, {"id": 671, "work": "134", "translators": [203], "title": "Discorso in occasione del conferimento del Premio di Stato austriaco per la letterature, 1968"}], "publisher": {"id": 168, "name": "SE"}, "categories": ["prose \\ letters, speeches, interviews", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_048": {"id": null, "signatur": "ita_048", "erstpublikation": true, "parents": null, "more": null, "title": "Estinzione. Uno sfacelo", "year": 1996, "language": "italian", "contains": [{"id": 672, "work": "6", "translators": [204], "title": "Estinzione. Uno sfacelo"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ita_049": {"id": null, "signatur": "ita_049", "erstpublikation": false, "parents": ["ita_048"], "more": null, "title": "Estinzione. Uno sfacelo", "year": 1996, "language": "italian", "contains": [{"id": 672, "work": "6", "translators": [204], "title": "Estinzione. Uno sfacelo"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_050": {"id": null, "signatur": "ita_050", "erstpublikation": false, "parents": ["ita_048"], "more": null, "title": "Estinzione. Uno sfacelo", "year": 2020, "language": "italian", "contains": [{"id": 672, "work": "6", "translators": [204], "title": "Estinzione. Uno sfacelo"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_051": {"id": null, "signatur": "ita_051", "erstpublikation": true, "parents": null, "more": null, "title": "Il soccombente", "year": 1985, "language": "italian", "contains": [{"id": 621, "work": "5", "translators": [207], "title": "Il soccombente"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_052": {"id": null, "signatur": "ita_052", "erstpublikation": false, "parents": ["ita_051"], "more": null, "title": "Il soccombente", "year": 1985, "language": "italian", "contains": [{"id": 621, "work": "5", "translators": [207], "title": "Il soccombente"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_053": {"id": null, "signatur": "ita_053", "erstpublikation": false, "parents": ["ita_051"], "more": null, "title": "Il soccombente", "year": 1999, "language": "italian", "contains": [{"id": 621, "work": "5", "translators": [207], "title": "Il soccombente"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_054": {"id": null, "signatur": "ita_054", "erstpublikation": true, "parents": null, "more": null, "title": "Perturbamento", "year": 1981, "language": "italian", "contains": [{"id": 673, "work": "4", "translators": [210], "title": "Perturbamento"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_055": {"id": null, "signatur": "ita_055", "erstpublikation": false, "parents": ["ita_054"], "more": null, "title": "Perturbamento", "year": 1995, "language": "italian", "contains": [{"id": 673, "work": "4", "translators": [210], "title": "Perturbamento"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_056": {"id": null, "signatur": "ita_056", "erstpublikation": true, "parents": null, "more": null, "title": "Il nipote di Wittgenstein. Un' amicizia", "year": 1989, "language": "italian", "contains": [{"id": 674, "work": "2", "translators": [207], "title": "Il nipote di Wittgenstein. Un' amicizia"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_057": {"id": null, "signatur": "ita_057", "erstpublikation": false, "parents": ["ita_056"], "more": null, "title": "Il nipote di Wittgenstein. Un' amicizia", "year": 2021, "language": "italian", "contains": [{"id": 674, "work": "2", "translators": [207], "title": "Il nipote di Wittgenstein. Un' amicizia"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ita_058": {"id": null, "signatur": "ita_058", "erstpublikation": true, "parents": null, "more": null, "title": "Antichi maestri. Commedia", "year": 1992, "language": "italian", "contains": [{"id": 675, "work": "1", "translators": [207], "title": "Antichi maestri. Commedia"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_059": {"id": null, "signatur": "ita_059", "erstpublikation": false, "parents": ["ita_058"], "more": null, "title": "Antichi maestri. Commedia", "year": 2019, "language": "italian", "contains": [{"id": 675, "work": "1", "translators": [207], "title": "Antichi maestri. Commedia"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_060": {"id": null, "signatur": "ita_060", "erstpublikation": true, "parents": null, "more": null, "title": "I mangia a poco", "year": 2000, "language": "italian", "contains": [{"id": 676, "work": "82", "translators": [210], "title": "I mangia a poco"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_061": {"id": null, "signatur": "ita_061", "erstpublikation": true, "parents": null, "more": null, "title": "A colpi d'ascia. Una irritazione", "year": 1990, "language": "italian", "contains": [{"id": 677, "work": "14", "translators": [207], "title": "A colpi d'ascia. Una irritazione"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_062": {"id": null, "signatur": "ita_062", "erstpublikation": false, "parents": ["ita_034"], "more": null, "title": "La fornace", "year": 2022, "language": "italian", "contains": [{"id": 662, "work": "48", "translators": [210], "title": "La fornace"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_063": {"id": null, "signatur": "ita_063", "erstpublikation": true, "parents": null, "more": null, "title": "L'imitatore di voci", "year": 1987, "language": "italian", "contains": [{"id": 678, "work": "9", "translators": [210], "title": "L'imitatore di voci"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_064": {"id": null, "signatur": "ita_064", "erstpublikation": true, "parents": null, "more": null, "title": "I miei premi", "year": 2009, "language": "italian", "contains": [{"id": 679, "work": "8", "translators": [207], "title": "I miei premi"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_065": {"id": null, "signatur": "ita_065", "erstpublikation": true, "parents": null, "more": null, "title": "Goethe muore", "year": 2013, "language": "italian", "contains": [{"id": 680, "work": "51", "translators": [207], "title": "Goethe muore"}, {"id": 681, "work": "52", "translators": [207], "title": "Montaigne"}, {"id": 682, "work": "53", "translators": [207], "title": "Incontro"}, {"id": 683, "work": "54", "translators": [207], "title": "Andata a fuoco"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_066": {"id": null, "signatur": "ita_066", "erstpublikation": true, "parents": null, "more": null, "title": "Camminare", "year": 2018, "language": "italian", "contains": [{"id": 684, "work": "10", "translators": [207], "title": "Camminare"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ita_067": {"id": null, "signatur": "ita_067", "erstpublikation": true, "parents": null, "more": null, "title": "Midland a Stilfs", "year": 2020, "language": "italian", "contains": [{"id": 685, "work": "78", "translators": [207], "title": "Midland a Stilfs"}, {"id": 686, "work": "116", "translators": [207], "title": "Il mantello di Loden"}, {"id": 687, "work": "80", "translators": [207], "title": "Sull'Ortles"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_068": {"id": null, "signatur": "ita_068", "erstpublikation": true, "parents": null, "more": null, "title": "Ungenach. Una liquidazione", "year": 2021, "language": "italian", "contains": [{"id": 663, "work": "66", "translators": [210], "title": "Ungenach"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ita_069": {"id": null, "signatur": "ita_069", "erstpublikation": true, "parents": null, "more": null, "title": "L'origine. Un accenno", "year": 1982, "language": "italian", "contains": [{"id": 688, "work": "7", "translators": [210], "title": "L'origine. Un accenno"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "ita_070": {"id": null, "signatur": "ita_070", "erstpublikation": false, "parents": ["ita_069"], "more": null, "title": "L'origine. Un accenno", "year": 1992, "language": "italian", "contains": [{"id": 688, "work": "7", "translators": [210], "title": "L'origine. Un accenno"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "ita_071": {"id": null, "signatur": "ita_071", "erstpublikation": true, "parents": null, "more": null, "title": "La cantina. Una via di scampo", "year": 1984, "language": "italian", "contains": [{"id": 689, "work": "59", "translators": [210], "title": "La cantina. Una via di scampo"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "ita_072": {"id": null, "signatur": "ita_072", "erstpublikation": false, "parents": ["ita_071"], "more": null, "title": "La cantina. Una via di scampo", "year": 1994, "language": "italian", "contains": [{"id": 689, "work": "59", "translators": [210], "title": "La cantina. Una via di scampo"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "ita_073": {"id": null, "signatur": "ita_073", "erstpublikation": true, "parents": null, "more": null, "title": "Il respiro. Una decisione", "year": 1989, "language": "italian", "contains": [{"id": 690, "work": "56", "translators": [207], "title": "Il respiro. Una decisione"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "ita_074": {"id": null, "signatur": "ita_074", "erstpublikation": true, "parents": null, "more": null, "title": "Il freddo. Una segragazione", "year": 1991, "language": "italian", "contains": [{"id": 691, "work": "60", "translators": [207], "title": "Il freddo. Una segragazione"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "ita_075": {"id": null, "signatur": "ita_075", "erstpublikation": true, "parents": null, "more": null, "title": "Un bambino", "year": 1994, "language": "italian", "contains": [{"id": 692, "work": "50", "translators": [207], "title": "Un bambino"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "ita_076": {"id": null, "signatur": "ita_076", "erstpublikation": true, "parents": null, "more": null, "title": "Autobiografia", "year": 2011, "language": "italian", "contains": [{"id": 688, "work": "7", "translators": [210], "title": "L'origine. Un accenno"}, {"id": 689, "work": "59", "translators": [210], "title": "La cantina. Una via di scampo"}, {"id": 690, "work": "56", "translators": [207], "title": "Il respiro. Una decisione"}, {"id": 691, "work": "60", "translators": [207], "title": "Il freddo. Una segragazione"}, {"id": 692, "work": "50", "translators": [207], "title": "Un bambino"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "ita_078": {"id": null, "signatur": "ita_078", "erstpublikation": true, "parents": null, "more": "ita_078a \\ ita_077a", "title": "Poesia 337/5", "year": 2018, "language": "italian", "contains": [{"id": 693, "work": "111", "translators": [207], "title": "Salmo"}, {"id": 694, "work": "112", "translators": [207], "title": "I folli I carcerati"}], "publisher": {"id": 163, "name": "Poesia 337/5, S. 6-7 / S. 8-11"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "ita_079": {"id": null, "signatur": "ita_079", "erstpublikation": true, "parents": ["ita_080", "ita_081"], "more": null, "title": "Thomas Bernhard una commedia una tragedia", "year": 2005, "language": "italian", "contains": [{"id": 695, "work": "115", "translators": [207], "title": "Tre giorni"}, {"id": 696, "work": "74", "translators": [210], "title": "\u00c8 una commedia? \u00c8 una tragedia?"}, {"id": 697, "work": "51", "translators": [210], "title": "Goethe \"muore\""}], "publisher": {"id": 164, "name": "Aut Aut 325, S. 8-16 / S. 17-21 / S. 22-31"}, "categories": ["prose \\ letters, speeches, interviews", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "ita_080": {"id": null, "signatur": "ita_080", "erstpublikation": true, "parents": null, "more": null, "title": "\u00c8 una commedia? \u00c8 una tragedia?", "year": 1971, "language": "italian", "contains": [{"id": 696, "work": "74", "translators": [210], "title": "\u00c8 una commedia? \u00c8 una tragedia?"}], "publisher": {"id": 165, "name": "Adelphiana 1, S. 291-298"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "ita_081": {"id": null, "signatur": "ita_081", "erstpublikation": true, "parents": null, "more": null, "title": "Goethe \"muore\"", "year": 1999, "language": "italian", "contains": [{"id": 697, "work": "51", "translators": [210], "title": "Goethe \"muore\""}], "publisher": {"id": 166, "name": "Almanacchi nuovi 1, S. 116-128"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "ita_082": {"id": null, "signatur": "ita_082", "erstpublikation": true, "parents": null, "more": "ita_082a", "title": "La Forza dell'Abitudine", "year": 1982, "language": "italian", "contains": [{"id": 632, "work": "22", "translators": [210], "title": "La forza dell' abitudine"}], "publisher": {"id": 167, "name": "i testi / gli spettacoli 6"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "ita_083": {"id": null, "signatur": "ita_083", "erstpublikation": false, "parents": ["ita_054"], "more": null, "title": "Perturbamento", "year": 1991, "language": "italian", "contains": [{"id": 673, "work": "4", "translators": [210], "title": "Perturbamento"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "ita_084": {"id": null, "signatur": "ita_084", "erstpublikation": false, "parents": ["ita_032"], "more": null, "title": "Gelo", "year": 2024, "language": "italian", "contains": [{"id": 661, "work": "47", "translators": [210], "title": "Gelo"}], "publisher": {"id": 168, "name": "Adelphi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "ita_085": {"id": null, "signatur": "ita_085", "erstpublikation": true, "parents": null, "more": null, "title": "Cemento", "year": 1997, "language": "italian", "contains": [{"id": 668, "work": "3", "translators": [210], "title": "Cemento"}], "publisher": {"id": 168, "name": "SE"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "ita_086": {"id": null, "signatur": "ita_086", "erstpublikation": true, "parents": null, "more": null, "title": "Montaigne. Un racconto", "year": 2001, "language": "italian", "contains": [{"id": 698, "work": "52", "translators": [210], "title": "Montaigne. Un racconto"}], "publisher": {"id": 168, "name": "Nuova corrente 127, S. 7-17"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "jpn_001": {"id": null, "signatur": "jpn_001", "erstpublikation": true, "parents": null, "more": null, "title": "\u7834\u6ec5\u8005 \u30b0\u30ec\u30f3\u30fb\u30b0\u30fc\u30eb\u30c9\u3092\u898b\u3064\u3081\u3066", "year": 1992, "language": "japanese", "contains": [{"id": 699, "work": "5", "translators": [212], "title": "\u7834\u6ec5\u8005 \u30b0\u30ec\u30f3\u30fb\u30b0\u30fc\u30eb\u30c9\u3092\u898b\u3064\u3081\u3066"}], "publisher": {"id": 170, "name": "Ongaku no Tomosha"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "jpn_002": {"id": null, "signatur": "jpn_002", "erstpublikation": true, "parents": null, "more": null, "title": "\u30f4\u30a3\u30c8\u30b2\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3\u306e\u7525", "year": 1990, "language": "japanese", "contains": [{"id": 700, "work": "2", "translators": [212], "title": "\u30f4\u30a3\u30c8\u30b2\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3\u306e\u7525"}], "publisher": {"id": 170, "name": "Ongaku no Tomosha"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "jpn_003": {"id": null, "signatur": "jpn_003", "erstpublikation": false, "parents": ["jpn_002", "jpn_001"], "more": null, "title": "\u7834\u6ec5\u8005", "year": 2019, "language": "japanese", "contains": [{"id": 700, "work": "2", "translators": [212], "title": "\u30f4\u30a3\u30c8\u30b2\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3\u306e\u7525"}, {"id": 699, "work": "5", "translators": [212], "title": "\u7834\u6ec5\u8005 \u30b0\u30ec\u30f3\u30fb\u30b0\u30fc\u30eb\u30c9\u3092\u898b\u3064\u3081\u3066"}], "publisher": {"id": 173, "name": "Misuzu Shobo"}, "categories": ["prose", "novels \\ novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "jpn_004": {"id": null, "signatur": "jpn_004", "erstpublikation": true, "parents": null, "more": null, "title": "\u53e4\u5178\u7d75\u753b\u306e\u5de8\u5320\u305f\u3061", "year": 2010, "language": "japanese", "contains": [{"id": 701, "work": "1", "translators": [212], "title": "\u53e4\u5178\u7d75\u753b\u306e\u5de8\u5320\u305f\u3061"}], "publisher": {"id": 174, "name": "Ronsosha"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "jpn_005": {"id": null, "signatur": "jpn_005", "erstpublikation": true, "parents": null, "more": null, "title": "\u30a2\u30e0\u30e9\u30b9", "year": 2019, "language": "japanese", "contains": [{"id": 702, "work": "67", "translators": [220], "title": "\u30a2\u30e0\u30e9\u30b9"}, {"id": 703, "work": "10", "translators": [220], "title": "\u6b69\u304f"}], "publisher": {"id": 176, "name": "Kawade Shob\u014d Shinsha"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "jpn_006": {"id": null, "signatur": "jpn_006", "erstpublikation": true, "parents": null, "more": null, "title": "\u6d88\u53bb (1)", "year": 2004, "language": "japanese", "contains": [{"id": 704, "work": "6", "translators": [220], "title": "\u6d88\u53bb (1)"}], "publisher": {"id": 173, "name": "Misuzu Shobo"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "jpn_007": {"id": null, "signatur": "jpn_007", "erstpublikation": true, "parents": null, "more": null, "title": "\u6d88\u53bb (2)", "year": 2004, "language": "japanese", "contains": [{"id": 704, "work": "6", "translators": [220], "title": "\u6d88\u53bb (1)"}], "publisher": {"id": 173, "name": "Misuzu Shobo"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "jpn_008": {"id": null, "signatur": "jpn_008", "erstpublikation": false, "parents": ["jpn_006", "jpn_007"], "more": null, "title": "\u6d88\u53bb", "year": 2016, "language": "japanese", "contains": [{"id": 704, "work": "6", "translators": [220], "title": "\u6d88\u53bb (1)"}], "publisher": {"id": 173, "name": "Misuzu Shobo"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "jpn_009": {"id": null, "signatur": "jpn_009", "erstpublikation": true, "parents": null, "more": null, "title": "\u63a8\u6572", "year": 2021, "language": "japanese", "contains": [{"id": 705, "work": "65", "translators": [216], "title": "\u63a8\u6572"}], "publisher": {"id": 176, "name": "Kawade Shob\u014d Shinsha"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "jpn_010": {"id": null, "signatur": "jpn_010", "erstpublikation": true, "parents": null, "more": null, "title": "\u79c1\u306e\u3082\u3089\u3063\u305f\u6587\u5b66\u8cde", "year": 2014, "language": "japanese", "contains": [{"id": 706, "work": "8", "translators": [220], "title": "\u79c1\u306e\u3082\u3089\u3063\u305f\u6587\u5b66\u8cde"}], "publisher": {"id": 173, "name": "Misuzu Shobo"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "jpn_011": {"id": null, "signatur": "jpn_011", "erstpublikation": true, "parents": null, "more": null, "title": "\u77f3\u7070\u5de5\u5834", "year": 1981, "language": "japanese", "contains": [{"id": 707, "work": "48", "translators": [216], "title": "\u77f3\u7070\u5de5\u5834"}], "publisher": {"id": 173, "name": "Hayakawa"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "jpn_012": {"id": null, "signatur": "jpn_012", "erstpublikation": true, "parents": null, "more": null, "title": "\u30d8\u30eb\u30c7\u30f3\u30d7\u30e9\u30c3\u30c4", "year": 2008, "language": "japanese", "contains": [{"id": 708, "work": "12", "translators": [220], "title": "\u30d8\u30eb\u30c7\u30f3\u30d7\u30e9\u30c3\u30c4"}], "publisher": {"id": 174, "name": "Ronsosha"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "jpn_013": {"id": null, "signatur": "jpn_013", "erstpublikation": true, "parents": null, "more": null, "title": "\u5ea7\u9577\u30d6\u30eb\u30b9\u30b3\u30f3", "year": 2008, "language": "japanese", "contains": [{"id": 709, "work": "13", "translators": [220], "title": "\u5ea7\u9577\u30d6\u30eb\u30b9\u30b3\u30f3"}], "publisher": {"id": 174, "name": "Ronsosha"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "jpn_014": {"id": null, "signatur": "jpn_014", "erstpublikation": true, "parents": null, "more": null, "title": "\u3075\u3061\u306a\u3057\u5e3d \u30d9\u30eb\u30f3\u30cf\u30eb\u30c8\u77ed\u7bc7\u96c6", "year": 2005, "language": "japanese", "contains": [{"id": 710, "work": "75", "translators": [217], "title": "\u30f4\u30a3\u30af\u30c8\u30eb\u30fb\u30cf\u30eb\u30d7\u30ca\u30eb"}, {"id": 711, "work": "72", "translators": [217], "title": "\u4e8c\u4eba\u306e\u6559\u5e2b"}, {"id": 712, "work": "73", "translators": [217], "title": "\u3075\u3061\u306a\u3057\u5e3d"}, {"id": 713, "work": "74", "translators": [217], "title": "\u559c\u5287?\u60b2\u5287?"}, {"id": 714, "work": "71", "translators": [217], "title": "\u30e4\u30a6\u30ec\u30af"}, {"id": 715, "work": "76", "translators": [217], "title": "\u30d5\u30e9\u30f3\u30b9\u5927\u4f7f\u9928\u54e1"}, {"id": 716, "work": "69", "translators": [217], "title": "\u30a4\u30f3\u30b9\u30d6\u30eb\u30af\u306e\u5546\u4eba\u306e\u606f\u5b50\u304c\u72af\u3057\u305f\u7f6a"}, {"id": 717, "work": "70", "translators": [217], "title": "\u5927\u5de5"}, {"id": 718, "work": "122", "translators": [217], "title": "\u30af\u30eb\u30c6\u30e9\u30fc"}, {"id": 719, "work": "117", "translators": [217], "title": "\u30a4\u30bf\u30ea\u30a2\u4eba"}, {"id": 720, "work": "191", "translators": [217], "title": "\u68ee\u6797\u9650\u754c\u3067"}], "publisher": {"id": 174, "name": "Kashiwa Shobo"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "jpn_015": {"id": null, "signatur": "jpn_015", "erstpublikation": true, "parents": null, "more": null, "title": "\u3042\u308b\u5b50\u4f9b", "year": 2016, "language": "japanese", "contains": [{"id": 721, "work": "50", "translators": [220], "title": "\u3042\u308b\u5b50\u4f9b"}], "publisher": {"id": 178, "name": "Shoraisha"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "jpn_016": {"id": null, "signatur": "jpn_016", "erstpublikation": true, "parents": null, "more": null, "title": "\u539f\u56e0. \u4e00\u3064\u306e\u793a\u5506", "year": 2017, "language": "japanese", "contains": [{"id": 722, "work": "7", "translators": [220], "title": "\u539f\u56e0. \u4e00\u3064\u306e\u793a\u5506"}], "publisher": {"id": 178, "name": "Shoraisha"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "jpn_017": {"id": null, "signatur": "jpn_017", "erstpublikation": true, "parents": null, "more": null, "title": "\u51cd\uff08\u3044\u3066\uff09", "year": 2019, "language": "japanese", "contains": [{"id": 723, "work": "47", "translators": [220], "title": "\u51cd\uff08\u3044\u3066\uff09"}], "publisher": {"id": 176, "name": "Kawade Shob\u014d Shinsha"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "jpn_018": {"id": null, "signatur": "jpn_018", "erstpublikation": true, "parents": null, "more": null, "title": "\u5730\u4e0b. \u3042\u308b\u9003\u4ea1", "year": 2020, "language": "japanese", "contains": [{"id": 724, "work": "59", "translators": [220], "title": "\u5730\u4e0b. \u3042\u308b\u9003\u4ea1"}], "publisher": {"id": 178, "name": "Shoraisha"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "jpn_019": {"id": null, "signatur": "jpn_019", "erstpublikation": true, "parents": null, "more": null, "title": "\u660f\u4e71", "year": 2021, "language": "japanese", "contains": [{"id": 725, "work": "4", "translators": [220], "title": "\u660f\u4e71"}], "publisher": {"id": 176, "name": "Kawade Shob\u014d Shinsha"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "jpn_020": {"id": null, "signatur": "jpn_020", "erstpublikation": true, "parents": null, "more": null, "title": "\u6a35\u308b. \u6fc0\u60c5", "year": 2022, "language": "japanese", "contains": [{"id": 726, "work": "14", "translators": [220], "title": "\u6a35\u308b. \u6fc0\u60c5"}], "publisher": {"id": 176, "name": "Kawade Shob\u014d Shinsha"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "jpn_021": {"id": null, "signatur": "jpn_021", "erstpublikation": true, "parents": null, "more": null, "title": "\u30b7\u30c6\u30a3\u30eb\u30d5\u30b9\u8fb2\u5834\u306e\u30df\u30c3\u30c9\u30e9\u30f3\u30c9", "year": 1985, "language": "japanese", "contains": [{"id": 727, "work": "78", "translators": [219], "title": "\u30b7\u30c6\u30a3\u30eb\u30d5\u30b9\u8fb2\u5834\u306e\u30df\u30c3\u30c9\u30e9\u30f3\u30c9"}], "publisher": {"id": 176, "name": "Hakusuisha"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "jpn_022": {"id": null, "signatur": "jpn_022", "erstpublikation": true, "parents": null, "more": null, "title": "DeLi. Deutsche Literatur 3: \u00bb\u7279\u96c6\u30fb\u30c8\u30fc\u30de\u30b9\u30fb\u30d9\u30eb\u30f3\u30cf\u30eb\u30c8\u00ab", "year": 2004, "language": "japanese", "contains": [{"id": 728, "work": "116", "translators": [220], "title": "\u96e8\u5408\u7fbd"}, {"id": 729, "work": "30", "translators": [220], "title": "\u30ea\u30c3\u30bf\u30fc\u3001\u30c7\u30fc\u30cd\u3001\u30d5\u30a9\u30b9"}], "publisher": {"id": 177, "name": "DeLi. Deutsche Literatur 3, S. 9-33 / 46-118"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "jpn_023": {"id": null, "signatur": "jpn_023", "erstpublikation": true, "parents": null, "more": null, "title": "\u606f. \u4e00\u3064\u306e\u6c7a\u65ad", "year": 2023, "language": "japanese", "contains": [{"id": 730, "work": "56", "translators": [220], "title": "\u606f. \u4e00\u3064\u306e\u6c7a\u65ad"}], "publisher": {"id": 178, "name": "Shoraisha"}, "categories": ["prose", "autobiography"], "isbn": "\"9784879844323\"", "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "jpn_024": {"id": null, "signatur": "jpn_024", "erstpublikation": true, "parents": null, "more": null, "title": "\u7167\u3089\u3057\u51fa\u3055\u308c\u305f\u6226\u5f8c\u30c9\u30a4\u30c4 \u30b2\u30aa\u30eb\u30af\u30fb\u30d3\u30e5\u30fc\u30d2\u30ca\u30fc\u8cde\u8a18\u5ff5\u8b1b\u6f14\u96c6 1951-1999", "year": 2000, "language": "japanese", "contains": [{"id": 731, "work": "192", "translators": [220], "title": "\u4f55\u3072\u3068\u3064\u3068\u3057\u3066\u6c7a\u7740\u306f\u3064\u304b\u306a\u3044"}], "publisher": {"id": 178, "name": "JInshuin"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "kat_001": {"id": null, "signatur": "kat_001", "erstpublikation": true, "parents": null, "more": null, "title": "El nebot de Wittgenstein. Una amistat", "year": 1985, "language": "catalan", "contains": [{"id": 732, "work": "2", "translators": [225], "title": "El nebot de Wittgenstein. Una amistat"}], "publisher": {"id": 181, "name": "Editorial Emp\u00faries"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kat_002": {"id": null, "signatur": "kat_002", "erstpublikation": true, "parents": null, "more": null, "title": "El nebot de Wittgenstein", "year": 2018, "language": "catalan", "contains": [{"id": 733, "work": "2", "translators": [222], "title": "El nebot de Wittgenstein"}], "publisher": {"id": 180, "name": "Editorial Fl\u00e2neur"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kat_003": {"id": null, "signatur": "kat_003", "erstpublikation": true, "parents": null, "more": null, "title": "Historietes inexemplars (L'imitador de veus)", "year": 1985, "language": "catalan", "contains": [{"id": 734, "work": "9", "translators": [225], "title": "Historietes inexemplars (L'imitador de veus)"}], "publisher": {"id": 181, "name": "Editorial Emp\u00faries"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kat_004": {"id": null, "signatur": "kat_004", "erstpublikation": true, "parents": null, "more": null, "title": "L'imitador de veus", "year": 2017, "language": "catalan", "contains": [{"id": 735, "work": "9", "translators": [232], "title": "L'imitador de veus"}], "publisher": {"id": 195, "name": "El Gall Editor"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "kat_005": {"id": null, "signatur": "kat_005", "erstpublikation": true, "parents": null, "more": null, "title": "Nou salms. In hora mortis", "year": 1995, "language": "catalan", "contains": [{"id": 736, "work": "193", "translators": [231], "title": "Nou salms"}, {"id": 737, "work": "63", "translators": [231], "title": "In hora mortis"}], "publisher": {"id": 182, "name": "Eumo Editorial / Caf\u00e8 Central"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kat_006": {"id": null, "signatur": "kat_006", "erstpublikation": true, "parents": null, "more": null, "title": "Minetti. Un retrat de l'artista vell", "year": 1988, "language": "catalan", "contains": [{"id": 738, "work": "17", "translators": [225], "title": "Minetti. Un retrat de l'artista vell"}], "publisher": {"id": 187, "name": "Institut del teatre de la disputaci\u00f3 de Bareclona"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kat_007": {"id": null, "signatur": "kat_007", "erstpublikation": true, "parents": null, "more": null, "title": "Els meus premis", "year": 2014, "language": "catalan", "contains": [{"id": 739, "work": "8", "translators": [232], "title": "Els meus premis"}], "publisher": {"id": 195, "name": "El Gall Editor"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kat_008": {"id": null, "signatur": "kat_008", "erstpublikation": true, "parents": null, "more": null, "title": "Pla\u00e7a dels Herois", "year": 2000, "language": "catalan", "contains": [{"id": 740, "work": "12", "translators": [232], "title": "Pla\u00e7a dels Herois"}], "publisher": {"id": 190, "name": "Edicions Proa"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kat_009": {"id": null, "signatur": "kat_009", "erstpublikation": true, "parents": null, "more": null, "title": "A les altures. Intent de salvaci\u00f3, bestieses", "year": 1990, "language": "catalan", "contains": [{"id": 741, "work": "84", "translators": [231], "title": "A les altures. Intent de salvaci\u00f3, bestieses"}], "publisher": {"id": 185, "name": "Edicions de la Magrana"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kat_010": {"id": null, "signatur": "kat_010", "erstpublikation": true, "parents": null, "more": null, "title": "Tres dramolette de Thomas Bernhard", "year": 2007, "language": "catalan", "contains": [{"id": 742, "work": "61", "translators": [232], "title": "Peymann deixa Bochum i se'n va a Viena com a director del Burgtheater"}, {"id": 743, "work": "62", "translators": [232], "title": "Claus Peymann es compra uns pantalons i despr\u00e9s anem a dinar"}, {"id": 744, "work": "46", "translators": [232], "title": "Claus Peymann i Hermann Beil a la Sulzwiese"}], "publisher": {"id": 186, "name": "Arola Editors"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kat_011": {"id": null, "signatur": "kat_011", "erstpublikation": true, "parents": null, "more": null, "title": "Formig\u00f3", "year": 2020, "language": "catalan", "contains": [{"id": 745, "work": "3", "translators": [232], "title": "Formig\u00f3"}], "publisher": {"id": 195, "name": "El Gall Editor"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kat_012": {"id": null, "signatur": "kat_012", "erstpublikation": true, "parents": null, "more": null, "title": "A la meta", "year": 1994, "language": "catalan", "contains": [{"id": 746, "work": "19", "translators": [228], "title": "A la meta"}], "publisher": {"id": 187, "name": "Institut del teatre de la disputaci\u00f3 de Bareclona"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kat_013": {"id": null, "signatur": "kat_013", "erstpublikation": true, "parents": null, "more": null, "title": "Mestres antics. Com\u00e8dia", "year": 2011, "language": "catalan", "contains": [{"id": 747, "work": "1", "translators": [232], "title": "Mestres antics. Com\u00e8dia"}], "publisher": {"id": 320, "name": "C\u00f3mplices"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kat_014": {"id": null, "signatur": "kat_014", "erstpublikation": true, "parents": null, "more": null, "title": "Trasbals", "year": 1989, "language": "catalan", "contains": [{"id": 748, "work": "4", "translators": [229], "title": "Trasbals"}], "publisher": {"id": 188, "name": "Edicions B"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kat_015": {"id": null, "signatur": "kat_015", "erstpublikation": true, "parents": null, "more": null, "title": "El comediant", "year": 2002, "language": "catalan", "contains": [{"id": 749, "work": "13", "translators": [231], "title": "El comediant"}], "publisher": {"id": 189, "name": "Edicions 62"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kat_016": {"id": null, "signatur": "kat_016", "erstpublikation": true, "parents": null, "more": null, "title": "El malaguanyat", "year": 1992, "language": "catalan", "contains": [{"id": 750, "work": "5", "translators": [231], "title": "El malaguanyat"}], "publisher": {"id": 190, "name": "Edicions Proa"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "kat_017": {"id": null, "signatur": "kat_017", "erstpublikation": false, "parents": ["kat_016"], "more": null, "title": "El malaguanyat", "year": 1995, "language": "catalan", "contains": [{"id": 750, "work": "5", "translators": [231], "title": "El malaguanyat"}], "publisher": {"id": 190, "name": "Edicions Proa"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "kat_018": {"id": null, "signatur": "kat_018", "erstpublikation": true, "parents": null, "more": null, "title": "S\u00ed", "year": 2016, "language": "catalan", "contains": [{"id": 751, "work": "15", "translators": [232], "title": "S\u00ed"}], "publisher": {"id": 195, "name": "El Gall Editor"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kat_019": {"id": null, "signatur": "kat_019", "erstpublikation": true, "parents": null, "more": null, "title": "El President", "year": 2014, "language": "catalan", "contains": [{"id": 752, "work": "11", "translators": [231], "title": "El President"}], "publisher": {"id": 190, "name": "Arola"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kat_020": {"id": null, "signatur": "kat_020", "erstpublikation": true, "parents": null, "more": null, "title": "Sota el ferro de la lluna", "year": 2010, "language": "catalan", "contains": [{"id": 753, "work": "64", "translators": [231], "title": "Sota el ferro de la lluna"}], "publisher": {"id": 195, "name": "\u200eLleonard Muntaner"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kat_021": {"id": null, "signatur": "kat_021", "erstpublikation": true, "parents": null, "more": null, "title": "Un nen", "year": 2013, "language": "catalan", "contains": [{"id": 754, "work": "50", "translators": [232], "title": "Un nen"}], "publisher": {"id": 195, "name": "El Gall Editor"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kat_022": {"id": null, "signatur": "kat_022", "erstpublikation": true, "parents": null, "more": null, "title": "El fred", "year": 2013, "language": "catalan", "contains": [{"id": 755, "work": "60", "translators": [232], "title": "El fred"}], "publisher": {"id": 195, "name": "El Gall Editor"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kat_023": {"id": null, "signatur": "kat_023", "erstpublikation": true, "parents": null, "more": null, "title": "L'al\u00e8. Un decisi\u00f3", "year": 2013, "language": "catalan", "contains": [{"id": 756, "work": "56", "translators": [232], "title": "L'al\u00e8. Un decisi\u00f3"}], "publisher": {"id": 195, "name": "El Gall Editor"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kat_024": {"id": null, "signatur": "kat_024", "erstpublikation": true, "parents": null, "more": null, "title": "L'origen", "year": 2008, "language": "catalan", "contains": [{"id": 757, "work": "7", "translators": [232], "title": "L'origen"}], "publisher": {"id": 194, "name": "Edicions del Salobre"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kat_025": {"id": null, "signatur": "kat_025", "erstpublikation": true, "parents": null, "more": null, "title": "L'origen. Una insinuacio", "year": 1990, "language": "catalan", "contains": [{"id": 758, "work": "7", "translators": [231], "title": "L'origen. Una insinuacio"}], "publisher": {"id": 193, "name": "Edhasa"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "kat_026": {"id": null, "signatur": "kat_026", "erstpublikation": true, "parents": null, "more": null, "title": "El soterrani", "year": 2009, "language": "catalan", "contains": [{"id": 759, "work": "59", "translators": [232], "title": "El soterrani"}], "publisher": {"id": 194, "name": "Edicions del Salobre"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kat_027": {"id": null, "signatur": "kat_027", "erstpublikation": true, "parents": null, "more": null, "title": "La for\u00e7a del costum", "year": 1989, "language": "catalan", "contains": [{"id": 760, "work": "22", "translators": [232], "title": "La for\u00e7a del costum"}], "publisher": {"id": 194, "name": "\u200eEdicions Tres i Quatre"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kat_028": {"id": null, "signatur": "kat_028", "erstpublikation": true, "parents": null, "more": null, "title": "Senzillament complicat", "year": 2013, "language": "catalan", "contains": [{"id": 761, "work": "20", "translators": [232], "title": "Senzillament complicat"}], "publisher": {"id": 195, "name": "\u200eLleonard Muntaner"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kat_029": {"id": null, "signatur": "kat_029", "erstpublikation": true, "parents": null, "more": null, "title": "Tala. Una exaltaci\u00f3", "year": 2023, "language": "catalan", "contains": [{"id": 762, "work": "14", "translators": [232], "title": "Tala. Una exaltaci\u00f3"}], "publisher": {"id": 195, "name": "El Gall Editor"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "kor_001": {"id": null, "signatur": "kor_001", "erstpublikation": true, "parents": null, "more": null, "title": "\ubab0\ub77d\ud558\ub294 \uc790", "year": 2011, "language": "korean", "contains": [{"id": 763, "work": "5", "translators": [232], "title": "\ubab0\ub77d\ud558\ub294 \uc790"}], "publisher": {"id": 195, "name": "Munhakdongne"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kor_002": {"id": null, "signatur": "kor_002", "erstpublikation": true, "parents": null, "more": null, "title": "\ud63c\ub780", "year": 2002, "language": "korean", "contains": [{"id": 764, "work": "4", "translators": [248], "title": "\ud63c\ub780"}], "publisher": {"id": 206, "name": "Bumwoosa"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kor_003": {"id": null, "signatur": "kor_003", "erstpublikation": true, "parents": null, "more": null, "title": "\ube44\ud2b8\uac90\uc288\ud0c0\uc778\uc758 \uc870\uce74. \uc5b4\ub5a4 \uc6b0\uc815", "year": 1997, "language": "korean", "contains": [{"id": 765, "work": "2", "translators": [235], "title": "\ube44\ud2b8\uac90\uc288\ud0c0\uc778\uc758 \uc870\uce74. \uc5b4\ub5a4 \uc6b0\uc815"}], "publisher": {"id": 201, "name": "Hyeonamsa"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kor_004": {"id": null, "signatur": "kor_004", "erstpublikation": true, "parents": null, "more": null, "title": "\ube44\ud2b8\uac90\uc288\ud0c0\uc778\uc758 \uc870\uce74. \uc5b4\ub5a4 \uc6b0\uc815", "year": 2014, "language": "korean", "contains": [{"id": 766, "work": "2", "translators": [237], "title": "\ube44\ud2b8\uac90\uc288\ud0c0\uc778\uc758 \uc870\uce74. \uc5b4\ub5a4 \uc6b0\uc815"}], "publisher": {"id": 199, "name": "Purun"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kor_005": {"id": null, "signatur": "kor_005", "erstpublikation": true, "parents": null, "more": null, "title": "\ube44\ud2b8\uac90\uc288\ud0c0\uc778\uc758 \uc870\uce74. \uc5b4\ub5a4 \uc6b0\uc815", "year": 2022, "language": "korean", "contains": [{"id": 766, "work": "2", "translators": [237], "title": "\ube44\ud2b8\uac90\uc288\ud0c0\uc778\uc758 \uc870\uce74. \uc5b4\ub5a4 \uc6b0\uc815"}], "publisher": {"id": 199, "name": "Purun"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kor_006": {"id": null, "signatur": "kor_006", "erstpublikation": true, "parents": null, "more": null, "title": "\uc61b \uac70\uc7a5\ub4e4. \ud76c\uadf9", "year": 1997, "language": "korean", "contains": [{"id": 767, "work": "1", "translators": [248], "title": "\uc61b \uac70\uc7a5\ub4e4. \ud76c\uadf9"}], "publisher": {"id": 201, "name": "Hyeonamsa"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kor_007": {"id": null, "signatur": "kor_007", "erstpublikation": false, "parents": ["kor_006"], "more": null, "title": "\uc61b \uac70\uc7a5\ub4e4. \ud76c\uadf9", "year": 2014, "language": "korean", "contains": [{"id": 767, "work": "1", "translators": [248], "title": "\uc61b \uac70\uc7a5\ub4e4. \ud76c\uadf9"}], "publisher": {"id": 199, "name": "Purun"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kor_008": {"id": null, "signatur": "kor_008", "erstpublikation": true, "parents": null, "more": null, "title": "\ubaa8\uc790. \ud1a0\ub9c8\uc2a4 \ubca0\ub978\ud558\ub974\ud2b8 \ub2e8\ud3b8\uc120", "year": 2009, "language": "korean", "contains": [{"id": 768, "work": "72", "translators": [239], "title": "\ub450 \uba85\uc758 \uad50\uc0ac"}, {"id": 769, "work": "73", "translators": [239], "title": "\ubaa8\uc790"}, {"id": 770, "work": "74", "translators": [239], "title": "\ud76c\uadf9\uc785\ub2c8\uae4c? \ube44\uadf9\uc785\ub2c8\uae4c?"}, {"id": 771, "work": "71", "translators": [239], "title": "\uc57c\uc6b0\ub808\ud06c"}, {"id": 772, "work": "76", "translators": [239], "title": "\ud504\ub791\uc2a4 \ub300\uc0ac\uad00 \ubb38\uc815\uad00"}, {"id": 773, "work": "69", "translators": [239], "title": "\uc778\uc2a4\ubd80\ub974\ud06c \uc0c1\uc778 \uc544\ub4e4\uc758 \ubc94\uc8c4"}, {"id": 774, "work": "70", "translators": [239], "title": "\ubaa9\uc218"}, {"id": 775, "work": "78", "translators": [239], "title": "\uc288\ud2f8\ud504\uc2a4\uc758 \ubbf8\ub4e4\ub79c\ub4dc"}, {"id": 776, "work": "116", "translators": [239], "title": "\ube44\uc637"}, {"id": 777, "work": "80", "translators": [239], "title": "\uc624\ub974\ud2c0\ub7ec\uc5d0\uc11c\u2015\uace0\ub9c8\uace0\uc774\uc5d0\uc11c \uc628 \uc18c\uc2dd"}], "publisher": {"id": 200, "name": "Moonji"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kor_009": {"id": null, "signatur": "kor_009", "erstpublikation": false, "parents": ["kor_008"], "more": null, "title": "\ubaa8\uc790", "year": 2020, "language": "korean", "contains": [{"id": 768, "work": "72", "translators": [239], "title": "\ub450 \uba85\uc758 \uad50\uc0ac"}, {"id": 769, "work": "73", "translators": [239], "title": "\ubaa8\uc790"}, {"id": 770, "work": "74", "translators": [239], "title": "\ud76c\uadf9\uc785\ub2c8\uae4c? \ube44\uadf9\uc785\ub2c8\uae4c?"}, {"id": 771, "work": "71", "translators": [239], "title": "\uc57c\uc6b0\ub808\ud06c"}, {"id": 772, "work": "76", "translators": [239], "title": "\ud504\ub791\uc2a4 \ub300\uc0ac\uad00 \ubb38\uc815\uad00"}, {"id": 773, "work": "69", "translators": [239], "title": "\uc778\uc2a4\ubd80\ub974\ud06c \uc0c1\uc778 \uc544\ub4e4\uc758 \ubc94\uc8c4"}, {"id": 774, "work": "70", "translators": [239], "title": "\ubaa9\uc218"}, {"id": 775, "work": "78", "translators": [239], "title": "\uc288\ud2f8\ud504\uc2a4\uc758 \ubbf8\ub4e4\ub79c\ub4dc"}, {"id": 776, "work": "116", "translators": [239], "title": "\ube44\uc637"}, {"id": 777, "work": "80", "translators": [239], "title": "\uc624\ub974\ud2c0\ub7ec\uc5d0\uc11c\u2015\uace0\ub9c8\uace0\uc774\uc5d0\uc11c \uc628 \uc18c\uc2dd"}], "publisher": {"id": 200, "name": "Moonji"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kor_010": {"id": null, "signatur": "kor_010", "erstpublikation": true, "parents": null, "more": null, "title": "\uc2b5\uad00\uc758 \ud798. \uc601\uc6c5\uad11\uc7a5", "year": 2003, "language": "korean", "contains": [{"id": 778, "work": "22", "translators": [239], "title": "\uc2b5\uad00\uc758 \ud798"}, {"id": 779, "work": "12", "translators": [239], "title": "\uc601\uc6c5\uad11\uc7a5"}], "publisher": {"id": 200, "name": "Mokwon University Press"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kor_011": {"id": null, "signatur": "kor_011", "erstpublikation": true, "parents": null, "more": null, "title": "\uc18c\uba78", "year": 2008, "language": "korean", "contains": [{"id": 780, "work": "6", "translators": [242], "title": "\uc18c\uba78"}], "publisher": {"id": 201, "name": "Hyeonamsa"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kor_012": {"id": null, "signatur": "kor_012", "erstpublikation": true, "parents": null, "more": null, "title": "\ubbf8\ub124\ud2f0", "year": 2015, "language": "korean", "contains": [{"id": 781, "work": "17", "translators": [242], "title": "\ubbf8\ub124\ud2f0"}], "publisher": {"id": 202, "name": "Zmanz"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kor_013": {"id": null, "signatur": "kor_013", "erstpublikation": false, "parents": ["kor_012"], "more": null, "title": "\ubbf8\ub124\ud2f0", "year": 2019, "language": "korean", "contains": [{"id": 781, "work": "17", "translators": [242], "title": "\ubbf8\ub124\ud2f0"}], "publisher": {"id": 202, "name": "Zmanz"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kor_014": {"id": null, "signatur": "kor_014", "erstpublikation": true, "parents": null, "more": null, "title": "\uc6d0\uc778", "year": 2003, "language": "korean", "contains": [{"id": 782, "work": "7", "translators": [242], "title": "\uc6d0\uc778"}], "publisher": {"id": 206, "name": "Bumwoosa"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "kor_015": {"id": null, "signatur": "kor_015", "erstpublikation": true, "parents": null, "more": null, "title": "\uc9c0\ud558\uc2e4. \ud558\ub098\uc758 \ud0c8\ucd9c", "year": 1998, "language": "korean", "contains": [{"id": 783, "work": "59", "translators": [243], "title": "\uc9c0\ud558\uc2e4. \ud558\ub098\uc758 \ud0c8\ucd9c"}], "publisher": {"id": 206, "name": "Bumwoosa"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "kor_016": {"id": null, "signatur": "kor_016", "erstpublikation": true, "parents": null, "more": null, "title": "\ud638\ud761", "year": 1999, "language": "korean", "contains": [{"id": 784, "work": "56", "translators": [244], "title": "\ud638\ud761"}], "publisher": {"id": 206, "name": "Bumwoosa"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "kor_017": {"id": null, "signatur": "kor_017", "erstpublikation": false, "parents": ["kor_022"], "more": null, "title": "\ud55c \uc544\uc774", "year": 1998, "language": "korean", "contains": [{"id": 785, "work": "50", "translators": [248], "title": "\ud55c \uc544\uc774"}], "publisher": {"id": 206, "name": "Bumwoosa"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "kor_018": {"id": null, "signatur": "kor_018", "erstpublikation": true, "parents": null, "more": null, "title": "\ubcf4\ub9ac\uc2a4\ub97c \uc704\ud55c \ud30c\ud2f0", "year": 1999, "language": "korean", "contains": [{"id": 786, "work": "25", "translators": [244], "title": "\ubcf4\ub9ac\uc2a4\ub97c \uc704\ud55c \ud30c\ud2f0"}], "publisher": {"id": 202, "name": "Sungkyunkwan University Press"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kor_019": {"id": null, "signatur": "kor_019", "erstpublikation": true, "parents": null, "more": null, "title": "\uc601\uc6c5\uad11\uc7a5", "year": 1995, "language": "korean", "contains": [{"id": 787, "work": "12", "translators": [245], "title": "\uc601\uc6c5\uad11\uc7a5"}], "publisher": {"id": 203, "name": "Yejin"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kor_020": {"id": null, "signatur": "kor_020", "erstpublikation": true, "parents": null, "more": null, "title": "\ubc8c\ubaa9\uafbc", "year": 1993, "language": "korean", "contains": [{"id": 788, "work": "14", "translators": [246], "title": "\ubc8c\ubaa9\uafbc"}], "publisher": {"id": 204, "name": "Hyeondaemihaksa"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kor_021": {"id": null, "signatur": "kor_021", "erstpublikation": true, "parents": null, "more": null, "title": "\uc5f0\uadf9\uc7c1\uc774", "year": 2021, "language": "korean", "contains": [{"id": 789, "work": "13", "translators": [247], "title": "\uc5f0\uadf9\uc7c1\uc774"}], "publisher": {"id": 205, "name": "Theatre & Man Press"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kor_022": {"id": null, "signatur": "kor_022", "erstpublikation": true, "parents": null, "more": null, "title": "\ud63c\ub780. \ud55c\uc544\uc774", "year": 1991, "language": "korean", "contains": [{"id": 764, "work": "4", "translators": [248], "title": "\ud63c\ub780"}, {"id": 785, "work": "50", "translators": [248], "title": "\ud55c \uc544\uc774"}], "publisher": {"id": 206, "name": "Bumwoosa"}, "categories": ["prose", "novels \\ autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kro_001": {"id": null, "signatur": "kro_001", "erstpublikation": true, "parents": null, "more": null, "title": "Wittgensteinov ne\u0107ak. Jedno prijateljstvo", "year": 2003, "language": "croatian", "contains": [{"id": 790, "work": "2", "translators": [248], "title": "Wittgensteinov ne\u0107ak. Jedno prijateljstvo"}], "publisher": {"id": 207, "name": "Meandar"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kro_002": {"id": null, "signatur": "kro_002", "erstpublikation": true, "parents": null, "more": null, "title": "Gubitnik", "year": 2005, "language": "croatian", "contains": [{"id": 791, "work": "5", "translators": [253], "title": "Gubitnik"}], "publisher": {"id": 207, "name": "Meandar"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kro_003": {"id": null, "signatur": "kro_003", "erstpublikation": true, "parents": null, "more": null, "title": "Midland na Stilfsu. Da", "year": 2005, "language": "croatian", "contains": [{"id": 792, "work": "78", "translators": [251], "title": "Midland na Stilfsu"}, {"id": 793, "work": "116", "translators": [251], "title": "Hubertus"}, {"id": 794, "work": "80", "translators": [251], "title": "Na Ortleru"}, {"id": 795, "work": "15", "translators": [251], "title": "Da"}], "publisher": {"id": 207, "name": "Meandar"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kro_004": {"id": null, "signatur": "kro_004", "erstpublikation": true, "parents": null, "more": null, "title": "Trg heroja", "year": 2003, "language": "croatian", "contains": [{"id": 796, "work": "25", "translators": [253], "title": "Sve\u010danost za Borisa"}, {"id": 797, "work": "21", "translators": [251], "title": "Lova\u010dko dru\u0161tvo"}, {"id": 798, "work": "18", "translators": [253], "title": "Pred mirovinom"}, {"id": 799, "work": "12", "translators": [253], "title": "Trg heroja"}], "publisher": {"id": 207, "name": "Meandar"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "kro_005": {"id": null, "signatur": "kro_005", "erstpublikation": false, "parents": ["kro_006"], "more": null, "title": "Imitator glasova", "year": 2003, "language": "croatian", "contains": [{"id": 800, "work": "9", "translators": [253], "title": "Imitator glasova"}], "publisher": {"id": 207, "name": "Meandar"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kro_006": {"id": null, "signatur": "kro_006", "erstpublikation": true, "parents": null, "more": null, "title": "Imitator glasova", "year": 1998, "language": "croatian", "contains": [{"id": 800, "work": "9", "translators": [253], "title": "Imitator glasova"}], "publisher": {"id": 207, "name": "Meandar"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kro_007": {"id": null, "signatur": "kro_007", "erstpublikation": true, "parents": null, "more": null, "title": "Mraz", "year": 2015, "language": "croatian", "contains": [{"id": 801, "work": "47", "translators": [252], "title": "Mraz"}], "publisher": {"id": 207, "name": "Meandar"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kro_008": {"id": null, "signatur": "kro_008", "erstpublikation": true, "parents": null, "more": null, "title": "Brisanje. Raspad", "year": 2011, "language": "croatian", "contains": [{"id": 802, "work": "6", "translators": [253], "title": "Brisanje. Raspad"}], "publisher": {"id": 207, "name": "Meandar"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "kro_009": {"id": null, "signatur": "kro_009", "erstpublikation": true, "parents": null, "more": null, "title": "Uzrok", "year": 2005, "language": "croatian", "contains": [{"id": 803, "work": "7", "translators": [253], "title": "Uzrok"}], "publisher": {"id": 207, "name": "Meandar"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kro_010": {"id": null, "signatur": "kro_010", "erstpublikation": true, "parents": null, "more": null, "title": "Hladno\u0107a. Izolacija", "year": 2012, "language": "croatian", "contains": [{"id": 804, "work": "60", "translators": [253], "title": "Hladno\u0107a. Izolacija"}], "publisher": {"id": 207, "name": "Meandar"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "kro_011": {"id": null, "signatur": "kro_011", "erstpublikation": true, "parents": null, "more": null, "title": "Podrum", "year": 2004, "language": "croatian", "contains": [{"id": 805, "work": "59", "translators": [254], "title": "Podrum"}], "publisher": {"id": 207, "name": "Meandar"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "lit_001": {"id": null, "signatur": "lit_001", "erstpublikation": true, "parents": null, "more": null, "title": "Grimzd\u0117jas", "year": 1999, "language": "lithuanian", "contains": [{"id": 806, "work": "5", "translators": [255], "title": "Grimzd\u0117jas"}], "publisher": {"id": 207, "name": "Alma Littera"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "lit_002": {"id": null, "signatur": "lit_002", "erstpublikation": true, "parents": null, "more": null, "title": "Kalkin\u0117", "year": 2021, "language": "lithuanian", "contains": [{"id": 807, "work": "48", "translators": [256], "title": "Kalkin\u0117"}], "publisher": {"id": 208, "name": "Lietuvos ra\u0161ytoj\u0173 s\u0105jungos leidykla"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "lit_003": {"id": null, "signatur": "lit_003", "erstpublikation": true, "parents": null, "more": null, "title": "Senieji meistrai", "year": 2005, "language": "lithuanian", "contains": [{"id": 808, "work": "1", "translators": [257], "title": "Senieji meistrai"}], "publisher": {"id": 209, "name": "Pasvir\u0119s pasaulis"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "mkd_001": {"id": null, "signatur": "mkd_001", "erstpublikation": true, "parents": null, "more": null, "title": "C\u0435\u0447\u0435\u045a\u0435 \u0448\u0443\u043c\u0430. E\u0434\u043d\u0430 \u0432\u043e\u0437\u0431\u0443\u0434\u0430", "year": 2011, "language": "macedonian", "contains": [{"id": 809, "work": "14", "translators": [259], "title": "C\u0435\u0447\u0435\u045a\u0435 \u0448\u0443\u043c\u0430. E\u0434\u043d\u0430 \u0432\u043e\u0437\u0431\u0443\u0434\u0430"}], "publisher": {"id": 211, "name": "Blesok"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "mkd_002": {"id": null, "signatur": "mkd_002", "erstpublikation": true, "parents": null, "more": null, "title": "C\u0442\u0430\u0440\u0438 \u043c\u0430\u0458\u0441\u0442\u043e\u0440\u0438. K\u043e\u043c\u0435\u0434\u0438\u0458\u0430", "year": 2013, "language": "macedonian", "contains": [{"id": 810, "work": "1", "translators": [259], "title": "C\u0442\u0430\u0440\u0438 \u043c\u0430\u0458\u0441\u0442\u043e\u0440\u0438. K\u043e\u043c\u0435\u0434\u0438\u0458\u0430"}], "publisher": {"id": 211, "name": "Blesok"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_001": {"id": null, "signatur": "nld_001", "erstpublikation": true, "parents": null, "more": null, "title": "Vorst", "year": 1982, "language": "dutch", "contains": [{"id": 811, "work": "47", "translators": [264], "title": "Vorst"}], "publisher": {"id": 220, "name": "Uitgeverij De Arbeiderspers"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_002": {"id": null, "signatur": "nld_002", "erstpublikation": false, "parents": ["nld_001"], "more": null, "title": "Vorst", "year": 2002, "language": "dutch", "contains": [{"id": 811, "work": "47", "translators": [264], "title": "Vorst"}], "publisher": {"id": 220, "name": "Atlas"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "nld_003": {"id": null, "signatur": "nld_003", "erstpublikation": true, "parents": null, "more": null, "title": "Der domkop en de gek", "year": 1984, "language": "dutch", "contains": [{"id": 812, "work": "27", "translators": [260], "title": "Der domkop en de gek"}], "publisher": {"id": 220, "name": "International Theatre Bookshop"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "nld_004": {"id": null, "signatur": "nld_004", "erstpublikation": true, "parents": null, "more": null, "title": "Het jachtgezelschap & De wereldverbeteraar", "year": 1980, "language": "dutch", "contains": [{"id": 813, "work": "21", "translators": [274], "title": "Het jachtgezelschap"}, {"id": 814, "work": "28", "translators": [274], "title": "De wereldverbeteraar"}], "publisher": {"id": 217, "name": "Baal"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "nld_005": {"id": null, "signatur": "nld_005", "erstpublikation": true, "parents": null, "more": null, "title": "Het jachtgezelschap", "year": 1991, "language": "dutch", "contains": [{"id": 815, "work": "21", "translators": [264], "title": "Het jachtgezelschap"}], "publisher": {"id": 220, "name": "International Theatre & Film Books"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "nld_006": {"id": null, "signatur": "nld_006", "erstpublikation": true, "parents": null, "more": null, "title": "De stemmenimitator", "year": 1981, "language": "dutch", "contains": [{"id": 816, "work": "9", "translators": [274], "title": "De stemmenimitator"}], "publisher": {"id": 220, "name": "Uitgeverij De Arbeiderspers"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_007": {"id": null, "signatur": "nld_007", "erstpublikation": true, "parents": null, "more": null, "title": "Amras", "year": 1986, "language": "dutch", "contains": [{"id": 817, "work": "67", "translators": [264], "title": "Amras"}], "publisher": {"id": 220, "name": "Uitgeverij De Arbeiderspers"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_008": {"id": null, "signatur": "nld_008", "erstpublikation": true, "parents": null, "more": null, "title": "De kalkfabriek", "year": 1977, "language": "dutch", "contains": [{"id": 818, "work": "48", "translators": [274], "title": "De kalkfabriek"}], "publisher": {"id": 220, "name": "Uitgeverij De Arbeiderspers"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_009": {"id": null, "signatur": "nld_009", "erstpublikation": true, "parents": null, "more": null, "title": "Oude meesters", "year": 1991, "language": "dutch", "contains": [{"id": 819, "work": "1", "translators": [264], "title": "Oude meesters"}], "publisher": {"id": 220, "name": "Uitgeverij De Arbeiderspers"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_010": {"id": null, "signatur": "nld_010", "erstpublikation": true, "parents": null, "more": null, "title": "De neef van Wittgenstein. Een vriendschap", "year": 1992, "language": "dutch", "contains": [{"id": 820, "work": "2", "translators": [273], "title": "De neef van Wittgenstein. Een vriendschap"}], "publisher": {"id": 217, "name": "de Prom"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_011": {"id": null, "signatur": "nld_011", "erstpublikation": true, "parents": null, "more": null, "title": "Op de hoogte. Reddingspoging, onzin", "year": 1991, "language": "dutch", "contains": [{"id": 821, "work": "84", "translators": [273], "title": "Op de hoogte. Reddingspoging, onzin"}], "publisher": {"id": 217, "name": "de Prom"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_012": {"id": null, "signatur": "nld_012", "erstpublikation": true, "parents": null, "more": null, "title": "Muizen, ratten en dagloners", "year": 1990, "language": "dutch", "contains": [{"id": 822, "work": "124", "translators": [273], "title": "Muizen, ratten en dagloners"}], "publisher": {"id": 217, "name": "de Prom"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "nld_013": {"id": null, "signatur": "nld_013", "erstpublikation": true, "parents": null, "more": null, "title": "Voor het pensioen. Komedie van de Duitse ziel", "year": 1981, "language": "dutch", "contains": [{"id": 823, "work": "18", "translators": [274], "title": "Voor het pensioen. Komedie van de Duitse ziel"}], "publisher": {"id": 217, "name": "Baal"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "nld_014": {"id": null, "signatur": "nld_014", "erstpublikation": true, "parents": null, "more": null, "title": "\u00dcber allen Gipfeln ist Ruh. Een dag uit het leven van een duitse schrijver rond 1980", "year": 1982, "language": "dutch", "contains": [{"id": 824, "work": "29", "translators": [275], "title": "\u00dcber allen Gipfeln ist Ruh. Een dag uit het leven van een duitse schrijver rond 1980"}], "publisher": {"id": 220, "name": "International Theatre Bookshop"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_015": {"id": null, "signatur": "nld_015", "erstpublikation": true, "parents": null, "more": null, "title": "Vertellingen", "year": 1991, "language": "dutch", "contains": [{"id": 825, "work": "69", "translators": [266], "title": "De misdaad van een koopmanszoon uit Innsbruck"}, {"id": 826, "work": "70", "translators": [266], "title": "De timmerman"}, {"id": 827, "work": "71", "translators": [266], "title": "Jauregg"}, {"id": 828, "work": "72", "translators": [266], "title": "Twee leraren"}, {"id": 829, "work": "73", "translators": [266], "title": "De pet"}, {"id": 830, "work": "74", "translators": [266], "title": "Is het een komedie? Is het een tragedie?"}, {"id": 831, "work": "75", "translators": [266], "title": "Viktor Halfnar"}, {"id": 832, "work": "76", "translators": [266], "title": "Attach\u00e9 bij de Franse ambassade"}, {"id": 833, "work": "77", "translators": [266], "title": "Op de boomgrens"}, {"id": 834, "work": "78", "translators": [266], "title": "Midland in Stilfs"}, {"id": 835, "work": "79", "translators": [266], "title": "De loden cape"}, {"id": 836, "work": "80", "translators": [266], "title": "Aan de voet van de Ortler"}], "publisher": {"id": 217, "name": "Bert Bakker"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "nld_016": {"id": null, "signatur": "nld_016", "erstpublikation": true, "parents": null, "more": null, "title": "De onderspitdelver", "year": 2020, "language": "dutch", "contains": [{"id": 837, "work": "5", "translators": [279], "title": "De onderspitdelver"}], "publisher": {"id": 223, "name": "IJzer"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_017": {"id": null, "signatur": "nld_017", "erstpublikation": true, "parents": null, "more": null, "title": "Op de boomgrens", "year": 2016, "language": "dutch", "contains": [{"id": 838, "work": "122", "translators": [268], "title": "Kulterer"}, {"id": 839, "work": "117", "translators": [268], "title": "De Italiaan"}, {"id": 840, "work": "77", "translators": [268], "title": "Op de boomgrens"}], "publisher": {"id": 223, "name": "IJzer"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "nld_018": {"id": null, "signatur": "nld_018", "erstpublikation": true, "parents": null, "more": null, "title": "Houthakken. Een afrekening", "year": 2019, "language": "dutch", "contains": [{"id": 841, "work": "14", "translators": [279], "title": "Houthakken. Een afrekening"}], "publisher": {"id": 223, "name": "IJzer"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_019": {"id": null, "signatur": "nld_019", "erstpublikation": true, "parents": null, "more": null, "title": "Uitwissing. Een verval", "year": 2022, "language": "dutch", "contains": [{"id": 842, "work": "6", "translators": [279], "title": "Uitwissing. Een verval"}], "publisher": {"id": 223, "name": "IJzer"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_020": {"id": null, "signatur": "nld_020", "erstpublikation": true, "parents": null, "more": null, "title": "Goethe sterft. Vertellingen", "year": 2023, "language": "dutch", "contains": [{"id": 843, "work": "51", "translators": [279], "title": "Goethe sterft"}, {"id": 844, "work": "52", "translators": [279], "title": "Montaigne. Een vertelling"}, {"id": 845, "work": "53", "translators": [279], "title": "Weerzien"}, {"id": 846, "work": "54", "translators": [279], "title": "In vlammen opgegaan. Reisverslag aan een vroegere vriend"}], "publisher": {"id": 223, "name": "IJzer"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "nld_021": {"id": null, "signatur": "nld_021", "erstpublikation": true, "parents": null, "more": null, "title": "Watten. Een nalatenschap", "year": 2021, "language": "dutch", "contains": [{"id": 847, "work": "68", "translators": [272], "title": "Watten. Een nalatenschap"}], "publisher": {"id": 220, "name": "Vleugels"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_022": {"id": null, "signatur": "nld_022", "erstpublikation": true, "parents": null, "more": null, "title": "Ja", "year": 2019, "language": "dutch", "contains": [{"id": 848, "work": "15", "translators": [272], "title": "Ja"}], "publisher": {"id": 220, "name": "Vleugels"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_023": {"id": null, "signatur": "nld_023", "erstpublikation": true, "parents": null, "more": null, "title": "Wandeling", "year": 2019, "language": "dutch", "contains": [{"id": 849, "work": "10", "translators": [272], "title": "Wandeling"}], "publisher": {"id": 220, "name": "Vleugels"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_024": {"id": null, "signatur": "nld_024", "erstpublikation": true, "parents": null, "more": null, "title": "De dagschotelaars", "year": 2019, "language": "dutch", "contains": [{"id": 850, "work": "82", "translators": [272], "title": "De dagschotelaars"}], "publisher": {"id": 220, "name": "Vleugels"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_025": {"id": null, "signatur": "nld_025", "erstpublikation": true, "parents": null, "more": null, "title": "Beton", "year": 2022, "language": "dutch", "contains": [{"id": 851, "work": "3", "translators": [272], "title": "Beton"}], "publisher": {"id": 220, "name": "Vleugels"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_026": {"id": null, "signatur": "nld_026", "erstpublikation": true, "parents": null, "more": null, "title": "Correctie", "year": 2023, "language": "dutch", "contains": [{"id": 852, "work": "65", "translators": [272], "title": "Correctie"}], "publisher": {"id": 220, "name": "Vleugels"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_027": {"id": null, "signatur": "nld_027", "erstpublikation": true, "parents": null, "more": null, "title": "De oorzak", "year": 1977, "language": "dutch", "contains": [{"id": 853, "work": "7", "translators": [274], "title": "De oorzak"}], "publisher": {"id": 220, "name": "Uitgeverij De Arbeiderspers"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "nld_028": {"id": null, "signatur": "nld_028", "erstpublikation": true, "parents": null, "more": null, "title": "De\u00a0oorzaak. Een benadering", "year": 2022, "language": "dutch", "contains": [{"id": 854, "work": "7", "translators": [272], "title": "De\u00a0oorzaak. Een benadering"}], "publisher": {"id": 220, "name": "Vleugels"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "nld_029": {"id": null, "signatur": "nld_029", "erstpublikation": true, "parents": null, "more": null, "title": "De\u00a0kelder. En onttrekking", "year": 2021, "language": "dutch", "contains": [{"id": 855, "work": "59", "translators": [272], "title": "De\u00a0kelder. En onttrekking"}], "publisher": {"id": 220, "name": "Vleugels"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "nld_030": {"id": null, "signatur": "nld_030", "erstpublikation": true, "parents": null, "more": null, "title": "De\u00a0adem. En besluit", "year": 2021, "language": "dutch", "contains": [{"id": 856, "work": "56", "translators": [272], "title": "De\u00a0adem. En besluit"}], "publisher": {"id": 220, "name": "Vleugels"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "nld_031": {"id": null, "signatur": "nld_031", "erstpublikation": true, "parents": null, "more": null, "title": "De\u00a0kou. En isolement", "year": 2021, "language": "dutch", "contains": [{"id": 857, "work": "60", "translators": [272], "title": "De\u00a0kou. En isolement"}], "publisher": {"id": 220, "name": "Vleugels"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "nld_032": {"id": null, "signatur": "nld_032", "erstpublikation": true, "parents": null, "more": null, "title": "Een kind", "year": 2021, "language": "dutch", "contains": [{"id": 858, "work": "50", "translators": [272], "title": "Een kind"}], "publisher": {"id": 220, "name": "Vleugels"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "nld_033": {"id": null, "signatur": "nld_033", "erstpublikation": true, "parents": null, "more": null, "title": "Een kind", "year": 1984, "language": "dutch", "contains": [{"id": 859, "work": "50", "translators": [272], "title": "Een kind"}], "publisher": {"id": 220, "name": "Uitgeverij De Arbeiderspers"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "nld_034": {"id": null, "signatur": "nld_034", "erstpublikation": true, "parents": null, "more": null, "title": "Mijn prijzen", "year": 2009, "language": "dutch", "contains": [{"id": 860, "work": "8", "translators": [273], "title": "Mijn prijzen"}], "publisher": {"id": 220, "name": "Atlas"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_035": {"id": null, "signatur": "nld_035", "erstpublikation": true, "parents": null, "more": "nld_035a \\ nld_035b", "title": "In een tapijt van water", "year": 1997, "language": "dutch", "contains": [{"id": 861, "work": "55", "translators": [273], "title": "Auf der Erde und in der H\u00f6lle"}, {"id": 862, "work": "63", "translators": [273], "title": "In hora mortis"}, {"id": 863, "work": "64", "translators": [273], "title": "Unter dem Eisen des Mondes"}, {"id": 864, "work": "113", "translators": [273], "title": "Ave Vergil"}, {"id": 865, "work": "128", "translators": [273], "title": "Verspreide Gedichten"}], "publisher": {"id": 220, "name": "Atlas"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nld_036": {"id": null, "signatur": "nld_036", "erstpublikation": false, "parents": ["nld_013"], "more": null, "title": "Voor het pensioen. Komedie van de Duitse ziel", "year": 2005, "language": "dutch", "contains": [{"id": 823, "work": "18", "translators": [274], "title": "Voor het pensioen. Komedie van de Duitse ziel"}], "publisher": {"id": 220, "name": "International Theatre & Film Books"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "nld_037": {"id": null, "signatur": "nld_037", "erstpublikation": true, "parents": null, "more": null, "title": "Schijn bedriegt", "year": 1985, "language": "dutch", "contains": [{"id": 866, "work": "23", "translators": [274], "title": "Schijn bedriegt"}], "publisher": {"id": 220, "name": "International Theatre Bookshop"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "nld_038": {"id": null, "signatur": "nld_038", "erstpublikation": true, "parents": null, "more": null, "title": "Elisabeth II", "year": 1994, "language": "dutch", "contains": [{"id": 867, "work": "24", "translators": [275], "title": "Elisabeth II"}], "publisher": {"id": 220, "name": "International Theatre & Film Books"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "nld_039": {"id": null, "signatur": "nld_039", "erstpublikation": true, "parents": null, "more": null, "title": "Heldenplatz", "year": 1991, "language": "dutch", "contains": [{"id": 868, "work": "12", "translators": [275], "title": "Heldenplatz"}], "publisher": {"id": 220, "name": "International Theatre & Film Books"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "nld_040": {"id": null, "signatur": "nld_040", "erstpublikation": true, "parents": null, "more": null, "title": "Minetti. Een portret van de kunstenaar als oude man", "year": 1988, "language": "dutch", "contains": [{"id": 869, "work": "17", "translators": [276], "title": "Minetti. Een portret van de kunstenaar als oude man"}], "publisher": {"id": 220, "name": "Perdu"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "nld_041": {"id": null, "signatur": "nld_041", "erstpublikation": true, "parents": null, "more": null, "title": "Victor Halfnar. Een wintersprookje", "year": 2012, "language": "dutch", "contains": [{"id": 870, "work": "75", "translators": [277], "title": "Victor Halfnar. Een wintersprookje"}], "publisher": {"id": 221, "name": "Tirade 56/442, S. 45-48"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "nld_042": {"id": null, "signatur": "nld_042", "erstpublikation": true, "parents": null, "more": null, "title": "Ritter, Dene, Voss", "year": 1988, "language": "dutch", "contains": [{"id": 871, "work": "30", "translators": [278], "title": "Ritter, Dene, Voss"}], "publisher": {"id": 222, "name": "Het Nationale Toneel"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "nld_043": {"id": null, "signatur": "nld_043", "erstpublikation": true, "parents": null, "more": null, "title": "Verstoring", "year": 2024, "language": "dutch", "contains": [{"id": 872, "work": "4", "translators": [279], "title": "Verstoring"}], "publisher": {"id": 223, "name": "IJzer"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "nor_001": {"id": null, "signatur": "nor_001", "erstpublikation": true, "parents": null, "more": null, "title": "Wittgensteins nev\u00f8. Et vennskap", "year": 1989, "language": "norwegian", "contains": [{"id": 873, "work": "2", "translators": [283], "title": "Wittgensteins nev\u00f8. Et vennskap"}], "publisher": {"id": 227, "name": "Gyldendal"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_002": {"id": null, "signatur": "nor_002", "erstpublikation": true, "parents": null, "more": null, "title": "Gamle mestere. Komedie", "year": 1991, "language": "norwegian", "contains": [{"id": 874, "work": "1", "translators": [283], "title": "Gamle mestere. Komedie"}], "publisher": {"id": 227, "name": "Gyldendal"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_003": {"id": null, "signatur": "nor_003", "erstpublikation": true, "parents": null, "more": null, "title": "Betong", "year": 1985, "language": "norwegian", "contains": [{"id": 875, "work": "3", "translators": [283], "title": "Betong"}], "publisher": {"id": 227, "name": "Gyldendal"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_004": {"id": null, "signatur": "nor_004", "erstpublikation": false, "parents": ["nor_003"], "more": null, "title": "Betong", "year": 2007, "language": "norwegian", "contains": [{"id": 875, "work": "3", "translators": [283], "title": "Betong"}], "publisher": {"id": 227, "name": "Gyldendal"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_005": {"id": null, "signatur": "nor_005", "erstpublikation": true, "parents": null, "more": null, "title": "Tr\u00e6r som faller. En opphisselse", "year": 1990, "language": "norwegian", "contains": [{"id": 876, "work": "14", "translators": [283], "title": "Tr\u00e6r som faller. En opphisselse"}], "publisher": {"id": 227, "name": "Gyldendal"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_006": {"id": null, "signatur": "nor_006", "erstpublikation": false, "parents": ["nor_005"], "more": null, "title": "Tr\u00e6r som faller. En opphisselse", "year": 2001, "language": "norwegian", "contains": [{"id": 876, "work": "14", "translators": [283], "title": "Tr\u00e6r som faller. En opphisselse"}], "publisher": {"id": 227, "name": "Gyldendal"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_007": {"id": null, "signatur": "nor_007", "erstpublikation": true, "parents": null, "more": null, "title": "Utslettelse. En oppl\u00f8sning", "year": 1992, "language": "norwegian", "contains": [{"id": 877, "work": "6", "translators": [283], "title": "Utslettelse. En oppl\u00f8sning"}], "publisher": {"id": 227, "name": "Gyldendal"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_008": {"id": null, "signatur": "nor_008", "erstpublikation": false, "parents": ["nor_007"], "more": null, "title": "Utslettelse", "year": 2005, "language": "norwegian", "contains": [{"id": 877, "work": "6", "translators": [283], "title": "Utslettelse. En oppl\u00f8sning"}], "publisher": {"id": 227, "name": "Gyldendal"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_009": {"id": null, "signatur": "nor_009", "erstpublikation": true, "parents": null, "more": null, "title": "Havaristen", "year": 1994, "language": "norwegian", "contains": [{"id": 878, "work": "5", "translators": [283], "title": "Havaristen"}], "publisher": {"id": 227, "name": "Gyldendal"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_010": {"id": null, "signatur": "nor_010", "erstpublikation": false, "parents": ["nor_001", "nor_005", "nor_002", "nor_009"], "more": null, "title": "Wittgensteins nev\u00f8. Tr\u00e6r som faller. Gamle mestere. Havaristen", "year": 2013, "language": "norwegian", "contains": [{"id": 873, "work": "2", "translators": [283], "title": "Wittgensteins nev\u00f8. Et vennskap"}, {"id": 876, "work": "14", "translators": [283], "title": "Tr\u00e6r som faller. En opphisselse"}, {"id": 874, "work": "1", "translators": [283], "title": "Gamle mestere. Komedie"}, {"id": 878, "work": "5", "translators": [283], "title": "Havaristen"}], "publisher": {"id": 227, "name": "Gyldendal"}, "categories": ["prose", "novels \\ novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_011": {"id": null, "signatur": "nor_011", "erstpublikation": true, "parents": null, "more": null, "title": "Goethe dauer. Fortellinger", "year": 2012, "language": "norwegian", "contains": [{"id": 879, "work": "51", "translators": [283], "title": "Goethe dauer (Goethe dauer"}, {"id": 880, "work": "52", "translators": [283], "title": "Montaigne"}, {"id": 881, "work": "53", "translators": [283], "title": "Gjensyn"}, {"id": 882, "work": "54", "translators": [283], "title": "G\u00e5tt opp i flammer)"}], "publisher": {"id": 227, "name": "Gyldendal"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_012": {"id": null, "signatur": "nor_012", "erstpublikation": true, "parents": null, "more": null, "title": "G\u00e5", "year": 2003, "language": "norwegian", "contains": [{"id": 883, "work": "10", "translators": [281], "title": "G\u00e5"}], "publisher": {"id": 224, "name": "Spartacus"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_013": {"id": null, "signatur": "nor_013", "erstpublikation": false, "parents": ["nor_012"], "more": null, "title": "G\u00e5", "year": 2019, "language": "norwegian", "contains": [{"id": 883, "work": "10", "translators": [281], "title": "G\u00e5"}], "publisher": {"id": 224, "name": "Spartacus"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_014": {"id": null, "signatur": "nor_014", "erstpublikation": true, "parents": null, "more": null, "title": "Teatermakeren. Ganske enkelt komplisiert", "year": 2001, "language": "norwegian", "contains": [{"id": 884, "work": "13", "translators": [283], "title": "Teatermakeren"}, {"id": 885, "work": "20", "translators": [283], "title": "Ganske enkelt komplisiert"}], "publisher": {"id": 225, "name": "Bokvennen"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_015": {"id": null, "signatur": "nor_015", "erstpublikation": true, "parents": null, "more": null, "title": "Amras", "year": 2002, "language": "norwegian", "contains": [{"id": 886, "work": "67", "translators": [283], "title": "Amras"}], "publisher": {"id": 225, "name": "Bokvennen"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_016": {"id": null, "signatur": "nor_016", "erstpublikation": true, "parents": null, "more": null, "title": "Billigspiserne", "year": 2003, "language": "norwegian", "contains": [{"id": 887, "work": "82", "translators": [283], "title": "Billigspiserne"}], "publisher": {"id": 225, "name": "Bokvennen"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_017": {"id": null, "signatur": "nor_017", "erstpublikation": true, "parents": null, "more": null, "title": "Forstyrrelse", "year": 2004, "language": "norwegian", "contains": [{"id": 888, "work": "4", "translators": [283], "title": "Forstyrrelse"}], "publisher": {"id": 225, "name": "Bokvennen"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_018": {"id": null, "signatur": "nor_018", "erstpublikation": true, "parents": null, "more": null, "title": "Ja", "year": 2003, "language": "norwegian", "contains": [{"id": 889, "work": "15", "translators": [283], "title": "Ja"}], "publisher": {"id": 225, "name": "Bokvennen"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_019": {"id": null, "signatur": "nor_019", "erstpublikation": true, "parents": null, "more": null, "title": "Mine priser", "year": 2010, "language": "norwegian", "contains": [{"id": 890, "work": "8", "translators": [283], "title": "Mine priser"}], "publisher": {"id": 225, "name": "Bokvennen"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_021": {"id": null, "signatur": "nor_021", "erstpublikation": true, "parents": null, "more": null, "title": "Ritter, Dene, Voss", "year": 1997, "language": "norwegian", "contains": [{"id": 891, "work": "30", "translators": [283], "title": "Ritter, Dene, Voss"}], "publisher": {"id": 227, "name": "Samlaget"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "nor_022": {"id": null, "signatur": "nor_022", "erstpublikation": true, "parents": null, "more": null, "title": "\u00c5rsaken. En antydning", "year": 1996, "language": "norwegian", "contains": [{"id": 892, "work": "7", "translators": [283], "title": "\u00c5rsaken. En antydning"}], "publisher": {"id": 227, "name": "Gyldendal"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "nor_023": {"id": null, "signatur": "nor_023", "erstpublikation": true, "parents": null, "more": null, "title": "Kjelleren. En unndragelse", "year": 1996, "language": "norwegian", "contains": [{"id": 893, "work": "59", "translators": [283], "title": "Kjelleren. En unndragelse"}], "publisher": {"id": 227, "name": "Gyldendal"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "nor_024": {"id": null, "signatur": "nor_024", "erstpublikation": true, "parents": null, "more": null, "title": "Pusten. En avgj\u00f8relse", "year": 1997, "language": "norwegian", "contains": [{"id": 894, "work": "56", "translators": [283], "title": "Pusten. En avgj\u00f8relse"}], "publisher": {"id": 227, "name": "Gyldendal"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "nor_025": {"id": null, "signatur": "nor_025", "erstpublikation": true, "parents": null, "more": null, "title": "Kulden. En isolasjon", "year": 1997, "language": "norwegian", "contains": [{"id": 895, "work": "60", "translators": [283], "title": "Kulden. En isolasjon"}], "publisher": {"id": 227, "name": "Gyldendal"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "nor_026": {"id": null, "signatur": "nor_026", "erstpublikation": true, "parents": null, "more": null, "title": "Et barn", "year": 1995, "language": "norwegian", "contains": [{"id": 896, "work": "50", "translators": [283], "title": "Et barn"}], "publisher": {"id": 227, "name": "Gyldendal"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "nor_027": {"id": null, "signatur": "nor_027", "erstpublikation": true, "parents": null, "more": null, "title": "Nitten \u00e5r", "year": 2005, "language": "norwegian", "contains": [{"id": 892, "work": "7", "translators": [283], "title": "\u00c5rsaken. En antydning"}, {"id": 893, "work": "59", "translators": [283], "title": "Kjelleren. En unndragelse"}, {"id": 894, "work": "56", "translators": [283], "title": "Pusten. En avgj\u00f8relse"}, {"id": 895, "work": "60", "translators": [283], "title": "Kulden. En isolasjon"}, {"id": 896, "work": "50", "translators": [283], "title": "Et barn"}], "publisher": {"id": 227, "name": "Gyldendal"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "nor_028": {"id": null, "signatur": "nor_028", "erstpublikation": true, "parents": null, "more": null, "title": "Ved m\u00e5let", "year": 2003, "language": "norwegian", "contains": [{"id": 897, "work": "19", "translators": [283], "title": "Ved m\u00e5let"}], "publisher": {"id": 227, "name": "Samlaget"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "nor_029": {"id": null, "signatur": "nor_029", "erstpublikation": true, "parents": null, "more": null, "title": "Himmlers f\u00f8dselsdag. En komedie om den tyske sjel", "year": 1995, "language": "norwegian", "contains": [{"id": 898, "work": "18", "translators": [283], "title": "Himmlers f\u00f8dselsdag. En komedie om den tyske sjel"}], "publisher": {"id": 227, "name": "Rogaland Theater"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "per_001": {"id": null, "signatur": "per_001", "erstpublikation": true, "parents": null, "more": null, "title": "\u0645\u0642\u0644\u062f \u0635\u062f\u0627", "year": 2022, "language": "farsi", "contains": [{"id": 899, "work": "9", "translators": [284], "title": "\u0645\u0642\u0644\u062f \u0635\u062f\u0627"}], "publisher": {"id": 228, "name": "Nashrenow"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "per_002": {"id": null, "signatur": "per_002", "erstpublikation": true, "parents": null, "more": null, "title": "\u0628\u062a\u0646", "year": 2020, "language": "farsi", "contains": [{"id": 900, "work": "3", "translators": [295], "title": "\u0628\u062a\u0646"}], "publisher": {"id": 238, "name": "Navai Maktob"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "per_004": {"id": null, "signatur": "per_004", "erstpublikation": true, "parents": null, "more": null, "title": "\u06cc\u0627\u0626\u0648\u0631\u0650\u06af", "year": 2001, "language": "farsi", "contains": [{"id": 901, "work": "71", "translators": [295], "title": "\u06cc\u0627\u0626\u0648\u0631\u0650\u06af"}], "publisher": {"id": 239, "name": "Tajrobeh"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "per_005": {"id": null, "signatur": "per_005", "erstpublikation": true, "parents": null, "more": null, "title": "\u0642\u062f\u0645 \u0632\u062f\u0646", "year": 2016, "language": "farsi", "contains": [{"id": 902, "work": "10", "translators": [288], "title": "\u0642\u062f\u0645 \u0632\u062f\u0646"}], "publisher": {"id": 232, "name": "Rowzane"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "per_006": {"id": null, "signatur": "per_006", "erstpublikation": true, "parents": null, "more": null, "title": "\u0646\u0645\u0627\u06cc\u0634\u0646\u0627\u0645\u0647: \u0631\u0626\u06cc\u0633\u200c\u062c\u0645\u0647\u0648\u0631", "year": 2004, "language": "farsi", "contains": [{"id": 903, "work": "11", "translators": [289], "title": "\u0646\u0645\u0627\u06cc\u0634\u0646\u0627\u0645\u0647: \u0631\u0626\u06cc\u0633\u200c\u062c\u0645\u0647\u0648\u0631"}], "publisher": {"id": 233, "name": "Dagur"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "per_007": {"id": null, "signatur": "per_007", "erstpublikation": true, "parents": null, "more": null, "title": "\u0628\u0631\u0627\u062f\u0631\u0632\u0627\u062f\u0647 \u0648\u06cc\u062a\u06af\u0646\u0634\u062a\u0627\u06cc\u0646", "year": 2018, "language": "farsi", "contains": [{"id": 904, "work": "2", "translators": [290], "title": "\u0628\u0631\u0627\u062f\u0631\u0632\u0627\u062f\u0647 \u0648\u06cc\u062a\u06af\u0646\u0634\u062a\u0627\u06cc\u0646"}], "publisher": {"id": 238, "name": "Navai Maktob"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "per_008": {"id": null, "signatur": "per_008", "erstpublikation": true, "parents": null, "more": null, "title": "\u0627\u0633\u062a\u0627\u062f\u0627\u0646 \u0628\u0632\u0631\u06af", "year": 2021, "language": "farsi", "contains": [{"id": 905, "work": "1", "translators": [295], "title": "\u0627\u0633\u062a\u0627\u062f\u0627\u0646 \u0628\u0632\u0631\u06af"}], "publisher": {"id": 238, "name": "Navai Maktob"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "per_009": {"id": null, "signatur": "per_009", "erstpublikation": true, "parents": null, "more": null, "title": "\u0686\u0648\u0628 \u0628\u0631\u0647\u0627", "year": 2020, "language": "farsi", "contains": [{"id": 906, "work": "14", "translators": [295], "title": "\u0686\u0648\u0628 \u0628\u0631\u0647\u0627"}], "publisher": {"id": 238, "name": "Navai Maktob"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "per_011": {"id": null, "signatur": "per_011", "erstpublikation": true, "parents": null, "more": null, "title": "\u0628\u0627\u0632\u0646\u062f\u0647", "year": 2019, "language": "farsi", "contains": [{"id": 907, "work": "5", "translators": [292], "title": "\u0628\u0627\u0632\u0646\u062f\u0647"}], "publisher": {"id": 235, "name": "Backpack Books"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "per_012": {"id": null, "signatur": "per_012", "erstpublikation": true, "parents": null, "more": null, "title": "\u0628\u0627\u0632\u0646\u062f\u0647", "year": 2019, "language": "farsi", "contains": [{"id": 908, "work": "5", "translators": [295], "title": "\u0628\u0627\u0632\u0646\u062f\u0647"}], "publisher": {"id": 238, "name": "Navai Maktob"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "per_013": {"id": null, "signatur": "per_013", "erstpublikation": true, "parents": null, "more": null, "title": "\u0622\u0634\u0641\u062a\u06af\u06cc", "year": 2016, "language": "farsi", "contains": [{"id": 909, "work": "4", "translators": [293], "title": "\u0622\u0634\u0641\u062a\u06af\u06cc"}], "publisher": {"id": 236, "name": "Badil"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "per_014": {"id": null, "signatur": "per_014", "erstpublikation": true, "parents": null, "more": null, "title": "\u0628\u0627\u0632\u0646\u0648\u06cc\u0633\u06cc", "year": 2019, "language": "farsi", "contains": [{"id": 910, "work": "65", "translators": [294], "title": "\u0628\u0627\u0632\u0646\u0648\u06cc\u0633\u06cc"}], "publisher": {"id": 237, "name": "Rozeneh"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "per_015": {"id": null, "signatur": "per_015", "erstpublikation": true, "parents": null, "more": null, "title": "\u062a\u0635\u062d\u06cc\u062d", "year": 2018, "language": "farsi", "contains": [{"id": 911, "work": "65", "translators": [295], "title": "\u062a\u0635\u062d\u06cc\u062d"}], "publisher": {"id": 238, "name": "Navai Maktob"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "per_016": {"id": null, "signatur": "per_016", "erstpublikation": false, "parents": ["per_017"], "more": null, "title": "\u062c\u0634\u0646 \u062a\u0648\u0644\u062f \u0628\u0648\u0631\u06cc\u0633", "year": 2020, "language": "farsi", "contains": [{"id": 912, "work": "25", "translators": [295], "title": "\u062c\u0634\u0646 \u062a\u0648\u0644\u062f \u0628\u0648\u0631\u06cc\u0633"}], "publisher": {"id": 238, "name": "Fanos"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "per_017": {"id": null, "signatur": "per_017", "erstpublikation": true, "parents": null, "more": null, "title": "\u062c\u0634\u0646 \u062a\u0648\u0644\u062f \u0628\u0648\u0631\u06cc\u0633", "year": 1997, "language": "farsi", "contains": [{"id": 912, "work": "25", "translators": [295], "title": "\u062c\u0634\u0646 \u062a\u0648\u0644\u062f \u0628\u0648\u0631\u06cc\u0633"}], "publisher": {"id": 239, "name": "Tajrobeh"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "pol_001": {"id": null, "signatur": "pol_001", "erstpublikation": true, "parents": ["pol_047"], "more": null, "title": "Wycinka. Ekscytacja", "year": 2011, "language": "polish", "contains": [{"id": 913, "work": "14", "translators": [311], "title": "Wycinka. Ekscytacja"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_002": {"id": null, "signatur": "pol_002", "erstpublikation": false, "parents": ["pol_001"], "more": null, "title": "Wycinka. Ekscytacja", "year": 2021, "language": "polish", "contains": [{"id": 913, "work": "14", "translators": [311], "title": "Wycinka. Ekscytacja"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_003": {"id": null, "signatur": "pol_003", "erstpublikation": true, "parents": null, "more": null, "title": "Wymazywanie. Rozpad", "year": 2004, "language": "polish", "contains": [{"id": 914, "work": "6", "translators": [311], "title": "Wymazywanie. Rozpad"}], "publisher": {"id": 240, "name": "Wydawnictwo W.A.B."}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_004": {"id": null, "signatur": "pol_004", "erstpublikation": false, "parents": ["pol_003"], "more": null, "title": "Wymazywanie. Rozpad", "year": 2021, "language": "polish", "contains": [{"id": 914, "work": "6", "translators": [311], "title": "Wymazywanie. Rozpad"}], "publisher": {"id": 251, "name": "Wydawnictwo OD DO"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_005": {"id": null, "signatur": "pol_005", "erstpublikation": true, "parents": null, "more": null, "title": "Mr\u00f3z", "year": 1979, "language": "polish", "contains": [{"id": 915, "work": "47", "translators": [298], "title": "Mr\u00f3z"}], "publisher": {"id": 242, "name": "Wydawnictwo Poznanskie"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_006": {"id": null, "signatur": "pol_006", "erstpublikation": false, "parents": ["pol_005"], "more": null, "title": "Mr\u00f3z", "year": 2020, "language": "polish", "contains": [{"id": 915, "work": "47", "translators": [298], "title": "Mr\u00f3z"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_007": {"id": null, "signatur": "pol_007", "erstpublikation": true, "parents": null, "more": null, "title": "Kalkwerk", "year": 1985, "language": "polish", "contains": [{"id": 916, "work": "48", "translators": [308], "title": "Kalkwerk"}], "publisher": {"id": 252, "name": "Wydawnictwo Literackie"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_008": {"id": null, "signatur": "pol_008", "erstpublikation": false, "parents": ["pol_007"], "more": null, "title": "Kalkwerk", "year": 2010, "language": "polish", "contains": [{"id": 916, "work": "48", "translators": [308], "title": "Kalkwerk"}], "publisher": {"id": 244, "name": "Officyna Wydawnictwo"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_009": {"id": null, "signatur": "pol_009", "erstpublikation": true, "parents": ["pol_047"], "more": null, "title": "Korekta", "year": 2013, "language": "polish", "contains": [{"id": 917, "work": "65", "translators": [311], "title": "Korekta"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_010": {"id": null, "signatur": "pol_010", "erstpublikation": true, "parents": null, "more": null, "title": "Przegrany", "year": 2002, "language": "polish", "contains": [{"id": 918, "work": "5", "translators": [311], "title": "Przegrany"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_011": {"id": null, "signatur": "pol_011", "erstpublikation": false, "parents": ["pol_010"], "more": null, "title": "Przegrany", "year": 2019, "language": "polish", "contains": [{"id": 918, "work": "5", "translators": [311], "title": "Przegrany"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_012": {"id": null, "signatur": "pol_012", "erstpublikation": true, "parents": null, "more": "pol_012a", "title": "Bratanek Wittgensteina. Przyja\u017a\u0144", "year": 1991, "language": "polish", "contains": [{"id": 919, "work": "2", "translators": [311], "title": "Bratanek Wittgensteina. Przyja\u017a\u0144"}], "publisher": {"id": 245, "name": "Literatura na \u015awiecie: \u00bbThomas Bernhard\u00ab 6/239, S. 21-115"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "pol_013": {"id": null, "signatur": "pol_013", "erstpublikation": false, "parents": ["pol_012"], "more": null, "title": "Bratanek Wittgensteina. Przyja\u017a\u0144", "year": 1997, "language": "polish", "contains": [{"id": 919, "work": "2", "translators": [311], "title": "Bratanek Wittgensteina. Przyja\u017a\u0144"}], "publisher": {"id": 246, "name": "Oficyna Literacka"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_014": {"id": null, "signatur": "pol_014", "erstpublikation": false, "parents": ["pol_012"], "more": null, "title": "Bratanek Wittgensteina. Przyja\u017a\u0144", "year": 2019, "language": "polish", "contains": [{"id": 919, "work": "2", "translators": [311], "title": "Bratanek Wittgensteina. Przyja\u017a\u0144"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_015": {"id": null, "signatur": "pol_015", "erstpublikation": true, "parents": null, "more": null, "title": "Partyjka Prze\u0142o\u01b6y\u0142a", "year": 1980, "language": "polish", "contains": [{"id": 920, "work": "68", "translators": [301], "title": "Partyjka Prze\u0142o\u01b6y\u0142a"}], "publisher": {"id": 252, "name": "Wydawnictwo Literackie"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_016": {"id": null, "signatur": "pol_016", "erstpublikation": true, "parents": null, "more": null, "title": "Chodzenie. Amras", "year": 2017, "language": "polish", "contains": [{"id": 921, "work": "10", "translators": [311], "title": "Chodzenie"}, {"id": 922, "work": "67", "translators": [311], "title": "Amras"}], "publisher": {"id": 251, "name": "Wydawnictwo OD DO"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_017": {"id": null, "signatur": "pol_017", "erstpublikation": true, "parents": null, "more": null, "title": "Zaburzenie", "year": 2009, "language": "polish", "contains": [{"id": 923, "work": "4", "translators": [311], "title": "Zaburzenie"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_018": {"id": null, "signatur": "pol_018", "erstpublikation": true, "parents": null, "more": null, "title": "Beton", "year": 2001, "language": "polish", "contains": [{"id": 924, "work": "3", "translators": [308], "title": "Beton"}], "publisher": {"id": 248, "name": "Oficyna Wydawnictwo ATUT"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_019": {"id": null, "signatur": "pol_019", "erstpublikation": true, "parents": null, "more": null, "title": "Tak. Wyjadacze", "year": 2015, "language": "polish", "contains": [{"id": 925, "work": "15", "translators": [311], "title": "Tak"}, {"id": 926, "work": "82", "translators": [311], "title": "Wyjadacze"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "pol_020": {"id": null, "signatur": "pol_020", "erstpublikation": true, "parents": ["pol_047"], "more": null, "title": "Moje nagrodi", "year": 2010, "language": "polish", "contains": [{"id": 927, "work": "8", "translators": [311], "title": "Moje nagrodi"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_022": {"id": null, "signatur": "pol_022", "erstpublikation": true, "parents": null, "more": null, "title": "Immanuel Kant", "year": 1995, "language": "polish", "contains": [{"id": 928, "work": "26", "translators": [312], "title": "Immanuel Kant"}], "publisher": {"id": 248, "name": "Dialog 11, S.38-97"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "pol_023": {"id": null, "signatur": "pol_023", "erstpublikation": true, "parents": ["pol_051"], "more": null, "title": "Dramaty 1. \u015awi\u0119to borysa. Immanuel Kant. Przed odej\u015bciem w stan spoczynku. Naprawiacz \u015bwiata", "year": 2001, "language": "polish", "contains": [{"id": 929, "work": "25", "translators": [311], "title": "\u015awi\u0119to borysa"}, {"id": 928, "work": "26", "translators": [312], "title": "Immanuel Kant"}, {"id": 930, "work": "18", "translators": [312], "title": "Przed odej\u015bciem w stan spoczynku"}, {"id": 931, "work": "28", "translators": [312], "title": "Naprawiacz \u015bwiata"}], "publisher": {"id": 252, "name": "Wydawnictwo Literackie"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_024": {"id": null, "signatur": "pol_024", "erstpublikation": true, "parents": ["pol_050"], "more": null, "title": "Dramaty 2. Na szczytach panuje cisza. Komediant. Rodze\u0144stwo. Plac Bohater\u00f3w", "year": 2004, "language": "polish", "contains": [{"id": 932, "work": "29", "translators": [312], "title": "Na szczytach panuje cisza"}, {"id": 933, "work": "13", "translators": [312], "title": "Komediant"}, {"id": 934, "work": "30", "translators": [312], "title": "Rodze\u0144stwo"}, {"id": 935, "work": "12", "translators": [306], "title": "Plac Bohater\u00f3w"}], "publisher": {"id": 252, "name": "Wydawnictwo Literackie"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_025": {"id": null, "signatur": "pol_025", "erstpublikation": true, "parents": ["pol_023"], "more": null, "title": "Dramaty Tom 1", "year": 2020, "language": "polish", "contains": [{"id": 936, "work": "22", "translators": [311], "title": "Si\u0142a przyzwyczajenia"}, {"id": 937, "work": "17", "translators": [311], "title": "Minetti"}, {"id": 930, "work": "18", "translators": [312], "title": "Przed odej\u015bciem w stan spoczynku"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_026": {"id": null, "signatur": "pol_026", "erstpublikation": true, "parents": ["pol_024", " pol_050"], "more": null, "title": "Dramaty Tom 2", "year": 2021, "language": "polish", "contains": [{"id": 932, "work": "29", "translators": [312], "title": "Na szczytach panuje cisza"}, {"id": 933, "work": "13", "translators": [312], "title": "Komediant"}, {"id": 938, "work": "12", "translators": [312], "title": "Plac Bohater\u00f3w"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_027": {"id": null, "signatur": "pol_027", "erstpublikation": true, "parents": null, "more": null, "title": "Na polowaniu. Portret artysty z czas\u00f3w staro\u015bci. Si\u0142a przyzwycajenia", "year": 2002, "language": "polish", "contains": [{"id": 939, "work": "21", "translators": [311], "title": "Na polowaniu"}, {"id": 937, "work": "17", "translators": [311], "title": "Minetti"}, {"id": 936, "work": "22", "translators": [311], "title": "Si\u0142a przyzwyczajenia"}], "publisher": {"id": 249, "name": "Ksi\u0119garnia Akademicka"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_028": {"id": null, "signatur": "pol_028", "erstpublikation": true, "parents": null, "more": null, "title": "Trzy dni", "year": 1997, "language": "polish", "contains": [{"id": 940, "work": "115", "translators": [307], "title": "Trzy dni"}], "publisher": {"id": 250, "name": "Literatura na \u015awiecie: \u00bbAustriacy Hrabal\u00ab, 1-2/306-307"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "pol_029": {"id": null, "signatur": "pol_029", "erstpublikation": true, "parents": null, "more": null, "title": "Claus Peymann kupuje sobie spodnie i idzie ze mn\u0105 na obiad. Trzy dramoletki", "year": 2019, "language": "polish", "contains": [{"id": 941, "work": "61", "translators": [311], "title": "Claus Peymann opuszcza Bocum i udaje si\u0119 jako dyrektor Burgtheater do Wiednia"}, {"id": 942, "work": "62", "translators": [311], "title": "Claus Peymann kupuje sobie spodnie i idzie ze mn\u0105 na obiad"}, {"id": 943, "work": "46", "translators": [311], "title": "Claus Peymann i Hermann Beil na Sulzwiese"}], "publisher": {"id": 251, "name": "Wydawnictwo OD DO"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_030": {"id": null, "signatur": "pol_030", "erstpublikation": true, "parents": null, "more": null, "title": "Zdarzenia. Na\u015bladowca g\u0142os\u00f3w", "year": 2020, "language": "polish", "contains": [{"id": 944, "work": "58", "translators": [311], "title": "Zdarzenia"}, {"id": 945, "work": "9", "translators": [312], "title": "Na\u015bladowca g\u0142os\u00f3w"}], "publisher": {"id": 251, "name": "Wydawnictwo OD DO"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_031": {"id": null, "signatur": "pol_031", "erstpublikation": true, "parents": null, "more": null, "title": "Dawni mistrzowie. Komedia", "year": 2005, "language": "polish", "contains": [{"id": 946, "work": "1", "translators": [311], "title": "Dawni mistrzowie. Komedia"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_032": {"id": null, "signatur": "pol_032", "erstpublikation": false, "parents": ["pol_031"], "more": null, "title": "Dawni mistrzowie. Komedia", "year": 2010, "language": "polish", "contains": [{"id": 946, "work": "1", "translators": [311], "title": "Dawni mistrzowie. Komedia"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "pol_033": {"id": null, "signatur": "pol_033", "erstpublikation": true, "parents": null, "more": null, "title": "Dawni mistrzowie. Komedia rysowana przez Mahlera", "year": 2016, "language": "polish", "contains": [{"id": 947, "work": "105", "translators": [311], "title": "Dawni mistrzowie. Komedia rysowana przez Mahlera"}], "publisher": {"id": 251, "name": "Wydawnictwo Komiksowe"}, "categories": ["adaptations"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "pol_034": {"id": null, "signatur": "pol_034", "erstpublikation": true, "parents": null, "more": null, "title": "Suterena. Wyzwolenie", "year": 1983, "language": "polish", "contains": [{"id": 948, "work": "59", "translators": [311], "title": "Suterena. Wyzwolenie"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "pol_035": {"id": null, "signatur": "pol_035", "erstpublikation": true, "parents": null, "more": null, "title": "Oddech. Decyzja", "year": 1983, "language": "polish", "contains": [{"id": 949, "work": "56", "translators": [311], "title": "Oddech. Decyzja"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "pol_036": {"id": null, "signatur": "pol_036", "erstpublikation": false, "parents": null, "more": null, "title": "Suterena. Oddech", "year": 1985, "language": "polish", "contains": [{"id": 948, "work": "59", "translators": [311], "title": "Suterena. Wyzwolenie"}, {"id": 949, "work": "56", "translators": [311], "title": "Oddech. Decyzja"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "pol_037": {"id": null, "signatur": "pol_037", "erstpublikation": true, "parents": null, "more": null, "title": "Ch\u0142\u00f3d. Izolacja", "year": 1987, "language": "polish", "contains": [{"id": 950, "work": "60", "translators": [311], "title": "Ch\u0142\u00f3d. Izolacja"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "pol_038": {"id": null, "signatur": "pol_038", "erstpublikation": true, "parents": null, "more": null, "title": "Autobiografie", "year": 1998, "language": "polish", "contains": [{"id": 951, "work": "7", "translators": [311], "title": "Przyczyna"}, {"id": 948, "work": "59", "translators": [311], "title": "Suterena. Wyzwolenie"}, {"id": 949, "work": "56", "translators": [311], "title": "Oddech. Decyzja"}, {"id": 950, "work": "60", "translators": [311], "title": "Ch\u0142\u00f3d. Izolacja"}, {"id": 952, "work": "50", "translators": [311], "title": "Dziecko"}], "publisher": {"id": 252, "name": "Wydawnictwo Literackie"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "pol_039": {"id": null, "signatur": "pol_039", "erstpublikation": false, "parents": ["pol_038"], "more": null, "title": "Autobiografie", "year": 2011, "language": "polish", "contains": [{"id": 951, "work": "7", "translators": [311], "title": "Przyczyna"}, {"id": 948, "work": "59", "translators": [311], "title": "Suterena. Wyzwolenie"}, {"id": 949, "work": "56", "translators": [311], "title": "Oddech. Decyzja"}, {"id": 950, "work": "60", "translators": [311], "title": "Ch\u0142\u00f3d. Izolacja"}, {"id": 952, "work": "50", "translators": [311], "title": "Dziecko"}], "publisher": {"id": 253, "name": "Wydawnictwo Czarne"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "pol_040": {"id": null, "signatur": "pol_040", "erstpublikation": false, "parents": ["pol_038"], "more": null, "title": "Autobiografie", "year": 2019, "language": "polish", "contains": [{"id": 951, "work": "7", "translators": [311], "title": "Przyczyna"}, {"id": 948, "work": "59", "translators": [311], "title": "Suterena. Wyzwolenie"}, {"id": 949, "work": "56", "translators": [311], "title": "Oddech. Decyzja"}, {"id": 950, "work": "60", "translators": [311], "title": "Ch\u0142\u00f3d. Izolacja"}, {"id": 952, "work": "50", "translators": [311], "title": "Dziecko"}], "publisher": {"id": 253, "name": "Wydawnictwo Czarne"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "pol_041": {"id": null, "signatur": "pol_041", "erstpublikation": true, "parents": ["pol_046"], "more": null, "title": "Spotkanie. Rozmowy z Krist\u0105 Fleischmann", "year": 2010, "language": "polish", "contains": [{"id": 953, "work": "125", "translators": [311], "title": "Spotkanie. Rozmowy z Krist\u0105 Fleischmann"}], "publisher": {"id": 253, "name": "PIW Pa\u0144stwowy Instytut Wydawniczy"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "pol_042": {"id": null, "signatur": "pol_042", "erstpublikation": true, "parents": null, "more": null, "title": "Attach\u00e9 ambasady francuskiej. Dziennik wakacyjny, zako\u0144czenie", "year": 2004, "language": "polish", "contains": [{"id": 954, "work": "76", "translators": [308], "title": "Attach\u00e9 ambasady francuskiej. Dziennik wakacyjny, zako\u0144czenie"}], "publisher": {"id": 254, "name": "Odra 7-8, S. 65-67"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "pol_043": {"id": null, "signatur": "pol_043", "erstpublikation": true, "parents": null, "more": null, "title": "Na granicy las\u00f3w", "year": 1980, "language": "polish", "contains": [{"id": 955, "work": "77", "translators": [311], "title": "Na granicy las\u00f3w"}], "publisher": {"id": 255, "name": "Czytelnik"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "pol_044": {"id": null, "signatur": "pol_044", "erstpublikation": true, "parents": null, "more": null, "title": "List do Erwina Axera", "year": 2005, "language": "polish", "contains": [{"id": 956, "work": "200", "translators": [], "title": "List do Erwina Axera"}], "publisher": {"id": 255, "name": "Notatnik Teatralny 36-37, S. 209"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "pol_045": {"id": null, "signatur": "pol_045", "erstpublikation": true, "parents": null, "more": null, "title": "Goethe \u00f3miera", "year": 2018, "language": "polish", "contains": [{"id": 957, "work": "51", "translators": [308], "title": "Goethe \u00f3miera"}], "publisher": {"id": 256, "name": "Kronos 44/1, S. 129-139"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "pol_046": {"id": null, "signatur": "pol_046", "erstpublikation": true, "parents": null, "more": "pol_046a", "title": "Kwartalnik Artystyczny 62/2: \u00bbTerytorium Bernharda\u00ab", "year": 2009, "language": "polish", "contains": [{"id": 958, "work": "180", "translators": [311], "title": "Katolicka egzystencja, z rozm\u00f3w z Kurtem Hofmannem"}, {"id": 959, "work": "201", "translators": [311], "title": "Spotkanie.\nRozmowy z Krist\u0105 Fleischmann"}], "publisher": {"id": 257, "name": "Kwartalnik Artystyczny 62/2: \u00bbTerytorium Bernharda\u00ab, S. 18-34"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "pol_049": {"id": null, "signatur": "pol_049", "erstpublikation": true, "parents": null, "more": null, "title": "Czapka", "year": 2007, "language": "polish", "contains": [{"id": 960, "work": "73", "translators": [311], "title": "Czapka"}], "publisher": {"id": 259, "name": "Odra 2"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "pol_050": {"id": null, "signatur": "pol_050", "erstpublikation": true, "parents": null, "more": null, "title": "Komediant", "year": 1990, "language": "polish", "contains": [{"id": 933, "work": "13", "translators": [312], "title": "Komediant"}], "publisher": {"id": 260, "name": "Dialog 2, S. 25-95"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "pol_051": {"id": null, "signatur": "pol_051", "erstpublikation": true, "parents": null, "more": null, "title": "Naprawiacz \u015bwiata", "year": 1981, "language": "polish", "contains": [{"id": 931, "work": "28", "translators": [312], "title": "Naprawiacz \u015bwiata"}], "publisher": {"id": 261, "name": "Dialog 4, S. 33-79"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "pol_052": {"id": null, "signatur": "pol_052", "erstpublikation": true, "parents": null, "more": null, "title": "Pozory myl\u0105", "year": 1985, "language": "polish", "contains": [{"id": 961, "work": "23", "translators": [312], "title": "Pozory myl\u0105"}], "publisher": {"id": 262, "name": "Dialog 12, S. 34-86"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "pol_053": {"id": null, "signatur": "pol_053", "erstpublikation": true, "parents": null, "more": null, "title": "\u015awi\u0119to Borysa", "year": 1975, "language": "polish", "contains": [{"id": 962, "work": "25", "translators": [312], "title": "\u015awi\u0119to Borysa"}], "publisher": {"id": 263, "name": "Literatura na \u015awiecie 8/52"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "por_001": {"id": null, "signatur": "por_001", "erstpublikation": true, "parents": null, "more": null, "title": "Bet\u00e3o", "year": 1990, "language": "portuguese", "contains": [{"id": 963, "work": "3", "translators": [315], "title": "Bet\u00e3o"}], "publisher": {"id": 264, "name": "Edi\u00e7\u00f5es 70"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "por_002": {"id": null, "signatur": "por_002", "erstpublikation": true, "parents": null, "more": null, "title": "Bet\u00e3o", "year": 2019, "language": "portuguese", "contains": [{"id": 963, "work": "3", "translators": [315], "title": "Bet\u00e3o"}], "publisher": {"id": 265, "name": "Minotauro"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "por_003": {"id": null, "signatur": "por_003", "erstpublikation": true, "parents": null, "more": null, "title": "O N\u00e1ufrago", "year": 1988, "language": "portuguese", "contains": [{"id": 964, "work": "5", "translators": [316], "title": "O N\u00e1ufrago"}], "publisher": {"id": 267, "name": "Rel\u00f3gio d'\u00c1gua"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "por_004": {"id": null, "signatur": "por_004", "erstpublikation": true, "parents": null, "more": null, "title": "O N\u00e1ufrago", "year": 2015, "language": "portuguese", "contains": [{"id": 964, "work": "5", "translators": [316], "title": "O N\u00e1ufrago"}], "publisher": {"id": 267, "name": "Rel\u00f3gio d'\u00c1gua"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "por_005": {"id": null, "signatur": "por_005", "erstpublikation": true, "parents": null, "more": null, "title": "Perturba\u00e7\u00e3o", "year": 1990, "language": "portuguese", "contains": [{"id": 965, "work": "4", "translators": [316], "title": "Perturba\u00e7\u00e3o"}], "publisher": {"id": 267, "name": "Rel\u00f3gio d'\u00c1gua"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "por_006": {"id": null, "signatur": "por_006", "erstpublikation": true, "parents": null, "more": null, "title": "Correc\u00e7\u00e3o", "year": 2007, "language": "portuguese", "contains": [{"id": 966, "work": "65", "translators": [322], "title": "Correc\u00e7\u00e3o"}], "publisher": {"id": 267, "name": "Fim de S\u00e9culo"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "por_007": {"id": null, "signatur": "por_007", "erstpublikation": true, "parents": null, "more": null, "title": "O sobrinho de Wittgenstein. Uma amizade", "year": 2000, "language": "portuguese", "contains": [{"id": 967, "work": "2", "translators": [322], "title": "O sobrinho de Wittgenstein. Uma amizade"}], "publisher": {"id": 274, "name": "Ass\u00edrio & Alvim"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "por_008": {"id": null, "signatur": "por_008", "erstpublikation": true, "parents": null, "more": null, "title": "Extin\u00e7\u00e3o. Uma derrocada", "year": 2004, "language": "portuguese", "contains": [{"id": 968, "work": "6", "translators": [322], "title": "Extin\u00e7\u00e3o. Uma derrocada"}], "publisher": {"id": 274, "name": "Ass\u00edrio & Alvim"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "por_009": {"id": null, "signatur": "por_009", "erstpublikation": true, "parents": null, "more": null, "title": "O fazedor de teatro", "year": 2004, "language": "portuguese", "contains": [{"id": 969, "work": "13", "translators": [322], "title": "O fazedor de teatro"}], "publisher": {"id": 274, "name": "Ass\u00edrio & Alvim"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "por_010": {"id": null, "signatur": "por_010", "erstpublikation": true, "parents": null, "more": null, "title": "Antigos mestres. Com\u00e9dia", "year": 2003, "language": "portuguese", "contains": [{"id": 970, "work": "1", "translators": [322], "title": "Antigos mestres. Com\u00e9dia"}], "publisher": {"id": 274, "name": "Ass\u00edrio & Alvim"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "por_011": {"id": null, "signatur": "por_011", "erstpublikation": true, "parents": null, "more": null, "title": "Na terra e no inferno", "year": 2000, "language": "portuguese", "contains": [{"id": 971, "work": "55", "translators": [322], "title": "Na terra e no inferno"}], "publisher": {"id": 274, "name": "Ass\u00edrio & Alvim"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "por_012": {"id": null, "signatur": "por_012", "erstpublikation": true, "parents": null, "more": null, "title": "Derrubar \u00e1rvores. Uma irrita\u00e7\u00e3o", "year": 2007, "language": "portuguese", "contains": [{"id": 972, "work": "14", "translators": [322], "title": "Derrubar \u00e1rvores. Uma irrita\u00e7\u00e3o"}], "publisher": {"id": 274, "name": "Ass\u00edrio & Alvim"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "por_013": {"id": null, "signatur": "por_013", "erstpublikation": true, "parents": null, "more": null, "title": "Geada", "year": 2022, "language": "portuguese", "contains": [{"id": 973, "work": "47", "translators": [317], "title": "Geada"}], "publisher": {"id": 269, "name": "Dois Dias"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "por_014": {"id": null, "signatur": "por_014", "erstpublikation": true, "parents": null, "more": null, "title": "Os Meus Pr\u00e9mios", "year": 2009, "language": "portuguese", "contains": [{"id": 974, "work": "8", "translators": [322], "title": "Os Meus Pr\u00e9mios"}], "publisher": {"id": 270, "name": "Quetzal"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "por_015": {"id": null, "signatur": "por_015", "erstpublikation": true, "parents": null, "more": null, "title": "Minetti. No Alvo", "year": 1990, "language": "portuguese", "contains": [{"id": 975, "work": "17", "translators": [320], "title": "Minetti"}, {"id": 976, "work": "19", "translators": [319], "title": "No Alvo"}], "publisher": {"id": 272, "name": "Cotovia"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "por_016": {"id": null, "signatur": "por_016", "erstpublikation": true, "parents": null, "more": null, "title": "A For\u00e7a do H\u00e1bito. Simplesmente Complicado", "year": 1991, "language": "portuguese", "contains": [{"id": 977, "work": "22", "translators": [320], "title": "A For\u00e7a do H\u00e1bito"}, {"id": 978, "work": "20", "translators": [320], "title": "Simplesmente Complicado"}], "publisher": {"id": 272, "name": "Cotovia"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "por_017": {"id": null, "signatur": "por_017", "erstpublikation": true, "parents": null, "more": null, "title": "Pra\u00e7a dos her\u00f3is", "year": 2015, "language": "portuguese", "contains": [{"id": 979, "work": "12", "translators": [321], "title": "Pra\u00e7a dos her\u00f3is"}], "publisher": {"id": 272, "name": "Teatro Nacional S\u00e3o Jo\u00e3o"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "por_018": {"id": null, "signatur": "por_018", "erstpublikation": true, "parents": null, "more": null, "title": "Autobiografia", "year": 2014, "language": "portuguese", "contains": [{"id": 980, "work": "7", "translators": [322], "title": "A Causa"}, {"id": 981, "work": "59", "translators": [322], "title": "A Cave"}, {"id": 982, "work": "56", "translators": [322], "title": "A Respira\u00e7\u00e3o"}, {"id": 983, "work": "60", "translators": [322], "title": "O Frio"}, {"id": 984, "work": "50", "translators": [322], "title": "Uma Crian\u00e7a"}], "publisher": {"id": 273, "name": "Sistema Solar"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "por_019": {"id": null, "signatur": "por_019", "erstpublikation": true, "parents": null, "more": null, "title": "Em conversa com Thomas Bernhard", "year": 2006, "language": "portuguese", "contains": [{"id": 985, "work": "124", "translators": [322], "title": "Em conversa com Thomas Bernhard"}], "publisher": {"id": 274, "name": "Ass\u00edrio & Alvim"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "por_020": {"id": null, "signatur": "por_020", "erstpublikation": true, "parents": null, "more": null, "title": "O presidente", "year": 2008, "language": "portuguese", "contains": [{"id": 986, "work": "11", "translators": [322], "title": "O presidente"}], "publisher": {"id": 274, "name": "Livros de Areia"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "rum_001": {"id": null, "signatur": "rum_001", "erstpublikation": true, "parents": null, "more": null, "title": "Extinc\u0163ie. O destr\u0103mare", "year": 2013, "language": "romanian", "contains": [{"id": 987, "work": "6", "translators": [326], "title": "Extinc\u0163ie. O destr\u0103mare"}], "publisher": {"id": 276, "name": "Editura Art"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "rum_002": {"id": null, "signatur": "rum_002", "erstpublikation": true, "parents": null, "more": null, "title": "Frig", "year": 2016, "language": "romanian", "contains": [{"id": 988, "work": "47", "translators": [326], "title": "Frig"}], "publisher": {"id": 276, "name": "Editura Art"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "rum_003": {"id": null, "signatur": "rum_003", "erstpublikation": true, "parents": null, "more": null, "title": "Vechi mae\u015ftri. Comedie", "year": 2005, "language": "romanian", "contains": [{"id": 989, "work": "1", "translators": [326], "title": "Vechi mae\u015ftri. Comedie"}], "publisher": {"id": 278, "name": "Editura Paralela 45"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "rum_004": {"id": null, "signatur": "rum_004", "erstpublikation": true, "parents": null, "more": null, "title": "In hora mortis. Ciclu de poeme", "year": 2002, "language": "romanian", "contains": [{"id": 990, "work": "63", "translators": [324], "title": "In hora mortis. Ciclu de poeme"}], "publisher": {"id": 278, "name": "Editura C\u00e3l\u00e3uza"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "rum_005": {"id": null, "signatur": "rum_005", "erstpublikation": true, "parents": null, "more": null, "title": "Simplu complicat", "year": 2002, "language": "romanian", "contains": [{"id": 991, "work": "20", "translators": [324], "title": "Simplu complicat"}], "publisher": {"id": 278, "name": "Editura C\u00e3l\u00e3uza"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "rum_006": {"id": null, "signatur": "rum_006", "erstpublikation": true, "parents": null, "more": "rum_006a", "title": "Biografia durerii", "year": 2009, "language": "romanian", "contains": [{"id": 992, "work": "220", "translators": [324], "title": "Biografia durerii"}], "publisher": {"id": 278, "name": "Editura C\u00e3l\u00e3uza"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "rum_007": {"id": null, "signatur": "rum_007", "erstpublikation": true, "parents": null, "more": null, "title": "Da", "year": 2004, "language": "romanian", "contains": [{"id": 993, "work": "15", "translators": [326], "title": "Da"}], "publisher": {"id": 278, "name": "Editura Paralela 45"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "rum_008": {"id": null, "signatur": "rum_008", "erstpublikation": true, "parents": null, "more": null, "title": "Imperiul demonilor. Proza austriac\u0103 modern\u0103 2", "year": 1968, "language": "romanian", "contains": [{"id": 994, "work": "70", "translators": [326], "title": "Dulgherul"}], "publisher": {"id": 278, "name": "Editura Pentru Literatura"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "rus_001": {"id": null, "signatur": "rus_001", "erstpublikation": true, "parents": null, "more": null, "title": "\u0421\u0442\u0430\u0440\u044b\u0435 \u043c\u0430\u0441\u0442\u0435\u0440\u0430. \u041a\u043e\u043c\u0435\u0434\u0438\u044f", "year": 1995, "language": "russian", "contains": [{"id": 995, "work": "1", "translators": [331], "title": "\u0421\u0442\u0430\u0440\u044b\u0435 \u043c\u0430\u0441\u0442\u0435\u0440\u0430. \u041a\u043e\u043c\u0435\u0434\u0438\u044f"}], "publisher": {"id": 279, "name": "Medium"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "rus_002": {"id": null, "signatur": "rus_002", "erstpublikation": true, "parents": null, "more": null, "title": "\u0421\u0442\u0443\u0436\u0430", "year": 2000, "language": "russian", "contains": [{"id": 996, "work": "47", "translators": [333], "title": "\u0421\u0442\u0443\u0436\u0430"}], "publisher": {"id": 280, "name": "Symposium"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "rus_003": {"id": null, "signatur": "rus_003", "erstpublikation": true, "parents": null, "more": null, "title": "\u0412\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u043e\u0431\u043c\u0430\u043d\u0447\u0438\u0432\u0430 \u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u043f\u044c\u0435\u0441\u044b. St\u00fccke", "year": 1999, "language": "russian", "contains": [{"id": 997, "work": "22", "translators": [329], "title": "\u0421\u0438\u043b\u0430 \u043f\u0440\u0438\u0432\u044b\u0447\u043a\u0438"}, {"id": 998, "work": "11", "translators": [329], "title": "\u041f\u0440\u0435\u0437\u0438\u0434\u0435\u043d\u0442"}, {"id": 999, "work": "17", "translators": [329], "title": "\u041c\u0438\u043d\u0435\u0442\u0442\u0438"}, {"id": 1000, "work": "26", "translators": [329], "title": "\u0418\u043c\u043c\u0430\u043d\u0443\u0438\u043b \u041a\u0430\u043d\u0442"}, {"id": 1001, "work": "18", "translators": [329], "title": "Ha \u043fo\u043a\u043e\u0439"}, {"id": 1002, "work": "28", "translators": [329], "title": "\u0421\u043f\u0430\u0441\u0438\u0442\u0435\u043b\u044c \u0447\u0435\u043b\u043e\u0432\u0435\u0447\u0435\u0441\u0442\u0432\u0430"}, {"id": 1003, "work": "23", "translators": [329], "title": "\u0412\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u043e\u0431\u043c\u0430\u043d\u0447\u0438\u0432\u0430"}, {"id": 1004, "work": "13", "translators": [329], "title": "\u041b\u0438\u0446\u0435\u0434\u0435\u0439"}, {"id": 1005, "work": "12", "translators": [329], "title": "\u041f\u043b\u043e\u0449\u0430\u0434\u044c \u0433\u0435\u0440\u043e\u0435\u0432"}], "publisher": {"id": 286, "name": "Ad Marginem"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "rus_004": {"id": null, "signatur": "rus_004", "erstpublikation": true, "parents": null, "more": null, "title": "\u041c\u0438\u0434\u043b\u0435\u043d\u0434 \u0432 \u0421\u0442\u0438\u043b\u044c\u0444\u0441\u0435", "year": 1981, "language": "russian", "contains": [{"id": 1006, "work": "78", "translators": [344], "title": "\u041c\u0438\u0434\u043b\u0435\u043d\u0434 \u0432 \u0421\u0442\u0438\u043b\u044c\u0444\u0441\u0435"}], "publisher": {"id": 282, "name": "Khudozhestvennaya Literatura"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "rus_005": {"id": null, "signatur": "rus_005", "erstpublikation": true, "parents": ["rus_004"], "more": null, "title": "\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0435. \u0420\u0430\u0441\u0441\u043a\u0430\u0437\u044b \u0438 \u043f\u043e\u0432\u0435\u0441\u0442\u0438", "year": 1983, "language": "russian", "contains": [{"id": 1007, "work": "75", "translators": [344], "title": "\u0412\u0438\u043a\u0442\u043e\u0440 \u041f\u043e\u0434\u0443\u0440\u0430\u043a"}, {"id": 1008, "work": "122", "translators": [344], "title": "\u041a\u0443\u043b\u044c\u0442\u0435\u0440\u0435\u0440"}, {"id": 1009, "work": "76", "translators": [344], "title": "\u0410\u0442\u0442\u0430\u0448\u0435 \u0444\u0440\u0430\u043d\u0446\u0443\u0437\u0441\u043a\u043e\u0433\u043e \u043f\u043e\u0441\u043e\u043b\u044c\u0441\u0442\u0432\u0430"}, {"id": 1010, "work": "77", "translators": [331], "title": "\u041d\u0430 \u0433\u0440\u0430\u043d\u0438\u0446\u0435 \u043b\u0435\u0441\u0430"}, {"id": 1011, "work": "68", "translators": [331], "title": "\u041f\u0440\u0435\u0444\u0435\u0440\u0430\u043d\u0441"}, {"id": 1006, "work": "78", "translators": [344], "title": "\u041c\u0438\u0434\u043b\u0435\u043d\u0434 \u0432 \u0421\u0442\u0438\u043b\u044c\u0444\u0441\u0435"}, {"id": 1012, "work": "116", "translators": [344], "title": "\u0414\u043e\u0436\u0434\u0435\u0432\u0438\u043a"}, {"id": 1013, "work": "7", "translators": [344], "title": "\u041f\u0440\u0438\u0447\u0438\u043d\u0430"}, {"id": 1014, "work": "59", "translators": [344], "title": "\u041f\u043e\u0434\u0432\u0430\u043b"}], "publisher": {"id": 286, "name": "Raduga"}, "categories": ["prose", "novellas & short prose, autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "rus_006": {"id": null, "signatur": "rus_006", "erstpublikation": true, "parents": null, "more": null, "title": "\u0412\u0441\u0435 \u0432\u043e \u043c\u043d\u0435\u2026", "year": 2006, "language": "russian", "contains": [{"id": 1015, "work": "7", "translators": [334], "title": "\u041f\u0440\u0438\u0447\u0438\u043d\u0430: \u043f\u0440\u0438\u043a\u043e\u0441\u043d\u043e\u0432\u0435\u043d\u0438\u0435"}, {"id": 1016, "work": "59", "translators": [334], "title": "\u041f\u043e\u0434\u0432\u0430\u043b: \u0443\u0441\u043a\u043e\u043b\u044c\u0437\u0430\u043d\u0438\u0435"}, {"id": 1017, "work": "56", "translators": [333], "title": "\u0414\u044b\u0445\u0430\u043d\u0438\u0435: \u0432\u044b\u0431\u043e\u0440"}, {"id": 1018, "work": "60", "translators": [346], "title": "\u0425\u043e\u043b\u043e\u0434: \u0438\u0437\u043e\u043b\u044f\u0446\u0438\u044f"}, {"id": 1019, "work": "50", "translators": [340], "title": "\u0420\u0435\u0431\u0435\u043d\u043e\u043a \u043a\u0430\u043a \u0440\u0435\u0431\u0435\u043d\u043e\u043a"}], "publisher": {"id": 284, "name": "Ivan Limbakh"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "rus_007": {"id": null, "signatur": "rus_007", "erstpublikation": true, "parents": null, "more": null, "title": "\u041f\u0440\u043e\u0438\u0441\u0448\u0435\u0441\u0442\u0432\u0438\u044f", "year": 2018, "language": "russian", "contains": [{"id": 1020, "work": "58", "translators": [338], "title": "\u041f\u0440\u043e\u0438\u0441\u0448\u0435\u0441\u0442\u0432\u0438\u044f"}], "publisher": {"id": 286, "name": "Libra"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "rus_008": {"id": null, "signatur": "rus_008", "erstpublikation": false, "parents": ["rus_007"], "more": null, "title": "\u041f\u0440\u043e\u0438\u0441\u0448\u0435\u0441\u0442\u0432\u0438\u044f", "year": 2022, "language": "russian", "contains": [{"id": 1020, "work": "58", "translators": [338], "title": "\u041f\u0440\u043e\u0438\u0441\u0448\u0435\u0441\u0442\u0432\u0438\u044f"}], "publisher": {"id": 286, "name": "Libra"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "rus_009": {"id": null, "signatur": "rus_009", "erstpublikation": true, "parents": null, "more": null, "title": "\u0411\u0435\u0442\u043e\u043d", "year": 2023, "language": "russian", "contains": [{"id": 1021, "work": "3", "translators": [338], "title": "\u0411\u0435\u0442\u043e\u043d"}], "publisher": {"id": 286, "name": "Ad Marginem"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "rus_010": {"id": null, "signatur": "rus_010", "erstpublikation": true, "parents": null, "more": null, "title": "\u0420\u0435\u0431\u0451\u043d\u043e\u043a \u043a\u0430\u043a \u0440\u0435\u0431\u0451\u043d\u043e\u043a", "year": 1988, "language": "russian", "contains": [{"id": 1019, "work": "50", "translators": [340], "title": "\u0420\u0435\u0431\u0435\u043d\u043e\u043a \u043a\u0430\u043a \u0440\u0435\u0431\u0435\u043d\u043e\u043a"}], "publisher": {"id": 286, "name": "Raduga"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "rus_012": {"id": null, "signatur": "rus_012", "erstpublikation": true, "parents": null, "more": null, "title": "\u041f\u043b\u0435\u043c\u044f\u043d\u043d\u0438\u043a \u0412\u0438\u0442\u0433\u0435\u043d\u0448\u0442\u0435\u0439\u043d\u0430", "year": 2003, "language": "russian", "contains": [{"id": 1022, "work": "2", "translators": [346], "title": "\u041f\u043b\u0435\u043c\u044f\u043d\u043d\u0438\u043a \u0412\u0438\u0442\u0433\u0435\u043d\u0448\u0442\u0435\u0439\u043d\u0430"}], "publisher": {"id": 286, "name": "Inostranka Literatura 2: \u00bb\u043d\u0435\u0438\u0441\u0447\u0435\u0440\u043f\u0430\u0435\u043c\u0430\u044f \u0430\u0432\u0441\u0442\u0440\u0438\u044f\u00ab"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "rus_014": {"id": null, "signatur": "rus_014", "erstpublikation": true, "parents": null, "more": null, "title": "\u041f\u043e\u0434\u0432\u0430\u043b", "year": 1983, "language": "russian", "contains": [{"id": 1014, "work": "59", "translators": [344], "title": "\u041f\u043e\u0434\u0432\u0430\u043b"}], "publisher": {"id": 288, "name": "Inostranka Literatura 11, S. 42-88"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "rus_015": {"id": null, "signatur": "rus_015", "erstpublikation": true, "parents": null, "more": null, "title": "\u0422\u0440\u0430\u0433\u0435\u0434\u0438\u044f? \u0418\u043b\u0438 \u043a\u043e\u043c\u0435\u0434\u0438\u044f?", "year": 1992, "language": "russian", "contains": [{"id": 1023, "work": "74", "translators": [344], "title": "\u0422\u0440\u0430\u0433\u0435\u0434\u0438\u044f? \u0418\u043b\u0438 \u043a\u043e\u043c\u0435\u0434\u0438\u044f?"}], "publisher": {"id": 289, "name": "University of St. Petersburg"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "rus_016": {"id": null, "signatur": "rus_016", "erstpublikation": true, "parents": null, "more": null, "title": "\u042f\u0443\u0440\u0435\u0433\u0433", "year": 1997, "language": "russian", "contains": [{"id": 1024, "work": "71", "translators": [345], "title": "\u042f\u0443\u0440\u0435\u0433\u0433"}], "publisher": {"id": 290, "name": "Neva 6"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "rus_017": {"id": null, "signatur": "rus_017", "erstpublikation": true, "parents": null, "more": null, "title": "\u041f\u0440\u043e\u0438\u0441\u0448\u0435\u0441\u0442\u0432\u0438\u044f", "year": 2005, "language": "russian", "contains": [{"id": 1025, "work": "58", "translators": [346], "title": "\u041f\u0440\u043e\u0438\u0441\u0448\u0435\u0441\u0442\u0432\u0438\u044f"}], "publisher": {"id": 291, "name": "\u041a\u0440\u0435\u0430\u0442\u0438\u0432 & creativity"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "rus_018": {"id": null, "signatur": "rus_018", "erstpublikation": true, "parents": null, "more": null, "title": "\u0418\u043c\u0438\u0442\u0430\u0442\u043e\u0440 \u0433\u043e\u043b\u043e\u0441\u043e\u0432", "year": null, "language": "russian", "contains": [{"id": 1026, "work": "9", "translators": [346], "title": "\u0418\u043c\u0438\u0442\u0430\u0442\u043e\u0440 \u0433\u043e\u043b\u043e\u0441\u043e\u0432"}], "publisher": {"id": 292, "name": "Nosorog 7"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "ser_001": {"id": null, "signatur": "ser_001", "erstpublikation": true, "parents": null, "more": null, "title": "Vitgen\u0161tajnov sinovac. Jedno prijateljstvo", "year": 1987, "language": "serbian", "contains": [{"id": 1027, "work": "2", "translators": [346], "title": "Vitgen\u0161tajnov sinovac. Jedno prijateljstvo"}], "publisher": {"id": 293, "name": "Bratstvo Jedinstvo"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ser_002": {"id": null, "signatur": "ser_002", "erstpublikation": true, "parents": null, "more": null, "title": "Vitgen\u0161tajnov ne\u0107ak. Jedno prijateljstvo", "year": 2015, "language": "serbian", "contains": [{"id": 1028, "work": "2", "translators": [355], "title": "Vitgen\u0161tajnov ne\u0107ak. Jedno prijateljstvo"}], "publisher": {"id": 301, "name": "LOM"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "ser_003": {"id": null, "signatur": "ser_003", "erstpublikation": true, "parents": null, "more": null, "title": "\u041c\u0440\u0430\u0437", "year": 1967, "language": "serbian", "contains": [{"id": 1029, "work": "47", "translators": [348], "title": "\u041c\u0440\u0430\u0437"}], "publisher": {"id": 295, "name": "Prosveta"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ser_004": {"id": null, "signatur": "ser_004", "erstpublikation": true, "parents": null, "more": null, "title": "Stari majstori. Komedija", "year": 2001, "language": "serbian", "contains": [{"id": 1030, "work": "1", "translators": [349], "title": "Stari majstori. Komedija"}], "publisher": {"id": 296, "name": "Stylos"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ser_005": {"id": null, "signatur": "ser_005", "erstpublikation": true, "parents": null, "more": null, "title": "Stari majstori. Komedija", "year": 2019, "language": "serbian", "contains": [{"id": 1031, "work": "1", "translators": [355], "title": "Stari majstori. Komedija"}], "publisher": {"id": 301, "name": "LOM"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ser_006": {"id": null, "signatur": "ser_006", "erstpublikation": true, "parents": null, "more": null, "title": "Autobiografski spisi", "year": 2010, "language": "serbian", "contains": [{"id": 1032, "work": "7", "translators": [353], "title": "Uzrok"}, {"id": 1033, "work": "59", "translators": [353], "title": "Podrum"}, {"id": 1034, "work": "56", "translators": [353], "title": "Dah"}, {"id": 1035, "work": "60", "translators": [353], "title": "Hladno\u0107a"}, {"id": 1036, "work": "50", "translators": [353], "title": "Dete"}], "publisher": {"id": 298, "name": "Futura Publikacije"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "ser_007": {"id": null, "signatur": "ser_007", "erstpublikation": true, "parents": null, "more": null, "title": "Trg heroja", "year": 2015, "language": "serbian", "contains": [{"id": 1037, "work": "12", "translators": [353], "title": "Trg heroja"}], "publisher": {"id": 298, "name": "Futura Publikacije"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ser_008": {"id": null, "signatur": "ser_008", "erstpublikation": true, "parents": null, "more": null, "title": "Razgovori s Tomasom Bernhardom", "year": 2020, "language": "serbian", "contains": [{"id": 1038, "work": "125", "translators": [351], "title": "Razgovori s Tomasom Bernhardom"}], "publisher": {"id": 298, "name": "Red Box"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ser_009": {"id": null, "signatur": "ser_009", "erstpublikation": true, "parents": null, "more": null, "title": "Beton", "year": 2005, "language": "serbian", "contains": [{"id": 1039, "work": "3", "translators": [353], "title": "Beton"}], "publisher": {"id": 299, "name": "Alexandria Press"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ser_010": {"id": null, "signatur": "ser_010", "erstpublikation": false, "parents": ["ser_009"], "more": null, "title": "Beton", "year": 2014, "language": "serbian", "contains": [{"id": 1039, "work": "3", "translators": [353], "title": "Beton"}], "publisher": {"id": 301, "name": "LOM"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ser_011": {"id": null, "signatur": "ser_011", "erstpublikation": true, "parents": null, "more": null, "title": "Stari majstori. Komedija (Mahler)", "year": 2022, "language": "serbian", "contains": [{"id": 1040, "work": "105", "translators": [355], "title": "Stari majstori. Komedija (Mahler)"}], "publisher": {"id": 300, "name": "Bulevar"}, "categories": ["adaptations"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ser_012": {"id": null, "signatur": "ser_012", "erstpublikation": true, "parents": null, "more": null, "title": "Brisanje. Raspad", "year": 2014, "language": "serbian", "contains": [{"id": 1041, "work": "6", "translators": [353], "title": "Brisanje. Raspad"}], "publisher": {"id": 301, "name": "LOM"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ser_013": {"id": null, "signatur": "ser_013", "erstpublikation": true, "parents": null, "more": null, "title": "Korektura", "year": 2017, "language": "serbian", "contains": [{"id": 1042, "work": "65", "translators": [355], "title": "Korektura"}], "publisher": {"id": 301, "name": "LOM"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ser_014": {"id": null, "signatur": "ser_014", "erstpublikation": true, "parents": null, "more": null, "title": "Kre\u010dana", "year": 2021, "language": "serbian", "contains": [{"id": 1043, "work": "48", "translators": [355], "title": "Kre\u010dana"}], "publisher": {"id": 301, "name": "LOM"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ser_015": {"id": null, "signatur": "ser_015", "erstpublikation": true, "parents": null, "more": null, "title": "Poreme\u0107aj", "year": 2014, "language": "serbian", "contains": [{"id": 1044, "work": "4", "translators": [355], "title": "Poreme\u0107aj"}], "publisher": {"id": 301, "name": "LOM"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ser_016": {"id": null, "signatur": "ser_016", "erstpublikation": true, "parents": null, "more": null, "title": "Se\u010da \u0161ume. Jedno uzbu\u0111enje", "year": 2013, "language": "serbian", "contains": [{"id": 1045, "work": "14", "translators": [355], "title": "Se\u010da \u0161ume. Jedno uzbu\u0111enje"}], "publisher": {"id": 301, "name": "LOM"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ser_017": {"id": null, "signatur": "ser_017", "erstpublikation": true, "parents": null, "more": null, "title": "Gubitnik", "year": 2011, "language": "serbian", "contains": [{"id": 1046, "work": "5", "translators": [354], "title": "Gubitnik"}], "publisher": {"id": 301, "name": "LOM"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ser_018": {"id": null, "signatur": "ser_018", "erstpublikation": true, "parents": null, "more": null, "title": "Amras", "year": 2016, "language": "serbian", "contains": [{"id": 1047, "work": "67", "translators": [355], "title": "Amras"}], "publisher": {"id": 301, "name": "LOM"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ser_019": {"id": null, "signatur": "ser_019", "erstpublikation": true, "parents": null, "more": null, "title": "Hodanje", "year": 2016, "language": "serbian", "contains": [{"id": 1048, "work": "10", "translators": [355], "title": "Hodanje"}], "publisher": {"id": 301, "name": "LOM"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ser_020": {"id": null, "signatur": "ser_020", "erstpublikation": true, "parents": null, "more": null, "title": "Vaten. Zaostav\u0161tina", "year": 2016, "language": "serbian", "contains": [{"id": 1049, "work": "68", "translators": [355], "title": "Vaten. Zaostav\u0161tina"}], "publisher": {"id": 301, "name": "LOM"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ser_021": {"id": null, "signatur": "ser_021", "erstpublikation": true, "parents": null, "more": null, "title": "Gete na sssamrti. Moje nagrade", "year": 2011, "language": "serbian", "contains": [{"id": 1050, "work": "51", "translators": [355], "title": "Gete na sssamrti"}, {"id": 1051, "work": "52", "translators": [355], "title": "Montenji"}, {"id": 1052, "work": "53", "translators": [355], "title": "Ponovi susret"}, {"id": 1053, "work": "54", "translators": [355], "title": "Izgorela"}], "publisher": {"id": 301, "name": "LOM"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ser_022": {"id": null, "signatur": "ser_022", "erstpublikation": true, "parents": null, "more": null, "title": "Moje nagrade", "year": 2012, "language": "serbian", "contains": [{"id": 1054, "work": "8", "translators": [355], "title": "Moje nagrade"}], "publisher": {"id": 301, "name": "LOM"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ser_023": {"id": null, "signatur": "ser_023", "erstpublikation": false, "parents": ["ser_021", "ser_022"], "more": "ser_023a", "title": "Gete na sssamrti. Moje nagrade", "year": 2017, "language": "serbian", "contains": [{"id": 1050, "work": "51", "translators": [355], "title": "Gete na sssamrti"}, {"id": 1051, "work": "52", "translators": [355], "title": "Montenji"}, {"id": 1052, "work": "53", "translators": [355], "title": "Ponovi susret"}, {"id": 1053, "work": "54", "translators": [355], "title": "Izgorela"}, {"id": 1054, "work": "8", "translators": [355], "title": "Moje nagrade"}], "publisher": {"id": 301, "name": "LOM"}, "categories": [""], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "ser_024": {"id": null, "signatur": "ser_024", "erstpublikation": true, "parents": null, "more": null, "title": "Imitator glasov", "year": 2015, "language": "serbian", "contains": [{"id": 1055, "work": "9", "translators": [355], "title": "Imitator glasov"}], "publisher": {"id": 301, "name": "LOM"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "slk_001": {"id": null, "signatur": "slk_001", "erstpublikation": true, "parents": null, "more": null, "title": "Star\u00ed majstri. Kom\u00e9dia", "year": 2015, "language": "slovak", "contains": [{"id": 1056, "work": "1", "translators": [357], "title": "Star\u00ed majstri. Kom\u00e9dia"}], "publisher": {"id": 302, "name": "Kalligram"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "slk_002": {"id": null, "signatur": "slk_002", "erstpublikation": true, "parents": null, "more": null, "title": "R\u00fabanie lesa. Rozhor\u010denie", "year": 1990, "language": "slovak", "contains": [{"id": 1057, "work": "14", "translators": [356], "title": "R\u00fabanie lesa. Rozhor\u010denie"}], "publisher": {"id": 301, "name": "Slovensk\u00fd spisovatel'"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "slk_003": {"id": null, "signatur": "slk_003", "erstpublikation": true, "parents": null, "more": null, "title": "Skrachovanec", "year": 2011, "language": "slovak", "contains": [{"id": 1058, "work": "5", "translators": [357], "title": "Skrachovanec"}], "publisher": {"id": 302, "name": "Kalligram"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "slk_004": {"id": null, "signatur": "slk_004", "erstpublikation": true, "parents": null, "more": null, "title": "Pivnica", "year": 2005, "language": "slovak", "contains": [{"id": 1059, "work": "59", "translators": [357], "title": "Pivnica"}], "publisher": {"id": 302, "name": "SSS"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "slw_001": {"id": null, "signatur": "slw_001", "erstpublikation": true, "parents": null, "more": null, "title": "Se\u010dnja. Razburjenje", "year": 1993, "language": "slovenian", "contains": [{"id": 1060, "work": "14", "translators": [368], "title": "Se\u010dnja. Razburjenje"}], "publisher": {"id": 303, "name": "Zalo\u017eba"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "slw_002": {"id": null, "signatur": "slw_002", "erstpublikation": true, "parents": null, "more": null, "title": "Mraz", "year": 2016, "language": "slovenian", "contains": [{"id": 1061, "work": "47", "translators": [359], "title": "Mraz"}], "publisher": {"id": 305, "name": "Beletrina"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "slw_003": {"id": null, "signatur": "slw_003", "erstpublikation": true, "parents": null, "more": null, "title": "Stari mojstri. Komedija", "year": 2007, "language": "slovenian", "contains": [{"id": 1062, "work": "1", "translators": [368], "title": "Stari mojstri. Komedija"}], "publisher": {"id": 305, "name": "Beletrina"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "slw_004": {"id": null, "signatur": "slw_004", "erstpublikation": true, "parents": null, "more": null, "title": "Pripovedi", "year": 2017, "language": "slovenian", "contains": [{"id": 1063, "work": "72", "translators": [368], "title": "Dva vzojitela"}, {"id": 1064, "work": "73", "translators": [368], "title": "Kapa"}, {"id": 1065, "work": "74", "translators": [368], "title": "Je to komedija? Je to tragedija? Jauregg"}, {"id": 1066, "work": "76", "translators": [368], "title": "Ata\u0161e na trancoskem veleposlani\u0161tvu"}, {"id": 1067, "work": "69", "translators": [368], "title": "Zlo\u010din innsbru\u0161kega trgovskega sina"}, {"id": 1068, "work": "70", "translators": [368], "title": "Tesar"}, {"id": 1069, "work": "77", "translators": [368], "title": "Na drevesni meji"}, {"id": 1070, "work": "78", "translators": [368], "title": "Midland v Stilfsu"}, {"id": 1071, "work": "116", "translators": [368], "title": "Pelerina"}, {"id": 1072, "work": "80", "translators": [368], "title": "Ob Ortlerju. Poro\u010dilo iz Gomagoija"}, {"id": 1073, "work": "181", "translators": [368], "title": "Viktor Polnori. Zimsa Pravljica"}], "publisher": {"id": 305, "name": "Beletrina"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "slw_005": {"id": null, "signatur": "slw_005", "erstpublikation": true, "parents": null, "more": null, "title": "Moje nagrade", "year": 2013, "language": "slovenian", "contains": [{"id": 1074, "work": "8", "translators": [361], "title": "Moje nagrade"}], "publisher": {"id": 305, "name": "Beletrina"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "slw_006": {"id": null, "signatur": "slw_006", "erstpublikation": true, "parents": null, "more": null, "title": "V vi\u0161avah in drug[j]e", "year": 2022, "language": "slovenian", "contains": [{"id": 1075, "work": "84", "translators": [368], "title": "V vi\u0161avah"}, {"id": 1076, "work": "67", "translators": [368], "title": "Amras"}, {"id": 1077, "work": "117", "translators": [368], "title": "Italijan"}, {"id": 1078, "work": "122", "translators": [368], "title": "Kulterer"}], "publisher": {"id": 305, "name": "LUD Literatura"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "slw_007": {"id": null, "signatur": "slw_007", "erstpublikation": true, "parents": null, "more": null, "title": "Wittgensteinov ne\u010dak. Prijateljstvo", "year": 2007, "language": "slovenian", "contains": [{"id": 1079, "work": "2", "translators": [371], "title": "Wittgensteinov ne\u010dak. Prijateljstvo"}], "publisher": {"id": 312, "name": "Mohorjeva"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "slw_008": {"id": null, "signatur": "slw_008", "erstpublikation": true, "parents": null, "more": null, "title": "Potonjenec", "year": 2010, "language": "slovenian", "contains": [{"id": 1080, "work": "5", "translators": [371], "title": "Potonjenec"}], "publisher": {"id": 312, "name": "Mohorjeva"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "slw_009": {"id": null, "signatur": "slw_009", "erstpublikation": true, "parents": null, "more": null, "title": "Izboljs\u030cevalec sveta", "year": 2004, "language": "slovenian", "contains": [{"id": 1081, "work": "28", "translators": [368], "title": "Izboljs\u030cevalec sveta"}], "publisher": {"id": 308, "name": "SNG Drama Lubljana"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "slw_010": {"id": null, "signatur": "slw_010", "erstpublikation": true, "parents": null, "more": null, "title": "Na cilju", "year": 2004, "language": "slovenian", "contains": [{"id": 1082, "work": "19", "translators": [368], "title": "Na cilju"}], "publisher": {"id": 308, "name": "SNG Drama Lubljana"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "slw_011": {"id": null, "signatur": "slw_011", "erstpublikation": true, "parents": null, "more": null, "title": "Mo\u010d navade", "year": 2008, "language": "slovenian", "contains": [{"id": 1083, "work": "61", "translators": [368], "title": "Claus Peymann zapusti Bochum in gre kot direktor Burgtheatra na Dunaj"}, {"id": 1084, "work": "9", "translators": [368], "title": "Opona\u0161alec glasov"}, {"id": 1085, "work": "22", "translators": [368], "title": "Mo\u010d navade"}], "publisher": {"id": 308, "name": "SNG Drama Lubljana 3, S. 17-68"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "slw_012": {"id": null, "signatur": "slw_012", "erstpublikation": true, "parents": null, "more": null, "title": "Videz vara", "year": 2018, "language": "slovenian", "contains": [{"id": 1086, "work": "23", "translators": [368], "title": "Videz vara"}], "publisher": {"id": 309, "name": "Slovensko stalno gledali\u0161\u010de"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "slw_013": {"id": null, "signatur": "slw_013", "erstpublikation": true, "parents": null, "more": null, "title": "Ritter, Dene, Voss", "year": 2001, "language": "slovenian", "contains": [{"id": 1087, "work": "30", "translators": [366], "title": "Ritter, Dene, Voss"}], "publisher": {"id": 310, "name": "SNG Drama Ljubljana"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "slw_014": {"id": null, "signatur": "slw_014", "erstpublikation": true, "parents": null, "more": null, "title": "Izbris. Razpad", "year": 1994, "language": "slovenian", "contains": [{"id": 1088, "work": "6", "translators": [367], "title": "Izbris. Razpad"}], "publisher": {"id": 311, "name": "Obzorja"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "slw_015": {"id": null, "signatur": "slw_015", "erstpublikation": true, "parents": null, "more": null, "title": "Vzrok. Nakazovanje", "year": 1989, "language": "slovenian", "contains": [{"id": 1089, "work": "7", "translators": [371], "title": "Vzrok. Nakazovanje"}], "publisher": {"id": 312, "name": "Mohorjeva"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "slw_016": {"id": null, "signatur": "slw_016", "erstpublikation": true, "parents": null, "more": null, "title": "Klet. Odtegnitev", "year": null, "language": "slovenian", "contains": [{"id": 1090, "work": "59", "translators": [371], "title": "Klet. Odtegnitev"}], "publisher": {"id": 312, "name": "Mohorjeva"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "slw_017": {"id": null, "signatur": "slw_017", "erstpublikation": true, "parents": null, "more": null, "title": "Dih. Odlo\u010ditev", "year": 1992, "language": "slovenian", "contains": [{"id": 1091, "work": "56", "translators": [371], "title": "Dih. Odlo\u010ditev"}], "publisher": {"id": 312, "name": "Mohorjeva"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "slw_018": {"id": null, "signatur": "slw_018", "erstpublikation": true, "parents": null, "more": null, "title": "Hlad. Izolacija", "year": 1994, "language": "slovenian", "contains": [{"id": 1092, "work": "60", "translators": [371], "title": "Hlad. Izolacija"}], "publisher": {"id": 312, "name": "Mohorjeva"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "slw_019": {"id": null, "signatur": "slw_019", "erstpublikation": true, "parents": null, "more": null, "title": "Otrok", "year": 1999, "language": "slovenian", "contains": [{"id": 1093, "work": "50", "translators": [371], "title": "Otrok"}], "publisher": {"id": 312, "name": "Mohorjeva"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "slw_020": {"id": null, "signatur": "slw_020", "erstpublikation": true, "parents": null, "more": null, "title": "Zabava za Borisa", "year": 2019, "language": "slovenian", "contains": [{"id": 1094, "work": "25", "translators": [368], "title": "Zabava za Borisa"}], "publisher": {"id": 315, "name": "PG Kranj"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "slw_021": {"id": null, "signatur": "slw_021", "erstpublikation": true, "parents": null, "more": null, "title": "Monologi z Mallorce. Thomas Bernhard o sebi", "year": 2001, "language": "slovenian", "contains": [{"id": 1095, "work": "130", "translators": [368], "title": "Monologi z Mallorce. Thomas Bernhard o sebi"}], "publisher": {"id": 313, "name": "SNG Drama Lubljana, S. 9-14"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "slw_022": {"id": null, "signatur": "slw_022", "erstpublikation": true, "parents": null, "more": null, "title": "Pred upokojitvijo", "year": 1994, "language": "slovenian", "contains": [{"id": 1096, "work": "221", "translators": [371], "title": "Trije dnevi"}, {"id": 1097, "work": "18", "translators": [371], "title": "Pred upokojitvijo. Komedija o nem\u0161ki du\u0161i"}], "publisher": {"id": 314, "name": "MGL Drama Lubljana, S. 5-8 / 27-84"}, "categories": ["letters, speeches, interviews / drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "slw_023": {"id": null, "signatur": "slw_023", "erstpublikation": false, "parents": ["slw_022"], "more": null, "title": "Pred upokojitvijo. Komedija o nems\u030cki dus\u030ci", "year": 2015, "language": "slovenian", "contains": [{"id": 1097, "work": "18", "translators": [371], "title": "Pred upokojitvijo. Komedija o nem\u0161ki du\u0161i"}], "publisher": {"id": 315, "name": "PG Kranj"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "slw_024": {"id": null, "signatur": "slw_024", "erstpublikation": true, "parents": null, "more": null, "title": "Andr\u00e9 M\u00fcller v pogovoru s Thomasom Bernhardom", "year": 2019, "language": "slovenian", "contains": [{"id": 1098, "work": "119", "translators": [368], "title": "Andr\u00e9 M\u00fcller v pogovoru s Thomasom Bernhardom"}], "publisher": {"id": 315, "name": "SNG Drama Lubljana, S. 62-71"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "slw_025": {"id": null, "signatur": "slw_025", "erstpublikation": true, "parents": null, "more": null, "title": "Po vseh vis\u030cavah je mir", "year": 1984, "language": "slovenian", "contains": [{"id": 1099, "work": "29", "translators": [368], "title": "Po vseh vis\u030cavah je mir"}], "publisher": {"id": 317, "name": "Primorsko dramsko gledalis\u030cc\u030ce"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "slw_026": {"id": null, "signatur": "slw_026", "erstpublikation": true, "parents": null, "more": null, "title": "Komedijant", "year": 1989, "language": "slovenian", "contains": [{"id": 1100, "work": "13", "translators": [369], "title": "Komedijant"}], "publisher": {"id": 317, "name": "Primorsko dramsko gledalis\u030cc\u030ce"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "slw_028": {"id": null, "signatur": "slw_028", "erstpublikation": true, "parents": null, "more": null, "title": "Je komedija? Je tragedija?", "year": 1989, "language": "slovenian", "contains": [{"id": 1101, "work": "74", "translators": [370], "title": "Je komedija? Je tragedija?"}], "publisher": {"id": 317, "name": "Srce in oko 7, S. 440-442"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "slw_029": {"id": null, "signatur": "slw_029", "erstpublikation": true, "parents": null, "more": null, "title": "Na drevesni meji", "year": 1977, "language": "slovenian", "contains": [{"id": 1102, "work": "77", "translators": [371], "title": "Na drevesni meji"}], "publisher": {"id": 318, "name": "Delo 19/65"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "slw_030": {"id": null, "signatur": "slw_030", "erstpublikation": true, "parents": null, "more": null, "title": "\u010cepica", "year": 1985, "language": "slovenian", "contains": [{"id": 1103, "work": "73", "translators": [371], "title": "\u010cepica"}], "publisher": {"id": 319, "name": "Nova revija 4, S. 331-337"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "spa_001": {"id": null, "signatur": "spa_001", "erstpublikation": true, "parents": null, "more": null, "title": "Correspondencia", "year": 2012, "language": "spanish", "contains": [{"id": 1104, "work": "222", "translators": [378], "title": "Correspondencia"}], "publisher": {"id": 320, "name": "C\u00f3mplices"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_002": {"id": null, "signatur": "spa_002", "erstpublikation": true, "parents": null, "more": null, "title": "Ave Virgilio", "year": 1988, "language": "spanish", "contains": [{"id": 1105, "work": "113", "translators": [378], "title": "Ave Virgilio"}], "publisher": {"id": 320, "name": "Ediciones Pen\u00ednsula / Edicions 62"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_003": {"id": null, "signatur": "spa_003", "erstpublikation": true, "parents": null, "more": null, "title": "In hora mortis. Bajo el hierro de la luna", "year": 1998, "language": "spanish", "contains": [{"id": 1106, "work": "63", "translators": [378], "title": "In hora mortis"}, {"id": 1107, "work": "64", "translators": [378], "title": "Bajo el hierro de la luna"}], "publisher": {"id": 321, "name": "DVD ediciones"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_004": {"id": null, "signatur": "spa_004", "erstpublikation": true, "parents": null, "more": null, "title": "As\u00ed en la tierra como en el infierno. Ave Virgilio. Los locos Los reclusos", "year": 2010, "language": "spanish", "contains": [{"id": 1108, "work": "118", "translators": [378], "title": "A quel hombre azotado por tempestades"}, {"id": 1109, "work": "55", "translators": [378], "title": "As\u00ed en la tierra como en el infierno"}, {"id": 1105, "work": "113", "translators": [378], "title": "Ave Virgilio"}, {"id": 1110, "work": "112", "translators": [378], "title": "Los locos Los reclusos"}], "publisher": {"id": 322, "name": "La u\u00d1a RoTa"}, "categories": ["poetry \\ letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_005": {"id": null, "signatur": "spa_005", "erstpublikation": false, "parents": ["spa_006"], "more": null, "title": "Las posesiones", "year": 2019, "language": "spanish", "contains": [{"id": 1111, "work": "8", "translators": [378], "title": "Las posesiones"}], "publisher": {"id": 323, "name": "Gris Tormenta (Mexico)"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "spa_006": {"id": null, "signatur": "spa_006", "erstpublikation": true, "parents": null, "more": null, "title": "Mis premios", "year": 2009, "language": "spanish", "contains": [{"id": 1111, "work": "8", "translators": [378], "title": "Las posesiones"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_007": {"id": null, "signatur": "spa_007", "erstpublikation": false, "parents": ["spa_006"], "more": null, "title": "Mis premios", "year": 2017, "language": "spanish", "contains": [{"id": 1111, "work": "8", "translators": [378], "title": "Las posesiones"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_008": {"id": null, "signatur": "spa_008", "erstpublikation": false, "parents": ["spa_009"], "more": null, "title": "Correcci\u00f3n", "year": 1992, "language": "spanish", "contains": [{"id": 1112, "work": "65", "translators": [378], "title": "Correcci\u00f3n"}], "publisher": {"id": 325, "name": "Debate"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_009": {"id": null, "signatur": "spa_009", "erstpublikation": true, "parents": null, "more": null, "title": "Correcci\u00f3n", "year": 1983, "language": "spanish", "contains": [{"id": 1112, "work": "65", "translators": [378], "title": "Correcci\u00f3n"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_010": {"id": null, "signatur": "spa_010", "erstpublikation": true, "parents": null, "more": null, "title": "Correcci\u00f3n", "year": 2003, "language": "spanish", "contains": [{"id": 1112, "work": "65", "translators": [378], "title": "Correcci\u00f3n"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_011": {"id": null, "signatur": "spa_011", "erstpublikation": false, "parents": ["spa_010"], "more": null, "title": "Correcci\u00f3n", "year": 2014, "language": "spanish", "contains": [{"id": 1112, "work": "65", "translators": [378], "title": "Correcci\u00f3n"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_012": {"id": null, "signatur": "spa_012", "erstpublikation": true, "parents": null, "more": null, "title": "Maestros antiguos. Comedia", "year": 1990, "language": "spanish", "contains": [{"id": 1113, "work": "1", "translators": [378], "title": "Maestros antiguos. Comedia"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_013": {"id": null, "signatur": "spa_013", "erstpublikation": false, "parents": ["spa_012"], "more": null, "title": "Maestros antiguos. Comedia", "year": 1999, "language": "spanish", "contains": [{"id": 1113, "work": "1", "translators": [378], "title": "Maestros antiguos. Comedia"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_014": {"id": null, "signatur": "spa_014", "erstpublikation": false, "parents": ["spa_012"], "more": null, "title": "Maestros antiguos. Comedia", "year": 2003, "language": "spanish", "contains": [{"id": 1113, "work": "1", "translators": [378], "title": "Maestros antiguos. Comedia"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_015": {"id": null, "signatur": "spa_015", "erstpublikation": false, "parents": ["spa_012"], "more": null, "title": "Maestros antiguos. Comedia", "year": 2015, "language": "spanish", "contains": [{"id": 1113, "work": "1", "translators": [378], "title": "Maestros antiguos. Comedia"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_016": {"id": null, "signatur": "spa_016", "erstpublikation": true, "parents": null, "more": null, "title": "Maestros antiguos seg\u00fan Mahler", "year": 2013, "language": "spanish", "contains": [{"id": 1114, "work": "105", "translators": [373], "title": "Maestros antiguos seg\u00fan Mahler"}], "publisher": {"id": 326, "name": "\u200eEdiciones Sinsentido"}, "categories": ["adaptations"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "spa_017": {"id": null, "signatur": "spa_017", "erstpublikation": true, "parents": null, "more": null, "title": "Trastorno", "year": 1978, "language": "spanish", "contains": [{"id": 1115, "work": "4", "translators": [378], "title": "Trastorno"}], "publisher": {"id": 339, "name": "Alfaguara"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_018": {"id": null, "signatur": "spa_018", "erstpublikation": false, "parents": ["spa_017"], "more": null, "title": "Trastorno", "year": 1989, "language": "spanish", "contains": [{"id": 1115, "work": "4", "translators": [378], "title": "Trastorno"}], "publisher": {"id": 339, "name": "Alfaguara"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_019": {"id": null, "signatur": "spa_019", "erstpublikation": false, "parents": ["spa_017"], "more": null, "title": "Trastorno", "year": 1999, "language": "spanish", "contains": [{"id": 1115, "work": "4", "translators": [378], "title": "Trastorno"}], "publisher": {"id": 339, "name": "Alfaguara"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_020": {"id": null, "signatur": "spa_020", "erstpublikation": false, "parents": ["spa_017"], "more": null, "title": "Trastorno", "year": 2011, "language": "spanish", "contains": [{"id": 1115, "work": "4", "translators": [378], "title": "Trastorno"}], "publisher": {"id": 339, "name": "Alfaguara"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "spa_021": {"id": null, "signatur": "spa_021", "erstpublikation": false, "parents": ["spa_017"], "more": null, "title": "Trastorno", "year": 2012, "language": "spanish", "contains": [{"id": 1115, "work": "4", "translators": [378], "title": "Trastorno"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_022": {"id": null, "signatur": "spa_022", "erstpublikation": true, "parents": null, "more": null, "title": "El malogrado", "year": 1985, "language": "spanish", "contains": [{"id": 1116, "work": "5", "translators": [378], "title": "El malogrado"}], "publisher": {"id": 339, "name": "Alfaguara"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_023": {"id": null, "signatur": "spa_023", "erstpublikation": false, "parents": ["spa_022"], "more": null, "title": "El malogrado", "year": 1989, "language": "spanish", "contains": [{"id": 1116, "work": "5", "translators": [378], "title": "El malogrado"}], "publisher": {"id": 328, "name": "C\u00edrculo de Lectores"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_024": {"id": null, "signatur": "spa_024", "erstpublikation": false, "parents": ["spa_022"], "more": null, "title": "El malogrado", "year": 2006, "language": "spanish", "contains": [{"id": 1116, "work": "5", "translators": [378], "title": "El malogrado"}], "publisher": {"id": 339, "name": "Alfaguara"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_025": {"id": null, "signatur": "spa_025", "erstpublikation": false, "parents": ["spa_022"], "more": null, "title": "El malogrado", "year": 2011, "language": "spanish", "contains": [{"id": 1116, "work": "5", "translators": [378], "title": "El malogrado"}], "publisher": {"id": 339, "name": "Alfaguara"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_026": {"id": null, "signatur": "spa_026", "erstpublikation": true, "parents": null, "more": null, "title": "Helada", "year": 1985, "language": "spanish", "contains": [{"id": 1117, "work": "47", "translators": [378], "title": "Helada"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_027": {"id": null, "signatur": "spa_027", "erstpublikation": true, "parents": null, "more": null, "title": "Helada", "year": 2003, "language": "spanish", "contains": [{"id": 1117, "work": "47", "translators": [378], "title": "Helada"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_028": {"id": null, "signatur": "spa_028", "erstpublikation": false, "parents": ["spa_027"], "more": null, "title": "Helada", "year": 2014, "language": "spanish", "contains": [{"id": 1117, "work": "47", "translators": [378], "title": "Helada"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "spa_029": {"id": null, "signatur": "spa_029", "erstpublikation": true, "parents": null, "more": null, "title": "El sobrino de Wittgenstein. Una amistad", "year": 1988, "language": "spanish", "contains": [{"id": 1118, "work": "2", "translators": [378], "title": "El sobrino de Wittgenstein. Una amistad"}], "publisher": {"id": 339, "name": "Anagrama"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_030": {"id": null, "signatur": "spa_030", "erstpublikation": false, "parents": ["spa_029"], "more": null, "title": "El sobrino de Wittgenstein. Una amistad", "year": 1999, "language": "spanish", "contains": [{"id": 1118, "work": "2", "translators": [378], "title": "El sobrino de Wittgenstein. Una amistad"}], "publisher": {"id": 339, "name": "Anagrama"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_031": {"id": null, "signatur": "spa_031", "erstpublikation": true, "parents": null, "more": null, "title": "Hormig\u00f3n", "year": 1989, "language": "spanish", "contains": [{"id": 1119, "work": "3", "translators": [378], "title": "Hormig\u00f3n"}], "publisher": {"id": 339, "name": "Alfaguara"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_032": {"id": null, "signatur": "spa_032", "erstpublikation": false, "parents": ["spa_031"], "more": null, "title": "Hormig\u00f3n", "year": 2012, "language": "spanish", "contains": [{"id": 1119, "work": "3", "translators": [378], "title": "Hormig\u00f3n"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_033": {"id": null, "signatur": "spa_033", "erstpublikation": false, "parents": ["spa_031"], "more": null, "title": "Hormig\u00f3n", "year": 2019, "language": "spanish", "contains": [{"id": 1119, "work": "3", "translators": [378], "title": "Hormig\u00f3n"}], "publisher": {"id": 339, "name": "Alfaguara"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_034": {"id": null, "signatur": "spa_034", "erstpublikation": true, "parents": null, "more": null, "title": "Tala", "year": 1988, "language": "spanish", "contains": [{"id": 1120, "work": "14", "translators": [378], "title": "Tala"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_035": {"id": null, "signatur": "spa_035", "erstpublikation": false, "parents": ["spa_034"], "more": null, "title": "Tala", "year": 2002, "language": "spanish", "contains": [{"id": 1120, "work": "14", "translators": [378], "title": "Tala"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_036": {"id": null, "signatur": "spa_036", "erstpublikation": false, "parents": ["spa_034"], "more": null, "title": "Tala", "year": 2007, "language": "spanish", "contains": [{"id": 1120, "work": "14", "translators": [378], "title": "Tala"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_037": {"id": null, "signatur": "spa_037", "erstpublikation": false, "parents": ["spa_034"], "more": null, "title": "Tala", "year": 2012, "language": "spanish", "contains": [{"id": 1120, "work": "14", "translators": [378], "title": "Tala"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_038": {"id": null, "signatur": "spa_038", "erstpublikation": true, "parents": null, "more": null, "title": "La calera", "year": 1984, "language": "spanish", "contains": [{"id": 1121, "work": "48", "translators": [378], "title": "La calera"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_039": {"id": null, "signatur": "spa_039", "erstpublikation": true, "parents": null, "more": null, "title": "La calera", "year": 2003, "language": "spanish", "contains": [{"id": 1121, "work": "48", "translators": [378], "title": "La calera"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_040": {"id": null, "signatur": "spa_040", "erstpublikation": false, "parents": ["spa_039"], "more": null, "title": "La calera", "year": 2014, "language": "spanish", "contains": [{"id": 1121, "work": "48", "translators": [378], "title": "La calera"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_041": {"id": null, "signatur": "spa_041", "erstpublikation": true, "parents": null, "more": null, "title": "S\u00ed", "year": 1981, "language": "spanish", "contains": [{"id": 1122, "work": "15", "translators": [378], "title": "S\u00ed"}], "publisher": {"id": 339, "name": "Anagrama"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_042": {"id": null, "signatur": "spa_042", "erstpublikation": false, "parents": ["spa_041"], "more": null, "title": "S\u00ed", "year": 2010, "language": "spanish", "contains": [{"id": 1122, "work": "15", "translators": [378], "title": "S\u00ed"}], "publisher": {"id": 330, "name": "Anagrama / La P\u00e1gina (Argentina)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_043": {"id": null, "signatur": "spa_043", "erstpublikation": false, "parents": ["spa_041"], "more": null, "title": "S\u00ed", "year": 2015, "language": "spanish", "contains": [{"id": 1122, "work": "15", "translators": [378], "title": "S\u00ed"}], "publisher": {"id": 339, "name": "Anagrama"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "spa_044": {"id": null, "signatur": "spa_044", "erstpublikation": true, "parents": null, "more": null, "title": "Extinci\u00f3n. Un desmoronamiento", "year": 1992, "language": "spanish", "contains": [{"id": 1123, "work": "6", "translators": [378], "title": "Extinci\u00f3n. Un desmoronamiento"}], "publisher": {"id": 339, "name": "Alfaguara"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_045": {"id": null, "signatur": "spa_045", "erstpublikation": false, "parents": ["spa_044"], "more": null, "title": "Extinci\u00f3n. Un desmoronamiento", "year": 2019, "language": "spanish", "contains": [{"id": 1123, "work": "6", "translators": [378], "title": "Extinci\u00f3n. Un desmoronamiento"}], "publisher": {"id": 339, "name": "Alfaguara"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_046": {"id": null, "signatur": "spa_046", "erstpublikation": false, "parents": ["spa_031", "spa_044"], "more": null, "title": "Hormig\u00f3n. Extinci\u00f3n", "year": 2014, "language": "spanish", "contains": [{"id": 1119, "work": "3", "translators": [378], "title": "Hormig\u00f3n"}, {"id": 1123, "work": "6", "translators": [378], "title": "Extinci\u00f3n. Un desmoronamiento"}], "publisher": {"id": 339, "name": "Alfaguara"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "spa_047": {"id": null, "signatur": "spa_047", "erstpublikation": true, "parents": null, "more": null, "title": "En las alturas. Tentativa de salvamento, absurdo", "year": 1992, "language": "spanish", "contains": [{"id": 1124, "work": "84", "translators": [378], "title": "En las alturas. Tentativa de salvamento, absurdo"}], "publisher": {"id": 339, "name": "Anagrama"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_048": {"id": null, "signatur": "spa_048", "erstpublikation": false, "parents": ["spa_047"], "more": null, "title": "En las alturas. Tentativa de salvamento, absurdo", "year": 2017, "language": "spanish", "contains": [{"id": 1124, "work": "84", "translators": [378], "title": "En las alturas. Tentativa de salvamento, absurdo"}], "publisher": {"id": 334, "name": "El cuenco de plata (Argentina)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_049": {"id": null, "signatur": "spa_049", "erstpublikation": true, "parents": null, "more": null, "title": "Relatos", "year": 1987, "language": "spanish", "contains": [{"id": 1125, "work": "67", "translators": [378], "title": "Amras"}, {"id": 1126, "work": "66", "translators": [378], "title": "Ungenach"}, {"id": 1127, "work": "68", "translators": [378], "title": "Jugar al watten"}, {"id": 1128, "work": "10", "translators": [378], "title": "Andar"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_050": {"id": null, "signatur": "spa_050", "erstpublikation": true, "parents": null, "more": null, "title": "El carpintero y otros relatos", "year": 1993, "language": "spanish", "contains": [{"id": 1129, "work": "70", "translators": [378], "title": "El carpintiero"}, {"id": 1130, "work": "71", "translators": [378], "title": "Jauregg"}, {"id": 1131, "work": "72", "translators": [378], "title": "Dos preceptores"}, {"id": 1132, "work": "73", "translators": [378], "title": "La gorra"}, {"id": 1133, "work": "74", "translators": [378], "title": "\u00bfEs una comedia? \u00bfEs una tragedia?"}, {"id": 1134, "work": "76", "translators": [378], "title": "Agregado en la Embajada de Francia"}, {"id": 1135, "work": "78", "translators": [378], "title": "Midland en Stilfs"}, {"id": 1136, "work": "116", "translators": [378], "title": "El abrigo de loden"}, {"id": 1137, "work": "80", "translators": [378], "title": "En el Ortler"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_051": {"id": null, "signatur": "spa_051", "erstpublikation": true, "parents": null, "more": null, "title": "Acontecimientos y relatos", "year": 1997, "language": "spanish", "contains": [{"id": 1138, "work": "58", "translators": [378], "title": "Acontecimientos"}, {"id": 1139, "work": "92", "translators": [378], "title": "Hambre grande, inconcebible"}, {"id": 1140, "work": "129", "translators": [378], "title": "Un joven escritor"}, {"id": 1141, "work": "69", "translators": [378], "title": "El crimen del hijo de un comerciante de Innsbruck"}, {"id": 1142, "work": "77", "translators": [378], "title": "En la linde de los \u00e1rboles"}, {"id": 1143, "work": "75", "translators": [378], "title": "V\u00edctor Seminecio"}, {"id": 1144, "work": "51", "translators": [378], "title": "Goethe se mmmuere"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_052": {"id": null, "signatur": "spa_052", "erstpublikation": false, "parents": ["spa_050", "spa_049", "spa_051"], "more": null, "title": "Relatos", "year": 2009, "language": "spanish", "contains": [{"id": 1132, "work": "73", "translators": [378], "title": "La gorra"}, {"id": 1133, "work": "74", "translators": [378], "title": "\u00bfEs una comedia? \u00bfEs una tragedia?"}, {"id": 1135, "work": "78", "translators": [378], "title": "Midland en Stilfs"}, {"id": 1126, "work": "66", "translators": [378], "title": "Ungenach"}, {"id": 1127, "work": "68", "translators": [378], "title": "Jugar al watten"}, {"id": 1142, "work": "77", "translators": [378], "title": "En la linde de los \u00e1rboles"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_053": {"id": null, "signatur": "spa_053", "erstpublikation": false, "parents": ["spa_050", "spa_049"], "more": null, "title": "Relatos", "year": 2017, "language": "spanish", "contains": [{"id": 1132, "work": "73", "translators": [378], "title": "La gorra"}, {"id": 1133, "work": "74", "translators": [378], "title": "\u00bfEs una comedia? \u00bfEs una tragedia?"}, {"id": 1135, "work": "78", "translators": [378], "title": "Midland en Stilfs"}, {"id": 1126, "work": "66", "translators": [378], "title": "Ungenach"}, {"id": 1127, "work": "68", "translators": [378], "title": "Jugar al watten"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "spa_054": {"id": null, "signatur": "spa_054", "erstpublikation": false, "parents": ["spa_049"], "more": null, "title": "Amras", "year": 2009, "language": "spanish", "contains": [{"id": 1125, "work": "67", "translators": [378], "title": "Amras"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_055": {"id": null, "signatur": "spa_055", "erstpublikation": true, "parents": null, "more": null, "title": "Los comebarato", "year": 1989, "language": "spanish", "contains": [{"id": 1145, "work": "82", "translators": [375], "title": "Los comebarato"}], "publisher": {"id": 333, "name": "C\u00e1tedra"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_056": {"id": null, "signatur": "spa_056", "erstpublikation": false, "parents": ["spa_055"], "more": null, "title": "Los comebarato", "year": 2012, "language": "spanish", "contains": [{"id": 1145, "work": "82", "translators": [375], "title": "Los comebarato"}], "publisher": {"id": 333, "name": "C\u00e1tedra"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_057": {"id": null, "signatur": "spa_057", "erstpublikation": true, "parents": null, "more": null, "title": "Goethe se muere", "year": 2012, "language": "spanish", "contains": [{"id": 1144, "work": "51", "translators": [378], "title": "Goethe se mmmuere"}, {"id": 1146, "work": "52", "translators": [378], "title": "Montaigne"}, {"id": 1147, "work": "53", "translators": [378], "title": "Reencuentro"}, {"id": 1148, "work": "54", "translators": [378], "title": "Ard\u00eda"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_058": {"id": null, "signatur": "spa_058", "erstpublikation": true, "parents": null, "more": null, "title": "En busca de la verdad. Discursos, cartas de lector, entrevistas, art\u00edculos", "year": 2014, "language": "spanish", "contains": [{"id": 1149, "work": "83", "translators": [378], "title": "En busca de la verdad. Discursos, cartas de lector, entrevistas, art\u00edculos"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_059": {"id": null, "signatur": "spa_059", "erstpublikation": true, "parents": null, "more": null, "title": "\u00bfLe gusta ser malvado? Conversaci\u00f3n noctura entre Thomas Bernhard y Peter Hamm en la casa de Bernhard en Ohlsdorf, 1977", "year": 2013, "language": "spanish", "contains": [{"id": 1150, "work": "190", "translators": [378], "title": "\u00bfLe gusta ser malvado? Conversaci\u00f3n noctura entre Thomas Bernhard y Peter Hamm en la casa de Bernhard en Ohlsdorf, 1977"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_060": {"id": null, "signatur": "spa_060", "erstpublikation": true, "parents": null, "more": null, "title": "El imititador de voces", "year": 1984, "language": "spanish", "contains": [{"id": 1151, "work": "9", "translators": [378], "title": "El imititador de voces"}], "publisher": {"id": 339, "name": "Alfaguara"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_061": {"id": null, "signatur": "spa_061", "erstpublikation": false, "parents": ["spa_060", "spa_064"], "more": null, "title": "El imititador de voces. Teatro", "year": 2013, "language": "spanish", "contains": [{"id": 1151, "work": "9", "translators": [378], "title": "El imititador de voces"}, {"id": 1152, "work": "27", "translators": [378], "title": "El ignorante y el demente"}, {"id": 1153, "work": "21", "translators": [378], "title": "La partida de caza"}, {"id": 1154, "work": "22", "translators": [378], "title": "La fuerza de la costumbre"}], "publisher": {"id": 339, "name": "Alfaguara"}, "categories": ["prose \\ drama & libretti", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_062": {"id": null, "signatur": "spa_062", "erstpublikation": false, "parents": ["spa_060"], "more": null, "title": "El imititador de voces", "year": 1999, "language": "spanish", "contains": [{"id": 1151, "work": "9", "translators": [378], "title": "El imititador de voces"}], "publisher": {"id": 339, "name": "Alfaguara"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "spa_063": {"id": null, "signatur": "spa_063", "erstpublikation": false, "parents": ["spa_060"], "more": null, "title": "El imititador de voces", "year": 2010, "language": "spanish", "contains": [{"id": 1151, "work": "9", "translators": [378], "title": "El imititador de voces"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "spa_064": {"id": null, "signatur": "spa_064", "erstpublikation": true, "parents": null, "more": null, "title": "Teatro. El ignorante y el demente. La partida de caza. La fuerza de la costumbre", "year": 1987, "language": "spanish", "contains": [{"id": 1152, "work": "27", "translators": [378], "title": "El ignorante y el demente"}, {"id": 1153, "work": "21", "translators": [378], "title": "La partida de caza"}, {"id": 1154, "work": "22", "translators": [378], "title": "La fuerza de la costumbre"}], "publisher": {"id": 339, "name": "Alfaguara"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_065": {"id": null, "signatur": "spa_065", "erstpublikation": false, "parents": ["spa_064"], "more": null, "title": "Teatro", "year": 1990, "language": "spanish", "contains": [{"id": 1152, "work": "27", "translators": [378], "title": "El ignorante y el demente"}, {"id": 1153, "work": "21", "translators": [378], "title": "La partida de caza"}, {"id": 1154, "work": "22", "translators": [378], "title": "La fuerza de la costumbre"}], "publisher": {"id": 339, "name": "Alfaguara"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_066": {"id": null, "signatur": "spa_066", "erstpublikation": false, "parents": ["spa_064"], "more": null, "title": "El ignorante y el demente. La partida de caza. La fuerza del costumbre", "year": 2003, "language": "spanish", "contains": [{"id": 1152, "work": "27", "translators": [378], "title": "El ignorante y el demente"}, {"id": 1153, "work": "21", "translators": [378], "title": "La partida de caza"}, {"id": 1154, "work": "22", "translators": [378], "title": "La fuerza de la costumbre"}], "publisher": {"id": 334, "name": "Hiru Teatro"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "spa_067": {"id": null, "signatur": "spa_067", "erstpublikation": true, "parents": null, "more": null, "title": "El reformador des mundo. Simplemente complicado. Las aspariencias enga\u00f1an", "year": 2001, "language": "spanish", "contains": [{"id": 1155, "work": "28", "translators": [378], "title": "El reformador des mundo"}, {"id": 1156, "work": "20", "translators": [378], "title": "Simplemente complicado"}, {"id": 1157, "work": "23", "translators": [378], "title": "Las aspariencias enga\u00f1an"}], "publisher": {"id": 334, "name": "Hiru Teatro"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_068": {"id": null, "signatur": "spa_068", "erstpublikation": true, "parents": null, "more": null, "title": "Immanuel Kant y Comida alemana que include los dramolette: Un muerto. El mes de Mar\u00eda. Partido. Absoluci\u00f3n. Helados. Comida alemana. Todo o nada", "year": 2005, "language": "spanish", "contains": [{"id": 1158, "work": "26", "translators": [378], "title": "Immanuel Kant"}, {"id": 1159, "work": "37", "translators": [378], "title": "Un muerto"}, {"id": 1160, "work": "38", "translators": [378], "title": "El mes de Mar\u00eda"}, {"id": 1161, "work": "39", "translators": [378], "title": "Partido"}, {"id": 1162, "work": "40", "translators": [378], "title": "Absoluci\u00f3n"}, {"id": 1163, "work": "41", "translators": [378], "title": "Helados"}, {"id": 1164, "work": "49", "translators": [378], "title": "Comida alemana"}, {"id": 1165, "work": "43", "translators": [378], "title": "Todo o nada"}], "publisher": {"id": 334, "name": "Hiru Teatro"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_069": {"id": null, "signatur": "spa_069", "erstpublikation": true, "parents": null, "more": null, "title": "El presidente. Los famosos. La paz reina en las cumbres", "year": 2005, "language": "spanish", "contains": [{"id": 1166, "work": "11", "translators": [378], "title": "El presidente"}, {"id": 1167, "work": "16", "translators": [378], "title": "Los famosos"}, {"id": 1168, "work": "29", "translators": [378], "title": "La paz reina en las cumbres"}], "publisher": {"id": 334, "name": "Hiru Teatro"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_070": {"id": null, "signatur": "spa_070", "erstpublikation": true, "parents": null, "more": null, "title": "Una fiesta para Boris. En la meta. El teatrero", "year": 2001, "language": "spanish", "contains": [{"id": 1169, "work": "25", "translators": [378], "title": "Una fiesta para Boris"}, {"id": 1170, "work": "19", "translators": [378], "title": "En la meta"}, {"id": 1171, "work": "13", "translators": [378], "title": "El teatrero"}], "publisher": {"id": 334, "name": "Hiru Teatro"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_071": {"id": null, "signatur": "spa_071", "erstpublikation": true, "parents": null, "more": null, "title": "Ante la jubilaci\u00f3n (Comedia del alma alemana). Minetti. Ritter, Dene, Voss", "year": 2000, "language": "spanish", "contains": [{"id": 1172, "work": "18", "translators": [378], "title": "Ante la jubilaci\u00f3n (Comedia del alma alemana)"}, {"id": 1173, "work": "17", "translators": [378], "title": "Minetti"}, {"id": 1174, "work": "30", "translators": [378], "title": "Ritter, Dene, Voss"}], "publisher": {"id": 334, "name": "Hiru Teatro"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_072": {"id": null, "signatur": "spa_072", "erstpublikation": true, "parents": null, "more": null, "title": "Isabel II y Tres dramolette: Claus Peymann deja Bochum y se va a Viena de director del Burgtheater. Claus Peymann se compra unos pantalones y luego nos vamos a comer. Claus Peymann y Hermann Beil en la Sulzwiese", "year": 2005, "language": "spanish", "contains": [{"id": 1175, "work": "24", "translators": [378], "title": "Isabel II"}, {"id": 1176, "work": "61", "translators": [378], "title": "Claus Peymann deja Bochum y se va a Viena de director del Burgtheater"}, {"id": 1177, "work": "62", "translators": [378], "title": "Claus Peymann se compra unos pantalones y luego nos vamos a comer"}, {"id": 1178, "work": "46", "translators": [378], "title": "Claus Peymann y Hermann Beil en la Sulzwiese"}], "publisher": {"id": 334, "name": "Hiru Teatro"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_073": {"id": null, "signatur": "spa_073", "erstpublikation": true, "parents": null, "more": null, "title": "Heldenplatz (Plaza de los H\u00e9roes)", "year": 1998, "language": "spanish", "contains": [{"id": 1179, "work": "12", "translators": [378], "title": "Heldenplatz (Plaza de los H\u00e9roes)"}], "publisher": {"id": 334, "name": "Hiru Teatro"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_074": {"id": null, "signatur": "spa_074", "erstpublikation": false, "parents": ["spa_073"], "more": null, "title": "Heldenplatz", "year": 2016, "language": "spanish", "contains": [{"id": 1179, "work": "12", "translators": [378], "title": "Heldenplatz (Plaza de los H\u00e9roes)"}], "publisher": {"id": 334, "name": "El cuenco de plata (Argentina)"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_075": {"id": null, "signatur": "spa_075", "erstpublikation": true, "parents": null, "more": null, "title": "Conversaciones con Thomas Bernhard", "year": 2006, "language": "spanish", "contains": [{"id": 1180, "work": "124", "translators": [378], "title": "Conversaciones con Thomas Bernhard"}], "publisher": {"id": 339, "name": "Anagrama"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "spa_076": {"id": null, "signatur": "spa_076", "erstpublikation": true, "parents": null, "more": null, "title": "El origen", "year": 1984, "language": "spanish", "contains": [{"id": 1181, "work": "7", "translators": [378], "title": "El origen. Una indicaci\u00f3n"}], "publisher": {"id": 339, "name": "Anagrama"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "spa_077": {"id": null, "signatur": "spa_077", "erstpublikation": true, "parents": null, "more": null, "title": "El s\u00f3tano", "year": 1984, "language": "spanish", "contains": [{"id": 1182, "work": "59", "translators": [378], "title": "El s\u00f3tano"}], "publisher": {"id": 339, "name": "Anagrama"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "spa_078": {"id": null, "signatur": "spa_078", "erstpublikation": true, "parents": null, "more": null, "title": "El aliento", "year": 1985, "language": "spanish", "contains": [{"id": 1183, "work": "56", "translators": [378], "title": "El aliento"}], "publisher": {"id": 339, "name": "Anagrama"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "spa_079": {"id": null, "signatur": "spa_079", "erstpublikation": true, "parents": null, "more": null, "title": "El fr\u00edo", "year": 1985, "language": "spanish", "contains": [{"id": 1184, "work": "60", "translators": [378], "title": "El fr\u00edo"}], "publisher": {"id": 339, "name": "Anagrama"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "spa_080": {"id": null, "signatur": "spa_080", "erstpublikation": true, "parents": null, "more": null, "title": "Un ni\u00f1o", "year": 1987, "language": "spanish", "contains": [{"id": 1185, "work": "50", "translators": [378], "title": "Un ni\u00f1o"}], "publisher": {"id": 339, "name": "Anagrama"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "spa_081": {"id": null, "signatur": "spa_081", "erstpublikation": true, "parents": null, "more": null, "title": "Relatos autobiogr\u00e1ficos. El origen, El s\u00f3tano, El aliento, El fr\u00edo, Un ni\u00f1o", "year": 2009, "language": "spanish", "contains": [{"id": 1181, "work": "7", "translators": [378], "title": "El origen. Una indicaci\u00f3n"}, {"id": 1182, "work": "59", "translators": [378], "title": "El s\u00f3tano"}, {"id": 1183, "work": "56", "translators": [378], "title": "El aliento"}, {"id": 1184, "work": "60", "translators": [378], "title": "El fr\u00edo"}, {"id": 1185, "work": "50", "translators": [378], "title": "Un ni\u00f1o"}], "publisher": {"id": 339, "name": "Anagrama"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "spa_082": {"id": null, "signatur": "spa_082", "erstpublikation": true, "parents": null, "more": null, "title": "El Italiano", "year": 2001, "language": "spanish", "contains": [{"id": 1186, "work": "117", "translators": [378], "title": "El Italiano"}, {"id": 1187, "work": "115", "translators": [378], "title": "Tres dias"}], "publisher": {"id": 334, "name": "Alianza"}, "categories": ["prose \\ letters, speeches, interviews", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "spa_083": {"id": null, "signatur": "spa_083", "erstpublikation": true, "parents": null, "more": null, "title": "El Kulterer", "year": 2019, "language": "spanish", "contains": [{"id": 1188, "work": "122", "translators": [378], "title": "El Kulterer"}], "publisher": {"id": 334, "name": "Funambulista"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "spa_085": {"id": null, "signatur": "spa_085", "erstpublikation": true, "parents": null, "more": null, "title": "Almuerzo en casa de Ludwig W.", "year": 1999, "language": "spanish", "contains": [{"id": 1189, "work": "30", "translators": [376], "title": "Almuerzo en casa de Ludwig W."}], "publisher": {"id": 336, "name": "Adriana Hidalogo"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "spa_086": {"id": null, "signatur": "spa_086", "erstpublikation": false, "parents": ["spa_017"], "more": null, "title": "Trastorno", "year": 1991, "language": "spanish", "contains": [{"id": 1115, "work": "4", "translators": [378], "title": "Trastorno"}], "publisher": {"id": 337, "name": "Alfaguara (Mexico)"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "spa_087": {"id": null, "signatur": "spa_087", "erstpublikation": false, "parents": ["spa_029"], "more": null, "title": "El sobrino de Wittgenstein", "year": 2013, "language": "spanish", "contains": [{"id": 1118, "work": "2", "translators": [378], "title": "El sobrino de Wittgenstein. Una amistad"}], "publisher": {"id": 338, "name": "Editorial Arte y Literatura (Cuba)"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "spa_088": {"id": null, "signatur": "spa_088", "erstpublikation": false, "parents": ["spa_081"], "more": null, "title": "Relatos autobiogr\u00e1ficos. El origen, El s\u00f3tano, El aliento, El fr\u00edo, Un ni\u00f1o", "year": 2023, "language": "spanish", "contains": [{"id": 1181, "work": "7", "translators": [378], "title": "El origen. Una indicaci\u00f3n"}, {"id": 1182, "work": "59", "translators": [378], "title": "El s\u00f3tano"}, {"id": 1183, "work": "56", "translators": [378], "title": "El aliento"}, {"id": 1184, "work": "60", "translators": [378], "title": "El fr\u00edo"}, {"id": 1185, "work": "50", "translators": [378], "title": "Un ni\u00f1o"}], "publisher": {"id": 339, "name": "Anagrama"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "spa_089": {"id": null, "signatur": "spa_089", "erstpublikation": false, "parents": ["spa_022"], "more": null, "title": "El malogrado", "year": 1997, "language": "spanish", "contains": [{"id": 1116, "work": "5", "translators": [378], "title": "El malogrado"}], "publisher": {"id": 339, "name": "Alfaguara"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "spa_091": {"id": null, "signatur": "spa_091", "erstpublikation": false, "parents": ["spa_076"], "more": null, "title": "El origen", "year": 2010, "language": "spanish", "contains": [{"id": 1181, "work": "7", "translators": [378], "title": "El origen. Una indicaci\u00f3n"}], "publisher": {"id": 339, "name": "Anagrama"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "spa_092": {"id": null, "signatur": "spa_092", "erstpublikation": true, "parents": null, "more": null, "title": "Thomas Bernhard: Dos Cuentos", "year": 1999, "language": "spanish", "contains": [{"id": 1190, "work": "89", "translators": [378], "title": "Magdalena la Loca"}, {"id": 1191, "work": "92", "translators": [378], "title": "Hambre indescriptible"}], "publisher": {"id": 339, "name": "Cronica dominical 3/129, 20.06.1999"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "swe_001": {"id": null, "signatur": "swe_001", "erstpublikation": true, "parents": null, "more": null, "title": "Kalkbruket", "year": 1972, "language": "swedish", "contains": [{"id": 1192, "work": "48", "translators": [383], "title": "Kalkbruket"}], "publisher": {"id": 342, "name": "Norstedts"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_002": {"id": null, "signatur": "swe_002", "erstpublikation": true, "parents": null, "more": null, "title": "Betong", "year": 1985, "language": "swedish", "contains": [{"id": 1193, "work": "3", "translators": [383], "title": "Betong"}], "publisher": {"id": 342, "name": "Norstedts"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_003": {"id": null, "signatur": "swe_003", "erstpublikation": false, "parents": ["swe_002"], "more": null, "title": "Betong", "year": 2023, "language": "swedish", "contains": [{"id": 1193, "work": "3", "translators": [383], "title": "Betong"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "swe_004": {"id": null, "signatur": "swe_004", "erstpublikation": true, "parents": null, "more": null, "title": "Utpl\u00e5ning. Ett s\u00f6nderfall", "year": 1993, "language": "swedish", "contains": [{"id": 1194, "work": "6", "translators": [383], "title": "Utpl\u00e5ning. Ett s\u00f6nderfall"}], "publisher": {"id": 342, "name": "Norstedts"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "swe_005": {"id": null, "signatur": "swe_005", "erstpublikation": false, "parents": ["swe_004"], "more": null, "title": "Utpl\u00e5ning. Ett s\u00f6nderfall", "year": 2015, "language": "swedish", "contains": [{"id": 1194, "work": "6", "translators": [383], "title": "Utpl\u00e5ning. Ett s\u00f6nderfall"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_006": {"id": null, "signatur": "swe_006", "erstpublikation": true, "parents": null, "more": null, "title": "Helt enkelt komplicerat och andra texter", "year": 1991, "language": "swedish", "contains": [{"id": 1195, "work": "115", "translators": [381], "title": "Tre dafar"}, {"id": 1196, "work": "10", "translators": [381, 382], "title": "G\u00e5"}, {"id": 1197, "work": "20", "translators": [382], "title": "Helt enkelt komplicerat"}], "publisher": {"id": 342, "name": "Norstedts"}, "categories": ["drama & libretti \\ prose \\ letters, speeches, interviews", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_007": {"id": null, "signatur": "swe_007", "erstpublikation": true, "parents": null, "more": null, "title": "Wittgensteins brorson. En v\u00e4nskap", "year": 1988, "language": "swedish", "contains": [{"id": 1198, "work": "2", "translators": [383], "title": "Wittgensteins brorson. En v\u00e4nskap"}], "publisher": {"id": 342, "name": "Norstedts"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "swe_008": {"id": null, "signatur": "swe_008", "erstpublikation": false, "parents": ["swe_007"], "more": null, "title": "Wittgensteins brorson. En v\u00e4nskap", "year": 2011, "language": "swedish", "contains": [{"id": 1198, "work": "2", "translators": [383], "title": "Wittgensteins brorson. En v\u00e4nskap"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_009": {"id": null, "signatur": "swe_009", "erstpublikation": true, "parents": null, "more": null, "title": "Ave Vergilius", "year": 2021, "language": "swedish", "contains": [{"id": 1199, "work": "113", "translators": [387], "title": "Ave Vergilius"}], "publisher": {"id": 342, "name": "Ellerstr\u00f6ms"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_010": {"id": null, "signatur": "swe_010", "erstpublikation": true, "parents": null, "more": null, "title": "Fyra kortromaner. Amras. Ungenach. Watten. Billig\u00e4terna", "year": 2021, "language": "swedish", "contains": [{"id": 1200, "work": "67", "translators": [387], "title": "Amras"}, {"id": 1201, "work": "66", "translators": [387], "title": "Ungenach"}, {"id": 1202, "work": "68", "translators": [387], "title": "Watten"}, {"id": 1203, "work": "82", "translators": [387], "title": "Billig\u00e4terna"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_011": {"id": null, "signatur": "swe_011", "erstpublikation": true, "parents": null, "more": null, "title": "Tre dramer. Jakts\u00e4llskapet. Minetti. Ritter, Dene, Voss", "year": 2018, "language": "swedish", "contains": [{"id": 1204, "work": "21", "translators": [387], "title": "Jakts\u00e4llskapet"}, {"id": 1205, "work": "17", "translators": [387], "title": "Minetti"}, {"id": 1206, "work": "30", "translators": [387], "title": "Ritter, Dene, Voss"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_012": {"id": null, "signatur": "swe_012", "erstpublikation": true, "parents": null, "more": null, "title": "Skogshuggning", "year": 2007, "language": "swedish", "contains": [{"id": 1207, "work": "14", "translators": [387], "title": "Skogshuggning"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_013": {"id": null, "signatur": "swe_013", "erstpublikation": false, "parents": ["swe_012"], "more": null, "title": "Skogshuggning", "year": 2013, "language": "swedish", "contains": [{"id": 1207, "work": "14", "translators": [387], "title": "Skogshuggning"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "swe_014": {"id": null, "signatur": "swe_014", "erstpublikation": true, "parents": null, "more": null, "title": "Korrigering", "year": 2014, "language": "swedish", "contains": [{"id": 1208, "work": "65", "translators": [387], "title": "Korrigering"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_015": {"id": null, "signatur": "swe_015", "erstpublikation": false, "parents": ["swe_014"], "more": null, "title": "Korrigering", "year": 2022, "language": "swedish", "contains": [{"id": 1208, "work": "65", "translators": [387], "title": "Korrigering"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_016": {"id": null, "signatur": "swe_016", "erstpublikation": true, "parents": null, "more": null, "title": "Frost", "year": 2013, "language": "swedish", "contains": [{"id": 1209, "work": "47", "translators": [387], "title": "Frost"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_017": {"id": null, "signatur": "swe_017", "erstpublikation": true, "parents": null, "more": null, "title": "Gamla m\u00e4stare. Komedi", "year": 2010, "language": "swedish", "contains": [{"id": 1210, "work": "1", "translators": [387], "title": "Gamla m\u00e4stare. Komedi"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_018": {"id": null, "signatur": "swe_018", "erstpublikation": true, "parents": null, "more": null, "title": "Anst\u00f6t", "year": 2019, "language": "swedish", "contains": [{"id": 1211, "work": "4", "translators": [387], "title": "Anst\u00f6t"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_019": {"id": null, "signatur": "swe_019", "erstpublikation": true, "parents": null, "more": null, "title": "Ja", "year": 2017, "language": "swedish", "contains": [{"id": 1212, "work": "15", "translators": [387], "title": "Ja"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_020": {"id": null, "signatur": "swe_020", "erstpublikation": true, "parents": null, "more": null, "title": "G\u00e5", "year": 2017, "language": "swedish", "contains": [{"id": 1213, "work": "10", "translators": [387], "title": "G\u00e5"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_021": {"id": null, "signatur": "swe_021", "erstpublikation": true, "parents": null, "more": null, "title": "Underg\u00e5ngaren", "year": 2004, "language": "swedish", "contains": [{"id": 1214, "work": "5", "translators": [387], "title": "Underg\u00e5ngaren"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_022": {"id": null, "signatur": "swe_022", "erstpublikation": true, "parents": null, "more": null, "title": "Heldenplatz", "year": 2011, "language": "swedish", "contains": [{"id": 1215, "work": "12", "translators": [387], "title": "Heldenplatz"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_023": {"id": null, "signatur": "swe_023", "erstpublikation": true, "parents": null, "more": null, "title": "Mina priser", "year": 2011, "language": "swedish", "contains": [{"id": 1216, "work": "8", "translators": [387], "title": "Mina priser"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_024": {"id": null, "signatur": "swe_024", "erstpublikation": true, "parents": null, "more": null, "title": "R\u00f6stimitat\u00f6ren", "year": 2022, "language": "swedish", "contains": [{"id": 1217, "work": "9", "translators": [387], "title": "R\u00f6stimitat\u00f6ren"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_025": {"id": null, "signatur": "swe_025", "erstpublikation": true, "parents": null, "more": null, "title": "Sj\u00e4lvbiografierna", "year": 2011, "language": "swedish", "contains": [{"id": 1218, "work": "7", "translators": [387], "title": "Orsaken: En antydan"}, {"id": 1219, "work": "59", "translators": [387], "title": "K\u00e4llaren: En frig\u00f6relse"}, {"id": 1220, "work": "56", "translators": [387], "title": " Andh\u00e4mtningen: Ett avg\u00f6rande"}, {"id": 1221, "work": "60", "translators": [387], "title": "Kylan: En isolering"}, {"id": 1222, "work": "50", "translators": [387], "title": "Ett barn"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "swe_026": {"id": null, "signatur": "swe_026", "erstpublikation": false, "parents": ["swe_025"], "more": null, "title": "Sj\u00e4lvbiografierna", "year": 2022, "language": "swedish", "contains": [{"id": 1218, "work": "7", "translators": [387], "title": "Orsaken: En antydan"}, {"id": 1219, "work": "59", "translators": [387], "title": "K\u00e4llaren: En frig\u00f6relse"}, {"id": 1220, "work": "56", "translators": [387], "title": " Andh\u00e4mtningen: Ett avg\u00f6rande"}, {"id": 1221, "work": "60", "translators": [387], "title": "Kylan: En isolering"}, {"id": 1222, "work": "50", "translators": [387], "title": "Ett barn"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "swe_027": {"id": null, "signatur": "swe_027", "erstpublikation": true, "parents": null, "more": null, "title": "Goethe d\u00f6\u00f6r (och annan kortprosa)", "year": 2023, "language": "swedish", "contains": [{"id": 1223, "work": "51", "translators": [387], "title": "Goethe d\u00f6\u00f6r"}, {"id": 1224, "work": "52", "translators": [387], "title": "Montaigne"}, {"id": 1225, "work": "53", "translators": [387], "title": "\u00c5terseende"}, {"id": 1226, "work": "54", "translators": [387], "title": "F\u00f6rt\u00e4rt i l\u00e5gor"}, {"id": 1227, "work": "77", "translators": [387], "title": "Vid tr\u00e4dgrensen"}, {"id": 1228, "work": "122", "translators": [387], "title": "Kulterer"}, {"id": 1229, "work": "117", "translators": [387], "title": "Italienaren"}, {"id": 1230, "work": "78", "translators": [387], "title": "Midland i Stilfs"}, {"id": 1231, "work": "116", "translators": [387], "title": "Regncapen"}, {"id": 1232, "work": "80", "translators": [387], "title": "P\u00e5 Ortler"}, {"id": 1233, "work": "224", "translators": [387], "title": "Tilldragelser"}], "publisher": {"id": 343, "name": "Tranan"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "swe_028": {"id": null, "signatur": "swe_028", "erstpublikation": true, "parents": null, "more": null, "title": "Claus Peymann k\u00f6per sig ett par byxor och g\u00e5r ut med mig och \u00e4ter. Tre damoletter", "year": 2022, "language": "swedish", "contains": [{"id": 1234, "work": "61", "translators": [386], "title": "Claus Peymann l\u00e4mnar Bochum och \u00e5ker till Wien som Burgtheaterchef"}, {"id": 1235, "work": "62", "translators": [386], "title": "Claus Peymann k\u00f6per sig ett par byxor och g\u00e5r ut med mig och \u00e4ter"}, {"id": 1236, "work": "46", "translators": [386], "title": "Claus Peymann och Hermann Beil p\u00e5 Sulzwiese"}], "publisher": {"id": 345, "name": "Svenska Thomas Bernhards\u00e4llskapet"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "swe_029": {"id": null, "signatur": "swe_029", "erstpublikation": true, "parents": null, "more": null, "title": "Orsaken. En antydan", "year": 1986, "language": "swedish", "contains": [{"id": 1237, "work": "7", "translators": [387], "title": "Orsaken. En antydan"}], "publisher": {"id": 345, "name": "Alba"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "swe_030": {"id": null, "signatur": "swe_030", "erstpublikation": true, "parents": null, "more": null, "title": "K\u00e4llaren. En frig\u00f6relse", "year": 1987, "language": "swedish", "contains": [{"id": 1238, "work": "59", "translators": [387], "title": "K\u00e4llaren. En frig\u00f6relse"}], "publisher": {"id": 345, "name": "Alba"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "swe_031": {"id": null, "signatur": "swe_031", "erstpublikation": true, "parents": null, "more": null, "title": "Andh\u00e4mtningen. Ett avg\u00f6rande", "year": 1988, "language": "swedish", "contains": [{"id": 1220, "work": "56", "translators": [387], "title": " Andh\u00e4mtningen: Ett avg\u00f6rande"}], "publisher": {"id": 345, "name": "Alba"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "swe_032": {"id": null, "signatur": "swe_032", "erstpublikation": true, "parents": null, "more": null, "title": "Kylan: En isolering", "year": 1989, "language": "swedish", "contains": [{"id": 1239, "work": "60", "translators": [387], "title": "Kylan: En isolering"}], "publisher": {"id": 345, "name": "Alba"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "swe_033": {"id": null, "signatur": "swe_033", "erstpublikation": true, "parents": null, "more": null, "title": "Ett barn", "year": 1990, "language": "swedish", "contains": [{"id": 1222, "work": "50", "translators": [387], "title": "Ett barn"}], "publisher": {"id": 345, "name": "Alba"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "swe_034": {"id": null, "signatur": "swe_034", "erstpublikation": true, "parents": null, "more": null, "title": "\u2013ett m\u00f6te. Samtal med Krista Fleischmann", "year": 2023, "language": "swedish", "contains": [{"id": 1240, "work": "125", "translators": [387], "title": "\u2013ett m\u00f6te. Samtal med Krista Fleischmann"}], "publisher": {"id": 345, "name": "Svenska Thomas Bernhards\u00e4llskapet"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "tur_001": {"id": null, "signatur": "tur_001", "erstpublikation": true, "parents": null, "more": null, "title": "Wittgenstein'\u0131n Ye\u011feni. Bir Dostluk", "year": 1989, "language": "turkish", "contains": [{"id": 1241, "work": "2", "translators": [399], "title": "Wittgenstein'\u0131n Ye\u011feni. Bir Dostluk"}], "publisher": {"id": 346, "name": "Metis"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_002": {"id": null, "signatur": "tur_002", "erstpublikation": false, "parents": ["tur_001"], "more": null, "title": "Wittgenstein'\u0131n Ye\u011feni. Bir Dostluk", "year": 2005, "language": "turkish", "contains": [{"id": 1241, "work": "2", "translators": [399], "title": "Wittgenstein'\u0131n Ye\u011feni. Bir Dostluk"}], "publisher": {"id": 346, "name": "Metis"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "tur_003": {"id": null, "signatur": "tur_003", "erstpublikation": true, "parents": null, "more": null, "title": "Odun Kesmek. Bir \u00d6fke", "year": 1992, "language": "turkish", "contains": [{"id": 1242, "work": "14", "translators": [403], "title": "Odun Kesmek. Bir \u00d6fke"}], "publisher": {"id": 346, "name": "Simavi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_004": {"id": null, "signatur": "tur_004", "erstpublikation": false, "parents": ["tur_003"], "more": null, "title": "Odun Kesmek. Bir \u00d6fke", "year": 1999, "language": "turkish", "contains": [{"id": 1242, "work": "14", "translators": [403], "title": "Odun Kesmek. Bir \u00d6fke"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_005": {"id": null, "signatur": "tur_005", "erstpublikation": false, "parents": ["tur_003"], "more": null, "title": "Odun Kesmek. Bir \u00d6fke", "year": 2011, "language": "turkish", "contains": [{"id": 1242, "work": "14", "translators": [403], "title": "Odun Kesmek. Bir \u00d6fke"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "tur_006": {"id": null, "signatur": "tur_006", "erstpublikation": true, "parents": null, "more": null, "title": "Eski Ustalar", "year": 2002, "language": "turkish", "contains": [{"id": 1243, "work": "1", "translators": [403], "title": "Eski Ustalar"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_007": {"id": null, "signatur": "tur_007", "erstpublikation": true, "parents": null, "more": null, "title": "Bitik Adam", "year": 2000, "language": "turkish", "contains": [{"id": 1244, "work": "5", "translators": [403], "title": "Bitik Adam"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_008": {"id": null, "signatur": "tur_008", "erstpublikation": false, "parents": ["tur_007"], "more": null, "title": "Bitik Adam", "year": 2020, "language": "turkish", "contains": [{"id": 1244, "work": "5", "translators": [403], "title": "Bitik Adam"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "tur_009": {"id": null, "signatur": "tur_009", "erstpublikation": false, "parents": ["tur_007"], "more": null, "title": "Bitik Adam", "year": 2012, "language": "turkish", "contains": [{"id": 1244, "work": "5", "translators": [403], "title": "Bitik Adam"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "tur_010": {"id": null, "signatur": "tur_010", "erstpublikation": true, "parents": null, "more": null, "title": "Kire\u00e7 Oca\u011f\u0131", "year": 2015, "language": "turkish", "contains": [{"id": 1245, "work": "48", "translators": [403], "title": "Kire\u00e7 Oca\u011f\u0131"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_011": {"id": null, "signatur": "tur_011", "erstpublikation": false, "parents": ["tur_010"], "more": null, "title": "Kire\u00e7 Oca\u011f\u0131", "year": 2020, "language": "turkish", "contains": [{"id": 1245, "work": "48", "translators": [403], "title": "Kire\u00e7 Oca\u011f\u0131"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "tur_012": {"id": null, "signatur": "tur_012", "erstpublikation": true, "parents": null, "more": null, "title": "Beton", "year": 2007, "language": "turkish", "contains": [{"id": 1246, "work": "3", "translators": [403], "title": "Beton"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_013": {"id": null, "signatur": "tur_013", "erstpublikation": false, "parents": ["tur_012"], "more": null, "title": "Beton", "year": 2022, "language": "turkish", "contains": [{"id": 1246, "work": "3", "translators": [403], "title": "Beton"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_014": {"id": null, "signatur": "tur_014", "erstpublikation": true, "parents": null, "more": null, "title": "Sars\u0131nt\u0131", "year": 2018, "language": "turkish", "contains": [{"id": 1247, "work": "4", "translators": [403], "title": "Sars\u0131nt\u0131"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "tur_015": {"id": null, "signatur": "tur_015", "erstpublikation": false, "parents": ["tur_014"], "more": null, "title": "Sars\u0131nt\u0131", "year": 2020, "language": "turkish", "contains": [{"id": 1247, "work": "4", "translators": [403], "title": "Sars\u0131nt\u0131"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_016": {"id": null, "signatur": "tur_016", "erstpublikation": true, "parents": null, "more": null, "title": "Ungenach", "year": 2014, "language": "turkish", "contains": [{"id": 1248, "work": "66", "translators": [399], "title": "Ungenach"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_017": {"id": null, "signatur": "tur_017", "erstpublikation": false, "parents": ["tur_016"], "more": null, "title": "Ungenach", "year": 2021, "language": "turkish", "contains": [{"id": 1248, "work": "66", "translators": [399], "title": "Ungenach"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "tur_018": {"id": null, "signatur": "tur_018", "erstpublikation": true, "parents": null, "more": null, "title": "Y\u00fcr\u00fcmek \u00b7 Evet", "year": 2009, "language": "turkish", "contains": [{"id": 1249, "work": "10", "translators": [403], "title": "Y\u00fcr\u00fcmek"}, {"id": 1250, "work": "15", "translators": [403], "title": "Evet"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_019": {"id": null, "signatur": "tur_019", "erstpublikation": false, "parents": ["tur_018"], "more": null, "title": "Y\u00fcr\u00fcmek \u00b7 Evet", "year": 2020, "language": "turkish", "contains": [{"id": 1249, "work": "10", "translators": [403], "title": "Y\u00fcr\u00fcmek"}, {"id": 1250, "work": "15", "translators": [403], "title": "Evet"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "tur_020": {"id": null, "signatur": "tur_020", "erstpublikation": true, "parents": null, "more": null, "title": "Don", "year": 2006, "language": "turkish", "contains": [{"id": 1251, "work": "47", "translators": [400], "title": "Don"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_021": {"id": null, "signatur": "tur_021", "erstpublikation": true, "parents": null, "more": null, "title": "Yok Etme. Bir Par\u00e7alanma", "year": 2005, "language": "turkish", "contains": [{"id": 1252, "work": "6", "translators": [403], "title": "Yok Etme. Bir Par\u00e7alanma"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_022": {"id": null, "signatur": "tur_022", "erstpublikation": false, "parents": ["tur_021"], "more": null, "title": "Yok Etme. Bir Par\u00e7alanma", "year": 2016, "language": "turkish", "contains": [{"id": 1252, "work": "6", "translators": [403], "title": "Yok Etme. Bir Par\u00e7alanma"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_023": {"id": null, "signatur": "tur_023", "erstpublikation": true, "parents": null, "more": null, "title": "Ses Taklit\u00e7isi", "year": 2003, "language": "turkish", "contains": [{"id": 1253, "work": "9", "translators": [403], "title": "Ses Taklit\u00e7isi"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_024": {"id": null, "signatur": "tur_024", "erstpublikation": false, "parents": ["tur_023"], "more": null, "title": "Ses Taklit\u00e7isi", "year": 2023, "language": "turkish", "contains": [{"id": 1253, "work": "9", "translators": [403], "title": "Ses Taklit\u00e7isi"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "tur_025": {"id": null, "signatur": "tur_025", "erstpublikation": true, "parents": null, "more": null, "title": "\u00d6d\u00fcllerim", "year": 2010, "language": "turkish", "contains": [{"id": 1254, "work": "8", "translators": [403], "title": "\u00d6d\u00fcllerim"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_026": {"id": null, "signatur": "tur_026", "erstpublikation": true, "parents": null, "more": null, "title": "Goethe \u00d6leyaz\u0131yor", "year": 2013, "language": "turkish", "contains": [{"id": 1255, "work": "51", "translators": [399], "title": "Goethe \u00d6leyaz\u0131yor"}, {"id": 1256, "work": "52", "translators": [399], "title": "Montaigne"}, {"id": 1257, "work": "53", "translators": [399], "title": "Yeniden G\u00f6r\u00fc\u015fme"}, {"id": 1258, "work": "54", "translators": [399], "title": "Alev Alev Yand\u0131, K\u00fcl Oldu"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_027": {"id": null, "signatur": "tur_027", "erstpublikation": false, "parents": ["tur_026"], "more": null, "title": "Goethe \u00d6leyaz\u0131yor", "year": 2020, "language": "turkish", "contains": [{"id": 1255, "work": "51", "translators": [399], "title": "Goethe \u00d6leyaz\u0131yor"}, {"id": 1256, "work": "52", "translators": [399], "title": "Montaigne"}, {"id": 1257, "work": "53", "translators": [399], "title": "Yeniden G\u00f6r\u00fc\u015fme"}, {"id": 1258, "work": "54", "translators": [399], "title": "Alev Alev Yand\u0131, K\u00fcl Oldu"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_028": {"id": null, "signatur": "tur_028", "erstpublikation": true, "parents": null, "more": null, "title": "Amras \u00b7 Watten", "year": 2013, "language": "turkish", "contains": [{"id": 1259, "work": "67", "translators": [392], "title": "Amras"}, {"id": 1260, "work": "68", "translators": [392], "title": "Watten"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_029": {"id": null, "signatur": "tur_029", "erstpublikation": false, "parents": ["tur_028"], "more": null, "title": "Amras \u00b7 Watten", "year": 2021, "language": "turkish", "contains": [{"id": 1259, "work": "67", "translators": [392], "title": "Amras"}, {"id": 1260, "work": "68", "translators": [392], "title": "Watten"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_030": {"id": null, "signatur": "tur_030", "erstpublikation": true, "parents": null, "more": null, "title": "D\u00fczelti", "year": 2011, "language": "turkish", "contains": [{"id": 1261, "work": "65", "translators": [403], "title": "D\u00fczelti"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_031": {"id": null, "signatur": "tur_031", "erstpublikation": false, "parents": ["tur_030"], "more": null, "title": "D\u00fczelti", "year": 2018, "language": "turkish", "contains": [{"id": 1261, "work": "65", "translators": [403], "title": "D\u00fczelti"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_032": {"id": null, "signatur": "tur_032", "erstpublikation": false, "parents": ["tur_030"], "more": null, "title": "D\u00fczelti", "year": 2022, "language": "turkish", "contains": [{"id": 1261, "work": "65", "translators": [403], "title": "D\u00fczelti"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "tur_033": {"id": null, "signatur": "tur_033", "erstpublikation": true, "parents": null, "more": null, "title": "Hakikatin \u0130zinde. Konu\u015fmalar, Okur Mektuplar\u0131, S\u00f6yle\u015filer, Edebiyat Yaz\u0131lar\u0131", "year": 2017, "language": "turkish", "contains": [{"id": 1262, "work": "83", "translators": [392], "title": "Hakikatin \u0130zinde. Konu\u015fmalar, Okur Mektuplar\u0131, S\u00f6yle\u015filer, Edebiyat Yaz\u0131lar\u0131"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "tur_034": {"id": null, "signatur": "tur_034", "erstpublikation": false, "parents": ["tur_033"], "more": null, "title": "Hakikatin \u0130zinde. Konu\u015fmalar, Okur Mektuplar\u0131, S\u00f6yle\u015filer, Edebiyat Yaz\u0131lar\u0131", "year": 2020, "language": "turkish", "contains": [{"id": 1262, "work": "83", "translators": [392], "title": "Hakikatin \u0130zinde. Konu\u015fmalar, Okur Mektuplar\u0131, S\u00f6yle\u015filer, Edebiyat Yaz\u0131lar\u0131"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_035": {"id": null, "signatur": "tur_035", "erstpublikation": true, "parents": null, "more": null, "title": "Olaylar", "year": 2002, "language": "turkish", "contains": [{"id": 1263, "work": "58", "translators": [392], "title": "Olaylar"}], "publisher": {"id": 348, "name": "Babil Yay\u0131nlar\u0131"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "tur_036": {"id": null, "signatur": "tur_036", "erstpublikation": true, "parents": null, "more": null, "title": "D\u00fcnya D\u00fczelticisi", "year": null, "language": "turkish", "contains": [{"id": 1264, "work": "28", "translators": [396], "title": "D\u00fcnya D\u00fczelticisi"}], "publisher": {"id": 349, "name": "Fen-Edebiyat Fak\u00fcltesi / Edebiyat Kesimi / Alman Dili ve Edebiyat\u0131 B\u00f6l\u00f6m\u00fc"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "tur_037": {"id": null, "signatur": "tur_037", "erstpublikation": false, "parents": ["tur_036"], "more": null, "title": "D\u00fcnya D\u00fczelticisi", "year": 2007, "language": "turkish", "contains": [{"id": 1264, "work": "28", "translators": [396], "title": "D\u00fcnya D\u00fczelticisi"}], "publisher": {"id": 351, "name": "De Ki"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_038": {"id": null, "signatur": "tur_038", "erstpublikation": true, "parents": null, "more": null, "title": "Immanuel Kant", "year": 2007, "language": "turkish", "contains": [{"id": 1265, "work": "26", "translators": [396], "title": "Immanuel Kant"}], "publisher": {"id": 351, "name": "De Ki"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_039": {"id": null, "signatur": "tur_039", "erstpublikation": true, "parents": null, "more": null, "title": "Ritter, Dene, Voss", "year": 2007, "language": "turkish", "contains": [{"id": 1266, "work": "30", "translators": [396], "title": "Ritter, Dene, Voss"}], "publisher": {"id": 351, "name": "De Ki"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": false}, "tur_040": {"id": null, "signatur": "tur_040", "erstpublikation": true, "parents": null, "more": null, "title": "Ay\u0131n Demiri Alt\u0131nda", "year": 2019, "language": "turkish", "contains": [{"id": 1267, "work": "64", "translators": [396], "title": "Ay\u0131n Demiri Alt\u0131nda"}], "publisher": {"id": 351, "name": "K\u0131rm\u0131z\u0131 Kedi Yay\u0131nev"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "tur_041": {"id": null, "signatur": "tur_041", "erstpublikation": false, "parents": ["tur_042"], "more": null, "title": "Tiyatrocu", "year": 1999, "language": "turkish", "contains": [{"id": 1268, "work": "13", "translators": [398], "title": "Tiyatrocu"}], "publisher": {"id": 352, "name": "Mitos Boyut"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_042": {"id": null, "signatur": "tur_042", "erstpublikation": true, "parents": null, "more": null, "title": "Tiyatrocu", "year": 1992, "language": "turkish", "contains": [{"id": 1268, "work": "13", "translators": [398], "title": "Tiyatrocu"}], "publisher": {"id": 353, "name": "\u0130leri Kitabevi"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_043": {"id": null, "signatur": "tur_043", "erstpublikation": true, "parents": null, "more": null, "title": "Kahramanlar Alan\u0131", "year": 1992, "language": "turkish", "contains": [{"id": 1269, "work": "12", "translators": [398], "title": "Kahramanlar Alan\u0131"}], "publisher": {"id": 354, "name": "Can"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_044": {"id": null, "signatur": "tur_044", "erstpublikation": true, "parents": null, "more": null, "title": "Thomas Bernhard\u2019la Konu\u015fmalar", "year": 2000, "language": "turkish", "contains": [{"id": 1270, "work": "124", "translators": [403], "title": "Thomas Bernhard\u2019la Konu\u015fmalar"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_045": {"id": null, "signatur": "tur_045", "erstpublikation": false, "parents": ["tur_044"], "more": null, "title": "Thomas Bernhard\u2019la Konu\u015fmalar", "year": 2012, "language": "turkish", "contains": [{"id": 1270, "work": "124", "translators": [403], "title": "Thomas Bernhard\u2019la Konu\u015fmalar"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_046": {"id": null, "signatur": "tur_046", "erstpublikation": true, "parents": null, "more": null, "title": "Ucuzayiyenler", "year": 2017, "language": "turkish", "contains": [{"id": 1271, "work": "82", "translators": [403], "title": "Ucuzayiyenler"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_047": {"id": null, "signatur": "tur_047", "erstpublikation": false, "parents": ["tur_046"], "more": null, "title": "Ucuzayiyenler", "year": 2023, "language": "turkish", "contains": [{"id": 1271, "work": "82", "translators": [403], "title": "Ucuzayiyenler"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["prose", "novellas & short prose"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_048": {"id": null, "signatur": "tur_048", "erstpublikation": true, "parents": null, "more": null, "title": "Boris \u0130\u00e7in Bir \u015e\u00f6len \u00b7 Av Meclisi \u00b7 Minetti. Sanat\u00e7\u0131n\u0131n Ya\u015fl\u0131 Bir Adam Olarak Portresi (Oyunlar I)", "year": 2022, "language": "turkish", "contains": [{"id": 1272, "work": "25", "translators": [399], "title": "Boris \u0130\u00e7in Bir \u015e\u00f6len"}, {"id": 1273, "work": "21", "translators": [399], "title": "Av Meclisi"}, {"id": 1274, "work": "17", "translators": [399], "title": "Minetti. Sanat\u00e7\u0131n\u0131n Ya\u015fl\u0131 Bir Adam Olarak Portresi"}], "publisher": {"id": 358, "name": "Yapi Kredi"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_049": {"id": null, "signatur": "tur_049", "erstpublikation": true, "parents": null, "more": null, "title": "In Hora Mortis", "year": 2017, "language": "turkish", "contains": [{"id": 1275, "work": "63", "translators": [399], "title": "In Hora Mortis"}], "publisher": {"id": 355, "name": "Edebi \u015eeyler"}, "categories": ["poetry"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_050": {"id": null, "signatur": "tur_050", "erstpublikation": true, "parents": null, "more": null, "title": "Neden. Bir De\u011fini", "year": 1993, "language": "turkish", "contains": [{"id": 1276, "work": "7", "translators": [400], "title": "Neden. Bir De\u011fini"}], "publisher": {"id": 358, "name": "Mitos"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_051": {"id": null, "signatur": "tur_051", "erstpublikation": true, "parents": null, "more": null, "title": "Neden. Bir De\u011fini", "year": 2015, "language": "turkish", "contains": [{"id": 1277, "work": "7", "translators": [403], "title": "Neden. Bir De\u011fini"}], "publisher": {"id": 358, "name": "Sel Yay\u0131nc\u0131l\u0131k"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_052": {"id": null, "signatur": "tur_052", "erstpublikation": true, "parents": null, "more": null, "title": "Mahzen. Bir Vazge\u00e7i\u015f", "year": 1994, "language": "turkish", "contains": [{"id": 1278, "work": "59", "translators": [400], "title": "Mahzen. Bir Vazge\u00e7i\u015f"}], "publisher": {"id": 358, "name": "Mitos"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_053": {"id": null, "signatur": "tur_053", "erstpublikation": true, "parents": null, "more": null, "title": "Kiler. Bir Ka\u00e7\u0131\u015f", "year": 2015, "language": "turkish", "contains": [{"id": 1279, "work": "59", "translators": [403], "title": "Kiler. Bir Ka\u00e7\u0131\u015f"}], "publisher": {"id": 358, "name": "Sel Yay\u0131nc\u0131l\u0131k"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_054": {"id": null, "signatur": "tur_054", "erstpublikation": true, "parents": null, "more": null, "title": "Soluk. Bir Karar", "year": 1997, "language": "turkish", "contains": [{"id": 1280, "work": "56", "translators": [400], "title": "Soluk. Bir Karar"}], "publisher": {"id": 358, "name": "Mitos"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_055": {"id": null, "signatur": "tur_055", "erstpublikation": true, "parents": null, "more": null, "title": "Nefes. Bir Karar", "year": 2016, "language": "turkish", "contains": [{"id": 1281, "work": "56", "translators": [403], "title": "Nefes. Bir Karar"}], "publisher": {"id": 358, "name": "Sel Yay\u0131nc\u0131l\u0131k"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "tur_056": {"id": null, "signatur": "tur_056", "erstpublikation": true, "parents": null, "more": null, "title": "So\u011fukluk. Bir D\u0131\u015flanma", "year": 1997, "language": "turkish", "contains": [{"id": 1282, "work": "60", "translators": [401], "title": "So\u011fukluk. Bir D\u0131\u015flanma"}], "publisher": {"id": 358, "name": "Mitos"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_057": {"id": null, "signatur": "tur_057", "erstpublikation": true, "parents": null, "more": null, "title": "So\u011fuk. Bir Soyutlama", "year": 2016, "language": "turkish", "contains": [{"id": 1283, "work": "60", "translators": [403], "title": "So\u011fuk. Bir Soyutlama"}], "publisher": {"id": 358, "name": "Sel Yay\u0131nc\u0131l\u0131k"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_058": {"id": null, "signatur": "tur_058", "erstpublikation": true, "parents": null, "more": null, "title": "Bir \u00c7ocuk", "year": 1997, "language": "turkish", "contains": [{"id": 1284, "work": "50", "translators": [402], "title": "Bir \u00c7ocuk"}], "publisher": {"id": 358, "name": "Mitos"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "tur_059": {"id": null, "signatur": "tur_059", "erstpublikation": true, "parents": null, "more": null, "title": "\u00c7ocuk", "year": 2016, "language": "turkish", "contains": [{"id": 1285, "work": "50", "translators": [403], "title": "\u00c7ocuk"}], "publisher": {"id": 358, "name": "Sel Yay\u0131nc\u0131l\u0131k"}, "categories": ["prose", "autobiography"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "ukr_001": {"id": null, "signatur": "ukr_001", "erstpublikation": true, "parents": null, "more": "ukr_001b", "title": "\u0421\u0442\u0430\u0440\u0456 \u043c\u0430\u0439\u0441\u0442\u0440\u0438. \u041a\u043e\u043c\u0435\u0434\u0456\u044f. \u0415\u043b\u0456\u0437\u0430\u0431\u0435\u0442 II. \u041a\u0430\u0442\u043c\u0430 \u043a\u043e\u043c\u0435\u0434\u0456\u0457", "year": 1999, "language": "ukrainian", "contains": [{"id": 1286, "work": "1", "translators": [405], "title": "\u0421\u0442\u0430\u0440\u0456 \u043c\u0430\u0439\u0441\u0442\u0440\u0438"}, {"id": 1287, "work": "24", "translators": [405], "title": "\u0415\u043b\u0456\u0437\u0430\u0431\u0435\u0442 II"}], "publisher": {"id": 359, "name": "Lileja-NV"}, "categories": ["prose \\ drama & libretti", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ukr_002": {"id": null, "signatur": "ukr_002", "erstpublikation": true, "parents": null, "more": null, "title": "\u0406\u043c\u043c\u0430\u043d\u0443\u0457\u043b \u041a\u0430\u043d\u0442 \u0442\u0430 \u0456\u043d\u0448\u0456 \u043f\u2019\u0454\u0441\u0438", "year": 2002, "language": "ukrainian", "contains": [{"id": 1288, "work": "26", "translators": [405], "title": "\u0406\u043c\u043c\u0430\u043d\u0443\u0457\u043b \u041a\u0430\u043d\u0442"}, {"id": 1289, "work": "61", "translators": [405], "title": "\u041a\u043b\u044f\u0443\u0441 \u041f\u0430\u0439\u043c\u0430\u043d\u043d \u043f\u043e\u043a\u0438\u0434\u0430\u0454 \u0411\u043e\u0445\u0443\u043c \u0456 \u0432\u0438\u0440\u0443\u0448\u0430\u0454 \u043d\u0430 \u043f\u043e\u0441\u0430\u0434\u0443 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0430 \u0411\u0443\u0440\u0491\u0442\u0435\u0430\u0442\u0440\u0443 \u0443 \u0412\u0456\u0434\u0435\u043d\u044c"}, {"id": 1290, "work": "62", "translators": [405], "title": "\u041a\u043b\u044f\u0443\u0441 \u041f\u0430\u0439\u043c\u0430\u043d\u043d \u043a\u0443\u043f\u0443\u0454 \u0448\u0442\u0430\u043d\u0438, \u0456 \u043c\u0438 \u0439\u0434\u0435\u043c\u043e \u0457\u0441\u0442\u0438"}, {"id": 1291, "work": "46", "translators": [405], "title": "\u041a\u043b\u044f\u0443\u0441 \u041f\u0430\u0439\u043c\u0430\u043d\u043d \u0456 \u0413\u0435\u0440\u043c\u0430\u043d \u0411\u0430\u0439\u043b\u044c \u043d\u0430 \u0417\u0443\u043b\u044c\u0446\u0432\u0456\u0437\u0435"}], "publisher": {"id": 359, "name": "Lileja-NV"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ukr_003": {"id": null, "signatur": "ukr_003", "erstpublikation": true, "parents": null, "more": null, "title": "\u041f\u043b\u043e\u0449\u0430 \u0433\u0435\u0440\u043e\u0457\u0432", "year": 2008, "language": "ukrainian", "contains": [{"id": 1292, "work": "12", "translators": [405], "title": "\u041f\u043b\u043e\u0449\u0430 \u0433\u0435\u0440\u043e\u0457\u0432"}], "publisher": {"id": 359, "name": "Klasyka"}, "categories": ["drama & libretti"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": true}, "ukr_004": {"id": null, "signatur": "ukr_004", "erstpublikation": true, "parents": null, "more": null, "title": "\u0425\u043e\u043b\u043e\u0434\u043d\u0435\u0447\u0430. \u0421\u0442\u0430\u0440\u0456 \u043c\u0430\u0439\u0441\u0442\u0440\u0438", "year": 2013, "language": "ukrainian", "contains": [{"id": 1293, "work": "47", "translators": [404], "title": "\u0425\u043e\u043b\u043e\u0434\u043d\u0435\u0447\u0430"}, {"id": 1286, "work": "1", "translators": [405], "title": "\u0421\u0442\u0430\u0440\u0456 \u043c\u0430\u0439\u0441\u0442\u0440\u0438"}], "publisher": {"id": 360, "name": "Folio"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": true, "exemplar_oeaw": true}, "ukr_005": {"id": null, "signatur": "ukr_005", "erstpublikation": true, "parents": null, "more": "ukr_005a", "title": "\u0422\u0440\u0438 \u0434\u043d\u0456", "year": 1991, "language": "ukrainian", "contains": [{"id": 1294, "work": "115", "translators": [405], "title": "\u0422\u0440\u0438 \u0434\u043d\u0456"}], "publisher": {"id": 361, "name": "Vsesvit 4/748, S. 174-178"}, "categories": ["letters, speeches, interviews"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "urd_001": {"id": null, "signatur": "urd_001", "erstpublikation": true, "parents": null, "more": null, "title": "\u06a9\u0646\u06a9\u0631\u06cc\u0679", "year": 1996, "language": "urdu", "contains": [{"id": 1295, "work": "3", "translators": [406], "title": "\u06a9\u0646\u06a9\u0631\u06cc\u0679"}], "publisher": {"id": 362, "name": "Austrian Embassy Lahore"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "vie_001": {"id": null, "signatur": "vie_001", "erstpublikation": true, "parents": null, "more": null, "title": "Di\u1ec7t Vong", "year": 2018, "language": "vietnamese", "contains": [{"id": 1296, "work": "6", "translators": [408], "title": "Di\u1ec7t Vong"}], "publisher": {"id": 364, "name": "Tao Dan"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}, "vie_002": {"id": null, "signatur": "vie_002", "erstpublikation": true, "parents": null, "more": null, "title": "\u0110\u1ed1n H\u1ea1", "year": 2018, "language": "vietnamese", "contains": [{"id": 1297, "work": "14", "translators": [408], "title": "\u0110\u1ed1n H\u1ea1"}], "publisher": {"id": 364, "name": "Tao Dan"}, "categories": ["prose", "novels"], "isbn": null, "exemplar_suhrkamp_berlin": false, "exemplar_oeaw": false}}, "translations": [{"id": 1, "work": "1", "translators": [1], "title": "Mjeshtra t\u00eb vjet\u00ebr. Komedi"}, {"id": 2, "work": "2", "translators": [1], "title": "Nipi i Wittgensteinit. Nj\u00eb miq\u00ebsi"}, {"id": 3, "work": "2", "translators": [2], "title": "\u0635\u062f\u0627\u0642\u0629 \u0645\u0639 \u0627\u0628\u0646 \u0634\u0642\u064a\u0642 \u0641\u064a\u062a\u063a\u0646\u0634\u062a\u0627\u064a\u0646"}, {"id": 4, "work": "2", "translators": [], "title": "Wittgenstein'in qarda\u015f\u0131 o\u011flu. Bir dostlu\u011fun hekay\u00e4si"}, {"id": 5, "work": "3", "translators": [], "title": "Beton"}, {"id": 6, "work": "4", "translators": [], "title": "Sars\u0131nt\u0131"}, {"id": 7, "work": "5", "translators": [2], "title": "Alferrikaldua"}, {"id": 8, "work": "6", "translators": [3], "title": "Extin\u00e7\u00e3o. Uma derrocada"}, {"id": 9, "work": "1", "translators": [14], "title": "Mestres Antigos. Com\u00e9dia"}, {"id": 10, "work": "4", "translators": [5], "title": "Perturba\u00e7\u00e3o"}, {"id": 11, "work": "5", "translators": [14], "title": "O n\u00e1ufrago"}, {"id": 12, "work": "7", "translators": [14], "title": "Origem"}, {"id": 13, "work": "8", "translators": [14], "title": "Meus pr\u00eamios"}, {"id": 14, "work": "9", "translators": [14], "title": "O imitador de vozes"}, {"id": 15, "work": "10", "translators": [7], "title": "Andar"}, {"id": 16, "work": "11", "translators": [8], "title": "O presidente"}, {"id": 17, "work": "12", "translators": [10], "title": "Pra\u00e7a dos Her\u00f3is"}, {"id": 18, "work": "2", "translators": [11], "title": "O sobrinho de Wittgenstein. Uma amizade"}, {"id": 19, "work": "13", "translators": [12], "title": "O fazedor de teatro"}, {"id": 20, "work": "14", "translators": [13], "title": "\u00c1rvores abatidas. Uma provoca\u00e7\u00e3o"}, {"id": 21, "work": "14", "translators": [14], "title": "Derrubar \u00e1rvores. Uma irrita\u00e7\u00e3o"}, {"id": 22, "work": "15", "translators": [14], "title": "Sim"}, {"id": 23, "work": "16", "translators": [19], "title": "\u041f\u0440\u043e\u0447\u0443\u0442\u0438\u0442\u0435"}, {"id": 24, "work": "17", "translators": [19], "title": "\u041c\u0438\u043d\u0435\u0442\u0438"}, {"id": 25, "work": "18", "translators": [19], "title": "\u041f\u0440\u0435\u0434\u0438 \u043f\u0435\u043d\u0441\u0438\u043e\u043d\u0438\u0440\u0430\u043d\u0435"}, {"id": 26, "work": "19", "translators": [19], "title": "\u0414\u043e\u0441\u0442\u0438\u0433\u043d\u0430\u0442\u0430\u0442\u0430 \u0446\u0435\u043b"}, {"id": 27, "work": "20", "translators": [19], "title": "\u041f\u0440\u043e\u0441\u0442\u043e \u0441\u043b\u043e\u0436\u043d\u043e"}, {"id": 28, "work": "21", "translators": [19], "title": "\u041b\u043e\u0432\u043d\u0430\u0442\u0430 \u0434\u0440\u0443\u0436\u0438\u043d\u0430"}, {"id": 29, "work": "22", "translators": [19], "title": "\u0421\u0438\u043b\u0430\u0442\u0430 \u043d\u0430 \u043d\u0430\u0432\u0438\u043a\u0430"}, {"id": 30, "work": "23", "translators": [19], "title": "\u0412\u0438\u0434\u0438\u043c\u043e\u0442\u043e \u043c\u0430\u043c\u0438"}, {"id": 31, "work": "24", "translators": [19], "title": "\u0415\u043b\u0438\u0437\u0430\u0431\u0435\u0442 \u0412\u0442\u043e\u0440\u0430"}, {"id": 32, "work": "25", "translators": [19], "title": "\u041f\u0440\u0430\u0437\u043d\u0438\u043a \u0437\u0430 \u0411\u043e\u0440\u0438\u0441"}, {"id": 33, "work": "11", "translators": [19], "title": "\u041f\u0440\u0435\u0437\u0438\u0434\u0435\u043d\u0442\u044a\u0442"}, {"id": 34, "work": "26", "translators": [19], "title": "\u0418\u043c\u0430\u043d\u0443\u0435\u043b \u041a\u0430\u043d\u0442"}, {"id": 35, "work": "13", "translators": [19], "title": "\u0422\u0435\u0430\u0442\u0440\u0430\u043b\u044a\u0442"}, {"id": 36, "work": "27", "translators": [19], "title": "\u041d\u0435\u0432\u0435\u0436\u0438\u044f\u0442 \u0438 \u0431\u0435\u0437\u0443\u043c\u043d\u0438\u044f\u0442"}, {"id": 37, "work": "28", "translators": [19], "title": "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u0435\u043b\u044f\u0442 \u043d\u0430 \u0441\u0432\u0435\u0442\u0430"}, {"id": 38, "work": "29", "translators": [19], "title": "\u041d\u0430\u0434 \u0432\u0441\u0438\u0447\u043a\u0438 \u0432\u044a\u0440\u0445\u043e\u0432\u0435 \u0435 \u0442\u0438\u0448\u0438\u043d\u0430"}, {"id": 39, "work": "30", "translators": [19], "title": "\u0420\u0438\u0442\u0435\u0440, \u0414\u0435\u043d\u0435, \u0424\u043e\u0441"}, {"id": 40, "work": "12", "translators": [19], "title": "\u041f\u043b\u043e\u0449\u0430\u0434\u044a\u0442 \u043d\u0430 \u0433\u0435\u0440\u043e\u0438\u0442\u0435"}, {"id": 41, "work": "31", "translators": [19], "title": "\u0420\u043e\u0437\u0438\u0442\u0435 \u0432 \u043f\u0443\u0449\u0438\u043d\u0430\u043a\u0430"}, {"id": 42, "work": "32", "translators": [19], "title": "\u0413\u043b\u0430\u0432\u0438"}, {"id": 43, "work": "33", "translators": [19], "title": "\u0418\u0437\u043c\u0438\u0441\u043b\u0435\u043d\u0430\u0442\u0430"}, {"id": 44, "work": "34", "translators": [19], "title": "\u0420\u043e\u0437a"}, {"id": 45, "work": "35", "translators": [19], "title": "\u041f\u0440\u043e\u043b\u0435\u0442"}, {"id": 46, "work": "36", "translators": [19], "title": "\u041f\u043b\u0430\u043d\u0438\u043d\u0430\u0442\u0430"}, {"id": 47, "work": "37", "translators": [19], "title": "\u041c\u044a\u0440\u0442\u0432\u0435\u0446"}, {"id": 48, "work": "38", "translators": [19], "title": "\u041c\u0430\u0439\u0441\u043a\u0430 \u043c\u043e\u043b\u0438\u0442\u0432\u0430"}, {"id": 49, "work": "39", "translators": [19], "title": "\u041c\u0430\u0447"}, {"id": 50, "work": "40", "translators": [19], "title": "\u041e\u043f\u0440\u0430\u0432\u0434\u0430\u0442\u0435\u043b\u043d\u0430 \u043f\u0440\u0438\u0441\u044a\u0434\u0430"}, {"id": 51, "work": "41", "translators": [19], "title": "\u0421\u043b\u0430\u0434\u043e\u043b\u0435\u0434"}, {"id": 52, "work": "42", "translators": [19], "title": "\u041e\u0431\u044f\u0434 \u043d\u0430 \u043d\u0435\u043c\u0441\u043a\u0430 \u0442\u0440\u0430\u043f\u0435\u0437\u0430"}, {"id": 53, "work": "43", "translators": [19], "title": "\u0412\u0441\u0438\u0447\u043a\u043e \u0438\u043b\u0438 \u043d\u0438\u0449\u043e"}, {"id": 54, "work": "44", "translators": [19], "title": "\u041a\u043b\u0430\u0443\u0441 \u041f\u0430\u0439\u043c\u0430\u043d \u043d\u0430\u043f\u0443\u0441\u043a\u0430 \u0411\u043e\u0445\u0443\u043c \u0438 \u0437\u0430\u043c\u0438\u043d\u0430\u0432\u0430 \u0437\u0430 \u0412\u0438\u0435\u043d\u0430 \u043a\u0430\u0442\u043e \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440 \u043d\u0430 \u0411\u0443\u0440\u0433\u0442\u0435\u0430\u0442\u044a\u0440"}, {"id": 55, "work": "45", "translators": [19], "title": "\u041a\u043b\u0430\u0443\u0441 \u041f\u0430\u0439\u043c\u0430\u043d \u0441\u0438 \u043a\u0443\u043f\u0443\u0432\u0430 \u043f\u0430\u043d\u0442\u0430\u043b\u043e\u043d \u0438 \u0438\u0434\u0432\u0430 \u0441 \u043c\u0435\u043d\u0435 \u0434\u0430 \u044f\u0434\u0435"}, {"id": 56, "work": "46", "translators": [19], "title": "\u041a\u043b\u0430\u0443\u0441 \u041f\u0430\u0439\u043c\u0430\u043d \u0438 \u0425\u0435\u0440\u043c\u0430\u043d \u0411\u0430\u0439\u043b \u043d\u0430 \u0417\u0443\u043b\u0446\u0432\u0438\u0437\u0435"}, {"id": 57, "work": "1", "translators": [15], "title": "\u0421\u0442\u0430\u0440\u0438\u0442\u0435 \u043c\u0430\u0439\u0441\u0442\u043e\u0440\u0438. \u041a\u043e\u043c\u0435\u0434\u0438\u044f"}, {"id": 58, "work": "6", "translators": [21], "title": "\u0418\u0437\u043b\u0438\u0447\u0430\u0432\u0430\u043d\u0435. \u0415\u0434\u043d\u043e \u0440\u0430\u0437\u043f\u0430\u0434\u0430\u043d\u0435"}, {"id": 59, "work": "2", "translators": [19], "title": "\u041f\u043b\u0435\u043c\u0435\u043d\u043d\u0438\u043a\u044a\u0442 \u043d\u0430 \u0412\u0438\u0442\u0433\u0435\u043d\u0449\u0430\u0439\u043d. \u0415\u0434\u043d\u043e \u043f\u0440\u0438\u044f\u0442\u0435\u043b\u0441\u0442\u0432\u043e"}, {"id": 60, "work": "5", "translators": [21], "title": "\u041a\u0440\u0443\u0448\u0435\u043d\u0435\u0446\u044a\u0442"}, {"id": 61, "work": "8", "translators": [21], "title": "\u041c\u043e\u0438\u0442\u0435 \u043d\u0430\u0433\u0440\u0430\u0434\u0438"}, {"id": 62, "work": "14", "translators": [21], "title": "\u0421\u0435\u0447. \u0415\u0434\u043d\u0430 \u0432\u044a\u0437\u0431\u0443\u0434\u0430"}, {"id": 63, "work": "47", "translators": [18], "title": "\u041c\u0440\u0430\u0437"}, {"id": 64, "work": "3", "translators": [18], "title": "\u0411\u0435\u0442\u043e\u043d"}, {"id": 65, "work": "48", "translators": [18], "title": "\u0412\u0430\u0440\u043d\u0438\u0446\u0430\u0442\u0430"}, {"id": 66, "work": "40", "translators": [18], "title": "\u041e\u043f\u0440\u0430\u0432\u0434\u0430\u0442\u0435\u043b\u043d\u0430 \u043f\u0440\u0438\u0441\u044a\u0434\u0430"}, {"id": 67, "work": "41", "translators": [18], "title": "\u0421\u043b\u0430\u0434\u043e\u043b\u0435\u0434"}, {"id": 68, "work": "49", "translators": [18], "title": "\u041e\u0431\u044f\u0434 \u043do \u043d\u0435\u043c\u0441\u043a\u0438"}, {"id": 69, "work": "43", "translators": [18], "title": "\u0412\u0441\u0438\u0447\u043a\u043e \u0438\u043b\u0438 \u043d\u0438\u0449\u043e"}, {"id": 70, "work": "50", "translators": [19], "title": "\u0414\u0435\u0442\u0435. \u0420\u0430\u0437\u043a\u0430\u0437"}, {"id": 71, "work": "7", "translators": [19], "title": "\u041f\u0440\u0438\u0447\u0438\u043d\u0430\u0442\u0430. \u0415\u0434\u0438\u043d \u043d\u0430\u043c\u0435\u043a"}, {"id": 72, "work": "51", "translators": [19], "title": "\u0423\u043c\u0438\u0440\u0430\u0448\u0442\u0438\u044f\u0442 \u0413\u044c\u043e\u0442\u0435"}, {"id": 73, "work": "52", "translators": [19], "title": "\u041c\u043e\u043d\u0442\u0435\u043d. \u0420\u0430\u0437\u043a\u0430\u0437"}, {"id": 74, "work": "53", "translators": [19], "title": "\u0412\u0438\u0436\u0434\u0430\u043d\u0435"}, {"id": 75, "work": "54", "translators": [19], "title": "\u0412 \u043f\u043b\u0430\u043c\u044a\u0446\u0438. \u041f\u044a\u0442\u0435\u043f\u0438\u0441 \u0434\u043e \u043d\u044f\u043a\u043e\u0433\u0430\u0448\u0435\u043d \u043f\u0440\u0438\u044f\u0442\u0435\u043b"}, {"id": 76, "work": "55", "translators": [20], "title": "\u041d\u0430 \u0437\u0435\u043c\u044f\u0442\u0430 \u0438 \u0432 \u0430\u0434\u0430"}, {"id": 77, "work": "56", "translators": [21], "title": "\u0414\u0438\u0445\u0430\u043d\u0438\u0435\u0442\u043e"}, {"id": 78, "work": "15", "translators": [22], "title": "\u6ce2\u65af\u5973\u4eba"}, {"id": 79, "work": "2", "translators": [22], "title": "\u7ef4\u7279\u6839\u65af\u5766\u7684\u4f84\u5b50"}, {"id": 80, "work": "57", "translators": [22], "title": "\u573a\u53cb\u8c0a, \u5236\u5e3d\u5320"}, {"id": 81, "work": "22", "translators": [22], "title": "\u4e60\u60ef\u7684\u529b\u91cf"}, {"id": 82, "work": "11", "translators": [22], "title": "\u603b\u7edf"}, {"id": 83, "work": "12", "translators": [22], "title": "\u82f1\u96c4\u5e7f\u573a"}, {"id": 84, "work": "9", "translators": [22], "title": "\u8072\u97f3\u6a21\u4eff\u8005"}, {"id": 85, "work": "58", "translators": [22], "title": "\u4e8b\u4ef6"}, {"id": 86, "work": "1", "translators": [22], "title": "\u6b77\u4ee3\u5927\u5e2b"}, {"id": 87, "work": "3", "translators": [22], "title": "\u6c34\u6ce5\u5730"}, {"id": 88, "work": "8", "translators": [22], "title": "\u6211\u7684\u6587\u5b66\u5956"}, {"id": 89, "work": "7", "translators": [22], "title": "\u539f\u56e0"}, {"id": 90, "work": "59", "translators": [22], "title": "\u5730\u4e0b"}, {"id": 91, "work": "56", "translators": [22], "title": "\u547c\u5438"}, {"id": 92, "work": "60", "translators": [22], "title": "\u5bd2\u51b7"}, {"id": 93, "work": "50", "translators": [22], "title": "\u500b\u5b69"}, {"id": 94, "work": "21", "translators": [28], "title": "\u72e9\u730e\u805a\u4f1a"}, {"id": 95, "work": "17", "translators": [28], "title": "\u7c73\u5948\u8482"}, {"id": 96, "work": "26", "translators": [28], "title": "\u4f0a\u9a6c\u52aa\u57c3\u5c14\u00b7\u5eb7\u5fb7"}, {"id": 97, "work": "18", "translators": [28], "title": "\u9000\u4f11\u4e4b\u524d"}, {"id": 98, "work": "28", "translators": [28], "title": "\u4e16\u754c\u6539\u9020\u8005"}, {"id": 99, "work": "19", "translators": [28], "title": "\u62b5\u8fbe\u76ee\u7684\u5730"}, {"id": 100, "work": "13", "translators": [28], "title": "\u620f\u5267\u4eba"}, {"id": 101, "work": "61", "translators": [48], "title": "Claus Peymann opou\u0161t\u00ed Bochum a jde jako \u0159editel Burgtheatru do V\u00eddn\u011b"}, {"id": 102, "work": "62", "translators": [49], "title": "Claus Peymann si kupuje kalhoty a jdese mnou na ob\u011bd"}, {"id": 103, "work": "6", "translators": [40], "title": "Vyhlazen\u00ed. Rozpad"}, {"id": 104, "work": "1", "translators": [48], "title": "Sta\u0159\u00ed mist\u0159i. Komedie"}, {"id": 105, "work": "2", "translators": [40], "title": "Wittgenstein\u016fv synovec. O jednom p\u0159\u00e1telstv\u00ed"}, {"id": 106, "work": "3", "translators": [40], "title": "Beton"}, {"id": 107, "work": "65", "translators": [40], "title": "Korektura"}, {"id": 108, "work": "15", "translators": [34], "title": "Ano"}, {"id": 109, "work": "10", "translators": [40], "title": "Ch\u016fze"}, {"id": 110, "work": "4", "translators": [40], "title": "Rozru\u0161en\u00ed"}, {"id": 111, "work": "47", "translators": [40], "title": "Mr\u00e1z"}, {"id": 112, "work": "48", "translators": [49], "title": "V\u00e1penka"}, {"id": 113, "work": "66", "translators": [40], "title": "Ungenach"}, {"id": 114, "work": "67", "translators": [38], "title": "Amras"}, {"id": 115, "work": "68", "translators": [40], "title": "Mou\u0161lov\u00e1n\u00ed"}, {"id": 116, "work": "9", "translators": [40], "title": "Imit\u00e1tor hlas\u016f"}, {"id": 117, "work": "5", "translators": [49], "title": "Ztroskotanec"}, {"id": 118, "work": "69", "translators": [40], "title": "Zlo\u010din kupeck\u00e9ho syna z Innsbrucku"}, {"id": 119, "work": "70", "translators": [40], "title": "Tesa\u0159"}, {"id": 120, "work": "71", "translators": [49], "title": "Jauregg"}, {"id": 121, "work": "72", "translators": [49], "title": "Dva vychovatel\u00e9"}, {"id": 122, "work": "73", "translators": [49], "title": "\u010cepice"}, {"id": 123, "work": "74", "translators": [49], "title": "Je to komedie? Je to trag\u00e9die?"}, {"id": 124, "work": "75", "translators": [49], "title": "Viktor Pomaten\u00fd"}, {"id": 125, "work": "76", "translators": [49], "title": "Ata\u0161\u00e9 z francouzsk\u00e9ho velvyslanectv\u00ed"}, {"id": 126, "work": "77", "translators": [40], "title": "Na okraji lesa"}, {"id": 127, "work": "78", "translators": [40], "title": "Midland ve Stilfsu"}, {"id": 128, "work": "79", "translators": [49], "title": "Havelok"}, {"id": 129, "work": "80", "translators": [38], "title": "Na Ortleru"}, {"id": 130, "work": "81", "translators": [48], "title": "Hum\u00edraj\u00edc\u00ed Goethe"}, {"id": 131, "work": "82", "translators": [49], "title": "Konzumenti levn\u00fdch j\u00eddel"}, {"id": 132, "work": "83", "translators": [38], "title": "Pravd\u011b na stop\u011b"}, {"id": 133, "work": "8", "translators": [40], "title": "Moje ceny"}, {"id": 134, "work": "84", "translators": [40], "title": "Na v\u00fd\u0161in\u00e1ch. Pokus o z\u00e1chranu, nesmysl"}, {"id": 135, "work": "85", "translators": [40], "title": "Rud\u00e9 sv\u011btlo"}, {"id": 136, "work": "86", "translators": [40], "title": "Osadn\u00edci"}, {"id": 137, "work": "87", "translators": [40], "title": "O odpoledni v jednom velk\u00e9m m\u011bst\u011b"}, {"id": 138, "work": "88", "translators": [40], "title": "O sedmi jedl\u00edch a o sn\u011bhu..."}, {"id": 139, "work": "89", "translators": [40], "title": "Bl\u00e1zniv\u00e1 Magdalena"}, {"id": 140, "work": "90", "translators": [40], "title": "Posledn\u00ed v\u016fle"}, {"id": 141, "work": "91", "translators": [40], "title": "Chudobinec u sv. Laurina"}, {"id": 142, "work": "92", "translators": [40], "title": "Velk\u00fd, nepochopiteln\u00fd hlad"}, {"id": 143, "work": "93", "translators": [40], "title": "Zimn\u00ed den ve velehor\u00e1ch"}, {"id": 144, "work": "94", "translators": [40], "title": "Z\u00e1nik Z\u00e1padu"}, {"id": 145, "work": "95", "translators": [40], "title": "Mat\u010dina krajina"}, {"id": 146, "work": "96", "translators": [40], "title": "Star\u0161\u00ed mu\u017e jm\u00e9nem August"}, {"id": 147, "work": "97", "translators": [40], "title": "O mu\u017ei, kter\u00fd ode\u0161el, aby vid\u011bl sv\u011bt"}, {"id": 148, "work": "98", "translators": [40], "title": "Str\u00e1\u017ece vep\u0159e"}, {"id": 149, "work": "99", "translators": [40], "title": "Ital"}, {"id": 150, "work": "100", "translators": [40], "title": "Kulterer"}, {"id": 151, "work": "14", "translators": [49], "title": "M\u00fdcen\u00ed. Roz\u010dilen\u00ed"}, {"id": 152, "work": "58", "translators": [40], "title": "Ud\u00e1losti"}, {"id": 153, "work": "35", "translators": [40], "title": "Jaro"}, {"id": 154, "work": "101", "translators": [40], "title": "Sv\u011bdeck\u00e1 v\u00fdpov\u011b\u010f "}, {"id": 155, "work": "52", "translators": [40], "title": "Montaigne"}, {"id": 156, "work": "53", "translators": [40], "title": "Shled\u00e1n\u00ed"}, {"id": 157, "work": "54", "translators": [40], "title": "Za\u0161l\u00e9 v plamenech"}, {"id": 158, "work": "30", "translators": [49], "title": "Ritter, Dene, Voss"}, {"id": 159, "work": "20", "translators": [49], "title": "Jednodu\u0161e komplikovan\u011b"}, {"id": 160, "work": "24", "translators": [49], "title": "Al\u017eb\u011bta II"}, {"id": 161, "work": "17", "translators": [49], "title": "Portr\u00e9t um\u011blce jako star\u00e9ho mu\u017ee. Minetti"}, {"id": 162, "work": "18", "translators": [49], "title": "P\u0159ed penz\u00ed"}, {"id": 163, "work": "23", "translators": [49, 41], "title": "Zd\u00e1n\u00ed klame"}, {"id": 164, "work": "13", "translators": [43], "title": "Divadeln\u00edk"}, {"id": 165, "work": "12", "translators": [42], "title": "N\u00e1m\u011bst\u00ed hrdin\u016f"}, {"id": 166, "work": "25", "translators": [44], "title": "Slavnost pro Borise"}, {"id": 167, "work": "21", "translators": [49], "title": "Spole\u010dnost na lovu"}, {"id": 168, "work": "22", "translators": [49], "title": "S\u00edla zvyku"}, {"id": 169, "work": "28", "translators": [49], "title": "Sv\u011btan\u00e1pravce"}, {"id": 170, "work": "19", "translators": [45], "title": "U c\u00edle"}, {"id": 171, "work": "31", "translators": [49], "title": "pou\u0161tn\u00ed r\u016f\u017ee"}, {"id": 172, "work": "102", "translators": [49], "title": "Hora"}, {"id": 173, "work": "32", "translators": [49], "title": "Hlavy"}, {"id": 174, "work": "103", "translators": [49], "title": "Vyb\u00e1jen\u00e1"}, {"id": 175, "work": "34", "translators": [49], "title": "R\u00f3za"}, {"id": 176, "work": "35", "translators": [49], "title": "Jaro"}, {"id": 177, "work": "27", "translators": [49], "title": "Ignorant a \u0161\u00edlenec"}, {"id": 178, "work": "11", "translators": [49], "title": "Prezident"}, {"id": 179, "work": "16", "translators": [46], "title": "Velik\u00e1ni"}, {"id": 180, "work": "26", "translators": [49], "title": "Immanuel Kant"}, {"id": 181, "work": "29", "translators": [49], "title": "Nad vrcholky str\u00e1n\u00ed a v\u00fd\u0161"}, {"id": 182, "work": "37", "translators": [47], "title": "Nebo\u017et\u00edk"}, {"id": 183, "work": "38", "translators": [47], "title": "M\u00e1jov\u00e1"}, {"id": 184, "work": "39", "translators": [47], "title": "Z\u00e1pas"}, {"id": 185, "work": "40", "translators": [47], "title": "Zpro\u0161t\u011bn\u00ed viny"}, {"id": 186, "work": "41", "translators": [47], "title": "Zmrzlina"}, {"id": 187, "work": "49", "translators": [47], "title": "N\u011bmeck\u00fd ob\u011bd"}, {"id": 188, "work": "43", "translators": [47], "title": "V\u0161echno nebo nic"}, {"id": 189, "work": "104", "translators": [48], "title": "Claus Peymann opou\u0161t\u00ed Bochum a jde jako \u0159editel Burgtheatru do V\u00eddn\u011b"}, {"id": 190, "work": "46", "translators": [48], "title": " Claus Peymann a Hermann Beil na Huspeninov\u00e9 louce"}, {"id": 191, "work": "105", "translators": [48], "title": "Sta\u0159\u00ed mist\u0159i nakreslil Mahler"}, {"id": 192, "work": "56", "translators": [49], "title": "Dech. Jedno rozhodnut\u00ed"}, {"id": 193, "work": "7", "translators": [49], "title": "P\u0159\u00ed\u010dina"}, {"id": 194, "work": "59", "translators": [49], "title": "Sklep"}, {"id": 195, "work": "60", "translators": [49], "title": "Chlad"}, {"id": 196, "work": "50", "translators": [49], "title": "D\u00edt\u011b"}, {"id": 197, "work": "106", "translators": [49], "title": "Od jedn\u00e9 katastrofy k dal\u0161\u00ed"}, {"id": 198, "work": "107", "translators": [49], "title": "U\u017e tady budu jen kr\u00e1tce"}, {"id": 199, "work": "108", "translators": [49], "title": "Z rozhovor\u016f s Thomasem Bernhardem"}, {"id": 200, "work": "10", "translators": [52], "title": "G\u00e5ende"}, {"id": 201, "work": "5", "translators": [52], "title": "Underg\u00e6ngeren"}, {"id": 202, "work": "14", "translators": [52], "title": "Tr\u00e6f\u00e6ldning. En ophidselse"}, {"id": 203, "work": "1", "translators": [52], "title": "Gamle mestre. Komedie"}, {"id": 204, "work": "15", "translators": [52], "title": "Ja"}, {"id": 205, "work": "8", "translators": [52], "title": "Mine priser"}, {"id": 206, "work": "7", "translators": [52], "title": "\u00c5rsagen. En antydning"}, {"id": 207, "work": "59", "translators": [52], "title": "K\u00e6lderen. En unddragelse"}, {"id": 208, "work": "56", "translators": [52], "title": "\u00c5ndedr\u00e6ttet. En afg\u00f8relse."}, {"id": 209, "work": "60", "translators": [52], "title": "Kulden. En isolation"}, {"id": 210, "work": "50", "translators": [52], "title": "Et barn"}, {"id": 211, "work": "3", "translators": [52], "title": "Beton"}, {"id": 212, "work": "4", "translators": [52], "title": "Forstyrrelse"}, {"id": 213, "work": "2", "translators": [52], "title": "Wittgensteins nev\u00f8. Et venskab"}, {"id": 214, "work": "6", "translators": [89], "title": "Extinction"}, {"id": 215, "work": "50", "translators": [89], "title": "A Child"}, {"id": 216, "work": "7", "translators": [89], "title": "An Indication of the Cause"}, {"id": 217, "work": "59", "translators": [89], "title": "The Cellar: An Escape"}, {"id": 218, "work": "56", "translators": [89], "title": "Breath: A Decision"}, {"id": 219, "work": "60", "translators": [89], "title": "In the Cold"}, {"id": 220, "work": "8", "translators": [55], "title": "My Prizes"}, {"id": 221, "work": "3", "translators": [89], "title": "Concrete"}, {"id": 222, "work": "105", "translators": [78], "title": "Old Masters. A Comedy. Illustrated by Nicolas Mahler"}, {"id": 223, "work": "1", "translators": [88], "title": "Old Masters. A Comedy"}, {"id": 224, "work": "65", "translators": [89], "title": "Correction"}, {"id": 225, "work": "48", "translators": [89], "title": "The Lime Works"}, {"id": 226, "work": "5", "translators": [59], "title": "The Loser"}, {"id": 227, "work": "14", "translators": [89], "title": "Woodcutters"}, {"id": 228, "work": "14", "translators": [88], "title": "Cutting Timber. An Irritation"}, {"id": 229, "work": "47", "translators": [60], "title": "Frost"}, {"id": 230, "work": "2", "translators": [88], "title": "Wittgenstein's Nephew"}, {"id": 231, "work": "2", "translators": [89], "title": "Wittgenstein's Nephew"}, {"id": 232, "work": "82", "translators": [88], "title": "The Cheap-Eaters"}, {"id": 233, "work": "82", "translators": [83], "title": "The Cheap-Eaters"}, {"id": 234, "work": "4", "translators": [88], "title": "Gargoyles"}, {"id": 235, "work": "84", "translators": [64], "title": "On the Mountain. Rescue attempt, nonsense"}, {"id": 236, "work": "55", "translators": [64], "title": "On Earth and in Hell. Auf der Erde und in der H\u00f6lle"}, {"id": 237, "work": "63", "translators": [78], "title": "In Hora Mortis"}, {"id": 238, "work": "64", "translators": [78], "title": "Under the Iron of the Moon"}, {"id": 239, "work": "25", "translators": [74], "title": "A Party for Boris"}, {"id": 240, "work": "30", "translators": [74], "title": "Ritter, Dene, Voss"}, {"id": 241, "work": "13", "translators": [74], "title": "Histrionics"}, {"id": 242, "work": "12", "translators": [82], "title": "Heldenplatz"}, {"id": 243, "work": "12", "translators": [68], "title": "Heldenplatz"}, {"id": 244, "work": "22", "translators": [70], "title": "The Force of Habit. A Comedy"}, {"id": 245, "work": "15", "translators": [88], "title": "Yes"}, {"id": 246, "work": "17", "translators": [82], "title": "Minetti"}, {"id": 247, "work": "17", "translators": [72], "title": "Minetti. A portrait of the artist as an old man"}, {"id": 248, "work": "21", "translators": [82], "title": "The Hunting Party"}, {"id": 249, "work": "46", "translators": [82], "title": "Claus Peymann and Hermann Beil on Sulzwiese"}, {"id": 250, "work": "23", "translators": [82], "title": "Appearances Are Deceiving"}, {"id": 251, "work": "67", "translators": [74], "title": "Amras"}, {"id": 252, "work": "68", "translators": [76], "title": "Playing Watten"}, {"id": 253, "work": "10", "translators": [76], "title": "Walking"}, {"id": 254, "work": "115", "translators": [74], "title": "Three Days"}, {"id": 255, "work": "49", "translators": [82], "title": "The German Lunch Table"}, {"id": 256, "work": "9", "translators": [75], "title": "The Voice Impersonator"}, {"id": 257, "work": "9", "translators": [76], "title": "The Voice Imitator"}, {"id": 258, "work": "72", "translators": [82], "title": "Two Tutors"}, {"id": 259, "work": "73", "translators": [82], "title": "The Cap"}, {"id": 260, "work": "74", "translators": [82], "title": "Is it a Comedy? Is it a Tragedy?"}, {"id": 261, "work": "71", "translators": [82], "title": "Jauregg"}, {"id": 262, "work": "76", "translators": [82], "title": "Attach\u00e9 at the French Embassy"}, {"id": 263, "work": "69", "translators": [82], "title": "The Crime of an Innsbruck Shopkeeper's Son"}, {"id": 264, "work": "70", "translators": [82], "title": "The Carpenter"}, {"id": 265, "work": "51", "translators": [78], "title": "Goethe Dies"}, {"id": 266, "work": "52", "translators": [78], "title": "Montaigne. A Story in Twenty-Two Instalments"}, {"id": 267, "work": "53", "translators": [78], "title": "Reunion"}, {"id": 268, "work": "54", "translators": [78], "title": "Going Up in Flames. A Travelogue to an Erstwhile Friend"}, {"id": 269, "work": "28", "translators": [78], "title": "The World-Fixer"}, {"id": 270, "work": "29", "translators": [81], "title": "Over All the Mountain Tops"}, {"id": 271, "work": "75", "translators": [82], "title": "Victor Halfwit. A Winter's Tale"}, {"id": 272, "work": "11", "translators": [82], "title": "The President"}, {"id": 273, "work": "18", "translators": [82], "title": "Eve of Retirement"}, {"id": 274, "work": "74", "translators": [82], "title": "Is It A Comedy? Is It A Tragedy?"}, {"id": 275, "work": "62", "translators": [82], "title": "Claus Peymann Buys Himself a Pair of Pants and Joins Me for Lunch"}, {"id": 276, "work": "66", "translators": [83], "title": "Ungenach"}, {"id": 277, "work": "116", "translators": [83], "title": "The Weatherproof Cape"}, {"id": 278, "work": "78", "translators": [83], "title": "Midland in Stilfs"}, {"id": 279, "work": "80", "translators": [83], "title": "At the Ortler"}, {"id": 280, "work": "77", "translators": [83], "title": "At the Timberline"}, {"id": 281, "work": "117", "translators": [85], "title": "The Italian"}, {"id": 282, "work": "69", "translators": [84], "title": "Crimes of an Innsbruck Merchant's Son"}, {"id": 283, "work": "118", "translators": [85], "title": "Jean-Arthur Rimbaud. For his 100th Birthday"}, {"id": 284, "work": "101", "translators": [86], "title": "A Testimony"}, {"id": 285, "work": "119", "translators": [88], "title": "A Conversation. Thomas Bernhard and Andr\u00e9 M\u00fcller"}, {"id": 286, "work": "120", "translators": [88], "title": "Arguments from a Winter\u2019s Walk (excerpt)"}, {"id": 287, "work": "74", "translators": [88], "title": "Is it a Comedy? Is it a Tragedy?"}, {"id": 288, "work": "77", "translators": [89], "title": "At the Timberline"}, {"id": 289, "work": "47", "translators": [89], "title": "K\u00fclm"}, {"id": 290, "work": "1", "translators": [92], "title": "Vanad Meistrid. Kom\u00f6\u00f6dia"}, {"id": 291, "work": "5", "translators": [92], "title": "Hukkasaaja"}, {"id": 292, "work": "14", "translators": [91], "title": "Metsaraiumine. Erutus"}, {"id": 293, "work": "6", "translators": [92], "title": "\u00c4rakustutamine. Lagu"}, {"id": 294, "work": "3", "translators": [93], "title": "Betoni"}, {"id": 295, "work": "15", "translators": [93], "title": "Kyll\u00e4"}, {"id": 296, "work": "121", "translators": [93], "title": "Thomas Bernhard. Gerhard Fritsch. Kirjeenvaihtoa"}, {"id": 297, "work": "122", "translators": [93], "title": "Kulterer"}, {"id": 298, "work": "117", "translators": [93], "title": "Italialainen"}, {"id": 299, "work": "77", "translators": [93], "title": "Puurajalla"}, {"id": 300, "work": "7", "translators": [93], "title": "Syy"}, {"id": 301, "work": "59", "translators": [93], "title": "Kellari. Vet\u00e4ytyminen"}, {"id": 302, "work": "56", "translators": [93], "title": "Hengitys. P\u00e4\u00e4t\u00f6s"}, {"id": 303, "work": "60", "translators": [93], "title": "Kylmyys. Eristys"}, {"id": 304, "work": "50", "translators": [93], "title": "Muuan lapsi"}, {"id": 305, "work": "5", "translators": [94], "title": "Haaskio"}, {"id": 306, "work": "14", "translators": [94], "title": "Hakkuu. Muuan mielenkuohu"}, {"id": 307, "work": "1", "translators": [94], "title": "Vanhat mestarit. Komedia"}, {"id": 308, "work": "8", "translators": [94], "title": "Palkintopuhetta"}, {"id": 309, "work": "47", "translators": [94], "title": "Pakkanen"}, {"id": 310, "work": "82", "translators": [94], "title": "Halvallasy\u00f6j\u00e4t"}, {"id": 311, "work": "2", "translators": [94], "title": "Wittgensteinin veljenpoika"}, {"id": 312, "work": "4", "translators": [94], "title": "H\u00e4iri\u00f6"}, {"id": 313, "work": "67", "translators": [94], "title": "Amras"}, {"id": 314, "work": "68", "translators": [94], "title": "Kortinpeluu"}, {"id": 315, "work": "10", "translators": [94], "title": "K\u00e4vely"}, {"id": 316, "work": "62", "translators": [94], "title": "Claus Peymann s'ach\u00e8te un pantalon et vient manger avec moi"}, {"id": 317, "work": "83", "translators": [122], "title": "Sur le traces de la v\u00e9rit\u00e9. Discours, lettres, entretiens, articles"}, {"id": 318, "work": "6", "translators": [127], "title": "Extinction. Un effondrement"}, {"id": 319, "work": "4", "translators": [97], "title": "Perturbation"}, {"id": 320, "work": "4", "translators": [119], "title": "Perturbation"}, {"id": 321, "work": "82", "translators": [128], "title": "Les Mange-pas-chere"}, {"id": 322, "work": "65", "translators": [109], "title": "Corrections"}, {"id": 323, "work": "47", "translators": [101], "title": "Gel"}, {"id": 324, "work": "14", "translators": [119], "title": "Des arbres \u00e0 abattre. Une irritation"}, {"id": 325, "work": "67", "translators": [122], "title": "Amras"}, {"id": 326, "work": "69", "translators": [109], "title": "Le crime d'un fils de commer\u00e7ant d'Innsbruck"}, {"id": 327, "work": "70", "translators": [109], "title": "Le charpentier"}, {"id": 328, "work": "71", "translators": [109], "title": "Jauregg"}, {"id": 329, "work": "72", "translators": [109], "title": "Deux \u00e9ducateurs"}, {"id": 330, "work": "73", "translators": [109], "title": "La casquette"}, {"id": 331, "work": "74", "translators": [109], "title": "Est-ce une com\u00e9die? Est-ce une trag\u00e9die?"}, {"id": 332, "work": "76", "translators": [109], "title": "L'attach\u00e9 \u00e0 l'ambassade de France"}, {"id": 333, "work": "66", "translators": [109], "title": "Ungenach"}, {"id": 334, "work": "68", "translators": [122], "title": "Watten"}, {"id": 335, "work": "78", "translators": [109], "title": "Midland \u00e0 Stilfs"}, {"id": 336, "work": "79", "translators": [109], "title": "La cape de loden"}, {"id": 337, "work": "80", "translators": [109], "title": "Dans le massif de l'Ortler"}, {"id": 338, "work": "123", "translators": [109], "title": "Marcher"}, {"id": 339, "work": "1", "translators": [127], "title": "Ma\u00eetres anciens. Com\u00e9die"}, {"id": 340, "work": "8", "translators": [122], "title": "Mes prix litt\u00e9raires"}, {"id": 341, "work": "3", "translators": [127], "title": "B\u00e9ton"}, {"id": 342, "work": "15", "translators": [122], "title": "Oui"}, {"id": 343, "work": "2", "translators": [122], "title": "Le neveu de Wittgenstein. Un amiti\u00e9"}, {"id": 344, "work": "48", "translators": [105], "title": "La pl\u00e2tri\u00e8re"}, {"id": 345, "work": "9", "translators": [122], "title": "L'imitateur"}, {"id": 346, "work": "5", "translators": [119], "title": "Le naufrag\u00e9"}, {"id": 347, "work": "84", "translators": [128], "title": "Dans le hauteurs. Tentative de sauventage, non-sens"}, {"id": 348, "work": "51", "translators": [122], "title": "Goehte se mheurt"}, {"id": 349, "work": "52", "translators": [122], "title": "Montaigne"}, {"id": 350, "work": "53", "translators": [122], "title": "Retrouvailles"}, {"id": 351, "work": "54", "translators": [122], "title": "Parti en fum\u00e9e"}, {"id": 352, "work": "113", "translators": [128], "title": "Je te salue Virigile"}, {"id": 353, "work": "124", "translators": [108], "title": "Entretiens avec Thomas Bernhard. Je n'insulte vraiment personne"}, {"id": 354, "work": "125", "translators": [128], "title": "Entretiens avec Krista Fleischmann"}, {"id": 355, "work": "7", "translators": [109], "title": "L'origine. Simple indication"}, {"id": 356, "work": "59", "translators": [109], "title": "La cave. Un retrait"}, {"id": 357, "work": "56", "translators": [109], "title": "Le souffle. Une d\u00e9cision"}, {"id": 358, "work": "60", "translators": [109], "title": "Le froid. Une mise en quarantaine"}, {"id": 359, "work": "50", "translators": [109], "title": "Un enfant"}, {"id": 360, "work": "115", "translators": [128], "title": "Trois jours"}, {"id": 361, "work": "119", "translators": [128], "title": "Entretien d'Andr\u00e9 M\u00fcller avec Thomas Bernhard"}, {"id": 362, "work": "127", "translators": [109], "title": "Mon bout de monde"}, {"id": 363, "work": "55", "translators": [109], "title": "Sur la terre et en enfer"}, {"id": 364, "work": "63", "translators": [109], "title": "In hora mortis"}, {"id": 365, "work": "64", "translators": [109], "title": "Sous le fer de la lune"}, {"id": 366, "work": "128", "translators": [109], "title": "Annexe"}, {"id": 367, "work": "105", "translators": [127], "title": "Ma\u00eetres anciens. Com\u00e9die dessin\u00e9 par Mahler"}, {"id": 368, "work": "19", "translators": [128], "title": "Au but"}, {"id": 369, "work": "18", "translators": [128], "title": "Avant la retraite. Une com\u00e9die de l'\u00e2me allemande"}, {"id": 370, "work": "30", "translators": [116], "title": "D\u00e9jeuner chez Wittgenstein"}, {"id": 371, "work": "37", "translators": [128], "title": "Un mort"}, {"id": 372, "work": "38", "translators": [128], "title": "Le Mois de Marie"}, {"id": 373, "work": "39", "translators": [128], "title": "Match"}, {"id": 374, "work": "40", "translators": [128], "title": "Acquittement"}, {"id": 375, "work": "41", "translators": [128], "title": "Glaces"}, {"id": 376, "work": "49", "translators": [128], "title": "Le D\u00e9jeuner allemand"}, {"id": 377, "work": "43", "translators": [128], "title": "Tout ou rien"}, {"id": 378, "work": "104", "translators": [128], "title": "Claus Peymann quitte Bochum et va \u00e0 Vienne comme directeur du Burgtheater"}, {"id": 379, "work": "62", "translators": [128], "title": "Claus Peymann s'ach\u00e8te un pantalon et va d\u00e9jeuner avec moi"}, {"id": 380, "work": "26", "translators": [116], "title": "Emmanuel Kant"}, {"id": 381, "work": "58", "translators": [112, 113], "title": "Ev\u00e9nements"}, {"id": 382, "work": "129", "translators": [113], "title": "Un jeune \u00e9crivain"}, {"id": 383, "work": "52", "translators": [128], "title": "Montaigne"}, {"id": 384, "work": "130", "translators": [114], "title": "Monologues \u00e0 Majorque"}, {"id": 385, "work": "46", "translators": [128], "title": "Claus Peymann et Hermann Beil sur la Sulzwiese"}, {"id": 386, "work": "131", "translators": [128], "title": "Mon heureuse Autriche"}, {"id": 387, "work": "22", "translators": [128], "title": "La Force de l'habitude"}, {"id": 388, "work": "21", "translators": [128], "title": "La Soci\u00e9t\u00e9 de chasse"}, {"id": 389, "work": "13", "translators": [116], "title": "Le Faiseur de th\u00e9\u00e2tre"}, {"id": 390, "work": "11", "translators": [128], "title": "Le Pr\u00e9sident"}, {"id": 391, "work": "28", "translators": [116], "title": "Le R\u00e9formateur"}, {"id": 392, "work": "23", "translators": [116], "title": "Les Apparences sont trompeuses"}, {"id": 393, "work": "16", "translators": [128], "title": "Les C\u00e9l\u00e8bres"}, {"id": 394, "work": "24", "translators": [128], "title": "\u00c9lisabeth II"}, {"id": 395, "work": "27", "translators": [116], "title": "L'Ignorant et le fou"}, {"id": 396, "work": "29", "translators": [128], "title": "Ma\u00eetre. La journ\u00e9e d'un po\u00e8te allemand vers 1980"}, {"id": 397, "work": "17", "translators": [128], "title": "Minetti. Portrait de l'artiste en viel homme"}, {"id": 398, "work": "12", "translators": [128], "title": "Place des h\u00e9ros"}, {"id": 399, "work": "20", "translators": [116], "title": "Simplement compliqu\u00e9"}, {"id": 400, "work": "25", "translators": [128], "title": "Une f\u00eate pour Boris"}, {"id": 401, "work": "117", "translators": [116], "title": "L'Italien"}, {"id": 402, "work": "77", "translators": [116], "title": "\u00c0 la lisi\u00e8re des arbres"}, {"id": 403, "work": "122", "translators": [116], "title": "Kulterer"}, {"id": 404, "work": "55", "translators": [117], "title": "Sur la terre comme en enfer"}, {"id": 405, "work": "63", "translators": [117], "title": "In hora mortis"}, {"id": 406, "work": "117", "translators": [128], "title": "L'Italien"}, {"id": 407, "work": "122", "translators": [128], "title": "Kulterer"}, {"id": 408, "work": "137", "translators": [128], "title": "Lettre \u00e0 Siegfried Unseld (extrait)"}, {"id": 409, "work": "138", "translators": [128], "title": "Lettre \u00e0 Henning Rischbieter"}, {"id": 410, "work": "139", "translators": [119], "title": "Points de vue d'un incorrigible redresseur de torts"}, {"id": 411, "work": "140", "translators": [120], "title": "Jeunes t\u00eates"}, {"id": 412, "work": "141", "translators": [120], "title": "Ma propre solitude"}, {"id": 413, "work": "142", "translators": [120], "title": "Chroniques judiciaires (Pour quelques friandises acidul\u00e9es"}, {"id": 414, "work": "143", "translators": [120], "title": "Suicide \u00e0 l'h\u00f4pital psychiatrique r\u00e9gional"}, {"id": 415, "work": "144", "translators": [120], "title": "Tant aim\u00e9e, jamais pay\u00e9e"}, {"id": 416, "work": "145", "translators": [120], "title": "R\u00e9presentation au tribunal p\u00e9nal r\u00e9gional"}, {"id": 417, "work": "146", "translators": [120], "title": "Ernestine contre Lucie1)"}, {"id": 418, "work": "147", "translators": [121], "title": "Deux po\u00e8mes, deux lettres et un t\u00e9l\u00e9gramme (Paris"}, {"id": 419, "work": "148", "translators": [121], "title": "D\u00e9lire de pers\u00e9cution"}, {"id": 420, "work": "149", "translators": [120], "title": "Deux lettres (1960-1963) \u00e0 Annemarie Hammerstein-Siller"}, {"id": 421, "work": "150", "translators": [120], "title": "Telegramme du 30 Novembre 1960 \u00e0 Michael Guttenbrunner)"}, {"id": 422, "work": "151", "translators": [121], "title": "R\u00e9cits (Une lettre tir\u00e9e d'un drame"}, {"id": 423, "work": "152", "translators": [121], "title": "Un printemps"}, {"id": 424, "work": "153", "translators": [121], "title": "Un imposteur \u00e0 la campagne"}, {"id": 425, "work": "154", "translators": [121], "title": "En tant qu'administrateur de l'asile"}, {"id": 426, "work": "155", "translators": [120], "title": "La femme de la fonderie et l'homme avec le sac \u00e0 dos2)"}, {"id": 427, "work": "156", "translators": [122], "title": "Lettre \u00e0 Claus Peymann"}, {"id": 428, "work": "157", "translators": [122], "title": "\u00c0 Rome"}, {"id": 429, "work": "158", "translators": [120], "title": "D\u00e9claration"}, {"id": 430, "work": "159", "translators": [121], "title": "Correspondance. Extraits. Thomas Bernhard et Siegfried Unseld"}, {"id": 431, "work": "160", "translators": [121], "title": "Unseld"}, {"id": 432, "work": "161", "translators": [127, 127], "title": "Werner W\u00f6gerbauer: Conversation avec Thomas Bernhard"}, {"id": 433, "work": "162", "translators": [124], "title": "Lettre \u00e0 Christoph von Schwerin"}, {"id": 434, "work": "163", "translators": [127], "title": "Lettres \u00e0 la presse (L'Europe"}, {"id": 435, "work": "164", "translators": [127], "title": "Elias Canetti"}, {"id": 436, "work": "165", "translators": [127], "title": "Bruno Kreisky"}, {"id": 437, "work": "166", "translators": [127], "title": "Litt\u00e9rature et justice"}, {"id": 438, "work": "167", "translators": [127], "title": "Franz Vranitzky"}, {"id": 439, "work": "168", "translators": [127], "title": "L'Assembl\u00e9e de auteurs \u00e0 Graz"}, {"id": 440, "work": "169", "translators": [127], "title": "Le titre de professeur"}, {"id": 441, "work": "170", "translators": [125], "title": "La bureaucratie culturelle autrichienne)"}, {"id": 442, "work": "171", "translators": [127], "title": "Ceux de la cantine"}, {"id": 443, "work": "172", "translators": [125], "title": "Thomas Bernhard \u00e0 la r\u00e9daction du Watzmann 5020 Salzburg"}, {"id": 444, "work": "173", "translators": [126], "title": "Les Roses du d\u00e9sert"}, {"id": 445, "work": "148", "translators": [128], "title": "Manie de pers\u00e9cution"}, {"id": 446, "work": "175", "translators": [128], "title": "Pourquoi ai-je peur de vieillir"}, {"id": 447, "work": "176", "translators": [128], "title": "La mort et le temps"}, {"id": 448, "work": "177", "translators": [128], "title": "Dans le jardin de ma m\u00e8re"}, {"id": 449, "work": "19", "translators": [129], "title": "Na meta"}, {"id": 450, "work": "13", "translators": [131], "title": "O facedor de teatro"}, {"id": 451, "work": "72", "translators": [133], "title": "\u10dd\u10e0\u10d8 \u10d0\u10e6\u10db\u10d6\u10e0\u10d3\u10d4\u10da\u10d8"}, {"id": 452, "work": "73", "translators": [133], "title": "\u10e5\u10e3\u00ad\u10d3\u10d8"}, {"id": 453, "work": "59", "translators": [133], "title": "\u10e1\u10d0\u10e0\u10d3\u10d0\u10e4\u10d8"}, {"id": 454, "work": "5", "translators": [135], "title": "\u10d3\u10d0\u10e6\u10db\u10d0\u10db\u10d0\u10d5\u10d0\u10da\u10d8"}, {"id": 455, "work": "14", "translators": [135], "title": "\u10e2\u10e7\u10d8\u10e1 \u10e9\u10d4\u10ee\u10d0"}, {"id": 456, "work": "13", "translators": [135], "title": "\u10e1\u10d0\u10dc\u10d0\u10ee\u10d0\u10dd\u10d1\u10d8\u10e1 \u10db\u10dd\u10db\u10ec\u10e7\u10dd\u10d1\u10d8"}, {"id": 457, "work": "178", "translators": [134], "title": "???"}, {"id": 458, "work": "1", "translators": [135], "title": "\u10eb\u10d5\u10d4\u10da\u10d8 \u10dd\u10e1\u10e2\u10d0\u10e2\u10d4\u10d1\u10d8"}, {"id": 459, "work": "113", "translators": [141], "title": "\u03a7\u0391\u0399\u03a1\u0395 \u0392\u0399\u03a1\u0393\u0399\u039b\u0399\u0395"}, {"id": 460, "work": "3", "translators": [156], "title": "\u039c\u03c0\u03b5\u03c4\u03cc\u03bd"}, {"id": 461, "work": "26", "translators": [137], "title": "\u0399\u03bc\u03bc\u03b1\u03bd\u03bf\u03c5\u03ad\u03bb \u039a\u03b1\u03bd\u03c4"}, {"id": 462, "work": "27", "translators": [146], "title": "\u039f \u0391\u03b4\u03b1\u03ae\u03c2 \u03ba\u03b1\u03b9 \u03bf \u03a0\u03b1\u03c1\u03ac\u03c6\u03c1\u03c9\u03bd"}, {"id": 463, "work": "82", "translators": [150], "title": "\u039f\u03b9 \u03c6\u03c4\u03b7\u03bd\u03bf\u03c6\u03b1\u03b3\u03ac\u03b4\u03b5\u03c2"}, {"id": 464, "work": "30", "translators": [142, 145], "title": "\u03a1\u03af\u03c4\u03c4\u03b5\u03c1, \u039d\u03c4\u03ad\u03bd\u03b5, \u03a6\u03bf\u03c2"}, {"id": 465, "work": "2", "translators": [149], "title": "\u039f \u03b1\u03bd\u03b9\u03c8\u03b9\u03cc\u03c2 \u03c4\u03bf\u03c5 \u0392\u03af\u03c4\u03b3\u03ba\u03b5\u03bd\u03c3\u03c4\u03ac\u03ca\u03bd (excerpt)"}, {"id": 466, "work": "65", "translators": [156], "title": "\u0394\u03b9\u03cc\u03c1\u03b8\u03c9\u03c3\u03b7 (excerpt)"}, {"id": 467, "work": "6", "translators": [141], "title": "\u0397 \u03b5\u03be\u03ac\u03bb\u03b5\u03b9\u03c8\u03b7 (excerpt)"}, {"id": 468, "work": "130", "translators": [143], "title": "\u039c\u03bf\u03bd\u03cc\u03bb\u03bf\u03b3\u03bf\u03b9 \u03c3\u03c4\u03b7 \u039c\u03b1\u03b3\u03b9\u03cc\u03c1\u03ba\u03b1"}, {"id": 469, "work": "30", "translators": [146], "title": "\u03a1\u03af\u03c4\u03c4\u03b5\u03c1, \u039d\u03c4\u03ad\u03bd\u03b5, \u03a6\u03bf\u03c2"}, {"id": 470, "work": "10", "translators": [147], "title": "\u0392\u03b1\u03b4\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2"}, {"id": 471, "work": "12", "translators": [148], "title": "\u03a0\u03bb\u03b1\u03c4\u03b5\u03af\u03b1 \u0397\u03c1\u03ce\u03c9\u03bd"}, {"id": 472, "work": "8", "translators": [148], "title": "\u03a4\u03b1 \u03b2\u03c1\u03b1\u03b2\u03b5\u03af\u03b1 \u03bc\u03bf\u03c5"}, {"id": 473, "work": "9", "translators": [156], "title": "\u039f \u039c\u03af\u03bc\u03bf\u03c2 \u03c4\u03c9\u03bd \u03c6\u03c9\u03bd\u03ce\u03bd. 104 \u03b9\u03c3\u03c4\u03bf\u03c1\u03af\u03b5\u03c2"}, {"id": 474, "work": "58", "translators": [149], "title": "\u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03b1"}, {"id": 475, "work": "1", "translators": [150], "title": "\u03a0\u03b1\u03bb\u03b9\u03bf\u03af \u03b4\u03ac\u03c3\u03ba\u03b1\u03bb\u03bf\u03b9. \u039a\u03c9\u03bc\u03c9\u03b4\u03af\u03b1"}, {"id": 476, "work": "6", "translators": [150], "title": "\u0391\u03c6\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2. M\u03b9\u03b1 \u03ba\u03b1\u03c4\u03ac\u03c1\u03c1\u03b5\u03c5\u03c3\u03b7"}, {"id": 477, "work": "14", "translators": [150], "title": "\u039e\u03cd\u03bb\u03b5\u03c5\u03c3\u03b7. \u0388\u03bd\u03b1\u03c2 \u03b5\u03c1\u03b5\u03b8\u03b9\u03c3\u03bc\u03cc\u03c2"}, {"id": 478, "work": "65", "translators": [150], "title": "\u0394\u03b9\u03cc\u03c1\u03b8\u03c9\u03c3\u03b7"}, {"id": 479, "work": "5", "translators": [150], "title": "\u039f \u03b1\u03c0\u03bf\u03c4\u03c5\u03c7\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2"}, {"id": 480, "work": "7", "translators": [150], "title": "\u0397 \u0391\u0399\u03a4\u0399\u0391. \u0388\u03bd\u03b1\u03c2 \u03c5\u03c0\u03b1\u03b9\u03bd\u03b9\u03b3\u03bc\u03cc\u03c2"}, {"id": 481, "work": "59", "translators": [150], "title": "\u03a4\u039f \u03a5\u03a0\u039f\u0393\u0395\u0399\u039f. \u039c\u03b9\u03b1 \u03b1\u03c0\u03bf\u03c4\u03bf\u03be\u03af\u03bd\u03c9\u03c3\u03b7"}, {"id": 482, "work": "56", "translators": [150], "title": "\u0397 \u0391\u039d\u0391\u03a3\u0391. \u039c\u03b9\u03b1 \u03b1\u03c0\u03cc\u03c6\u03b1\u03c3\u03b7"}, {"id": 483, "work": "60", "translators": [150], "title": "\u03a4\u039f \u039a\u03a1\u03a5\u039f. \u039c\u03b9\u03b1 \u03b1\u03c0\u03bf\u03bc\u03cc\u03bd\u03c9\u03c3\u03b7"}, {"id": 484, "work": "50", "translators": [150], "title": "\u0395\u039d\u0391 \u03a0\u0391\u0399\u0394\u0399"}, {"id": 485, "work": "110", "translators": [150], "title": "\u03a0\u03bf\u03b9\u03ae\u03bc\u03b1\u03c4\u03b1 1952-1957"}, {"id": 486, "work": "55", "translators": [150], "title": "\u03a3\u03c4\u03b7 \u03b3\u03b7 \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b7\u03bd \u03ba\u03cc\u03bb\u03b1\u03c3\u03b7"}, {"id": 487, "work": "63", "translators": [150], "title": "\u03a3\u03c4\u03b7 \u03c7\u03ce\u03c1\u03b1 \u03c4\u03bf\u03c5 \u03b8\u03b1\u03bd\u03ac\u03c4\u03bf\u03c5"}, {"id": 488, "work": "64", "translators": [150], "title": "\u039a\u03ac\u03c4\u03c9 \u03b1\u03c0\u03cc \u03c4\u03bf \u03c3\u03af\u03b4\u03b5\u03c1\u03b9\u03ba\u00f2 \u03c4\u03bf\u03c5 \u03c6\u03b5\u03b3\u03b3\u03b1\u03c1\u03b9\u03bf\u03cd"}, {"id": 489, "work": "111", "translators": [150], "title": "\u03a8\u03b1\u03bb\u03bc\u03cc\u03c2"}, {"id": 490, "work": "112", "translators": [150], "title": "\u039f\u03b9 \u03c4\u03c1\u03b5\u03bb\u03bf\u03af \u039f\u03b9 \u03c6\u03c5\u03bb\u03b1\u03ba\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03b9"}, {"id": 491, "work": "114", "translators": [150], "title": "\u03a0\u03bf\u03b9\u03ae\u03bc\u03b1\u03c4\u03b1 1959-1963"}, {"id": 492, "work": "113", "translators": [150], "title": "Ave Vergil"}, {"id": 493, "work": "179", "translators": [150], "title": "Frost. \u03a4\u03c1\u03af\u03c4\u03b7 \u03ad\u03ba\u03b4\u03bf\u03c7\u03ae"}, {"id": 494, "work": "28", "translators": [152], "title": "\u039f \u03b1\u03bd\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03c4\u03ae\u03c2 \u03c4\u03bf\u03c5 \u03ba\u03cc\u03c3\u03bc\u03bf\u03c5"}, {"id": 495, "work": "48", "translators": [153], "title": "\u03a4\u03bf \u03b1\u03c3\u03b2\u03b5\u03c3\u03c4\u03bf\u03ba\u03ac\u03bc\u03b9\u03bd\u03bf"}, {"id": 496, "work": "119", "translators": [154], "title": "O\u03b1\u03bd\u03c4\u03c1\u03b5 \u03bc\u03b9\u03bb\u03b5\u03c1 \u03c3\u03c5\u03bd\u03bf\u03bc\u03b9\u03bb\u03b5\u03b9 \u03bc\u03b5 \u03c4\u03bf\u03bd T\u03bf\u03bc\u03b1\u03c2 M\u03b7\u03b5\u03c1\u03bd\u03c7\u03b1\u03c1\u03bd\u03c4\u03af\u03c4"}, {"id": 497, "work": "180", "translators": [154], "title": "\u03a4\u03bf \u03b8\u03ad\u03b1\u03c4\u03c1\u03bf \u03c9\u03c2 \u03ad\u03bd\u03c9\u03c3\u03b7 \u03c4\u03b5\u03bb\u00b5\u03b1\u03c4\u03cc\u03b8\u03b9\u03c9\u03bd"}, {"id": 498, "work": "130", "translators": [154], "title": "\u039c\u03bf\u03bd\u03cc\u03bb\u03bf\u03b3\u03bf\u03b9 \u03c3\u03c4\u03b7 \u039c\u03b1\u03b3\u03b9\u03cc\u03c1\u03ba\u03b1"}, {"id": 499, "work": "56", "translators": [155], "title": "\u0397 \u0391\u039d\u0391\u03a3\u0391"}, {"id": 500, "work": "22", "translators": [156], "title": "\u0397 \u03b4\u03cd\u03bd\u03b1\u03bc\u03b7 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03bd\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2"}, {"id": 501, "work": "19", "translators": [157], "title": "\u03a3\u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc"}, {"id": 502, "work": "18", "translators": [158], "title": "\u03a0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03c7\u03ce\u03c1\u03b7\u03c3\u03b7. \u039c\u03b9\u03b1 \u03ba\u03c9\u03bc\u03c9\u03b4\u03af\u03b1 \u03c4\u03b7\u03c2 \u03b3\u03b5\u03c1\u03bc\u03b1\u03bd\u03b9\u03ba\u03ae\u03c2 \u03c8\u03c5\u03c7\u03ae\u03c2"}, {"id": 503, "work": "2", "translators": [159], "title": "\u05d0\u05d7\u05d9\u05d9\u05e0\u05d5 \u05e9\u05dc \u05d5\u05d9\u05d8\u05d2\u05e0\u05e9\u05d8\u05d9\u05d9\u05df. \u05e1\u05d9\u05e4\u05d5\u05e8\u05d4 \u05e9\u05dc \u05d9\u05d3\u05d9\u05d3\u05d5\u05ea"}, {"id": 504, "work": "22", "translators": [166], "title": "\u05db\u05d5\u05d7\u05d5 \u05e9\u05dc \u05d4\u05e8\u05d2\u05dc"}, {"id": 505, "work": "3", "translators": [161], "title": "\u05d1\u05d8\u05d5\u05df"}, {"id": 506, "work": "12", "translators": [163], "title": "\u05d4\u05dc\u05d3\u05e0\u05e4\u05dc\u05d0\u05e5"}, {"id": 507, "work": "18", "translators": [163], "title": "\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e4\u05e8\u05d9\u05e9\u05d4 \u05dc\u05d2\u05d9\u05de\u05dc\u05d0\u05d5\u05ea"}, {"id": 508, "work": "6", "translators": [163], "title": "\u05de\u05d7\u05d9\u05e7\u05d4. \u05d4\u05ea\u05e4\u05d5\u05e8\u05e8\u05d5\u05ea"}, {"id": 509, "work": "50", "translators": [165], "title": "\u05d9\u05dc\u05d3"}, {"id": 510, "work": "59", "translators": [165], "title": "\u05d4\u05de\u05e8\u05ea\u05e3. \u05d4\u05d9\u05de\u05dc\u05d8\u05d5\u05ea"}, {"id": 511, "work": "7", "translators": [165], "title": "\u05d4\u05e1\u05d9\u05d1\u05d4. \u05e8\u05de\u05d6"}, {"id": 512, "work": "5", "translators": [165], "title": "\u05d4\u05d8\u05d5\u05d1\u05e2"}, {"id": 513, "work": "56", "translators": [165], "title": "\u05d4\u05e0\u05e9\u05d9\u05de\u05d4. \u05d4\u05d7\u05dc\u05d8\u05d4"}, {"id": 514, "work": "60", "translators": [165], "title": "\u05d4\u05e7\u05d5\u05e8. \u05d1\u05d9\u05d3\u05d5\u05d3"}, {"id": 515, "work": "1", "translators": [165], "title": "\u05de\u05d9\u05d9\u05e1\u05d8\u05e8\u05d9\u05dd \u05d3\u05d2\u05d5\u05dc\u05d9\u05dd. \u05e7\u05d5\u05de\u05d3\u05d9\u05d4"}, {"id": 516, "work": "14", "translators": [165], "title": "\u05dc\u05d7\u05d8\u05d5\u05d1 \u05e2\u05e6\u05d9\u05dd. \u05e1\u05e2\u05e8\u05ea \u05e8\u05d5\u05d7"}, {"id": 517, "work": "15", "translators": [165], "title": "\u05db\u05df"}, {"id": 518, "work": "30", "translators": [166], "title": "\u05e8\u05d9\u05d8\u05e8, \u05d3\u05d9\u05d9\u05e0\u05d4, \u05e4\u05d5\u05e1"}, {"id": 519, "work": "17", "translators": [166], "title": "Minetti. A m\u0171v\u00e9sz arck\u00e9pe \u00f6regember kor\u00e1bol"}, {"id": 520, "work": "9", "translators": [167], "title": "A hangut\u00e1nz\u00f3 m\u0171v\u00e9sz tan\u00edt\u00e1sai (Pisa \u00e9s velence / Sima jegy / Sz\u00e9p kil\u00e1t\u00e1s / Moosprugger t\u00e9ved\u00e9se / \u00c1ll\u00edtas / Mim\u00f3z\u00e1k / Hamis hang / Igaz szerelem / \u0150r\u00fclet)"}, {"id": 521, "work": "12", "translators": [176], "title": "Heldenplatz"}, {"id": 522, "work": "47", "translators": [176], "title": "Fagy"}, {"id": 523, "work": "48", "translators": [176], "title": "A m\u00e9sz\u00e9get\u0151"}, {"id": 524, "work": "2", "translators": [173], "title": "Wittgenstein unoka\u00f6ccse"}, {"id": 525, "work": "5", "translators": [176], "title": "A menthetetlen"}, {"id": 526, "work": "14", "translators": [173], "title": "Irt\u00e1s. Indulatm\u0171"}, {"id": 527, "work": "3", "translators": [173], "title": "Beton"}, {"id": 528, "work": "65", "translators": [173], "title": "Korrekt\u00fara"}, {"id": 529, "work": "1", "translators": [173], "title": "R\u00e9gi mesterek. Kom\u00e9dia"}, {"id": 530, "work": "63", "translators": [171], "title": "In hora mortis"}, {"id": 531, "work": "4", "translators": [176], "title": "Megzavarod\u00e1s"}, {"id": 532, "work": "6", "translators": [173], "title": "Kiolt\u00e1s. Boml\u00e1sreg\u00e9ny"}, {"id": 533, "work": "8", "translators": [176], "title": "D\u00edjaim"}, {"id": 534, "work": "84", "translators": [176], "title": "Magasban. Ment\u00e9sk\u00eds\u00e9rlet, badars\u00e1g"}, {"id": 535, "work": "67", "translators": [176], "title": "Amras"}, {"id": 536, "work": "117", "translators": [176], "title": "Az olasz f\u00e9rfi"}, {"id": 537, "work": "122", "translators": [176], "title": "A Kulterer"}, {"id": 538, "work": "78", "translators": [176], "title": "Midland Stilfsben"}, {"id": 539, "work": "68", "translators": [176], "title": "Als\u00f3z\u00e1s"}, {"id": 540, "work": "77", "translators": [176], "title": "Az erd\u0151hat\u00e1ron"}, {"id": 541, "work": "66", "translators": [176], "title": "Ungenach"}, {"id": 542, "work": "116", "translators": [176], "title": "A k\u00f6rgall\u00e9r"}, {"id": 543, "work": "15", "translators": [174], "title": "Igen"}, {"id": 544, "work": "55", "translators": [176], "title": "A f\u00f6ld\u00f6n \u00e9s a pokolban"}, {"id": 545, "work": "63", "translators": [176], "title": "In hora mortis"}, {"id": 546, "work": "64", "translators": [176], "title": "A hold kardja alatt"}, {"id": 547, "work": "111", "translators": [176], "title": "Az \u0151r\u00fcltek A fegyencek"}, {"id": 548, "work": "112", "translators": [176], "title": "Ave Vergilius"}, {"id": 549, "work": "113", "translators": [176], "title": "F\u00fcggel\u00e9k"}, {"id": 550, "work": "27", "translators": [176], "title": "A tudatlan \u00e9s az \u0151r\u00fclt"}, {"id": 551, "work": "22", "translators": [176], "title": "A szok\u00e1s hatalma"}, {"id": 552, "work": "13", "translators": [176], "title": "A sz\u00ednh\u00e1zcsin\u00e1l\u00f3"}, {"id": 553, "work": "30", "translators": [176], "title": "Ritter, Dene, Voss"}, {"id": 554, "work": "26", "translators": [176], "title": "Immanuel Kant"}, {"id": 555, "work": "19", "translators": [176], "title": "A c\u00e9ln\u00e1l"}, {"id": 556, "work": "20", "translators": [176], "title": "Egyszer\u0171en komplik\u00e1lt"}, {"id": 557, "work": "12", "translators": [176], "title": "Heldenplatz"}, {"id": 558, "work": "10", "translators": [176], "title": "J\u00e1r\u00e1s"}, {"id": 559, "work": "58", "translators": [176], "title": "Esem\u00e9nyek"}, {"id": 560, "work": "9", "translators": [176], "title": "A hangimit\u00e1tor"}, {"id": 561, "work": "72", "translators": [176], "title": "K\u00e9t nevel\u0151"}, {"id": 562, "work": "73", "translators": [176], "title": "A sapka"}, {"id": 563, "work": "74", "translators": [176], "title": "Kom\u00e9dia? Trag\u00e9dia?"}, {"id": 564, "work": "71", "translators": [176], "title": "Jauregg"}, {"id": 565, "work": "76", "translators": [176], "title": "A francia attas\u00e9"}, {"id": 566, "work": "69", "translators": [176], "title": "Egy innsbrucki keresked\u0151fi\u00fa b\u0171ne"}, {"id": 567, "work": "70", "translators": [176], "title": "Az \u00e1cs"}, {"id": 568, "work": "77", "translators": [176], "title": "\nAz erd\u0151hat\u00e1ron"}, {"id": 569, "work": "78", "translators": [176], "title": "Az angol f\u00e9rfi"}, {"id": 570, "work": "80", "translators": [176], "title": "Az Ortleren"}, {"id": 571, "work": "152", "translators": [176], "title": "Tavasz"}, {"id": 572, "work": "101", "translators": [176], "title": "Tan\u00favallom\u00e1s"}, {"id": 573, "work": "129", "translators": [176], "title": "A fiatal \u00edr\u00f3"}, {"id": 574, "work": "181", "translators": [176], "title": "F\u00e9ln\u00f3t\u00e1s Viktor"}, {"id": 575, "work": "182", "translators": [176], "title": "Megnyugv\u00e1s"}, {"id": 576, "work": "153", "translators": [176], "title": "Egy vid\u00e9ki csal\u00f3"}, {"id": 577, "work": "154", "translators": [176], "title": "A menhelyi gondnok"}, {"id": 578, "work": "183", "translators": [176], "title": "A n\u0151 az \u00f6nt\u0151d\u00e9b\u0151l meg a h\u00e1tizs\u00e1kos f\u00e9rfi"}, {"id": 579, "work": "184", "translators": [176], "title": "S\u00edks\u00e1g"}, {"id": 580, "work": "81", "translators": [176], "title": "Goethe megh\u00f3"}, {"id": 581, "work": "52", "translators": [176], "title": "Montaigne"}, {"id": 582, "work": "53", "translators": [176], "title": "Viszontl\u00e1t\u00e1s"}, {"id": 583, "work": "185", "translators": [176], "title": "L\u00e1ngok martal\u00e9ka lett)"}, {"id": 584, "work": "85", "translators": [176], "title": "A v\u00f6r\u00f6s f\u00e9ny"}, {"id": 585, "work": "86", "translators": [176], "title": "A telepesek"}, {"id": 586, "work": "87", "translators": [176], "title": "D\u00e9lut\u00e1n a nagyv\u00e1rosban"}, {"id": 587, "work": "186", "translators": [176], "title": "A h\u00e9t feny\u0151f\u00e1r\u00f3l \u00e9s a h\u00f3r\u00f3l"}, {"id": 588, "work": "89", "translators": [176], "title": "Bolond Magdal\u00e9na"}, {"id": 589, "work": "187", "translators": [176], "title": "A hagyat\u00e9k"}, {"id": 590, "work": "91", "translators": [176], "title": "A Szent L\u0151rinc szeg\u00e9nyh\u00e1z"}, {"id": 591, "work": "92", "translators": [176], "title": "Nagy, felfoghatatlan \u00e9hs\u00e9g"}, {"id": 592, "work": "93", "translators": [176], "title": "T\u00e9li nap a magashegys\u00e9gben"}, {"id": 593, "work": "94", "translators": [176], "title": "Alkonyf\u00f6ld pusztul\u00e1sa"}, {"id": 594, "work": "95", "translators": [176], "title": "Az anyai t\u00e1j"}, {"id": 595, "work": "96", "translators": [176], "title": "Az \u00f6reg\u00far, akit Augustnak h\u00edvtak"}, {"id": 596, "work": "97", "translators": [176], "title": "Az ember, aki elindult vil\u00e1got l\u00e1tni"}, {"id": 597, "work": "98", "translators": [176], "title": "A diszn\u00f3p\u00e1sztor"}, {"id": 598, "work": "9", "translators": [176], "title": "A hangimit\u00e1tor"}, {"id": 599, "work": "58", "translators": [176], "title": "Esem\u00e9nyek"}, {"id": 600, "work": "7", "translators": [176], "title": "Egy okkal t\u00f6bb. K\u00f6zel\u00edt\u00e9si k\u00eds\u00e9rlet"}, {"id": 601, "work": "59", "translators": [177], "title": "Egy h\u00e1traarc. (A pince)"}, {"id": 602, "work": "56", "translators": [180], "title": "Nagy leveg\u0151. (Egy d\u00f6nt\u00e9s)"}, {"id": 603, "work": "60", "translators": [180], "title": "Elk\u00fcl\u00f6n\u00edt\u00e9s. (A hideg)"}, {"id": 604, "work": "50", "translators": [179], "title": "Egy gyerek megindul"}, {"id": 605, "work": "50", "translators": [180], "title": "Egy gyerek"}, {"id": 606, "work": "7", "translators": [180], "title": "Az ok. R\u00e1vil\u00e1g\u00edt\u00e1s"}, {"id": 607, "work": "59", "translators": [181], "title": "A pince. Kivonu\u00e1s"}, {"id": 608, "work": "3", "translators": [182], "title": "Steinsteypa"}, {"id": 609, "work": "188", "translators": [184], "title": "Brj\u00e1l\u00e6\u00f0i"}, {"id": 610, "work": "189", "translators": [184], "title": "Fj\u00f3sakonan"}, {"id": 611, "work": "190", "translators": [184], "title": "Una conversazione notturna"}, {"id": 612, "work": "61", "translators": [195], "title": "Claus Peymann lascia Bochum trasferendosi a Vienna come direttore del Burgtheater"}, {"id": 613, "work": "62", "translators": [195], "title": "Claus Peymann compra un paio di pantaloni e viene a mangiare con me"}, {"id": 614, "work": "46", "translators": [195], "title": "Claus Peymanne Hermann Beil sulla Sulzwiese"}, {"id": 615, "work": "40", "translators": [195], "title": "Assoluzione"}, {"id": 616, "work": "41", "translators": [195], "title": "Gelati"}, {"id": 617, "work": "49", "translators": [195], "title": "Il pranzo tedesco"}, {"id": 618, "work": "43", "translators": [195], "title": "Tutto o niente"}, {"id": 619, "work": "49", "translators": [186], "title": "Il pranzo tedesco"}, {"id": 620, "work": "12", "translators": [187], "title": "Piazza degli eroi"}, {"id": 621, "work": "5", "translators": [207], "title": "Il soccombente"}, {"id": 622, "work": "55", "translators": [207], "title": "Sulla terra e all'inferno"}, {"id": 623, "work": "64", "translators": [191], "title": "Sotto il ferro della luna"}, {"id": 624, "work": "113", "translators": [192], "title": "Ave Virgilio"}, {"id": 625, "work": "15", "translators": [210], "title": "Ja"}, {"id": 626, "work": "84", "translators": [207], "title": "In alto. Tentativo di salvezza, nonsenso"}, {"id": 627, "work": "122", "translators": [195], "title": "Kulterer"}, {"id": 628, "work": "117", "translators": [195], "title": "L'Italiano"}, {"id": 629, "work": "77", "translators": [195], "title": "Al limite boschivo"}, {"id": 630, "work": "124", "translators": [195], "title": "Conversazioni di Thomas Bernhard. A cura di Kurt Hofmann"}, {"id": 631, "work": "25", "translators": [199], "title": "Una festa per Boris"}, {"id": 632, "work": "22", "translators": [210], "title": "La forza dell' abitudine"}, {"id": 633, "work": "28", "translators": [199], "title": "Il riformatore del mondo"}, {"id": 634, "work": "119", "translators": [199], "title": "Un colloquio con Thomas Bernhard a cura di Andr\u00e9 M\u00fcller"}, {"id": 635, "work": "21", "translators": [199], "title": "La brigata d e i cacciatori"}, {"id": 636, "work": "17", "translators": [210], "title": "Minetti"}, {"id": 637, "work": "19", "translators": [210], "title": "Alla meta"}, {"id": 638, "work": "23", "translators": [199], "title": "L'apparenza inganna"}, {"id": 639, "work": "30", "translators": [210], "title": "Ritter, Dene, Voss"}, {"id": 640, "work": "20", "translators": [210], "title": "Semplicemente complicato"}, {"id": 641, "work": "27", "translators": [199], "title": "L'ignorante e il folle"}, {"id": 642, "work": "26", "translators": [210], "title": "Immanuel Kant"}, {"id": 643, "work": "18", "translators": [199], "title": "Prima della pensione"}, {"id": 644, "work": "11", "translators": [210], "title": "Il Presidente"}, {"id": 645, "work": "13", "translators": [210], "title": "Il teatrante"}, {"id": 646, "work": "24", "translators": [210], "title": "Elisabetta II"}, {"id": 647, "work": "16", "translators": [199], "title": "Le celebrit\u00e0"}, {"id": 648, "work": "29", "translators": [199], "title": "Su tutte le vette \u00e8 pace"}, {"id": 649, "work": "12", "translators": [199], "title": "Piazza degli Eroi"}, {"id": 650, "work": "49", "translators": [199], "title": "Il pranzo tedesco"}, {"id": 651, "work": "37", "translators": [210], "title": "Un morto"}, {"id": 652, "work": "38", "translators": [210], "title": "Funzione di maggio"}, {"id": 653, "work": "41", "translators": [199], "title": "Gelati"}, {"id": 654, "work": "40", "translators": [199], "title": "Assoluzione"}, {"id": 655, "work": "43", "translators": [199], "title": "Tutto o niente"}, {"id": 656, "work": "39", "translators": [210], "title": "Match"}, {"id": 657, "work": "61", "translators": [199], "title": "Claus Peymann lascia Bochum e si trasferisce a Vienna a direttore del Burgtheater"}, {"id": 658, "work": "45", "translators": [199], "title": "Claus Peymann si compra un paio di pantaloni e viene a mangiare con me"}, {"id": 659, "work": "46", "translators": [199], "title": "Claus Peymann e Hermann Beil sulla Sulzwiese"}, {"id": 660, "work": "65", "translators": [207], "title": "Correzione"}, {"id": 661, "work": "47", "translators": [210], "title": "Gelo"}, {"id": 662, "work": "48", "translators": [210], "title": "La fornace"}, {"id": 663, "work": "66", "translators": [210], "title": "Ungenach"}, {"id": 664, "work": "67", "translators": [210], "title": "Amras"}, {"id": 665, "work": "68", "translators": [210], "title": "La partita a carte"}, {"id": 666, "work": "63", "translators": [203], "title": "In hora mortis"}, {"id": 667, "work": "125", "translators": [202], "title": "Thomas Bernhard: Un incontro. Conversazioni con Krista Fleischmann"}, {"id": 668, "work": "3", "translators": [210], "title": "Cemento"}, {"id": 669, "work": "30", "translators": [203], "title": "Ritter, Dene, Voss"}, {"id": 670, "work": "58", "translators": [203], "title": "Eventi"}, {"id": 671, "work": "134", "translators": [203], "title": "Discorso in occasione del conferimento del Premio di Stato austriaco per la letterature, 1968"}, {"id": 672, "work": "6", "translators": [204], "title": "Estinzione. Uno sfacelo"}, {"id": 673, "work": "4", "translators": [210], "title": "Perturbamento"}, {"id": 674, "work": "2", "translators": [207], "title": "Il nipote di Wittgenstein. Un' amicizia"}, {"id": 675, "work": "1", "translators": [207], "title": "Antichi maestri. Commedia"}, {"id": 676, "work": "82", "translators": [210], "title": "I mangia a poco"}, {"id": 677, "work": "14", "translators": [207], "title": "A colpi d'ascia. Una irritazione"}, {"id": 678, "work": "9", "translators": [210], "title": "L'imitatore di voci"}, {"id": 679, "work": "8", "translators": [207], "title": "I miei premi"}, {"id": 680, "work": "51", "translators": [207], "title": "Goethe muore"}, {"id": 681, "work": "52", "translators": [207], "title": "Montaigne"}, {"id": 682, "work": "53", "translators": [207], "title": "Incontro"}, {"id": 683, "work": "54", "translators": [207], "title": "Andata a fuoco"}, {"id": 684, "work": "10", "translators": [207], "title": "Camminare"}, {"id": 685, "work": "78", "translators": [207], "title": "Midland a Stilfs"}, {"id": 686, "work": "116", "translators": [207], "title": "Il mantello di Loden"}, {"id": 687, "work": "80", "translators": [207], "title": "Sull'Ortles"}, {"id": 688, "work": "7", "translators": [210], "title": "L'origine. Un accenno"}, {"id": 689, "work": "59", "translators": [210], "title": "La cantina. Una via di scampo"}, {"id": 690, "work": "56", "translators": [207], "title": "Il respiro. Una decisione"}, {"id": 691, "work": "60", "translators": [207], "title": "Il freddo. Una segragazione"}, {"id": 692, "work": "50", "translators": [207], "title": "Un bambino"}, {"id": 693, "work": "111", "translators": [207], "title": "Salmo"}, {"id": 694, "work": "112", "translators": [207], "title": "I folli I carcerati"}, {"id": 695, "work": "115", "translators": [207], "title": "Tre giorni"}, {"id": 696, "work": "74", "translators": [210], "title": "\u00c8 una commedia? \u00c8 una tragedia?"}, {"id": 697, "work": "51", "translators": [210], "title": "Goethe \"muore\""}, {"id": 698, "work": "52", "translators": [210], "title": "Montaigne. Un racconto"}, {"id": 699, "work": "5", "translators": [212], "title": "\u7834\u6ec5\u8005 \u30b0\u30ec\u30f3\u30fb\u30b0\u30fc\u30eb\u30c9\u3092\u898b\u3064\u3081\u3066"}, {"id": 700, "work": "2", "translators": [212], "title": "\u30f4\u30a3\u30c8\u30b2\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3\u306e\u7525"}, {"id": 701, "work": "1", "translators": [212], "title": "\u53e4\u5178\u7d75\u753b\u306e\u5de8\u5320\u305f\u3061"}, {"id": 702, "work": "67", "translators": [220], "title": "\u30a2\u30e0\u30e9\u30b9"}, {"id": 703, "work": "10", "translators": [220], "title": "\u6b69\u304f"}, {"id": 704, "work": "6", "translators": [220], "title": "\u6d88\u53bb (1)"}, {"id": 705, "work": "65", "translators": [216], "title": "\u63a8\u6572"}, {"id": 706, "work": "8", "translators": [220], "title": "\u79c1\u306e\u3082\u3089\u3063\u305f\u6587\u5b66\u8cde"}, {"id": 707, "work": "48", "translators": [216], "title": "\u77f3\u7070\u5de5\u5834"}, {"id": 708, "work": "12", "translators": [220], "title": "\u30d8\u30eb\u30c7\u30f3\u30d7\u30e9\u30c3\u30c4"}, {"id": 709, "work": "13", "translators": [220], "title": "\u5ea7\u9577\u30d6\u30eb\u30b9\u30b3\u30f3"}, {"id": 710, "work": "75", "translators": [217], "title": "\u30f4\u30a3\u30af\u30c8\u30eb\u30fb\u30cf\u30eb\u30d7\u30ca\u30eb"}, {"id": 711, "work": "72", "translators": [217], "title": "\u4e8c\u4eba\u306e\u6559\u5e2b"}, {"id": 712, "work": "73", "translators": [217], "title": "\u3075\u3061\u306a\u3057\u5e3d"}, {"id": 713, "work": "74", "translators": [217], "title": "\u559c\u5287?\u60b2\u5287?"}, {"id": 714, "work": "71", "translators": [217], "title": "\u30e4\u30a6\u30ec\u30af"}, {"id": 715, "work": "76", "translators": [217], "title": "\u30d5\u30e9\u30f3\u30b9\u5927\u4f7f\u9928\u54e1"}, {"id": 716, "work": "69", "translators": [217], "title": "\u30a4\u30f3\u30b9\u30d6\u30eb\u30af\u306e\u5546\u4eba\u306e\u606f\u5b50\u304c\u72af\u3057\u305f\u7f6a"}, {"id": 717, "work": "70", "translators": [217], "title": "\u5927\u5de5"}, {"id": 718, "work": "122", "translators": [217], "title": "\u30af\u30eb\u30c6\u30e9\u30fc"}, {"id": 719, "work": "117", "translators": [217], "title": "\u30a4\u30bf\u30ea\u30a2\u4eba"}, {"id": 720, "work": "191", "translators": [217], "title": "\u68ee\u6797\u9650\u754c\u3067"}, {"id": 721, "work": "50", "translators": [220], "title": "\u3042\u308b\u5b50\u4f9b"}, {"id": 722, "work": "7", "translators": [220], "title": "\u539f\u56e0. \u4e00\u3064\u306e\u793a\u5506"}, {"id": 723, "work": "47", "translators": [220], "title": "\u51cd\uff08\u3044\u3066\uff09"}, {"id": 724, "work": "59", "translators": [220], "title": "\u5730\u4e0b. \u3042\u308b\u9003\u4ea1"}, {"id": 725, "work": "4", "translators": [220], "title": "\u660f\u4e71"}, {"id": 726, "work": "14", "translators": [220], "title": "\u6a35\u308b. \u6fc0\u60c5"}, {"id": 727, "work": "78", "translators": [219], "title": "\u30b7\u30c6\u30a3\u30eb\u30d5\u30b9\u8fb2\u5834\u306e\u30df\u30c3\u30c9\u30e9\u30f3\u30c9"}, {"id": 728, "work": "116", "translators": [220], "title": "\u96e8\u5408\u7fbd"}, {"id": 729, "work": "30", "translators": [220], "title": "\u30ea\u30c3\u30bf\u30fc\u3001\u30c7\u30fc\u30cd\u3001\u30d5\u30a9\u30b9"}, {"id": 730, "work": "56", "translators": [220], "title": "\u606f. \u4e00\u3064\u306e\u6c7a\u65ad"}, {"id": 731, "work": "192", "translators": [220], "title": "\u4f55\u3072\u3068\u3064\u3068\u3057\u3066\u6c7a\u7740\u306f\u3064\u304b\u306a\u3044"}, {"id": 732, "work": "2", "translators": [225], "title": "El nebot de Wittgenstein. Una amistat"}, {"id": 733, "work": "2", "translators": [222], "title": "El nebot de Wittgenstein"}, {"id": 734, "work": "9", "translators": [225], "title": "Historietes inexemplars (L'imitador de veus)"}, {"id": 735, "work": "9", "translators": [232], "title": "L'imitador de veus"}, {"id": 736, "work": "193", "translators": [231], "title": "Nou salms"}, {"id": 737, "work": "63", "translators": [231], "title": "In hora mortis"}, {"id": 738, "work": "17", "translators": [225], "title": "Minetti. Un retrat de l'artista vell"}, {"id": 739, "work": "8", "translators": [232], "title": "Els meus premis"}, {"id": 740, "work": "12", "translators": [232], "title": "Pla\u00e7a dels Herois"}, {"id": 741, "work": "84", "translators": [231], "title": "A les altures. Intent de salvaci\u00f3, bestieses"}, {"id": 742, "work": "61", "translators": [232], "title": "Peymann deixa Bochum i se'n va a Viena com a director del Burgtheater"}, {"id": 743, "work": "62", "translators": [232], "title": "Claus Peymann es compra uns pantalons i despr\u00e9s anem a dinar"}, {"id": 744, "work": "46", "translators": [232], "title": "Claus Peymann i Hermann Beil a la Sulzwiese"}, {"id": 745, "work": "3", "translators": [232], "title": "Formig\u00f3"}, {"id": 746, "work": "19", "translators": [228], "title": "A la meta"}, {"id": 747, "work": "1", "translators": [232], "title": "Mestres antics. Com\u00e8dia"}, {"id": 748, "work": "4", "translators": [229], "title": "Trasbals"}, {"id": 749, "work": "13", "translators": [231], "title": "El comediant"}, {"id": 750, "work": "5", "translators": [231], "title": "El malaguanyat"}, {"id": 751, "work": "15", "translators": [232], "title": "S\u00ed"}, {"id": 752, "work": "11", "translators": [231], "title": "El President"}, {"id": 753, "work": "64", "translators": [231], "title": "Sota el ferro de la lluna"}, {"id": 754, "work": "50", "translators": [232], "title": "Un nen"}, {"id": 755, "work": "60", "translators": [232], "title": "El fred"}, {"id": 756, "work": "56", "translators": [232], "title": "L'al\u00e8. Un decisi\u00f3"}, {"id": 757, "work": "7", "translators": [232], "title": "L'origen"}, {"id": 758, "work": "7", "translators": [231], "title": "L'origen. Una insinuacio"}, {"id": 759, "work": "59", "translators": [232], "title": "El soterrani"}, {"id": 760, "work": "22", "translators": [232], "title": "La for\u00e7a del costum"}, {"id": 761, "work": "20", "translators": [232], "title": "Senzillament complicat"}, {"id": 762, "work": "14", "translators": [232], "title": "Tala. Una exaltaci\u00f3"}, {"id": 763, "work": "5", "translators": [232], "title": "\ubab0\ub77d\ud558\ub294 \uc790"}, {"id": 764, "work": "4", "translators": [248], "title": "\ud63c\ub780"}, {"id": 765, "work": "2", "translators": [235], "title": "\ube44\ud2b8\uac90\uc288\ud0c0\uc778\uc758 \uc870\uce74. \uc5b4\ub5a4 \uc6b0\uc815"}, {"id": 766, "work": "2", "translators": [237], "title": "\ube44\ud2b8\uac90\uc288\ud0c0\uc778\uc758 \uc870\uce74. \uc5b4\ub5a4 \uc6b0\uc815"}, {"id": 767, "work": "1", "translators": [248], "title": "\uc61b \uac70\uc7a5\ub4e4. \ud76c\uadf9"}, {"id": 768, "work": "72", "translators": [239], "title": "\ub450 \uba85\uc758 \uad50\uc0ac"}, {"id": 769, "work": "73", "translators": [239], "title": "\ubaa8\uc790"}, {"id": 770, "work": "74", "translators": [239], "title": "\ud76c\uadf9\uc785\ub2c8\uae4c? \ube44\uadf9\uc785\ub2c8\uae4c?"}, {"id": 771, "work": "71", "translators": [239], "title": "\uc57c\uc6b0\ub808\ud06c"}, {"id": 772, "work": "76", "translators": [239], "title": "\ud504\ub791\uc2a4 \ub300\uc0ac\uad00 \ubb38\uc815\uad00"}, {"id": 773, "work": "69", "translators": [239], "title": "\uc778\uc2a4\ubd80\ub974\ud06c \uc0c1\uc778 \uc544\ub4e4\uc758 \ubc94\uc8c4"}, {"id": 774, "work": "70", "translators": [239], "title": "\ubaa9\uc218"}, {"id": 775, "work": "78", "translators": [239], "title": "\uc288\ud2f8\ud504\uc2a4\uc758 \ubbf8\ub4e4\ub79c\ub4dc"}, {"id": 776, "work": "116", "translators": [239], "title": "\ube44\uc637"}, {"id": 777, "work": "80", "translators": [239], "title": "\uc624\ub974\ud2c0\ub7ec\uc5d0\uc11c\u2015\uace0\ub9c8\uace0\uc774\uc5d0\uc11c \uc628 \uc18c\uc2dd"}, {"id": 778, "work": "22", "translators": [239], "title": "\uc2b5\uad00\uc758 \ud798"}, {"id": 779, "work": "12", "translators": [239], "title": "\uc601\uc6c5\uad11\uc7a5"}, {"id": 780, "work": "6", "translators": [242], "title": "\uc18c\uba78"}, {"id": 781, "work": "17", "translators": [242], "title": "\ubbf8\ub124\ud2f0"}, {"id": 782, "work": "7", "translators": [242], "title": "\uc6d0\uc778"}, {"id": 783, "work": "59", "translators": [243], "title": "\uc9c0\ud558\uc2e4. \ud558\ub098\uc758 \ud0c8\ucd9c"}, {"id": 784, "work": "56", "translators": [244], "title": "\ud638\ud761"}, {"id": 785, "work": "50", "translators": [248], "title": "\ud55c \uc544\uc774"}, {"id": 786, "work": "25", "translators": [244], "title": "\ubcf4\ub9ac\uc2a4\ub97c \uc704\ud55c \ud30c\ud2f0"}, {"id": 787, "work": "12", "translators": [245], "title": "\uc601\uc6c5\uad11\uc7a5"}, {"id": 788, "work": "14", "translators": [246], "title": "\ubc8c\ubaa9\uafbc"}, {"id": 789, "work": "13", "translators": [247], "title": "\uc5f0\uadf9\uc7c1\uc774"}, {"id": 790, "work": "2", "translators": [248], "title": "Wittgensteinov ne\u0107ak. Jedno prijateljstvo"}, {"id": 791, "work": "5", "translators": [253], "title": "Gubitnik"}, {"id": 792, "work": "78", "translators": [251], "title": "Midland na Stilfsu"}, {"id": 793, "work": "116", "translators": [251], "title": "Hubertus"}, {"id": 794, "work": "80", "translators": [251], "title": "Na Ortleru"}, {"id": 795, "work": "15", "translators": [251], "title": "Da"}, {"id": 796, "work": "25", "translators": [253], "title": "Sve\u010danost za Borisa"}, {"id": 797, "work": "21", "translators": [251], "title": "Lova\u010dko dru\u0161tvo"}, {"id": 798, "work": "18", "translators": [253], "title": "Pred mirovinom"}, {"id": 799, "work": "12", "translators": [253], "title": "Trg heroja"}, {"id": 800, "work": "9", "translators": [253], "title": "Imitator glasova"}, {"id": 801, "work": "47", "translators": [252], "title": "Mraz"}, {"id": 802, "work": "6", "translators": [253], "title": "Brisanje. Raspad"}, {"id": 803, "work": "7", "translators": [253], "title": "Uzrok"}, {"id": 804, "work": "60", "translators": [253], "title": "Hladno\u0107a. Izolacija"}, {"id": 805, "work": "59", "translators": [254], "title": "Podrum"}, {"id": 806, "work": "5", "translators": [255], "title": "Grimzd\u0117jas"}, {"id": 807, "work": "48", "translators": [256], "title": "Kalkin\u0117"}, {"id": 808, "work": "1", "translators": [257], "title": "Senieji meistrai"}, {"id": 809, "work": "14", "translators": [259], "title": "C\u0435\u0447\u0435\u045a\u0435 \u0448\u0443\u043c\u0430. E\u0434\u043d\u0430 \u0432\u043e\u0437\u0431\u0443\u0434\u0430"}, {"id": 810, "work": "1", "translators": [259], "title": "C\u0442\u0430\u0440\u0438 \u043c\u0430\u0458\u0441\u0442\u043e\u0440\u0438. K\u043e\u043c\u0435\u0434\u0438\u0458\u0430"}, {"id": 811, "work": "47", "translators": [264], "title": "Vorst"}, {"id": 812, "work": "27", "translators": [260], "title": "Der domkop en de gek"}, {"id": 813, "work": "21", "translators": [274], "title": "Het jachtgezelschap"}, {"id": 814, "work": "28", "translators": [274], "title": "De wereldverbeteraar"}, {"id": 815, "work": "21", "translators": [264], "title": "Het jachtgezelschap"}, {"id": 816, "work": "9", "translators": [274], "title": "De stemmenimitator"}, {"id": 817, "work": "67", "translators": [264], "title": "Amras"}, {"id": 818, "work": "48", "translators": [274], "title": "De kalkfabriek"}, {"id": 819, "work": "1", "translators": [264], "title": "Oude meesters"}, {"id": 820, "work": "2", "translators": [273], "title": "De neef van Wittgenstein. Een vriendschap"}, {"id": 821, "work": "84", "translators": [273], "title": "Op de hoogte. Reddingspoging, onzin"}, {"id": 822, "work": "124", "translators": [273], "title": "Muizen, ratten en dagloners"}, {"id": 823, "work": "18", "translators": [274], "title": "Voor het pensioen. Komedie van de Duitse ziel"}, {"id": 824, "work": "29", "translators": [275], "title": "\u00dcber allen Gipfeln ist Ruh. Een dag uit het leven van een duitse schrijver rond 1980"}, {"id": 825, "work": "69", "translators": [266], "title": "De misdaad van een koopmanszoon uit Innsbruck"}, {"id": 826, "work": "70", "translators": [266], "title": "De timmerman"}, {"id": 827, "work": "71", "translators": [266], "title": "Jauregg"}, {"id": 828, "work": "72", "translators": [266], "title": "Twee leraren"}, {"id": 829, "work": "73", "translators": [266], "title": "De pet"}, {"id": 830, "work": "74", "translators": [266], "title": "Is het een komedie? Is het een tragedie?"}, {"id": 831, "work": "75", "translators": [266], "title": "Viktor Halfnar"}, {"id": 832, "work": "76", "translators": [266], "title": "Attach\u00e9 bij de Franse ambassade"}, {"id": 833, "work": "77", "translators": [266], "title": "Op de boomgrens"}, {"id": 834, "work": "78", "translators": [266], "title": "Midland in Stilfs"}, {"id": 835, "work": "79", "translators": [266], "title": "De loden cape"}, {"id": 836, "work": "80", "translators": [266], "title": "Aan de voet van de Ortler"}, {"id": 837, "work": "5", "translators": [279], "title": "De onderspitdelver"}, {"id": 838, "work": "122", "translators": [268], "title": "Kulterer"}, {"id": 839, "work": "117", "translators": [268], "title": "De Italiaan"}, {"id": 840, "work": "77", "translators": [268], "title": "Op de boomgrens"}, {"id": 841, "work": "14", "translators": [279], "title": "Houthakken. Een afrekening"}, {"id": 842, "work": "6", "translators": [279], "title": "Uitwissing. Een verval"}, {"id": 843, "work": "51", "translators": [279], "title": "Goethe sterft"}, {"id": 844, "work": "52", "translators": [279], "title": "Montaigne. Een vertelling"}, {"id": 845, "work": "53", "translators": [279], "title": "Weerzien"}, {"id": 846, "work": "54", "translators": [279], "title": "In vlammen opgegaan. Reisverslag aan een vroegere vriend"}, {"id": 847, "work": "68", "translators": [272], "title": "Watten. Een nalatenschap"}, {"id": 848, "work": "15", "translators": [272], "title": "Ja"}, {"id": 849, "work": "10", "translators": [272], "title": "Wandeling"}, {"id": 850, "work": "82", "translators": [272], "title": "De dagschotelaars"}, {"id": 851, "work": "3", "translators": [272], "title": "Beton"}, {"id": 852, "work": "65", "translators": [272], "title": "Correctie"}, {"id": 853, "work": "7", "translators": [274], "title": "De oorzak"}, {"id": 854, "work": "7", "translators": [272], "title": "De\u00a0oorzaak. Een benadering"}, {"id": 855, "work": "59", "translators": [272], "title": "De\u00a0kelder. En onttrekking"}, {"id": 856, "work": "56", "translators": [272], "title": "De\u00a0adem. En besluit"}, {"id": 857, "work": "60", "translators": [272], "title": "De\u00a0kou. En isolement"}, {"id": 858, "work": "50", "translators": [272], "title": "Een kind"}, {"id": 859, "work": "50", "translators": [272], "title": "Een kind"}, {"id": 860, "work": "8", "translators": [273], "title": "Mijn prijzen"}, {"id": 861, "work": "55", "translators": [273], "title": "Auf der Erde und in der H\u00f6lle"}, {"id": 862, "work": "63", "translators": [273], "title": "In hora mortis"}, {"id": 863, "work": "64", "translators": [273], "title": "Unter dem Eisen des Mondes"}, {"id": 864, "work": "113", "translators": [273], "title": "Ave Vergil"}, {"id": 865, "work": "128", "translators": [273], "title": "Verspreide Gedichten"}, {"id": 866, "work": "23", "translators": [274], "title": "Schijn bedriegt"}, {"id": 867, "work": "24", "translators": [275], "title": "Elisabeth II"}, {"id": 868, "work": "12", "translators": [275], "title": "Heldenplatz"}, {"id": 869, "work": "17", "translators": [276], "title": "Minetti. Een portret van de kunstenaar als oude man"}, {"id": 870, "work": "75", "translators": [277], "title": "Victor Halfnar. Een wintersprookje"}, {"id": 871, "work": "30", "translators": [278], "title": "Ritter, Dene, Voss"}, {"id": 872, "work": "4", "translators": [279], "title": "Verstoring"}, {"id": 873, "work": "2", "translators": [283], "title": "Wittgensteins nev\u00f8. Et vennskap"}, {"id": 874, "work": "1", "translators": [283], "title": "Gamle mestere. Komedie"}, {"id": 875, "work": "3", "translators": [283], "title": "Betong"}, {"id": 876, "work": "14", "translators": [283], "title": "Tr\u00e6r som faller. En opphisselse"}, {"id": 877, "work": "6", "translators": [283], "title": "Utslettelse. En oppl\u00f8sning"}, {"id": 878, "work": "5", "translators": [283], "title": "Havaristen"}, {"id": 879, "work": "51", "translators": [283], "title": "Goethe dauer (Goethe dauer"}, {"id": 880, "work": "52", "translators": [283], "title": "Montaigne"}, {"id": 881, "work": "53", "translators": [283], "title": "Gjensyn"}, {"id": 882, "work": "54", "translators": [283], "title": "G\u00e5tt opp i flammer)"}, {"id": 883, "work": "10", "translators": [281], "title": "G\u00e5"}, {"id": 884, "work": "13", "translators": [283], "title": "Teatermakeren"}, {"id": 885, "work": "20", "translators": [283], "title": "Ganske enkelt komplisiert"}, {"id": 886, "work": "67", "translators": [283], "title": "Amras"}, {"id": 887, "work": "82", "translators": [283], "title": "Billigspiserne"}, {"id": 888, "work": "4", "translators": [283], "title": "Forstyrrelse"}, {"id": 889, "work": "15", "translators": [283], "title": "Ja"}, {"id": 890, "work": "8", "translators": [283], "title": "Mine priser"}, {"id": 891, "work": "30", "translators": [283], "title": "Ritter, Dene, Voss"}, {"id": 892, "work": "7", "translators": [283], "title": "\u00c5rsaken. En antydning"}, {"id": 893, "work": "59", "translators": [283], "title": "Kjelleren. En unndragelse"}, {"id": 894, "work": "56", "translators": [283], "title": "Pusten. En avgj\u00f8relse"}, {"id": 895, "work": "60", "translators": [283], "title": "Kulden. En isolasjon"}, {"id": 896, "work": "50", "translators": [283], "title": "Et barn"}, {"id": 897, "work": "19", "translators": [283], "title": "Ved m\u00e5let"}, {"id": 898, "work": "18", "translators": [283], "title": "Himmlers f\u00f8dselsdag. En komedie om den tyske sjel"}, {"id": 899, "work": "9", "translators": [284], "title": "\u0645\u0642\u0644\u062f \u0635\u062f\u0627"}, {"id": 900, "work": "3", "translators": [295], "title": "\u0628\u062a\u0646"}, {"id": 901, "work": "71", "translators": [295], "title": "\u06cc\u0627\u0626\u0648\u0631\u0650\u06af"}, {"id": 902, "work": "10", "translators": [288], "title": "\u0642\u062f\u0645 \u0632\u062f\u0646"}, {"id": 903, "work": "11", "translators": [289], "title": "\u0646\u0645\u0627\u06cc\u0634\u0646\u0627\u0645\u0647: \u0631\u0626\u06cc\u0633\u200c\u062c\u0645\u0647\u0648\u0631"}, {"id": 904, "work": "2", "translators": [290], "title": "\u0628\u0631\u0627\u062f\u0631\u0632\u0627\u062f\u0647 \u0648\u06cc\u062a\u06af\u0646\u0634\u062a\u0627\u06cc\u0646"}, {"id": 905, "work": "1", "translators": [295], "title": "\u0627\u0633\u062a\u0627\u062f\u0627\u0646 \u0628\u0632\u0631\u06af"}, {"id": 906, "work": "14", "translators": [295], "title": "\u0686\u0648\u0628 \u0628\u0631\u0647\u0627"}, {"id": 907, "work": "5", "translators": [292], "title": "\u0628\u0627\u0632\u0646\u062f\u0647"}, {"id": 908, "work": "5", "translators": [295], "title": "\u0628\u0627\u0632\u0646\u062f\u0647"}, {"id": 909, "work": "4", "translators": [293], "title": "\u0622\u0634\u0641\u062a\u06af\u06cc"}, {"id": 910, "work": "65", "translators": [294], "title": "\u0628\u0627\u0632\u0646\u0648\u06cc\u0633\u06cc"}, {"id": 911, "work": "65", "translators": [295], "title": "\u062a\u0635\u062d\u06cc\u062d"}, {"id": 912, "work": "25", "translators": [295], "title": "\u062c\u0634\u0646 \u062a\u0648\u0644\u062f \u0628\u0648\u0631\u06cc\u0633"}, {"id": 913, "work": "14", "translators": [311], "title": "Wycinka. Ekscytacja"}, {"id": 914, "work": "6", "translators": [311], "title": "Wymazywanie. Rozpad"}, {"id": 915, "work": "47", "translators": [298], "title": "Mr\u00f3z"}, {"id": 916, "work": "48", "translators": [308], "title": "Kalkwerk"}, {"id": 917, "work": "65", "translators": [311], "title": "Korekta"}, {"id": 918, "work": "5", "translators": [311], "title": "Przegrany"}, {"id": 919, "work": "2", "translators": [311], "title": "Bratanek Wittgensteina. Przyja\u017a\u0144"}, {"id": 920, "work": "68", "translators": [301], "title": "Partyjka Prze\u0142o\u01b6y\u0142a"}, {"id": 921, "work": "10", "translators": [311], "title": "Chodzenie"}, {"id": 922, "work": "67", "translators": [311], "title": "Amras"}, {"id": 923, "work": "4", "translators": [311], "title": "Zaburzenie"}, {"id": 924, "work": "3", "translators": [308], "title": "Beton"}, {"id": 925, "work": "15", "translators": [311], "title": "Tak"}, {"id": 926, "work": "82", "translators": [311], "title": "Wyjadacze"}, {"id": 927, "work": "8", "translators": [311], "title": "Moje nagrodi"}, {"id": 928, "work": "26", "translators": [312], "title": "Immanuel Kant"}, {"id": 929, "work": "25", "translators": [311], "title": "\u015awi\u0119to borysa"}, {"id": 930, "work": "18", "translators": [312], "title": "Przed odej\u015bciem w stan spoczynku"}, {"id": 931, "work": "28", "translators": [312], "title": "Naprawiacz \u015bwiata"}, {"id": 932, "work": "29", "translators": [312], "title": "Na szczytach panuje cisza"}, {"id": 933, "work": "13", "translators": [312], "title": "Komediant"}, {"id": 934, "work": "30", "translators": [312], "title": "Rodze\u0144stwo"}, {"id": 935, "work": "12", "translators": [306], "title": "Plac Bohater\u00f3w"}, {"id": 936, "work": "22", "translators": [311], "title": "Si\u0142a przyzwyczajenia"}, {"id": 937, "work": "17", "translators": [311], "title": "Minetti"}, {"id": 938, "work": "12", "translators": [312], "title": "Plac Bohater\u00f3w"}, {"id": 939, "work": "21", "translators": [311], "title": "Na polowaniu"}, {"id": 940, "work": "115", "translators": [307], "title": "Trzy dni"}, {"id": 941, "work": "61", "translators": [311], "title": "Claus Peymann opuszcza Bocum i udaje si\u0119 jako dyrektor Burgtheater do Wiednia"}, {"id": 942, "work": "62", "translators": [311], "title": "Claus Peymann kupuje sobie spodnie i idzie ze mn\u0105 na obiad"}, {"id": 943, "work": "46", "translators": [311], "title": "Claus Peymann i Hermann Beil na Sulzwiese"}, {"id": 944, "work": "58", "translators": [311], "title": "Zdarzenia"}, {"id": 945, "work": "9", "translators": [312], "title": "Na\u015bladowca g\u0142os\u00f3w"}, {"id": 946, "work": "1", "translators": [311], "title": "Dawni mistrzowie. Komedia"}, {"id": 947, "work": "105", "translators": [311], "title": "Dawni mistrzowie. Komedia rysowana przez Mahlera"}, {"id": 948, "work": "59", "translators": [311], "title": "Suterena. Wyzwolenie"}, {"id": 949, "work": "56", "translators": [311], "title": "Oddech. Decyzja"}, {"id": 950, "work": "60", "translators": [311], "title": "Ch\u0142\u00f3d. Izolacja"}, {"id": 951, "work": "7", "translators": [311], "title": "Przyczyna"}, {"id": 952, "work": "50", "translators": [311], "title": "Dziecko"}, {"id": 953, "work": "125", "translators": [311], "title": "Spotkanie. Rozmowy z Krist\u0105 Fleischmann"}, {"id": 954, "work": "76", "translators": [308], "title": "Attach\u00e9 ambasady francuskiej. Dziennik wakacyjny, zako\u0144czenie"}, {"id": 955, "work": "77", "translators": [311], "title": "Na granicy las\u00f3w"}, {"id": 956, "work": "200", "translators": [], "title": "List do Erwina Axera"}, {"id": 957, "work": "51", "translators": [308], "title": "Goethe \u00f3miera"}, {"id": 958, "work": "180", "translators": [311], "title": "Katolicka egzystencja, z rozm\u00f3w z Kurtem Hofmannem"}, {"id": 959, "work": "201", "translators": [311], "title": "Spotkanie.\nRozmowy z Krist\u0105 Fleischmann"}, {"id": 960, "work": "73", "translators": [311], "title": "Czapka"}, {"id": 961, "work": "23", "translators": [312], "title": "Pozory myl\u0105"}, {"id": 962, "work": "25", "translators": [312], "title": "\u015awi\u0119to Borysa"}, {"id": 963, "work": "3", "translators": [315], "title": "Bet\u00e3o"}, {"id": 964, "work": "5", "translators": [316], "title": "O N\u00e1ufrago"}, {"id": 965, "work": "4", "translators": [316], "title": "Perturba\u00e7\u00e3o"}, {"id": 966, "work": "65", "translators": [322], "title": "Correc\u00e7\u00e3o"}, {"id": 967, "work": "2", "translators": [322], "title": "O sobrinho de Wittgenstein. Uma amizade"}, {"id": 968, "work": "6", "translators": [322], "title": "Extin\u00e7\u00e3o. Uma derrocada"}, {"id": 969, "work": "13", "translators": [322], "title": "O fazedor de teatro"}, {"id": 970, "work": "1", "translators": [322], "title": "Antigos mestres. Com\u00e9dia"}, {"id": 971, "work": "55", "translators": [322], "title": "Na terra e no inferno"}, {"id": 972, "work": "14", "translators": [322], "title": "Derrubar \u00e1rvores. Uma irrita\u00e7\u00e3o"}, {"id": 973, "work": "47", "translators": [317], "title": "Geada"}, {"id": 974, "work": "8", "translators": [322], "title": "Os Meus Pr\u00e9mios"}, {"id": 975, "work": "17", "translators": [320], "title": "Minetti"}, {"id": 976, "work": "19", "translators": [319], "title": "No Alvo"}, {"id": 977, "work": "22", "translators": [320], "title": "A For\u00e7a do H\u00e1bito"}, {"id": 978, "work": "20", "translators": [320], "title": "Simplesmente Complicado"}, {"id": 979, "work": "12", "translators": [321], "title": "Pra\u00e7a dos her\u00f3is"}, {"id": 980, "work": "7", "translators": [322], "title": "A Causa"}, {"id": 981, "work": "59", "translators": [322], "title": "A Cave"}, {"id": 982, "work": "56", "translators": [322], "title": "A Respira\u00e7\u00e3o"}, {"id": 983, "work": "60", "translators": [322], "title": "O Frio"}, {"id": 984, "work": "50", "translators": [322], "title": "Uma Crian\u00e7a"}, {"id": 985, "work": "124", "translators": [322], "title": "Em conversa com Thomas Bernhard"}, {"id": 986, "work": "11", "translators": [322], "title": "O presidente"}, {"id": 987, "work": "6", "translators": [326], "title": "Extinc\u0163ie. O destr\u0103mare"}, {"id": 988, "work": "47", "translators": [326], "title": "Frig"}, {"id": 989, "work": "1", "translators": [326], "title": "Vechi mae\u015ftri. Comedie"}, {"id": 990, "work": "63", "translators": [324], "title": "In hora mortis. Ciclu de poeme"}, {"id": 991, "work": "20", "translators": [324], "title": "Simplu complicat"}, {"id": 992, "work": "220", "translators": [324], "title": "Biografia durerii"}, {"id": 993, "work": "15", "translators": [326], "title": "Da"}, {"id": 994, "work": "70", "translators": [326], "title": "Dulgherul"}, {"id": 995, "work": "1", "translators": [331], "title": "\u0421\u0442\u0430\u0440\u044b\u0435 \u043c\u0430\u0441\u0442\u0435\u0440\u0430. \u041a\u043e\u043c\u0435\u0434\u0438\u044f"}, {"id": 996, "work": "47", "translators": [333], "title": "\u0421\u0442\u0443\u0436\u0430"}, {"id": 997, "work": "22", "translators": [329], "title": "\u0421\u0438\u043b\u0430 \u043f\u0440\u0438\u0432\u044b\u0447\u043a\u0438"}, {"id": 998, "work": "11", "translators": [329], "title": "\u041f\u0440\u0435\u0437\u0438\u0434\u0435\u043d\u0442"}, {"id": 999, "work": "17", "translators": [329], "title": "\u041c\u0438\u043d\u0435\u0442\u0442\u0438"}, {"id": 1000, "work": "26", "translators": [329], "title": "\u0418\u043c\u043c\u0430\u043d\u0443\u0438\u043b \u041a\u0430\u043d\u0442"}, {"id": 1001, "work": "18", "translators": [329], "title": "Ha \u043fo\u043a\u043e\u0439"}, {"id": 1002, "work": "28", "translators": [329], "title": "\u0421\u043f\u0430\u0441\u0438\u0442\u0435\u043b\u044c \u0447\u0435\u043b\u043e\u0432\u0435\u0447\u0435\u0441\u0442\u0432\u0430"}, {"id": 1003, "work": "23", "translators": [329], "title": "\u0412\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u043e\u0431\u043c\u0430\u043d\u0447\u0438\u0432\u0430"}, {"id": 1004, "work": "13", "translators": [329], "title": "\u041b\u0438\u0446\u0435\u0434\u0435\u0439"}, {"id": 1005, "work": "12", "translators": [329], "title": "\u041f\u043b\u043e\u0449\u0430\u0434\u044c \u0433\u0435\u0440\u043e\u0435\u0432"}, {"id": 1006, "work": "78", "translators": [344], "title": "\u041c\u0438\u0434\u043b\u0435\u043d\u0434 \u0432 \u0421\u0442\u0438\u043b\u044c\u0444\u0441\u0435"}, {"id": 1007, "work": "75", "translators": [344], "title": "\u0412\u0438\u043a\u0442\u043e\u0440 \u041f\u043e\u0434\u0443\u0440\u0430\u043a"}, {"id": 1008, "work": "122", "translators": [344], "title": "\u041a\u0443\u043b\u044c\u0442\u0435\u0440\u0435\u0440"}, {"id": 1009, "work": "76", "translators": [344], "title": "\u0410\u0442\u0442\u0430\u0448\u0435 \u0444\u0440\u0430\u043d\u0446\u0443\u0437\u0441\u043a\u043e\u0433\u043e \u043f\u043e\u0441\u043e\u043b\u044c\u0441\u0442\u0432\u0430"}, {"id": 1010, "work": "77", "translators": [331], "title": "\u041d\u0430 \u0433\u0440\u0430\u043d\u0438\u0446\u0435 \u043b\u0435\u0441\u0430"}, {"id": 1011, "work": "68", "translators": [331], "title": "\u041f\u0440\u0435\u0444\u0435\u0440\u0430\u043d\u0441"}, {"id": 1012, "work": "116", "translators": [344], "title": "\u0414\u043e\u0436\u0434\u0435\u0432\u0438\u043a"}, {"id": 1013, "work": "7", "translators": [344], "title": "\u041f\u0440\u0438\u0447\u0438\u043d\u0430"}, {"id": 1014, "work": "59", "translators": [344], "title": "\u041f\u043e\u0434\u0432\u0430\u043b"}, {"id": 1015, "work": "7", "translators": [334], "title": "\u041f\u0440\u0438\u0447\u0438\u043d\u0430: \u043f\u0440\u0438\u043a\u043e\u0441\u043d\u043e\u0432\u0435\u043d\u0438\u0435"}, {"id": 1016, "work": "59", "translators": [334], "title": "\u041f\u043e\u0434\u0432\u0430\u043b: \u0443\u0441\u043a\u043e\u043b\u044c\u0437\u0430\u043d\u0438\u0435"}, {"id": 1017, "work": "56", "translators": [333], "title": "\u0414\u044b\u0445\u0430\u043d\u0438\u0435: \u0432\u044b\u0431\u043e\u0440"}, {"id": 1018, "work": "60", "translators": [346], "title": "\u0425\u043e\u043b\u043e\u0434: \u0438\u0437\u043e\u043b\u044f\u0446\u0438\u044f"}, {"id": 1019, "work": "50", "translators": [340], "title": "\u0420\u0435\u0431\u0435\u043d\u043e\u043a \u043a\u0430\u043a \u0440\u0435\u0431\u0435\u043d\u043e\u043a"}, {"id": 1020, "work": "58", "translators": [338], "title": "\u041f\u0440\u043e\u0438\u0441\u0448\u0435\u0441\u0442\u0432\u0438\u044f"}, {"id": 1021, "work": "3", "translators": [338], "title": "\u0411\u0435\u0442\u043e\u043d"}, {"id": 1022, "work": "2", "translators": [346], "title": "\u041f\u043b\u0435\u043c\u044f\u043d\u043d\u0438\u043a \u0412\u0438\u0442\u0433\u0435\u043d\u0448\u0442\u0435\u0439\u043d\u0430"}, {"id": 1023, "work": "74", "translators": [344], "title": "\u0422\u0440\u0430\u0433\u0435\u0434\u0438\u044f? \u0418\u043b\u0438 \u043a\u043e\u043c\u0435\u0434\u0438\u044f?"}, {"id": 1024, "work": "71", "translators": [345], "title": "\u042f\u0443\u0440\u0435\u0433\u0433"}, {"id": 1025, "work": "58", "translators": [346], "title": "\u041f\u0440\u043e\u0438\u0441\u0448\u0435\u0441\u0442\u0432\u0438\u044f"}, {"id": 1026, "work": "9", "translators": [346], "title": "\u0418\u043c\u0438\u0442\u0430\u0442\u043e\u0440 \u0433\u043e\u043b\u043e\u0441\u043e\u0432"}, {"id": 1027, "work": "2", "translators": [346], "title": "Vitgen\u0161tajnov sinovac. Jedno prijateljstvo"}, {"id": 1028, "work": "2", "translators": [355], "title": "Vitgen\u0161tajnov ne\u0107ak. Jedno prijateljstvo"}, {"id": 1029, "work": "47", "translators": [348], "title": "\u041c\u0440\u0430\u0437"}, {"id": 1030, "work": "1", "translators": [349], "title": "Stari majstori. Komedija"}, {"id": 1031, "work": "1", "translators": [355], "title": "Stari majstori. Komedija"}, {"id": 1032, "work": "7", "translators": [353], "title": "Uzrok"}, {"id": 1033, "work": "59", "translators": [353], "title": "Podrum"}, {"id": 1034, "work": "56", "translators": [353], "title": "Dah"}, {"id": 1035, "work": "60", "translators": [353], "title": "Hladno\u0107a"}, {"id": 1036, "work": "50", "translators": [353], "title": "Dete"}, {"id": 1037, "work": "12", "translators": [353], "title": "Trg heroja"}, {"id": 1038, "work": "125", "translators": [351], "title": "Razgovori s Tomasom Bernhardom"}, {"id": 1039, "work": "3", "translators": [353], "title": "Beton"}, {"id": 1040, "work": "105", "translators": [355], "title": "Stari majstori. Komedija (Mahler)"}, {"id": 1041, "work": "6", "translators": [353], "title": "Brisanje. Raspad"}, {"id": 1042, "work": "65", "translators": [355], "title": "Korektura"}, {"id": 1043, "work": "48", "translators": [355], "title": "Kre\u010dana"}, {"id": 1044, "work": "4", "translators": [355], "title": "Poreme\u0107aj"}, {"id": 1045, "work": "14", "translators": [355], "title": "Se\u010da \u0161ume. Jedno uzbu\u0111enje"}, {"id": 1046, "work": "5", "translators": [354], "title": "Gubitnik"}, {"id": 1047, "work": "67", "translators": [355], "title": "Amras"}, {"id": 1048, "work": "10", "translators": [355], "title": "Hodanje"}, {"id": 1049, "work": "68", "translators": [355], "title": "Vaten. Zaostav\u0161tina"}, {"id": 1050, "work": "51", "translators": [355], "title": "Gete na sssamrti"}, {"id": 1051, "work": "52", "translators": [355], "title": "Montenji"}, {"id": 1052, "work": "53", "translators": [355], "title": "Ponovi susret"}, {"id": 1053, "work": "54", "translators": [355], "title": "Izgorela"}, {"id": 1054, "work": "8", "translators": [355], "title": "Moje nagrade"}, {"id": 1055, "work": "9", "translators": [355], "title": "Imitator glasov"}, {"id": 1056, "work": "1", "translators": [357], "title": "Star\u00ed majstri. Kom\u00e9dia"}, {"id": 1057, "work": "14", "translators": [356], "title": "R\u00fabanie lesa. Rozhor\u010denie"}, {"id": 1058, "work": "5", "translators": [357], "title": "Skrachovanec"}, {"id": 1059, "work": "59", "translators": [357], "title": "Pivnica"}, {"id": 1060, "work": "14", "translators": [368], "title": "Se\u010dnja. Razburjenje"}, {"id": 1061, "work": "47", "translators": [359], "title": "Mraz"}, {"id": 1062, "work": "1", "translators": [368], "title": "Stari mojstri. Komedija"}, {"id": 1063, "work": "72", "translators": [368], "title": "Dva vzojitela"}, {"id": 1064, "work": "73", "translators": [368], "title": "Kapa"}, {"id": 1065, "work": "74", "translators": [368], "title": "Je to komedija? Je to tragedija? Jauregg"}, {"id": 1066, "work": "76", "translators": [368], "title": "Ata\u0161e na trancoskem veleposlani\u0161tvu"}, {"id": 1067, "work": "69", "translators": [368], "title": "Zlo\u010din innsbru\u0161kega trgovskega sina"}, {"id": 1068, "work": "70", "translators": [368], "title": "Tesar"}, {"id": 1069, "work": "77", "translators": [368], "title": "Na drevesni meji"}, {"id": 1070, "work": "78", "translators": [368], "title": "Midland v Stilfsu"}, {"id": 1071, "work": "116", "translators": [368], "title": "Pelerina"}, {"id": 1072, "work": "80", "translators": [368], "title": "Ob Ortlerju. Poro\u010dilo iz Gomagoija"}, {"id": 1073, "work": "181", "translators": [368], "title": "Viktor Polnori. Zimsa Pravljica"}, {"id": 1074, "work": "8", "translators": [361], "title": "Moje nagrade"}, {"id": 1075, "work": "84", "translators": [368], "title": "V vi\u0161avah"}, {"id": 1076, "work": "67", "translators": [368], "title": "Amras"}, {"id": 1077, "work": "117", "translators": [368], "title": "Italijan"}, {"id": 1078, "work": "122", "translators": [368], "title": "Kulterer"}, {"id": 1079, "work": "2", "translators": [371], "title": "Wittgensteinov ne\u010dak. Prijateljstvo"}, {"id": 1080, "work": "5", "translators": [371], "title": "Potonjenec"}, {"id": 1081, "work": "28", "translators": [368], "title": "Izboljs\u030cevalec sveta"}, {"id": 1082, "work": "19", "translators": [368], "title": "Na cilju"}, {"id": 1083, "work": "61", "translators": [368], "title": "Claus Peymann zapusti Bochum in gre kot direktor Burgtheatra na Dunaj"}, {"id": 1084, "work": "9", "translators": [368], "title": "Opona\u0161alec glasov"}, {"id": 1085, "work": "22", "translators": [368], "title": "Mo\u010d navade"}, {"id": 1086, "work": "23", "translators": [368], "title": "Videz vara"}, {"id": 1087, "work": "30", "translators": [366], "title": "Ritter, Dene, Voss"}, {"id": 1088, "work": "6", "translators": [367], "title": "Izbris. Razpad"}, {"id": 1089, "work": "7", "translators": [371], "title": "Vzrok. Nakazovanje"}, {"id": 1090, "work": "59", "translators": [371], "title": "Klet. Odtegnitev"}, {"id": 1091, "work": "56", "translators": [371], "title": "Dih. Odlo\u010ditev"}, {"id": 1092, "work": "60", "translators": [371], "title": "Hlad. Izolacija"}, {"id": 1093, "work": "50", "translators": [371], "title": "Otrok"}, {"id": 1094, "work": "25", "translators": [368], "title": "Zabava za Borisa"}, {"id": 1095, "work": "130", "translators": [368], "title": "Monologi z Mallorce. Thomas Bernhard o sebi"}, {"id": 1096, "work": "221", "translators": [371], "title": "Trije dnevi"}, {"id": 1097, "work": "18", "translators": [371], "title": "Pred upokojitvijo. Komedija o nem\u0161ki du\u0161i"}, {"id": 1098, "work": "119", "translators": [368], "title": "Andr\u00e9 M\u00fcller v pogovoru s Thomasom Bernhardom"}, {"id": 1099, "work": "29", "translators": [368], "title": "Po vseh vis\u030cavah je mir"}, {"id": 1100, "work": "13", "translators": [369], "title": "Komedijant"}, {"id": 1101, "work": "74", "translators": [370], "title": "Je komedija? Je tragedija?"}, {"id": 1102, "work": "77", "translators": [371], "title": "Na drevesni meji"}, {"id": 1103, "work": "73", "translators": [371], "title": "\u010cepica"}, {"id": 1104, "work": "222", "translators": [378], "title": "Correspondencia"}, {"id": 1105, "work": "113", "translators": [378], "title": "Ave Virgilio"}, {"id": 1106, "work": "63", "translators": [378], "title": "In hora mortis"}, {"id": 1107, "work": "64", "translators": [378], "title": "Bajo el hierro de la luna"}, {"id": 1108, "work": "118", "translators": [378], "title": "A quel hombre azotado por tempestades"}, {"id": 1109, "work": "55", "translators": [378], "title": "As\u00ed en la tierra como en el infierno"}, {"id": 1110, "work": "112", "translators": [378], "title": "Los locos Los reclusos"}, {"id": 1111, "work": "8", "translators": [378], "title": "Las posesiones"}, {"id": 1112, "work": "65", "translators": [378], "title": "Correcci\u00f3n"}, {"id": 1113, "work": "1", "translators": [378], "title": "Maestros antiguos. Comedia"}, {"id": 1114, "work": "105", "translators": [373], "title": "Maestros antiguos seg\u00fan Mahler"}, {"id": 1115, "work": "4", "translators": [378], "title": "Trastorno"}, {"id": 1116, "work": "5", "translators": [378], "title": "El malogrado"}, {"id": 1117, "work": "47", "translators": [378], "title": "Helada"}, {"id": 1118, "work": "2", "translators": [378], "title": "El sobrino de Wittgenstein. Una amistad"}, {"id": 1119, "work": "3", "translators": [378], "title": "Hormig\u00f3n"}, {"id": 1120, "work": "14", "translators": [378], "title": "Tala"}, {"id": 1121, "work": "48", "translators": [378], "title": "La calera"}, {"id": 1122, "work": "15", "translators": [378], "title": "S\u00ed"}, {"id": 1123, "work": "6", "translators": [378], "title": "Extinci\u00f3n. Un desmoronamiento"}, {"id": 1124, "work": "84", "translators": [378], "title": "En las alturas. Tentativa de salvamento, absurdo"}, {"id": 1125, "work": "67", "translators": [378], "title": "Amras"}, {"id": 1126, "work": "66", "translators": [378], "title": "Ungenach"}, {"id": 1127, "work": "68", "translators": [378], "title": "Jugar al watten"}, {"id": 1128, "work": "10", "translators": [378], "title": "Andar"}, {"id": 1129, "work": "70", "translators": [378], "title": "El carpintiero"}, {"id": 1130, "work": "71", "translators": [378], "title": "Jauregg"}, {"id": 1131, "work": "72", "translators": [378], "title": "Dos preceptores"}, {"id": 1132, "work": "73", "translators": [378], "title": "La gorra"}, {"id": 1133, "work": "74", "translators": [378], "title": "\u00bfEs una comedia? \u00bfEs una tragedia?"}, {"id": 1134, "work": "76", "translators": [378], "title": "Agregado en la Embajada de Francia"}, {"id": 1135, "work": "78", "translators": [378], "title": "Midland en Stilfs"}, {"id": 1136, "work": "116", "translators": [378], "title": "El abrigo de loden"}, {"id": 1137, "work": "80", "translators": [378], "title": "En el Ortler"}, {"id": 1138, "work": "58", "translators": [378], "title": "Acontecimientos"}, {"id": 1139, "work": "92", "translators": [378], "title": "Hambre grande, inconcebible"}, {"id": 1140, "work": "129", "translators": [378], "title": "Un joven escritor"}, {"id": 1141, "work": "69", "translators": [378], "title": "El crimen del hijo de un comerciante de Innsbruck"}, {"id": 1142, "work": "77", "translators": [378], "title": "En la linde de los \u00e1rboles"}, {"id": 1143, "work": "75", "translators": [378], "title": "V\u00edctor Seminecio"}, {"id": 1144, "work": "51", "translators": [378], "title": "Goethe se mmmuere"}, {"id": 1145, "work": "82", "translators": [375], "title": "Los comebarato"}, {"id": 1146, "work": "52", "translators": [378], "title": "Montaigne"}, {"id": 1147, "work": "53", "translators": [378], "title": "Reencuentro"}, {"id": 1148, "work": "54", "translators": [378], "title": "Ard\u00eda"}, {"id": 1149, "work": "83", "translators": [378], "title": "En busca de la verdad. Discursos, cartas de lector, entrevistas, art\u00edculos"}, {"id": 1150, "work": "190", "translators": [378], "title": "\u00bfLe gusta ser malvado? Conversaci\u00f3n noctura entre Thomas Bernhard y Peter Hamm en la casa de Bernhard en Ohlsdorf, 1977"}, {"id": 1151, "work": "9", "translators": [378], "title": "El imititador de voces"}, {"id": 1152, "work": "27", "translators": [378], "title": "El ignorante y el demente"}, {"id": 1153, "work": "21", "translators": [378], "title": "La partida de caza"}, {"id": 1154, "work": "22", "translators": [378], "title": "La fuerza de la costumbre"}, {"id": 1155, "work": "28", "translators": [378], "title": "El reformador des mundo"}, {"id": 1156, "work": "20", "translators": [378], "title": "Simplemente complicado"}, {"id": 1157, "work": "23", "translators": [378], "title": "Las aspariencias enga\u00f1an"}, {"id": 1158, "work": "26", "translators": [378], "title": "Immanuel Kant"}, {"id": 1159, "work": "37", "translators": [378], "title": "Un muerto"}, {"id": 1160, "work": "38", "translators": [378], "title": "El mes de Mar\u00eda"}, {"id": 1161, "work": "39", "translators": [378], "title": "Partido"}, {"id": 1162, "work": "40", "translators": [378], "title": "Absoluci\u00f3n"}, {"id": 1163, "work": "41", "translators": [378], "title": "Helados"}, {"id": 1164, "work": "49", "translators": [378], "title": "Comida alemana"}, {"id": 1165, "work": "43", "translators": [378], "title": "Todo o nada"}, {"id": 1166, "work": "11", "translators": [378], "title": "El presidente"}, {"id": 1167, "work": "16", "translators": [378], "title": "Los famosos"}, {"id": 1168, "work": "29", "translators": [378], "title": "La paz reina en las cumbres"}, {"id": 1169, "work": "25", "translators": [378], "title": "Una fiesta para Boris"}, {"id": 1170, "work": "19", "translators": [378], "title": "En la meta"}, {"id": 1171, "work": "13", "translators": [378], "title": "El teatrero"}, {"id": 1172, "work": "18", "translators": [378], "title": "Ante la jubilaci\u00f3n (Comedia del alma alemana)"}, {"id": 1173, "work": "17", "translators": [378], "title": "Minetti"}, {"id": 1174, "work": "30", "translators": [378], "title": "Ritter, Dene, Voss"}, {"id": 1175, "work": "24", "translators": [378], "title": "Isabel II"}, {"id": 1176, "work": "61", "translators": [378], "title": "Claus Peymann deja Bochum y se va a Viena de director del Burgtheater"}, {"id": 1177, "work": "62", "translators": [378], "title": "Claus Peymann se compra unos pantalones y luego nos vamos a comer"}, {"id": 1178, "work": "46", "translators": [378], "title": "Claus Peymann y Hermann Beil en la Sulzwiese"}, {"id": 1179, "work": "12", "translators": [378], "title": "Heldenplatz (Plaza de los H\u00e9roes)"}, {"id": 1180, "work": "124", "translators": [378], "title": "Conversaciones con Thomas Bernhard"}, {"id": 1181, "work": "7", "translators": [378], "title": "El origen. Una indicaci\u00f3n"}, {"id": 1182, "work": "59", "translators": [378], "title": "El s\u00f3tano"}, {"id": 1183, "work": "56", "translators": [378], "title": "El aliento"}, {"id": 1184, "work": "60", "translators": [378], "title": "El fr\u00edo"}, {"id": 1185, "work": "50", "translators": [378], "title": "Un ni\u00f1o"}, {"id": 1186, "work": "117", "translators": [378], "title": "El Italiano"}, {"id": 1187, "work": "115", "translators": [378], "title": "Tres dias"}, {"id": 1188, "work": "122", "translators": [378], "title": "El Kulterer"}, {"id": 1189, "work": "30", "translators": [376], "title": "Almuerzo en casa de Ludwig W."}, {"id": 1190, "work": "89", "translators": [378], "title": "Magdalena la Loca"}, {"id": 1191, "work": "92", "translators": [378], "title": "Hambre indescriptible"}, {"id": 1192, "work": "48", "translators": [383], "title": "Kalkbruket"}, {"id": 1193, "work": "3", "translators": [383], "title": "Betong"}, {"id": 1194, "work": "6", "translators": [383], "title": "Utpl\u00e5ning. Ett s\u00f6nderfall"}, {"id": 1195, "work": "115", "translators": [381], "title": "Tre dafar"}, {"id": 1196, "work": "10", "translators": [381, 382], "title": "G\u00e5"}, {"id": 1197, "work": "20", "translators": [382], "title": "Helt enkelt komplicerat"}, {"id": 1198, "work": "2", "translators": [383], "title": "Wittgensteins brorson. En v\u00e4nskap"}, {"id": 1199, "work": "113", "translators": [387], "title": "Ave Vergilius"}, {"id": 1200, "work": "67", "translators": [387], "title": "Amras"}, {"id": 1201, "work": "66", "translators": [387], "title": "Ungenach"}, {"id": 1202, "work": "68", "translators": [387], "title": "Watten"}, {"id": 1203, "work": "82", "translators": [387], "title": "Billig\u00e4terna"}, {"id": 1204, "work": "21", "translators": [387], "title": "Jakts\u00e4llskapet"}, {"id": 1205, "work": "17", "translators": [387], "title": "Minetti"}, {"id": 1206, "work": "30", "translators": [387], "title": "Ritter, Dene, Voss"}, {"id": 1207, "work": "14", "translators": [387], "title": "Skogshuggning"}, {"id": 1208, "work": "65", "translators": [387], "title": "Korrigering"}, {"id": 1209, "work": "47", "translators": [387], "title": "Frost"}, {"id": 1210, "work": "1", "translators": [387], "title": "Gamla m\u00e4stare. Komedi"}, {"id": 1211, "work": "4", "translators": [387], "title": "Anst\u00f6t"}, {"id": 1212, "work": "15", "translators": [387], "title": "Ja"}, {"id": 1213, "work": "10", "translators": [387], "title": "G\u00e5"}, {"id": 1214, "work": "5", "translators": [387], "title": "Underg\u00e5ngaren"}, {"id": 1215, "work": "12", "translators": [387], "title": "Heldenplatz"}, {"id": 1216, "work": "8", "translators": [387], "title": "Mina priser"}, {"id": 1217, "work": "9", "translators": [387], "title": "R\u00f6stimitat\u00f6ren"}, {"id": 1218, "work": "7", "translators": [387], "title": "Orsaken: En antydan"}, {"id": 1219, "work": "59", "translators": [387], "title": "K\u00e4llaren: En frig\u00f6relse"}, {"id": 1220, "work": "56", "translators": [387], "title": " Andh\u00e4mtningen: Ett avg\u00f6rande"}, {"id": 1221, "work": "60", "translators": [387], "title": "Kylan: En isolering"}, {"id": 1222, "work": "50", "translators": [387], "title": "Ett barn"}, {"id": 1223, "work": "51", "translators": [387], "title": "Goethe d\u00f6\u00f6r"}, {"id": 1224, "work": "52", "translators": [387], "title": "Montaigne"}, {"id": 1225, "work": "53", "translators": [387], "title": "\u00c5terseende"}, {"id": 1226, "work": "54", "translators": [387], "title": "F\u00f6rt\u00e4rt i l\u00e5gor"}, {"id": 1227, "work": "77", "translators": [387], "title": "Vid tr\u00e4dgrensen"}, {"id": 1228, "work": "122", "translators": [387], "title": "Kulterer"}, {"id": 1229, "work": "117", "translators": [387], "title": "Italienaren"}, {"id": 1230, "work": "78", "translators": [387], "title": "Midland i Stilfs"}, {"id": 1231, "work": "116", "translators": [387], "title": "Regncapen"}, {"id": 1232, "work": "80", "translators": [387], "title": "P\u00e5 Ortler"}, {"id": 1233, "work": "224", "translators": [387], "title": "Tilldragelser"}, {"id": 1234, "work": "61", "translators": [386], "title": "Claus Peymann l\u00e4mnar Bochum och \u00e5ker till Wien som Burgtheaterchef"}, {"id": 1235, "work": "62", "translators": [386], "title": "Claus Peymann k\u00f6per sig ett par byxor och g\u00e5r ut med mig och \u00e4ter"}, {"id": 1236, "work": "46", "translators": [386], "title": "Claus Peymann och Hermann Beil p\u00e5 Sulzwiese"}, {"id": 1237, "work": "7", "translators": [387], "title": "Orsaken. En antydan"}, {"id": 1238, "work": "59", "translators": [387], "title": "K\u00e4llaren. En frig\u00f6relse"}, {"id": 1239, "work": "60", "translators": [387], "title": "Kylan: En isolering"}, {"id": 1240, "work": "125", "translators": [387], "title": "\u2013ett m\u00f6te. Samtal med Krista Fleischmann"}, {"id": 1241, "work": "2", "translators": [399], "title": "Wittgenstein'\u0131n Ye\u011feni. Bir Dostluk"}, {"id": 1242, "work": "14", "translators": [403], "title": "Odun Kesmek. Bir \u00d6fke"}, {"id": 1243, "work": "1", "translators": [403], "title": "Eski Ustalar"}, {"id": 1244, "work": "5", "translators": [403], "title": "Bitik Adam"}, {"id": 1245, "work": "48", "translators": [403], "title": "Kire\u00e7 Oca\u011f\u0131"}, {"id": 1246, "work": "3", "translators": [403], "title": "Beton"}, {"id": 1247, "work": "4", "translators": [403], "title": "Sars\u0131nt\u0131"}, {"id": 1248, "work": "66", "translators": [399], "title": "Ungenach"}, {"id": 1249, "work": "10", "translators": [403], "title": "Y\u00fcr\u00fcmek"}, {"id": 1250, "work": "15", "translators": [403], "title": "Evet"}, {"id": 1251, "work": "47", "translators": [400], "title": "Don"}, {"id": 1252, "work": "6", "translators": [403], "title": "Yok Etme. Bir Par\u00e7alanma"}, {"id": 1253, "work": "9", "translators": [403], "title": "Ses Taklit\u00e7isi"}, {"id": 1254, "work": "8", "translators": [403], "title": "\u00d6d\u00fcllerim"}, {"id": 1255, "work": "51", "translators": [399], "title": "Goethe \u00d6leyaz\u0131yor"}, {"id": 1256, "work": "52", "translators": [399], "title": "Montaigne"}, {"id": 1257, "work": "53", "translators": [399], "title": "Yeniden G\u00f6r\u00fc\u015fme"}, {"id": 1258, "work": "54", "translators": [399], "title": "Alev Alev Yand\u0131, K\u00fcl Oldu"}, {"id": 1259, "work": "67", "translators": [392], "title": "Amras"}, {"id": 1260, "work": "68", "translators": [392], "title": "Watten"}, {"id": 1261, "work": "65", "translators": [403], "title": "D\u00fczelti"}, {"id": 1262, "work": "83", "translators": [392], "title": "Hakikatin \u0130zinde. Konu\u015fmalar, Okur Mektuplar\u0131, S\u00f6yle\u015filer, Edebiyat Yaz\u0131lar\u0131"}, {"id": 1263, "work": "58", "translators": [392], "title": "Olaylar"}, {"id": 1264, "work": "28", "translators": [396], "title": "D\u00fcnya D\u00fczelticisi"}, {"id": 1265, "work": "26", "translators": [396], "title": "Immanuel Kant"}, {"id": 1266, "work": "30", "translators": [396], "title": "Ritter, Dene, Voss"}, {"id": 1267, "work": "64", "translators": [396], "title": "Ay\u0131n Demiri Alt\u0131nda"}, {"id": 1268, "work": "13", "translators": [398], "title": "Tiyatrocu"}, {"id": 1269, "work": "12", "translators": [398], "title": "Kahramanlar Alan\u0131"}, {"id": 1270, "work": "124", "translators": [403], "title": "Thomas Bernhard\u2019la Konu\u015fmalar"}, {"id": 1271, "work": "82", "translators": [403], "title": "Ucuzayiyenler"}, {"id": 1272, "work": "25", "translators": [399], "title": "Boris \u0130\u00e7in Bir \u015e\u00f6len"}, {"id": 1273, "work": "21", "translators": [399], "title": "Av Meclisi"}, {"id": 1274, "work": "17", "translators": [399], "title": "Minetti. Sanat\u00e7\u0131n\u0131n Ya\u015fl\u0131 Bir Adam Olarak Portresi"}, {"id": 1275, "work": "63", "translators": [399], "title": "In Hora Mortis"}, {"id": 1276, "work": "7", "translators": [400], "title": "Neden. Bir De\u011fini"}, {"id": 1277, "work": "7", "translators": [403], "title": "Neden. Bir De\u011fini"}, {"id": 1278, "work": "59", "translators": [400], "title": "Mahzen. Bir Vazge\u00e7i\u015f"}, {"id": 1279, "work": "59", "translators": [403], "title": "Kiler. Bir Ka\u00e7\u0131\u015f"}, {"id": 1280, "work": "56", "translators": [400], "title": "Soluk. Bir Karar"}, {"id": 1281, "work": "56", "translators": [403], "title": "Nefes. Bir Karar"}, {"id": 1282, "work": "60", "translators": [401], "title": "So\u011fukluk. Bir D\u0131\u015flanma"}, {"id": 1283, "work": "60", "translators": [403], "title": "So\u011fuk. Bir Soyutlama"}, {"id": 1284, "work": "50", "translators": [402], "title": "Bir \u00c7ocuk"}, {"id": 1285, "work": "50", "translators": [403], "title": "\u00c7ocuk"}, {"id": 1286, "work": "1", "translators": [405], "title": "\u0421\u0442\u0430\u0440\u0456 \u043c\u0430\u0439\u0441\u0442\u0440\u0438"}, {"id": 1287, "work": "24", "translators": [405], "title": "\u0415\u043b\u0456\u0437\u0430\u0431\u0435\u0442 II"}, {"id": 1288, "work": "26", "translators": [405], "title": "\u0406\u043c\u043c\u0430\u043d\u0443\u0457\u043b \u041a\u0430\u043d\u0442"}, {"id": 1289, "work": "61", "translators": [405], "title": "\u041a\u043b\u044f\u0443\u0441 \u041f\u0430\u0439\u043c\u0430\u043d\u043d \u043f\u043e\u043a\u0438\u0434\u0430\u0454 \u0411\u043e\u0445\u0443\u043c \u0456 \u0432\u0438\u0440\u0443\u0448\u0430\u0454 \u043d\u0430 \u043f\u043e\u0441\u0430\u0434\u0443 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0430 \u0411\u0443\u0440\u0491\u0442\u0435\u0430\u0442\u0440\u0443 \u0443 \u0412\u0456\u0434\u0435\u043d\u044c"}, {"id": 1290, "work": "62", "translators": [405], "title": "\u041a\u043b\u044f\u0443\u0441 \u041f\u0430\u0439\u043c\u0430\u043d\u043d \u043a\u0443\u043f\u0443\u0454 \u0448\u0442\u0430\u043d\u0438, \u0456 \u043c\u0438 \u0439\u0434\u0435\u043c\u043e \u0457\u0441\u0442\u0438"}, {"id": 1291, "work": "46", "translators": [405], "title": "\u041a\u043b\u044f\u0443\u0441 \u041f\u0430\u0439\u043c\u0430\u043d\u043d \u0456 \u0413\u0435\u0440\u043c\u0430\u043d \u0411\u0430\u0439\u043b\u044c \u043d\u0430 \u0417\u0443\u043b\u044c\u0446\u0432\u0456\u0437\u0435"}, {"id": 1292, "work": "12", "translators": [405], "title": "\u041f\u043b\u043e\u0449\u0430 \u0433\u0435\u0440\u043e\u0457\u0432"}, {"id": 1293, "work": "47", "translators": [404], "title": "\u0425\u043e\u043b\u043e\u0434\u043d\u0435\u0447\u0430"}, {"id": 1294, "work": "115", "translators": [405], "title": "\u0422\u0440\u0438 \u0434\u043d\u0456"}, {"id": 1295, "work": "3", "translators": [406], "title": "\u06a9\u0646\u06a9\u0631\u06cc\u0679"}, {"id": 1296, "work": "6", "translators": [408], "title": "Di\u1ec7t Vong"}, {"id": 1297, "work": "14", "translators": [408], "title": "\u0110\u1ed1n H\u1ea1"}], "bernhardworks": [{"id": "1", "gnd": "4281932-5", "title": "Alte Meister. Kom\u00f6die", "year": 1985, "count": 51}, {"id": "2", "gnd": "4509408-1", "title": "Wittgensteins Neffe", "year": 1982, "count": 53}, {"id": "3", "gnd": "4242075-1", "title": "Beton", "year": 1982, "count": 47}, {"id": "4", "gnd": "4140749-0", "title": "Verst\u00f6rung", "year": 1967, "count": 35}, {"id": "5", "gnd": "4280472-3", "title": "Der Untergeher", "year": 1983, "count": 57}, {"id": "6", "gnd": "4201254-5", "title": "Ausl\u00f6schung. Ein Zerfall", "year": 1986, "count": 44}, {"id": "7", "gnd": "4392770-1", "title": "Die Ursache", "year": 1975, "count": 51}, {"id": "8", "gnd": "7846530-8", "title": "Meine Preise. Eine Bilanz", "year": 2009, "count": 27}, {"id": "9", "gnd": "4525059-5", "title": "Der Stimmenimitator", "year": 1978, "count": 32}, {"id": "10", "gnd": "4576168-1", "title": "Gehen", "year": 1971, "count": 24}, {"id": "11", "gnd": "7600801-0", "title": "Der Pr\u00e4sident", "year": 1975, "count": 14}, {"id": "12", "gnd": "4221007-0", "title": "Heldenplatz", "year": 1988, "count": 30}, {"id": "13", "gnd": "4253712-5", "title": "Der Theatermacher", "year": 1984, "count": 26}, {"id": "14", "gnd": "4447199-3", "title": "Holzf\u00e4llen", "year": 1984, "count": 50}, {"id": "15", "gnd": "4738741-5", "title": "Ja", "year": 1978, "count": 29}, {"id": "16", "gnd": "1162284560", "title": "Die Ber\u00fchmten", "year": 1976, "count": 7}, {"id": "17", "gnd": "4487124-7", "title": "Minetti", "year": 1977, "count": 22}, {"id": "18", "gnd": "4217797-2", "title": "Vor dem Ruhestand", "year": 1979, "count": 20}, {"id": "19", "gnd": "4362534-4", "title": "Am Ziel", "year": null, "count": 15}, {"id": "20", "gnd": "1123599505", "title": "Einfach kompliziert", "year": 1986, "count": 13}, {"id": "21", "gnd": "4520814-1", "title": "Die Jagdgesellschaft", "year": 1974, "count": 18}, {"id": "22", "gnd": "4281931-3", "title": "Die Macht der Gewohnheit", "year": 1974, "count": 23}, {"id": "23", "gnd": "1123599106", "title": "Der Schein tr\u00fcgt", "year": null, "count": 12}, {"id": "24", "gnd": "7659613-8", "title": "Elisabeth die Zweite", "year": 1987, "count": 9}, {"id": "25", "gnd": "4493036-7", "title": "Ein Fest f\u00fcr Boris", "year": 1970, "count": 17}, {"id": "26", "gnd": "1057906050", "title": "Immanuel Kant", "year": 1978, "count": 15}, {"id": "27", "gnd": "4485102-9", "title": "Der Ignorant und der Wahnsinnige", "year": 1972, "count": 12}, {"id": "28", "gnd": "4636697-0", "title": "Der Weltverbesserer", "year": 1979, "count": 16}, {"id": "29", "gnd": "1244933007", "title": "\u00dcber allen Gipfeln ist Ruh", "year": 1982, "count": 10}, {"id": "30", "gnd": "4217798-4", "title": "Ritter, Dene, Voss", "year": null, "count": 22}, {"id": "31", "gnd": "108146285X", "title": "Die Rosen der Ein\u00f6de (Libretto)", "year": null, "count": 2}, {"id": "32", "gnd": null, "title": "K\u00f6pfe", "year": null, "count": 2}, {"id": "33", "gnd": null, "title": "Die Erfundene", "year": null, "count": 1}, {"id": "34", "gnd": null, "title": "Rosa", "year": null, "count": 2}, {"id": "35", "gnd": null, "title": "Fr\u00fchling", "year": null, "count": 3}, {"id": "36", "gnd": null, "title": "Der Berg", "year": null, "count": 1}, {"id": "37", "gnd": null, "title": "A Doda", "year": null, "count": 5}, {"id": "38", "gnd": null, "title": "Maiandacht", "year": null, "count": 6}, {"id": "39", "gnd": null, "title": "Match", "year": null, "count": 5}, {"id": "40", "gnd": null, "title": "Freispruch", "year": null, "count": 7}, {"id": "41", "gnd": null, "title": "Eis", "year": null, "count": 7}, {"id": "42", "gnd": null, "title": "Der deutsche Mittagstisch", "year": null, "count": 1}, {"id": "43", "gnd": null, "title": "Alles oder nichts", "year": null, "count": 7}, {"id": "44", "gnd": null, "title": "Claus Peymann verl\u00e4\u00dft Bochum und geht als Burgtheater\u0002direktor nach Wien", "year": null, "count": 1}, {"id": "45", "gnd": null, "title": "Claus Peymann kauft sich eine Hose und geht mit mir essen", "year": null, "count": 3}, {"id": "46", "gnd": null, "title": "Claus Peymann und Hermann Beil auf der Sulzwiese", "year": null, "count": 11}, {"id": "47", "gnd": "4140750-7", "title": "Frost", "year": 1963, "count": 29}, {"id": "48", "gnd": "4209488-4", "title": "Das Kalkwerk", "year": 1970, "count": 24}, {"id": "49", "gnd": "1158674678", "title": "Der deutsche Mittagstisch", "year": 1988, "count": 8}, {"id": "50", "gnd": "4998709-4", "title": "Ein Kind", "year": 1982, "count": 46}, {"id": "51", "gnd": "1134906285", "title": "Goethe schtirbt", "year": null, "count": 18}, {"id": "52", "gnd": null, "title": "Montaigne", "year": null, "count": 17}, {"id": "53", "gnd": null, "title": "Wiedersehen", "year": null, "count": 15}, {"id": "54", "gnd": null, "title": "In Flammen aufgegangen", "year": null, "count": 14}, {"id": "55", "gnd": "1208645420", "title": "Auf der Erde und in der H\u00f6lle", "year": 1957, "count": 15}, {"id": "56", "gnd": "4998708-2", "title": "Der Atem. Eine Entscheidung", "year": 1978, "count": 46}, {"id": "57", "gnd": "1269415670", "title": "Der Hutmacher", "year": null, "count": 2}, {"id": "58", "gnd": "1217488685", "title": "Ereignisse", "year": 1991, "count": 14}, {"id": "59", "gnd": "4998706-9", "title": "Der Keller", "year": 1976, "count": 48}, {"id": "60", "gnd": "7655973-7", "title": "Die K\u00e4lte", "year": 1981, "count": 41}, {"id": "61", "gnd": null, "title": "Claus Peymann verl\u00e4\u00dft Bochum und geht als Burgtheaterdirektor nach Wien", "year": null, "count": 9}, {"id": "62", "gnd": "124493318X", "title": "Claus Peymann kauft sich eine Hose und geht mit mir essen", "year": 1990, "count": 10}, {"id": "63", "gnd": "105004097X", "title": "In hora mortis", "year": 1958, "count": 18}, {"id": "64", "gnd": "1306442915", "title": "Unter dem Eisen des Mondes", "year": 1958, "count": 16}, {"id": "65", "gnd": "4126723-0", "title": "Korrektur", "year": 1975, "count": 33}, {"id": "66", "gnd": "1158696477", "title": "Ungenach", "year": null, "count": 13}, {"id": "67", "gnd": "1045328219", "title": "Amras", "year": 1964, "count": 20}, {"id": "68", "gnd": "1147793611", "title": "Watten", "year": 1969, "count": 17}, {"id": "69", "gnd": null, "title": "Das Verbrechen eines Innsbrucker Kaufmannssohns", "year": null, "count": 15}, {"id": "70", "gnd": null, "title": "Der Zimmerer", "year": null, "count": 16}, {"id": "71", "gnd": "1024915921", "title": "Jauergg", "year": 1966, "count": 15}, {"id": "72", "gnd": null, "title": "Zwei Erzieher", "year": null, "count": 15}, {"id": "73", "gnd": "1140157906", "title": "Die M\u00fctze", "year": 1967, "count": 20}, {"id": "74", "gnd": "1078686300", "title": "Ist es eine Kom\u00f6die? Ist es eine Trag\u00f6die?", "year": 1967, "count": 22}, {"id": "75", "gnd": "7845728-2", "title": "Viktor Halbnarr", "year": 1966, "count": 10}, {"id": "76", "gnd": null, "title": "Attach\u00e9 an der franz\u00f6sischen Botschaft", "year": null, "count": 16}, {"id": "77", "gnd": "1233642103", "title": "An der Baumgrenze", "year": 1967, "count": 22}, {"id": "78", "gnd": null, "title": "Midland in Stilfs", "year": null, "count": 20}, {"id": "79", "gnd": null, "title": "Der Wetterfleck", "year": null, "count": 6}, {"id": "80", "gnd": null, "title": "Am Ortler", "year": null, "count": 14}, {"id": "81", "gnd": null, "title": "Goethe schtirbt", "year": null, "count": 3}, {"id": "82", "gnd": "1141917998", "title": "Die Billigesser", "year": 1980, "count": 18}, {"id": "83", "gnd": "1214903665", "title": "Der Wahrheit auf der Spur. Reden, Leserbriefe, Interviews, Feuilletons", "year": 2010, "count": 5}, {"id": "84", "gnd": "1158695977", "title": "In der H\u00f6he. Rettungsversuch, Unsinn", "year": null, "count": 11}, {"id": "85", "gnd": null, "title": "Das rote Licht", "year": null, "count": 2}, {"id": "86", "gnd": null, "title": "Die Siedler", "year": null, "count": 2}, {"id": "87", "gnd": null, "title": "Von einem Nachmittag in einer gro\u00dfen Stadt", "year": null, "count": 2}, {"id": "88", "gnd": null, "title": "Von sieben Tannen und vom Schnee... Eine m\u00e4rchenhafe \nWeihnachtsgeschichte", "year": null, "count": 1}, {"id": "89", "gnd": null, "title": "Die verr\u00fcckte Magdalena", "year": null, "count": 3}, {"id": "90", "gnd": null, "title": "Letzter Wille und Testament", "year": null, "count": 1}, {"id": "91", "gnd": null, "title": "Das Armenhaus von St. Laurin", "year": null, "count": 2}, {"id": "92", "gnd": null, "title": "Gro\u00dfer, unbegreiflicher Hunger", "year": null, "count": 4}, {"id": "93", "gnd": null, "title": "Wintertag im Hochgebirge", "year": null, "count": 2}, {"id": "94", "gnd": null, "title": "Der Untergang des Abendlandes", "year": null, "count": 2}, {"id": "95", "gnd": null, "title": "Die Landschaft der Mutter", "year": null, "count": 2}, {"id": "96", "gnd": null, "title": "Ein \u00e4lterer Mann namens August", "year": null, "count": 2}, {"id": "97", "gnd": null, "title": "Von einem, der auszog die Welt zu sehen", "year": null, "count": 2}, {"id": "98", "gnd": null, "title": "Der Schweineh\u00fcter", "year": null, "count": 2}, {"id": "99", "gnd": null, "title": "Der Italiener", "year": null, "count": 1}, {"id": "100", "gnd": null, "title": "Der Kulterer", "year": null, "count": 1}, {"id": "101", "gnd": null, "title": "Eine Zeugenaussage", "year": null, "count": 3}, {"id": "102", "gnd": null, "title": "Berg", "year": null, "count": 1}, {"id": "103", "gnd": null, "title": "Erfundene", "year": null, "count": 1}, {"id": "104", "gnd": null, "title": "Claus Peymann verl\u00e4sst Bochum und geht als Burgtheaterdirektor nach Wien", "year": null, "count": 2}, {"id": "105", "gnd": "1219327905", "title": "Alte Meister. Kom\u00f6die. Gezeichnet von Mahler", "year": 2012, "count": 6}, {"id": "106", "gnd": null, "title": "Von einer Katastrophe in die andere. Interview von Asta Scheib", "year": null, "count": 1}, {"id": "107", "gnd": null, "title": "Ich bin nur mehr kurz da. Interview von Kurt Hofmann", "year": null, "count": 1}, {"id": "108", "gnd": null, "title": "Aus Gespr\u00e4chen mit Kurt Hofmann", "year": null, "count": 1}, {"id": "109", "gnd": null, "title": "Der Keller", "year": null, "count": 1}, {"id": "110", "gnd": null, "title": "Gedichte 1952-1957", "year": null, "count": 4}, {"id": "111", "gnd": null, "title": "Psalm", "year": null, "count": 6}, {"id": "112", "gnd": "1203737297", "title": "Die Irren, die H\u00e4ftlinge", "year": 1962, "count": 8}, {"id": "113", "gnd": "1270058894", "title": "Ave Vergil", "year": 1981, "count": 16}, {"id": "114", "gnd": null, "title": "Gedichte 1959-196", "year": null, "count": 4}, {"id": "115", "gnd": null, "title": "Drei Tage", "year": null, "count": 10}, {"id": "116", "gnd": "4734848-3", "title": "Der Wetterfleck", "year": 1969, "count": 11}, {"id": "117", "gnd": "4687798-8", "title": "Der Italiener", "year": 1969, "count": 16}, {"id": "118", "gnd": null, "title": "Jean Arthur Rimbaud. Zum 100. Geburtstag", "year": null, "count": 2}, {"id": "119", "gnd": null, "title": "Andr\u00e9 M\u00fcller im Gespr\u00e4ch mit Thomas Bernhard", "year": null, "count": 9}, {"id": "120", "gnd": null, "title": "Argumente eines Winterspazierg\u00e4ngers", "year": null, "count": 1}, {"id": "121", "gnd": "1153801205", "title": "Thomas Bernhard \u2013 Gerhard Fritsch. Der Briefwechsel", "year": null, "count": 1}, {"id": "122", "gnd": "4444005-4", "title": "Der Kulterer", "year": 1974, "count": 13}, {"id": "123", "gnd": null, "title": "Gehen", "year": null, "count": 1}, {"id": "124", "gnd": null, "title": "Kurt Hofmann: Aus Gespr\u00e4chen mit Thomas Bernhard", "year": null, "count": 7}, {"id": "125", "gnd": null, "title": "Eine Begegnung. Gespr\u00e4che mit Krista Fleischmann", "year": null, "count": 5}, {"id": "126", "gnd": null, "title": "Wittgensteins Neffe", "year": null, "count": 1}, {"id": "127", "gnd": null, "title": "Mein Weltenst\u00fcck", "year": null, "count": 2}, {"id": "128", "gnd": null, "title": "Verstreut publizierte Gedichte", "year": null, "count": 3}, {"id": "129", "gnd": null, "title": "Ein junger Schriftsteller", "year": null, "count": 3}, {"id": "130", "gnd": null, "title": "Monologe auf Mallorca", "year": null, "count": 4}, {"id": "131", "gnd": null, "title": "Mein Gl\u00fcckliches \u00d6sterreich", "year": null, "count": 1}, {"id": "132", "gnd": null, "title": "Mit der Klarheit nimmt die K\u00e4lte zu (Bremer\nLiteraturpreis)", "year": null, "count": 2}, {"id": "133", "gnd": null, "title": "Der Wahrheit und dem Tod auf der Spur\n(Anton-Wildgans-Preis)", "year": null, "count": 2}, {"id": "134", "gnd": null, "title": "Verehrter Herr Minister, verehrte Anwesende\n(\u00d6sterreichischer Staatspreis)", "year": null, "count": 4}, {"id": "135", "gnd": null, "title": "Unsterblichkeit ist unm\u00f6glich. Landschaft der Kindheit", "year": null, "count": 2}, {"id": "136", "gnd": null, "title": "Nie und mit nichts fertig werden (B\u00fcchner-Preis)", "year": null, "count": 2}, {"id": "137", "gnd": null, "title": "Brief an Siegfried Unseld (excerpt)", "year": null, "count": 1}, {"id": "138", "gnd": null, "title": "Brief an Henning Rischbieter", "year": null, "count": 1}, {"id": "139", "gnd": null, "title": "Ansichten eines unverbesserlichen Weltverbesserer. Interview mit Niklas Frank", "year": null, "count": 1}, {"id": "140", "gnd": null, "title": "Junge K\u00f6pfe", "year": null, "count": 1}, {"id": "141", "gnd": null, "title": "Meine eigene Einsamkeit", "year": null, "count": 1}, {"id": "142", "gnd": null, "title": "Gerichtschroniken (Ein paar saure Zuckerl", "year": null, "count": 1}, {"id": "143", "gnd": null, "title": "Selbstmord in der Landesheilanstalt", "year": null, "count": 1}, {"id": "144", "gnd": null, "title": "Vielgeliebt und nie bezahlt", "year": null, "count": 1}, {"id": "145", "gnd": null, "title": "Gastspiel am Landesgericht", "year": null, "count": 1}, {"id": "146", "gnd": null, "title": "Ernestine kontra Lucie", "year": null, "count": 1}, {"id": "147", "gnd": null, "title": "Paris", "year": null, "count": 1}, {"id": "148", "gnd": null, "title": "Verfolgungswahn", "year": null, "count": 2}, {"id": "149", "gnd": null, "title": "Zwei Briefe (1960-1963) an Annemarie Hammerstein-Siller", "year": null, "count": 1}, {"id": "150", "gnd": null, "title": "Telegramm vom 30. November 1960 an Michael Guttenbrunner", "year": null, "count": 1}, {"id": "151", "gnd": null, "title": "Ein Brief aus einem Drama", "year": null, "count": 1}, {"id": "152", "gnd": null, "title": "Ein Fr\u00fchling", "year": null, "count": 2}, {"id": "153", "gnd": null, "title": "Ein l\u00e4ndlicher Betr\u00fcger", "year": null, "count": 2}, {"id": "154", "gnd": null, "title": "Als Verwalter im Asyl", "year": null, "count": 2}, {"id": "155", "gnd": null, "title": "Die Frau aus Gu\u00dfwerk", "year": null, "count": 1}, {"id": "156", "gnd": null, "title": "Brief an Claus Peymann, 02.12.1986", "year": null, "count": 1}, {"id": "157", "gnd": null, "title": "In Rom", "year": null, "count": 2}, {"id": "158", "gnd": null, "title": "Erkl\u00e4rung", "year": null, "count": 1}, {"id": "159", "gnd": null, "title": "Thomas Bernhard und Siegfried Unseld (Ausz\u00fcge)", "year": null, "count": 1}, {"id": "160", "gnd": null, "title": "Unseld", "year": null, "count": 1}, {"id": "161", "gnd": null, "title": "Leute, die ein Gespr\u00e4ch f\u00fchren wollen, sind mir verd\u00e4chtig. Interview mit Werner W\u00f6gerbauer", "year": null, "count": 2}, {"id": "162", "gnd": null, "title": "Brief an Christoph von Schwerin", "year": null, "count": 1}, {"id": "163", "gnd": null, "title": "Politische Morgenandacht", "year": null, "count": 1}, {"id": "164", "gnd": null, "title": "Schriftstellerberuf heute. Die Kom\u00f6die der Eitelkeit", "year": null, "count": 1}, {"id": "165", "gnd": null, "title": "Thomas Bernhard: Ein Brief an die ZEIT", "year": null, "count": 1}, {"id": "166", "gnd": null, "title": "Bernhards Pl\u00e4doyer. Zur Wiener Gerichtsverhandlung \u201eHolzf\u00e4llen\u201c betreffend", "year": null, "count": 1}, {"id": "167", "gnd": null, "title": "Vranitzky. Eine Erwiderung", "year": null, "count": 1}, {"id": "168", "gnd": null, "title": "\u201eSehr geehrter Herr Dr. Temnitschka \u2026\u201c. Brief vom 27.3.1986", "year": null, "count": 1}, {"id": "169", "gnd": null, "title": "\u201eMein Beitrag zur Eind\u00e4mmung der Professoreninflation \u2026\u201c. (= Schriftliche Stellungnahme am 4.4.1986 f\u00fcr Zeit im Bild, ORF)", "year": null, "count": 1}, {"id": "170", "gnd": null, "title": "Bernhard gegen Europalia. Kein Gastspiel des \u201eTheatermachers\u201c in Br\u00fcssel?)", "year": null, "count": 1}, {"id": "171", "gnd": null, "title": "Die Billigesser (Auszug)", "year": null, "count": 1}, {"id": "172", "gnd": null, "title": "Thomas Bernhard an die Redaktion des Watzmann, 1.4.198", "year": null, "count": 1}, {"id": "173", "gnd": null, "title": "die rosen der ein\u00f6de", "year": null, "count": 1}, {"id": "174", "gnd": null, "title": "Grand Hotel Imperial Dubrovnik (\u201eLiebe, verehrte Doktor Spiel \u2026\u201c. Brief vom 2.3.1971)", "year": null, "count": 1}, {"id": "175", "gnd": null, "title": "Warum f\u00fcrchte ich mein Altern", "year": null, "count": 1}, {"id": "176", "gnd": null, "title": "???", "year": null, "count": 1}, {"id": "177", "gnd": null, "title": "Im Garten der Mutter", "year": null, "count": 1}, {"id": "178", "gnd": null, "title": "An der Baumgrenze? Der Italiener?", "year": null, "count": 1}, {"id": "179", "gnd": null, "title": "Frost (Version C)", "year": null, "count": 1}, {"id": "180", "gnd": null, "title": "Kurt Hofmann: Aus Gespr\u00e4chen mit Thomas Bernhard (excerpt)", "year": null, "count": 2}, {"id": "181", "gnd": null, "title": "Viktor Halbnarr", "year": null, "count": 3}, {"id": "182", "gnd": null, "title": "Beruhigung", "year": null, "count": 1}, {"id": "183", "gnd": null, "title": "Die Frau aus dem Gu\u00dfwerk und der Mann mit dem Rucksack", "year": null, "count": 1}, {"id": "184", "gnd": null, "title": "Ebene", "year": null, "count": 1}, {"id": "185", "gnd": null, "title": "In Flammen aufgegangen)", "year": null, "count": 1}, {"id": "186", "gnd": null, "title": "Von sieben Tannen und vom Schnee", "year": null, "count": 1}, {"id": "187", "gnd": null, "title": "Das Verm\u00e4chtnis", "year": null, "count": 1}, {"id": "188", "gnd": null, "title": "Wahnsinn", "year": null, "count": 1}, {"id": "189", "gnd": null, "title": "Die Magd", "year": null, "count": 1}, {"id": "190", "gnd": null, "title": "Sind Sie gern b\u00f6se? Ein Nachtgespr\u00e4ch zwischen Thomas Bernhard und Peter Hamm", "year": null, "count": 2}, {"id": "191", "gnd": null, "title": "An der Baumgrenze", "year": null, "count": 1}, {"id": "192", "gnd": null, "title": "Nie und mit nichts fertig werden (B\u00fcchnerpreis-Rede)", "year": null, "count": 1}, {"id": "193", "gnd": null, "title": "Neun Psalmen", "year": null, "count": 1}, {"id": "194", "gnd": null, "title": "Der Diktator", "year": null, "count": 1}, {"id": "195", "gnd": null, "title": "Pisa und Venedig", "year": null, "count": 1}, {"id": "196", "gnd": null, "title": "Hotel Waldhaus", "year": null, "count": 1}, {"id": "197", "gnd": null, "title": "Warnung", "year": null, "count": 1}, {"id": "198", "gnd": null, "title": "Unerf\u00fcllter Wunsch", "year": null, "count": 1}, {"id": "199", "gnd": null, "title": "Zuviel", "year": null, "count": 1}, {"id": "200", "gnd": null, "title": "Brief an Erwin Axer", "year": null, "count": 1}, {"id": "201", "gnd": null, "title": "Eine Begegnung. Gespr\u00e4che mit Krista Fleischmann (excerpt)", "year": null, "count": 1}, {"id": "202", "gnd": null, "title": "Im Tal", "year": null, "count": 1}, {"id": "203", "gnd": null, "title": "Krieger", "year": null, "count": 1}, {"id": "204", "gnd": null, "title": "Eine Strophe f\u00fcr Padraic Colum", "year": null, "count": 1}, {"id": "205", "gnd": null, "title": "Geburtstagsode", "year": null, "count": 1}, {"id": "206", "gnd": null, "title": "Morgen", "year": null, "count": 1}, {"id": "207", "gnd": null, "title": "Beschreibung einer Familie", "year": null, "count": 1}, {"id": "208", "gnd": null, "title": "Jetzt im Fr\u00fchling", "year": null, "count": 1}, {"id": "209", "gnd": null, "title": "An H. W.", "year": null, "count": 1}, {"id": "210", "gnd": null, "title": "Holzf\u00e4llen (Auszug)", "year": null, "count": 1}, {"id": "211", "gnd": null, "title": "Der Literaturpreis der Freien und\nHansestadt Bremen", "year": null, "count": 1}, {"id": "212", "gnd": null, "title": "Ereignisse, selection (Der Antreicher", "year": null, "count": 1}, {"id": "213", "gnd": null, "title": "Zwei junge Leute", "year": null, "count": 1}, {"id": "214", "gnd": null, "title": "Der Professor", "year": null, "count": 1}, {"id": "215", "gnd": null, "title": "Der Z\u00f6llner", "year": null, "count": 1}, {"id": "216", "gnd": null, "title": "Der Pr\u00e4sident", "year": null, "count": 1}, {"id": "217", "gnd": null, "title": "Die Cellistin", "year": null, "count": 1}, {"id": "218", "gnd": null, "title": "Eine Maschine", "year": null, "count": 1}, {"id": "219", "gnd": null, "title": "St\u00e4rkere)", "year": null, "count": 1}, {"id": "220", "gnd": null, "title": "Gedichte (selection)", "year": null, "count": 1}, {"id": "221", "gnd": null, "title": "Drei Tage (Auszug)", "year": null, "count": 1}, {"id": "222", "gnd": "1210310406", "title": "Thomas Bernhard \u2013 Siegfried Unseld. Der Briefwechsel (excerpt)", "year": null, "count": 1}, {"id": "223", "gnd": null, "title": "Mit der K\u00e4lte nimmt die Klarheit zu", "year": null, "count": 1}, {"id": "224", "gnd": null, "title": "Ereignisse (Auswahl)", "year": null, "count": 1}], "translators": [{"id": 1, "name": "Doreida Gedaj", "gnd": "1012844331"}, {"id": 2, "name": "Sam\u012br \u01e6iryis", "gnd": "1091070733"}, {"id": 2, "name": "Ibon Uribarri", "gnd": "121638472"}, {"id": 3, "name": "Jos\u00e9 Marcos Macedo", "gnd": "136666825"}, {"id": 14, "name": "Sergio Tellaroli", "gnd": "132456168"}, {"id": 5, "name": "Jos\u00e9 Laurenio de Melo", "gnd": "1056367539"}, {"id": 6, "name": "Hans Peter Welper", "gnd": null}, {"id": 7, "name": "Marcelo Cordeiro Correia", "gnd": "1186818190"}, {"id": 8, "name": "Gisele Ebersp\u00e4cher", "gnd": null}, {"id": 9, "name": "Paulo Rog\u00e9rio Pacheco Jr.", "gnd": null}, {"id": 10, "name": "Christine R\u00f6hrig", "gnd": "128687894"}, {"id": 11, "name": "Ana Maria Scherer", "gnd": null}, {"id": 12, "name": "Samir Signeu", "gnd": null}, {"id": 13, "name": "Lya Luft", "gnd": "11891426X"}, {"id": 19, "name": "Vladko Murdarov", "gnd": "10317656X"}, {"id": 15, "name": "Vladimir Teocharov", "gnd": "1332464289"}, {"id": 21, "name": "Alexander Andreev", "gnd": "1043474846"}, {"id": 18, "name": "Ljubomir Iliev", "gnd": "139444394"}, {"id": 18, "name": "Ana Dimova & Students", "gnd": null}, {"id": 19, "name": "Teodora Karamelska", "gnd": "1029621152"}, {"id": 20, "name": "Krastyo Stanishev", "gnd": null}, {"id": 22, "name": "Wentao Ma", "gnd": "1057987050"}, {"id": 22, "name": "Gong Jie", "gnd": null}, {"id": 23, "name": "Zi Ma Jian", "gnd": null}, {"id": 24, "name": "Ruixiang Han", "gnd": "1053037864"}, {"id": 25, "name": "Wenjie Liu", "gnd": "116026273X"}, {"id": 26, "name": "Zhongxin Wang", "gnd": "1012218384"}, {"id": 28, "name": "Fang Xie", "gnd": null}, {"id": 48, "name": "Barbora Schnelle", "gnd": "134111346"}, {"id": 49, "name": "Zuzana Augustov\u00e1", "gnd": "129164100"}, {"id": 40, "name": "Radovan Charv\u00e1t", "gnd": "136336906"}, {"id": 48, "name": "Bohumil \u0160pl\u00edchal", "gnd": null}, {"id": 40, "name": "Miroslav Pet\u0159\u00ed\u010dek", "gnd": "114005958"}, {"id": 33, "name": "Zlata Kufnerov\u00e1", "gnd": "129638900"}, {"id": 34, "name": "Hana Stavia\u0159ov\u00e1", "gnd": null}, {"id": 49, "name": "Tom\u00e1\u0161 Dimter", "gnd": "132734117"}, {"id": 38, "name": "Michaela Jacobsenov\u00e1", "gnd": "129483176"}, {"id": 49, "name": "Marek Nekula", "gnd": "131386654"}, {"id": 38, "name": "Nikola Mizerov\u00e1", "gnd": "1189349515"}, {"id": 39, "name": "Pavel Novotn\u00fd", "gnd": "1171453116"}, {"id": 49, "name": "Josef Balvin", "gnd": "116046775"}, {"id": 41, "name": "Jaroslava B\u00edl\u00e9ho", "gnd": null}, {"id": 42, "name": "Ta\u0165jana Lang\u00e1\u0161kov\u00e1", "gnd": null}, {"id": 43, "name": "Vladim\u00edr Tome\u0161", "gnd": "114470448"}, {"id": 44, "name": "Wolfgang Spitzbard", "gnd": "Q112365138"}, {"id": 45, "name": "Daria Ullrichov\u00e1", "gnd": null}, {"id": 46, "name": "V\u00e1clav Cejpek", "gnd": "1048022838"}, {"id": 47, "name": "Jitka J\u00edlkov\u00e1", "gnd": "122472446"}, {"id": 49, "name": "Vratislav Slez\u00e1k", "gnd": "113652445"}, {"id": 52, "name": "Ren\u00e9 Jean Jensen", "gnd": "131470000"}, {"id": 50, "name": "Tommy Kierkegaard", "gnd": null}, {"id": 52, "name": "S\u00f8ren R. Fauth", "gnd": "130646482"}, {"id": 52, "name": "Karen-Maria Bille", "gnd": null}, {"id": 89, "name": "David McLintock", "gnd": "143687727"}, {"id": 55, "name": "Carol Brown Janeway", "gnd": "138370176"}, {"id": 78, "name": "James Reidel", "gnd": "142366803"}, {"id": 88, "name": "Ewald Osers", "gnd": "117744441"}, {"id": 89, "name": "Sophie Wilkins", "gnd": "Q95703843"}, {"id": 59, "name": "Jack Dawson a.k.a. Mark Anderson", "gnd": "1196980330 / 11329977X"}, {"id": 60, "name": "Michael Hofmann", "gnd": "132306174"}, {"id": 83, "name": "Douglas Robertson", "gnd": null}, {"id": 88, "name": "Clara Winston", "gnd": "Q59525372"}, {"id": 88, "name": "Richard Winston", "gnd": "1037208870"}, {"id": 64, "name": "Russell Stockman", "gnd": "124036007"}, {"id": 64, "name": "Peter Waugh", "gnd": null}, {"id": 74, "name": "Peter Jansen", "gnd": null}, {"id": 76, "name": "Kenneth J. Northcott", "gnd": "127219501"}, {"id": 82, "name": "Gitta Honegger", "gnd": "124619533"}, {"id": 68, "name": "Meredith Oakes", "gnd": "138551731"}, {"id": 69, "name": "Andrea Tierney", "gnd": "1019872926"}, {"id": 70, "name": "Neville Plaice", "gnd": "105626568X"}, {"id": 71, "name": "Stephen Plaice", "gnd": "1171560575"}, {"id": 72, "name": "Tom Cairns", "gnd": null}, {"id": 73, "name": "Peter Eyre", "gnd": null}, {"id": 74, "name": "Laura Lindgren", "gnd": "1036333043"}, {"id": 75, "name": "Craig Kinosian", "gnd": null}, {"id": 76, "name": "Eduard Stoklosinski", "gnd": null}, {"id": 82, "name": "Martin Chalmers", "gnd": "114173567"}, {"id": 78, "name": "Josef Glowa", "gnd": null}, {"id": 79, "name": "Susan Hurly-Glowa", "gnd": null}, {"id": 80, "name": "Donald Cameron McManus", "gnd": "1089326556"}, {"id": 81, "name": "Michael Mitchell", "gnd": "113837895"}, {"id": 82, "name": "Damion Searls", "gnd": "132954214"}, {"id": 85, "name": "Eric Williams", "gnd": null}, {"id": 84, "name": "Craig Decker", "gnd": "128883626"}, {"id": 85, "name": "Holly Case", "gnd": null}, {"id": 86, "name": "Herbert Morgan Waidson", "gnd": "Q59628070"}, {"id": 88, "name": "Adam Siegel", "gnd": null}, {"id": 88, "name": "A. Lesllie Wilson", "gnd": null}, {"id": 89, "name": "Toivo Tasa", "gnd": "Q14503060"}, {"id": 92, "name": "Mati Sirkel", "gnd": "113737300"}, {"id": 91, "name": "Heli M\u00e4gar", "gnd": "1138306738"}, {"id": 93, "name": "Olli Sarrivaara", "gnd": "137246536"}, {"id": 94, "name": "Tarja Roinila", "gnd": "118148532"}, {"id": 94, "name": "Eberhard Spreng", "gnd": "114692562X"}, {"id": 122, "name": "Daniel Mirsky", "gnd": "1056937912"}, {"id": 127, "name": "Gilberte Lambrichs", "gnd": "127140581"}, {"id": 97, "name": "Guy F. Estrangin", "gnd": "127105778"}, {"id": 119, "name": "Bernard Kreiss", "gnd": "140640894"}, {"id": 128, "name": "Claude Porcell", "gnd": "114277966"}, {"id": 109, "name": "Albert Kohn", "gnd": "126505152"}, {"id": 101, "name": "Boris Simon", "gnd": "1205565698"}, {"id": 102, "name": "Jos\u00e9e Turk-Meyer", "gnd": "127531399X"}, {"id": 122, "name": "Jean-Claude H\u00e9mery", "gnd": "1152034472"}, {"id": 109, "name": "\u00c9liane Kaufholz-Messmer", "gnd": "141257946"}, {"id": 105, "name": "Louise Servicen", "gnd": "1036521567"}, {"id": 128, "name": "Herbert Holl", "gnd": "120991268"}, {"id": 128, "name": "Kza Han", "gnd": "137436971"}, {"id": 108, "name": "Jean-Luc Moreau", "gnd": "123611431"}, {"id": 109, "name": "Susanne Hommel", "gnd": "1027599265"}, {"id": 116, "name": "Michel Nebenzahl", "gnd": null}, {"id": 116, "name": "Michel-Fran\u00e7ois Demet", "gnd": "116069015"}, {"id": 112, "name": "Jeanne Etor\u00e9-Lortholary", "gnd": "137449232"}, {"id": 113, "name": "Bernard Lortholary", "gnd": "138972516"}, {"id": 114, "name": "Dominique Petit", "gnd": "1017918856"}, {"id": 116, "name": "Edith Darnaud", "gnd": null}, {"id": 116, "name": "Eliane Kaufholz-Messmer", "gnd": "141257946"}, {"id": 117, "name": "Roland Hofer-Bury", "gnd": null}, {"id": 128, "name": "Jean de Meur", "gnd": null}, {"id": 119, "name": "Jean-Baptiste Para", "gnd": "14117479X"}, {"id": 120, "name": "Alexis Tautou", "gnd": "131565587X"}, {"id": 121, "name": "Dieter Hornig", "gnd": "109855019"}, {"id": 127, "name": "Herv\u00e9 Lenormand", "gnd": null}, {"id": 127, "name": "Werner W\u00f6gerbauer", "gnd": "Q95331104"}, {"id": 124, "name": "Fran\u00e7ois Joachim", "gnd": null}, {"id": 125, "name": "Olivier Mannoni", "gnd": "136813089"}, {"id": 126, "name": "Claudia Stephan", "gnd": null}, {"id": 127, "name": "Eliane Kaufholz", "gnd": "141257946"}, {"id": 128, "name": "Jean-Pierre Lefebvre", "gnd": "121462609"}, {"id": 129, "name": "Afonso Becerra de Becerre\u00e1", "gnd": "1033609943"}, {"id": 130, "name": "Ana Contreras", "gnd": null}, {"id": 131, "name": "Catuxa L\u00f3pez Pato", "gnd": "1046629735"}, {"id": 133, "name": "Maia Miriana\u0161vili", "gnd": "133964981"}, {"id": 135, "name": "Maia P\u0315an\u01f0ikije", "gnd": "1160330182"}, {"id": 134, "name": "Natia Datuaschwili", "gnd": null}, {"id": 141, "name": "Georgios Kentrotis", "gnd": "137598556"}, {"id": 156, "name": "Alexandros Isar\u0113s", "gnd": "133548910"}, {"id": 137, "name": "Yannos Perlegkas", "gnd": null}, {"id": 138, "name": "Ismini Theodoropoulou", "gnd": null}, {"id": 146, "name": "Giorgos Depastas", "gnd": null}, {"id": 150, "name": "Vassilis Tomanas", "gnd": null}, {"id": 141, "name": "Tzen\u0113 Mastorak\u0113", "gnd": "129471550"}, {"id": 142, "name": "Sotiria Matziri", "gnd": null}, {"id": 143, "name": "Dionysis Tselentis", "gnd": null}, {"id": 149, "name": "Dimitri Varsou", "gnd": null}, {"id": 145, "name": "Lefteris Vogiatzis", "gnd": null}, {"id": 148, "name": "Vasilis Tsalis", "gnd": null}, {"id": 147, "name": "Maria Gkenkopulu", "gnd": null}, {"id": 148, "name": "Spyros Moskovou", "gnd": null}, {"id": 149, "name": "Alexandros Kypri\u014dt\u0113s", "gnd": "12915170X"}, {"id": 150, "name": "Ioanna Diamantopoulou", "gnd": null}, {"id": 151, "name": "Christina-Panagiota Grammatikopoulou", "gnd": null}, {"id": 152, "name": "Zissis Sarikas", "gnd": null}, {"id": 153, "name": "Iakovos Koperti", "gnd": "120990261"}, {"id": 154, "name": "Theodoros Loupasakis", "gnd": null}, {"id": 155, "name": "Katharina Psaltou", "gnd": null}, {"id": 156, "name": "Seraphim Velentzas", "gnd": null}, {"id": 157, "name": "Petros Markar\u0113s", "gnd": "121868338"}, {"id": 158, "name": "Vasilis Poulantzas", "gnd": "Q60733190"}, {"id": 159, "name": "Nili Mirs\u1e33i", "gnd": "1114402494"}, {"id": 166, "name": "Avishai Milstein", "gnd": "124219553X"}, {"id": 161, "name": "Nitza Ben-Ari", "gnd": null}, {"id": 163, "name": "Avraham Karmel", "gnd": "1114408301"}, {"id": 165, "name": "Ra\u1e25el Bar-\u1e24ayim", "gnd": "137916272"}, {"id": 165, "name": "Judith Shargal", "gnd": null}, {"id": 165, "name": "\u1e6cali \u1e32onas", "gnd": "1031842128"}, {"id": 166, "name": "G\u00e1bor G\u0151rgey", "gnd": "103313311"}, {"id": 167, "name": "Attila Toronyi", "gnd": null}, {"id": 176, "name": "Dezs\u0151 Tandori", "gnd": "119101580"}, {"id": 173, "name": "Gabriella Haj\u00f3s", "gnd": null}, {"id": 176, "name": "G\u00e1bor R\u00e9vai", "gnd": "115452141"}, {"id": 171, "name": "Endre Kukorelly", "gnd": "120234556"}, {"id": 176, "name": "Lajos Adamik", "gnd": "120290863"}, {"id": 176, "name": "Mikl\u00f3s Gy\u00f6rffy", "gnd": "113410824"}, {"id": 174, "name": "Zolt\u00e1n Halasi", "gnd": "115418989"}, {"id": 176, "name": "Z. J\u00e1nos Erd\u00e9lyi", "gnd": "Q124815409"}, {"id": 176, "name": "M\u00e1ria Ember", "gnd": "119379848"}, {"id": 177, "name": "Tam\u00e1s Tolm\u00e1r", "gnd": null}, {"id": 180, "name": "Attila L\u0151rinczy", "gnd": "1035422026"}, {"id": 179, "name": "Gergely Teglasy", "gnd": "1070048836"}, {"id": 180, "name": "M\u00e1rta Sarank\u00f3", "gnd": "142048941"}, {"id": 181, "name": "Ferenc Szijj", "gnd": "103304207"}, {"id": 182, "name": "Hj\u00e1lmar Sveinsson", "gnd": "1032752440"}, {"id": 184, "name": "\u00d3skars \u00c1rna \u00d3skarssonar", "gnd": null}, {"id": 184, "name": "Elsbeth Gut Bozzetti", "gnd": "1019346833"}, {"id": 195, "name": "Elisabetta Niccolini", "gnd": null}, {"id": 186, "name": "Enrico Arioso", "gnd": null}, {"id": 187, "name": "Rolando Zorzi", "gnd": null}, {"id": 207, "name": "Renata Colorni", "gnd": "112839223"}, {"id": 207, "name": "Stefano Apostolo", "gnd": "1211209792"}, {"id": 191, "name": "Samir Thabet", "gnd": null}, {"id": 192, "name": "Anna Maria Carpi", "gnd": "123134382"}, {"id": 210, "name": "Claudio Groff", "gnd": "112858953"}, {"id": 207, "name": "Giovanna Agabio", "gnd": "132354330"}, {"id": 195, "name": "Enza Gini", "gnd": null}, {"id": 210, "name": "Umberto Gandini", "gnd": "114324247"}, {"id": 199, "name": "Roberto Menin", "gnd": null}, {"id": 210, "name": "Eugenio Bernardi", "gnd": "1017918821"}, {"id": 199, "name": "Italo Alighiero Chiusano", "gnd": "11936462X"}, {"id": 199, "name": "Alice Gardoncini", "gnd": "1272177750"}, {"id": 210, "name": "Magda Olivetti", "gnd": "137595050"}, {"id": 203, "name": "Luigi Reitani", "gnd": "115452141"}, {"id": 202, "name": "Alessandra Rovagnati", "gnd": null}, {"id": 204, "name": "Andreina Lavagetto", "gnd": "1173331999"}, {"id": 207, "name": "Anna Ruchat", "gnd": "111625785"}, {"id": 205, "name": "Agnese Grieco", "gnd": "172985013"}, {"id": 207, "name": "Elisabetta dell\u2019Anna Ciancia", "gnd": "123634601"}, {"id": 207, "name": "Anna Calligaris", "gnd": null}, {"id": 210, "name": "Vittoria Rovelli Ruberl", "gnd": null}, {"id": 210, "name": "Micaela Latini", "gnd": "132807114"}, {"id": 210, "name": "Pierfrancesco Fiorato", "gnd": "1073275078"}, {"id": 212, "name": "Masayoshi Iwashita", "gnd": "114712406X"}, {"id": 212, "name": "Hiroshi Yamamoto", "gnd": "139679022"}, {"id": 220, "name": "Motoi Hatsumi", "gnd": "1073619796"}, {"id": 216, "name": "Yutaro Iijima", "gnd": null}, {"id": 220, "name": "Nobuo Ikeda", "gnd": "1075348315"}, {"id": 216, "name": "Takeuchi Misao", "gnd": null}, {"id": 217, "name": "Kenichi Nishikawa", "gnd": "1147124078"}, {"id": 220, "name": "Atsushi Imai", "gnd": "122224868"}, {"id": 219, "name": "Daisuke Higuchi", "gnd": null}, {"id": 220, "name": "Eri Kazuki", "gnd": null}, {"id": 225, "name": "Josep Murgades", "gnd": "1050810910"}, {"id": 222, "name": "Ra\u00fcl Garrigasait", "gnd": "1068300116"}, {"id": 232, "name": "Clara Formosa Plans", "gnd": "141993855"}, {"id": 231, "name": "Ramon Farr\u00e9s", "gnd": "123509556"}, {"id": 232, "name": "Feliu Formosa", "gnd": "128450231"}, {"id": 231, "name": "Joan Fontcuberta i Gel", "gnd": "130132454"}, {"id": 232, "name": "Anna Soler Horta", "gnd": "140013458"}, {"id": 228, "name": "Eugeni Bou", "gnd": null}, {"id": 229, "name": "N\u00faria Roig", "gnd": "1026759412"}, {"id": 231, "name": "Bernat Puigtobella", "gnd": "1056497629"}, {"id": 231, "name": "Jordi Iba\u00f1ez", "gnd": "1020429593"}, {"id": 232, "name": "In won Bag", "gnd": "139005625"}, {"id": 248, "name": "Kim Yeon-sun", "gnd": null}, {"id": 234, "name": "Song Geum-bong", "gnd": null}, {"id": 235, "name": "Yun Seon-a", "gnd": null}, {"id": 237, "name": "Su a Bae", "gnd": "1022100165"}, {"id": 238, "name": "Park Hui-seok", "gnd": "130485551"}, {"id": 239, "name": "Seong-Hyeon Kim", "gnd": null}, {"id": 239, "name": "Ryu Jong-yeong", "gnd": null}, {"id": 242, "name": "Ryu Eun-hui", "gnd": "115744363"}, {"id": 244, "name": "Cho Hyeon-cheon", "gnd": null}, {"id": 242, "name": "Yeong ok Gim", "gnd": "172830494"}, {"id": 243, "name": "Park Hwan-deok", "gnd": null}, {"id": 244, "name": "Hag-su Byeon", "gnd": null}, {"id": 245, "name": "Yeong hui Bag", "gnd": null}, {"id": 246, "name": "Mi hye Gim", "gnd": "118134086"}, {"id": 247, "name": "Chang Eun-su", "gnd": null}, {"id": 248, "name": "Truda Stama\u0107", "gnd": "1020655135"}, {"id": 253, "name": "Boris Peri\u0107", "gnd": "123586763"}, {"id": 251, "name": "Snje\u0161ka Kne\u017eevi\u0107", "gnd": "1017241961"}, {"id": 253, "name": "Sead Muhamedagi\u0107", "gnd": "1017884579"}, {"id": 252, "name": "Ana Pranjkovi\u0107 Karas", "gnd": "1091593388"}, {"id": 253, "name": "Ana Pranjkovi\u0107", "gnd": "1091593388"}, {"id": 254, "name": "Helen Sinkovi\u0107", "gnd": "141551526"}, {"id": 255, "name": "Teodoras \u010cetrauskas", "gnd": "123290376"}, {"id": 256, "name": "Giedr\u0117 Sodeikien\u0117", "gnd": "1048311376"}, {"id": 257, "name": "Jurgita Mikutyt\u0117", "gnd": null}, {"id": 259, "name": "Elizabeta Lindner", "gnd": "140167625"}, {"id": 264, "name": "Thomas Graftdijk", "gnd": "112828264"}, {"id": 260, "name": "Janine Brogt", "gnd": "1192275144"}, {"id": 264, "name": "Gerardjan Rijnders", "gnd": "1013260554"}, {"id": 274, "name": "Hans Willem Bakx", "gnd": "1018015213"}, {"id": 263, "name": "Ruud Engelander", "gnd": "1169097006"}, {"id": 273, "name": "Gerrit Bussink", "gnd": "11440853X"}, {"id": 275, "name": "Theodor Duquesnoy", "gnd": "1070720577"}, {"id": 266, "name": "Jacob Groot", "gnd": null}, {"id": 279, "name": "Chris Bakker", "gnd": "1200664884"}, {"id": 268, "name": "Gerard Bes", "gnd": null}, {"id": 269, "name": "Philip Grisel", "gnd": null}, {"id": 270, "name": "Pauline de Bok", "gnd": "139189637"}, {"id": 272, "name": "Ria van Hengel", "gnd": "122811682"}, {"id": 272, "name": "P.P.J. Klinkenberg", "gnd": null}, {"id": 273, "name": "Menno Wigman", "gnd": "Q4110542"}, {"id": 274, "name": "Ger Thijs", "gnd": "Q2356157"}, {"id": 275, "name": "Tom Kleijn", "gnd": null}, {"id": 276, "name": "Christope van de Loo", "gnd": null}, {"id": 277, "name": "Jeroen van Kan", "gnd": "112675725X"}, {"id": 278, "name": "Rob Scholten", "gnd": null}, {"id": 283, "name": "Sverre Dahl", "gnd": "10933230X"}, {"id": 281, "name": "Monica Aasprong", "gnd": "138392307"}, {"id": 281, "name": "Arne Hugo St\u00f8lan", "gnd": "105315626X"}, {"id": 283, "name": "Jon Fosse", "gnd": "120052547"}, {"id": 283, "name": "Eirik Stub\u00f8", "gnd": null}, {"id": 284, "name": "Nasser Ghayashi", "gnd": null}, {"id": 295, "name": "Abdullah Jamani", "gnd": null}, {"id": 286, "name": "Khadijah Kazem Alilou", "gnd": null}, {"id": 295, "name": "Ali Asghar Haddad", "gnd": "1068191961"}, {"id": 288, "name": "\u0160ahr\u016bz Ra\u0161\u012bd", "gnd": "1081376856"}, {"id": 289, "name": "Jahid Jahanshahi", "gnd": null}, {"id": 290, "name": "Mohammad Reza Mousavi", "gnd": null}, {"id": 291, "name": "Abdullahi Alazreg", "gnd": null}, {"id": 292, "name": "Aboozar Ahangar", "gnd": null}, {"id": 293, "name": "Hassan Arab", "gnd": null}, {"id": 294, "name": "Zainab Armand", "gnd": null}, {"id": 311, "name": "Monika Muska\u0142a", "gnd": "141954027"}, {"id": 311, "name": "S\u0142awa Lisiecka", "gnd": "12857688X"}, {"id": 298, "name": "S\u0142awomir B\u0142aut", "gnd": "115162283"}, {"id": 308, "name": "Ernest Dyzek", "gnd": null}, {"id": 308, "name": "Marek Feliks Nowak", "gnd": null}, {"id": 311, "name": "Marek K\u0119dzierski", "gnd": "120039753"}, {"id": 301, "name": "Gabriela Mycielska", "gnd": "127249869"}, {"id": 302, "name": "Zdzis\u0142aw Jasku\u0142a", "gnd": "1014069262"}, {"id": 303, "name": "Ryszard Wojnakowski", "gnd": "124711944"}, {"id": 312, "name": "Jacek St. Buras", "gnd": "120362694"}, {"id": 312, "name": "Danuta \u017bmij-Zieli\u0144ska", "gnd": "Q112426952"}, {"id": 306, "name": "Grzegorz Matysik", "gnd": "1061823695"}, {"id": 307, "name": "Anna Wo\u0142kowicz", "gnd": "Q117871566"}, {"id": 308, "name": "Wojciech Kunicki", "gnd": "121265501"}, {"id": 309, "name": "Stanis\u0142aw Bara\u0144czak", "gnd": "119229129"}, {"id": 310, "name": "Agnieszka Borkiewicz", "gnd": null}, {"id": 311, "name": "Zbigniew Bochenek", "gnd": "Q9387781"}, {"id": 312, "name": "Barbara L. Surowska", "gnd": "1089574959"}, {"id": 313, "name": "Karol Sauerland", "gnd": "123637015"}, {"id": 315, "name": "Maria Olema Malheiro", "gnd": null}, {"id": 316, "name": "Leopoldina Almeida", "gnd": "138312737"}, {"id": 322, "name": "Jos\u00e9 Antonio Palma Caetano", "gnd": "110602897"}, {"id": 317, "name": "Bruno Duarte", "gnd": "141122455"}, {"id": 320, "name": "Jo\u00e3o Barrento", "gnd": "121553779"}, {"id": 319, "name": "Anabela Mendes", "gnd": "121903326X"}, {"id": 320, "name": "Alberto Pimenta", "gnd": "17230881X"}, {"id": 321, "name": "Francisco Lu\u00eds Parreira", "gnd": "1234182270"}, {"id": 326, "name": "Gabriela Dan\u0163i\u015f", "gnd": null}, {"id": 324, "name": "Florica Madritsch Marin", "gnd": "128824050"}, {"id": 324, "name": "Ioan Evu", "gnd": "140531726"}, {"id": 325, "name": "Theresia Haas", "gnd": null}, {"id": 326, "name": "Mihai Isb\u0103\u0219escu", "gnd": "133234487"}, {"id": 331, "name": "Borisa Khlebnikowa", "gnd": null}, {"id": 333, "name": "Vladimira Fadeeva", "gnd": null}, {"id": 329, "name": "Michael Rudnitzki", "gnd": null}, {"id": 344, "name": "Rita Rajt-Kowaljowa", "gnd": "1057558192"}, {"id": 331, "name": "Serafima Schlapoberskaja", "gnd": null}, {"id": 346, "name": "Tat\u02b9jana Aleksandrovna Baskakova", "gnd": "1017399611"}, {"id": 340, "name": "Jewgenija Mikhelevich", "gnd": null}, {"id": 334, "name": "Rita Rajt-Kowaljow", "gnd": "1057558192"}, {"id": 338, "name": "V. Cherkasow", "gnd": null}, {"id": 338, "name": "\u0415. Gajdukowa", "gnd": "1044377364"}, {"id": 346, "name": "Alexej Ognew", "gnd": null}, {"id": 338, "name": "Anna Matveeva", "gnd": null}, {"id": 339, "name": "Paul Tropinin", "gnd": null}, {"id": 340, "name": "Vera Vladimirovna Kotelevskaja", "gnd": "1177089246"}, {"id": 341, "name": "Evgenia Belorusets", "gnd": "1051756766"}, {"id": 342, "name": "Aleksandr Markin", "gnd": "131681745"}, {"id": 343, "name": "Michail Rudnizki", "gnd": null}, {"id": 344, "name": "A. Slawinskaja", "gnd": null}, {"id": 345, "name": "J. Dmitrijewa", "gnd": null}, {"id": 346, "name": "Marinko Radovi\u0107", "gnd": null}, {"id": 355, "name": "Sanja Karanovi\u0107", "gnd": "1133516378"}, {"id": 348, "name": "Borivoj Grujic", "gnd": "1078380821"}, {"id": 349, "name": "Jovica A\u0107in", "gnd": "113613555"}, {"id": 353, "name": "Relja Dra\u017ei\u0107", "gnd": "141036028"}, {"id": 351, "name": "Novak Guslov", "gnd": null}, {"id": 353, "name": "Mirjana Avramovi\u0107", "gnd": "1227236212"}, {"id": 355, "name": "Bojana Deni\u0107", "gnd": "1016946325"}, {"id": 354, "name": "Zlatko Krasni", "gnd": "115835970"}, {"id": 357, "name": "Juraj Dvorsk\u00fd", "gnd": "14026289X"}, {"id": 356, "name": "Jana Krej\u010dikov\u00e1", "gnd": null}, {"id": 357, "name": "Peter Kubica", "gnd": "102911658X"}, {"id": 368, "name": "Jani Virk", "gnd": "Q4022080"}, {"id": 359, "name": "\u0160tefan Vevar", "gnd": "Q18646326"}, {"id": 368, "name": "Sara Marina Virk", "gnd": null}, {"id": 361, "name": "Ur\u0161ka Brodar", "gnd": "Q114305369"}, {"id": 362, "name": "Alenka Morel", "gnd": "1156675316"}, {"id": 363, "name": "Ana Monika Pirc", "gnd": null}, {"id": 371, "name": "Lu\u010dka Jen\u010di\u010d", "gnd": "115212396"}, {"id": 368, "name": "Mojca Kranjc", "gnd": "115835970"}, {"id": 366, "name": "Katarina Marinc\u030cic\u030c", "gnd": "1089854382"}, {"id": 367, "name": "Davorin Flis", "gnd": null}, {"id": 368, "name": "Lado Kralj", "gnd": "1043476903"}, {"id": 369, "name": "Borut Trekman", "gnd": "Q12786235"}, {"id": 370, "name": "Silvija Borovnik", "gnd": "1234736527"}, {"id": 371, "name": "Mira Miladinovi\u0107 Zalaznik", "gnd": "1063226295"}, {"id": 378, "name": "Miguel S\u00e1enz", "gnd": "113071043"}, {"id": 373, "name": "Esther Cruz Santaella", "gnd": "1165093812"}, {"id": 375, "name": "Carlos Fortea", "gnd": "11541522X"}, {"id": 375, "name": "Margarita Mizraji", "gnd": null}, {"id": 376, "name": "Nicol\u00e1s Costa", "gnd": "127221085"}, {"id": 377, "name": "Ruth Fehling", "gnd": null}, {"id": 378, "name": "Ricardo Cordchado", "gnd": null}, {"id": 379, "name": "Sabina Scherzer", "gnd": null}, {"id": 383, "name": "Margaretha Holmqvist", "gnd": "107718731"}, {"id": 381, "name": "Daniel Birnbaum", "gnd": "12150011X"}, {"id": 382, "name": "Anders Olsson", "gnd": null}, {"id": 387, "name": "Jan Erik Bornlid", "gnd": "137299931"}, {"id": 387, "name": "Lars W. Freij", "gnd": "107890143"}, {"id": 387, "name": "Susanne Wid\u00e9n", "gnd": null}, {"id": 386, "name": "Magnus Lindmann", "gnd": null}, {"id": 399, "name": "Fatih \u00d6zg\u00fcven", "gnd": "103434453"}, {"id": 403, "name": "Sezer Duru", "gnd": "135753279"}, {"id": 403, "name": "Esen Tezel", "gnd": "102948354X"}, {"id": 400, "name": "Mustafa T\u00fczel", "gnd": null}, {"id": 392, "name": "M. Sami T\u00fcrk", "gnd": null}, {"id": 392, "name": "Ahmet U\u011fur Nalc\u0131o\u011flu", "gnd": "1187984000"}, {"id": 396, "name": "Ahmet Sar\u0131", "gnd": "139907858"}, {"id": 395, "name": "G\u00fcrsel Uyan\u0131k", "gnd": "140037438"}, {"id": 396, "name": "Fatma \u00d6zt\u00fcrk Da\u011fabakan", "gnd": "139907440"}, {"id": 396, "name": "Arif \u00c7a\u011flar", "gnd": null}, {"id": 398, "name": "\u00d6zdemir Nutku", "gnd": "107830302"}, {"id": 398, "name": "Ahmet Arpad", "gnd": null}, {"id": 399, "name": "Efe Murad", "gnd": "1280573597"}, {"id": 400, "name": "Ebru Omay", "gnd": null}, {"id": 401, "name": "Nadide Amasyal\u0131", "gnd": null}, {"id": 402, "name": "Kemal Boztepe", "gnd": null}, {"id": 405, "name": "Tymofij Havryliv", "gnd": "137196059"}, {"id": 404, "name": "Igor Andrushchenko", "gnd": null}, {"id": 405, "name": "Lesya Kravchenko", "gnd": null}, {"id": 406, "name": "Iqb\u0101l \u1e92af\u0101r", "gnd": null}, {"id": 408, "name": "Ho\u00e0ng \u0110\u0103ng L\u00e3nh", "gnd": null}]} \ No newline at end of file diff --git a/app/data.ts b/app/data.ts new file mode 100644 index 0000000..d417ddf --- /dev/null +++ b/app/data.ts @@ -0,0 +1,123 @@ +import type { + BernhardWork, + Publication, + publicationTypes, + Translation, + Translator, +} from "@/types/model"; + +import data from "./data.json"; + +const publications = data.publications as unknown as Record; +const bernhardworks = data.bernhardworks as unknown as Array; +const translators = data.translators as unknown as Array; +const translations = data.translations as unknown as Array; + +const languages = Array.from( + new Set( + Object.values(publications).map((e) => { + return e.language; + }), + ), +).sort(); + +export function getChildren(pub: Publication): Array | undefined { + return pub.parents + ?.flatMap((ps) => { + return getPublication(ps.signatur); + }) + .filter((p) => { + return p !== undefined; + }); +} +export function getLanguages(): Array { + return languages; +} + +export function getPublication(signatur: string): Publication | undefined { + return publications[signatur]; +} + +export function getPublications( + filter?: { [key in keyof Publication]?: Publication[key] }, + category?: typeof publicationTypes, + sort?: string, + offset = 0, + limit = 10, +): Array { + let pubs = Object.values(publications); + + if (category) { + pubs = pubs.filter((p) => { + return p.categories.includes(category); + }); + } + if (filter) { + for (const key in filter) { + pubs = pubs.filter((p) => { + return p[key as keyof Publication] === filter[key as keyof Publication]; + }); + } + } + + if (sort) { + // TODO sort by actual key if given + pubs.sort(() => { + return Math.random() - 0.5; + }); + } + + return limit ? pubs.slice(offset, offset + limit) : pubs.slice(offset); +} + +// get 4 publications, ideally in the same language but excluding the publication +export function getSameLanguagePublications(pub: Publication) { + return Object.values(publications) + .filter((p) => { + return p.language === pub.language && p.signatur !== pub.signatur; + }) + .sort(() => { + return Math.random() - 0.5; + }) + .slice(0, 3); +} + +export function getTranslation(id: number): Translation | undefined { + return translations[id - 1]; +} + +export function getTranslator(id: number): Translator | undefined { + return translators[id - 1]; +} + +export function getTranslators(): Array | undefined { + return translators; +} + +export function getWork(gndOrId: string): BernhardWork | undefined { + return bernhardworks.find((w) => { + return w.gnd === gndOrId || w.id === gndOrId; + }); +} + +// get list of works but actually by way of publications of that category... +export function getWorks(category?: typeof publicationTypes): Array { + const pubs: Array = getPublications({}, category, undefined, 0, 0); + const translations = pubs.flatMap((p) => { + return p.contains; + }); + const works = [ + ...new Set( + translations.map((t) => { + return t.work; + }), + ), + ]; + return works + .map((i) => { + return bernhardworks[(i as unknown as number) - 1]; + }) + .filter((w) => { + return w !== undefined; + }); +} diff --git a/app/language/[language]/page.tsx b/app/language/[language]/page.tsx new file mode 100644 index 0000000..cff9e5c --- /dev/null +++ b/app/language/[language]/page.tsx @@ -0,0 +1,10 @@ +import LanguagesPage from "../page"; + +interface LanguagePageProps { + params: { + language?: string; + }; +} +export default function LanguagePage(props: LanguagePageProps) { + return ; +} diff --git a/app/language/page.tsx b/app/language/page.tsx new file mode 100644 index 0000000..28d745e --- /dev/null +++ b/app/language/page.tsx @@ -0,0 +1,47 @@ +// eslint-disable-next-line no-restricted-imports +import Link from "next/link"; +import { useTranslations } from "next-intl"; + +import { getLanguages, getPublications } from "@/app/data"; +import { ClickablePublicationThumbnail } from "@/components/publication-cover"; + +interface LanguagesPageProps { + language?: string; +} +export default function LanguagesPage(props: LanguagesPageProps) { + const t = useTranslations("LanguagesPage"); + + const ls = getLanguages(); + const filter = props.language ? { language: props.language } : undefined; + + const pubs = getPublications(filter); + // TODO throw error if empty + + return ( +
+
+ {t("languages")} +
    + {ls.map((l) => { + return ( +
  • + {l} +
  • + ); + })} +
+
+
+ +
+ {pubs.map((p) => { + return ; + })} +
+
+
+ ); +} diff --git a/app/layout.tsx b/app/layout.tsx index ab376ef..cadb976 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -14,7 +14,7 @@ import { Providers } from "@/app/providers"; import { AppFooter } from "@/components/app-footer"; import { AppHeader } from "@/components/app-header"; import { AppLayout } from "@/components/app-layout"; -import { id } from "@/components/main-content"; +import { id, MainContent } from "@/components/main-content"; import { SkipLink } from "@/components/skip-link"; import { env } from "@/config/env.config"; import { AnalyticsScript } from "@/lib/analytics-script"; @@ -73,7 +73,6 @@ export async function generateMetadata( export default function LocaleLayout(props: LocaleLayoutProps): ReactNode { const { children } = props; - const locale = useLocale(); const t = useTranslations("LocaleLayout"); @@ -118,7 +117,9 @@ export default function LocaleLayout(props: LocaleLayoutProps): ReactNode { - {children} + +
{children}
+
@@ -126,3 +127,5 @@ export default function LocaleLayout(props: LocaleLayoutProps): ReactNode { ); } + +// return ( diff --git a/app/publication/[id]/page.tsx b/app/publication/[id]/page.tsx new file mode 100644 index 0000000..f95e5dd --- /dev/null +++ b/app/publication/[id]/page.tsx @@ -0,0 +1,68 @@ +import { notFound } from "next/navigation"; +import { useTranslations } from "next-intl"; + +import { getChildren, getPublication, getSameLanguagePublications, getWork } from "@/app/data"; +import { ClickablePublicationThumbnail, PublicationCover } from "@/components/publication-cover"; + +interface PublicationPageProps { + params: { + id: string; + }; +} + +export default function PublicationPage(props: PublicationPageProps) { + const t = useTranslations("PublicationPage"); + const pub = getPublication(props.params.id); + if (!pub) { + return notFound(); + } + const later = getChildren(pub); + return ( + <> +

{pub.title}

+

{pub.categories.join(", ")}

+
+
+ +
+
+

{pub.language}

+

{t("translated_by")} ...

+ {/* TODO map over all works, find unique translators? */} +

{pub.year}

+

{t("contains")}

+

+ {pub.contains + .map((t) => { + return t.title; // title of the translation + }) + .join(" / ")} +

+

+ {pub.contains + .map((t) => { + return getWork(String(t.work))?.title; + }) + .join(" / ")} +

+ + {later ? ( + <> +

{t("later_editions")}

+
...
+ + ) : null} + +

+ {t("more_in")} {pub.language} +

+
+ {getSameLanguagePublications(pub).map((p) => { + return ; + })} +
+
+
+ + ); +} diff --git a/app/works/[...args]/page.tsx b/app/works/[...args]/page.tsx new file mode 100644 index 0000000..4dc1dbd --- /dev/null +++ b/app/works/[...args]/page.tsx @@ -0,0 +1,92 @@ +"use client"; +// eslint-disable-next-line no-restricted-imports +import Link from "next/link"; +import { notFound } from "next/navigation"; +import { useTranslations } from "next-intl"; +import { useEffect, useState } from "react"; + +import { getPublications, getWork, getWorks } from "@/app/data"; +import { ClickablePublicationThumbnail } from "@/components/publication-cover"; +import { + type BernhardWork, + type Category, + type Publication, + publicationTypes, +} from "@/types/model"; + +interface WorkPageProps { + params: { + args: [Category, string?]; + }; +} + +export default function WorkPage(props: WorkPageProps) { + const catt = useTranslations("BernhardCategories"); + const _t = useTranslations("WorkPage"); + + const [category, _setCategory] = useState(props.params.args[0]); + const [workId, setWorkId] = useState(props.params.args[1]); + + // query result based on category + const [works, _setWorks] = useState>(getWorks(category)); + // query result based on id (and language?) + const [publications, setPublications] = useState>([]); + + useEffect(() => { + setPublications(getPublications({ erstpublikation: true })); + }, [workId]); + + if ((publicationTypes as unknown as Array).includes(category)) { + // setWorks(getWorks(category)); + if (workId) { + const work = getWork(workId); + if (!work) { + return notFound(); + } + } + } + + // list all categories first -- we'll need this later anyway + // const t = Publication.categories + // {([c in Publication.categories].map(e => e)} + return ( + <> +
+ {publicationTypes.map((c) => { + return ( + + {c} + + ); + })} +
+ +
+
+ {catt(category)} +
    + {works.map((w) => { + return ( +
  • + +
  • + ); + })} +
+
+
+ {publications.map((p) => { + return ; + })} +
+
+ + ); +} diff --git a/components/app-header.tsx b/components/app-header.tsx index 90203c4..02ace62 100644 --- a/components/app-header.tsx +++ b/components/app-header.tsx @@ -3,7 +3,7 @@ import type { ReactNode } from "react"; import { AppNavLink } from "@/components/app-nav-link"; import { ColorSchemeSwitcher } from "@/components/color-scheme-switcher"; -import type { LinkProps } from "@/components/link"; +import { Link, type LinkProps } from "@/components/link"; import { createHref } from "@/lib/create-href"; export function AppHeader(): ReactNode { @@ -11,11 +11,29 @@ export function AppHeader(): ReactNode { const links = { home: { href: createHref({ pathname: "/" }), label: t("links.home") }, + works: { + href: createHref({ pathname: "/works" }), + label: t("links.works"), + }, + languages: { + href: createHref({ pathname: "/language" }), + label: t("links.languages"), + }, + translators: { + href: createHref({ pathname: "/translator" }), + label: t("links.translators"), + }, } satisfies Record; return (
+
+ + bernhardglobal.at + + thomas bernhard in translation +
-
diff --git a/components/publication-cover.tsx b/components/publication-cover.tsx new file mode 100644 index 0000000..864f994 --- /dev/null +++ b/components/publication-cover.tsx @@ -0,0 +1,33 @@ +import Image from "next/image"; +import { useTranslations } from "next-intl"; +import type { ReactNode } from "react"; + +import type { Publication } from "@/types/model"; + +import { Link } from "./link"; + +interface PublicationProps { + publication: Publication; +} + +export function PublicationCover(props: PublicationProps): ReactNode { + const t = useTranslations("PublicationCover"); + return ( + {`${t("alt_text")} + ); +} + +export function ClickablePublicationThumbnail(props: PublicationProps) { + return ( + +
+ +
+ + ); +} diff --git a/messages/en.json b/messages/en.json index 0d167c9..27a9b7e 100644 --- a/messages/en.json +++ b/messages/en.json @@ -1,4 +1,12 @@ { + "BernhardCategories": { + "autobiography": "autobiography", + "drama": "drama & libretti", + "letterspeechinterview": "letters, speeches, interviews", + "novella": "novellas & short prose", + "novel": "novels", + "prose": "prose" + }, "AppFooter": { "links": { "imprint": "Imprint" @@ -7,7 +15,10 @@ }, "AppHeader": { "links": { - "home": "Home" + "home": "home", + "works": "works", + "languages": "languages", + "translators": "translators" }, "navigation-primary": "Primary" }, @@ -19,6 +30,9 @@ "system": "System" } }, + "PublicationCover": { + "alt_text": "Book cover of" + }, "Error": { "something-went-wrong": "Something went wrong!", "try-again": "Try again" @@ -37,8 +51,11 @@ "Loading": { "loading": "Loading" }, + "LanguagesPage": { + "languages": "languages" + }, "LocaleLayout": { - "skip-to-main-content": "Skip to main content" + "skip-to-main-content": "skip to main content" }, "Mdx": { "FootnoteBackLabel": "Back to reference {reference}", @@ -49,5 +66,14 @@ "title": "Page not found" }, "title": "Page not found" + }, + "PublicationPage": { + "contains": "contains", + "more_in": "more in", + "translated_by": "translated by", + "later_editions": "later editions" + }, + "WorkPage": { + "foo": "bar" } } diff --git a/types/model.ts b/types/model.ts new file mode 100755 index 0000000..aced1d1 --- /dev/null +++ b/types/model.ts @@ -0,0 +1,66 @@ +// these end up in public URLs as slugs, so come up with good names! +// TODO singular or plural? +// TODO where is the right place to put this definition (so it is iterable from code)? +export const publicationTypes = [ + "autobiography", + "drama", + "letterspeechinterview", + "novels", + "novella", + "prose", +] as const; + +export type Category = typeof publicationTypes; + +/** Publication contains one or more translated works. */ +export interface Publication { + id: string; + signatur: string; + erstpublikation: boolean; // TODO: what is this? -- ist das nicht eher eine eigenschaft der translation? + parents?: Array | null; // TODO JSON import gives nulls instead of undefined... + more?: Publication; // TODO foreign keys in the OpenRefine sheet, but no data on the sub-entries? + title: string; + year: number; + language: string; + contains: Array; + publisher: Publisher; + categories: Array; + // "autobiography" | "drama" | "letterspeechinterview" | "novel" | "novella" | "prose" + isbn?: string; + exemplar_suhrkamp_berlin: boolean; + exemplar_oeaw: boolean; + image?: Asset; +} + +export interface Translation { + id: string; + work: BernhardWork; // TODO: unclear how translators are mapped to works in openrefine + translators: Array; + title: string; // translated + erstpublikation: Publication; // really: id is enough! +} + +export interface BernhardWork { + id: string; + gnd: string; + title: string; // german/french original + year: number; +} + +export interface Translator { + id: string; + name: string; // TODO First Last or Last, First? + gnd?: string; + wikidata?: string; +} + +interface Publisher { + id: string; + name: string; +} + +interface Asset { + id: string; + type: string; + path: string; +}