<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="note" default-locale="de-DE">
  <info>
    <title>Juristische Zitierweise - Öffentliches Recht (Deutsch)</title>
    <id>http://www.zotero.org/styles/juristische-zitierweise-offentliches-recht</id>
    <link href="http://www.zotero.org/styles/juristische-zitierweise-offentliches-recht" rel="self"/>
    <link href="http://www.zotero.org/styles/juristische-zitierweise" rel="template"/>
    <link href="https://maximilianpetras.de/2020/07/22/zitierstil/" rel="documentation"/>
    <link href="https://forums.zotero.org/discussion/84260/new-style-for-german-lawyers-specifically-public-law-oeffentliches-recht" rel="documentation"/>
    <contributor>
      <name>Maximilian Petras</name>
    </contributor>
    <category citation-format="note"/>
    <category field="law"/>
    <summary>Juristische Zitierweise für eine Monographie im Öffentlichen Recht. Basierend auf "Juristische Zitierweise (Stüber)". Zu der konkreten Gebrauchsweise siehe Foreneintrag.</summary>
    <updated>2024-04-18T18:00:39+00:00</updated>
    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  </info>
  <locale xml:lang="de">
    <terms>
      <term name="accessed">besucht am</term>
    </terms>
  </locale>
  <macro name="author">
    <names variable="author" font-style="italic">
      <name font-style="italic" delimiter=" / " name-as-sort-order="all"/>
      <label form="short" prefix=" (" suffix=")"/>
      <substitute>
        <names variable="editor"/>
      </substitute>
    </names>
  </macro>
  <macro name="author-note">
    <names variable="author" font-style="italic">
      <name form="short" font-style="italic" delimiter="/" et-al-min="3" et-al-use-first="1" name-as-sort-order="all"/>
    </names>
  </macro>
  <macro name="locator-with-label">
    <group delimiter=" ">
      <label variable="locator" form="symbol"/>
      <text variable="locator"/>
    </group>
  </macro>
  <macro name="autor-editor-note">
    <names variable="author" font-style="italic">
      <name form="short" font-style="italic" delimiter="/" et-al-min="3" et-al-use-first="1" sort-separator=""/>
      <substitute>
        <names variable="editor" font-style="italic"/>
      </substitute>
    </names>
  </macro>
  <macro name="inbook">
    <choose>
      <if match="any" position="ibid">
        <text macro="Ebenda"/>
      </if>
      <else-if match="any" position="near-note">
        <text value="Fn." prefix=" ["/>
        <text variable="first-reference-note-number" prefix=" " suffix="]"/>
      </else-if>
      <else>
        <group delimiter=": ">
          <text term="in"/>
          <group>
            <names variable="editor" font-style="italic" delimiter=" ">
              <name form="short" font-style="italic" delimiter="/" initialize-with=""/>
              <label form="short" prefix=" (" suffix="),"/>
            </names>
            <text variable="container-title" prefix=" "/>
            <date date-parts="year" form="text" variable="issued" prefix=" "/>
          </group>
        </group>
      </else>
    </choose>
  </macro>
  <macro name="firstpage-locator">
    <group delimiter=" ">
      <text variable="page-first"/>
      <text variable="locator" prefix="(" suffix=")"/>
    </group>
  </macro>
  <macro name="edition">
    <choose>
      <if match="any" is-numeric="edition">
        <group delimiter=" ">
          <number prefix=", " suffix=" " variable="edition" form="ordinal"/>
          <text term="edition" form="short"/>
        </group>
        <date date-parts="year" form="text" variable="issued" prefix=" "/>
      </if>
      <else>
        <date date-parts="year" form="text" variable="issued" prefix=" "/>
      </else>
    </choose>
  </macro>
  <macro name="inarticle">
    <choose>
      <if match="any" position="ibid">
        <text macro="Ebenda"/>
      </if>
      <else-if match="any" position="near-note">
        <text value="Fn." prefix="["/>
        <text variable="first-reference-note-number" prefix=" " suffix="]"/>
      </else-if>
      <else>
        <group delimiter=" ">
          <text variable="title" suffix=","/>
          <text variable="container-title" form="short"/>
          <date date-parts="year" form="text" variable="issued"/>
        </group>
      </else>
    </choose>
  </macro>
  <macro name="inmagazine">
    <choose>
      <if match="any" position="ibid">
        <text macro="Ebenda"/>
      </if>
      <else-if match="any" position="near-note">
        <text value="Fn." prefix="["/>
        <text variable="first-reference-note-number" suffix="]"/>
      </else-if>
      <else>
        <group delimiter=" ">
          <text variable="title" suffix=","/>
          <text variable="container-title" form="short"/>
          <text variable="volume"/>
          <date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/>
        </group>
      </else>
    </choose>
  </macro>
  <macro name="inmonograph">
    <choose>
      <if match="any" position="ibid">
        <text macro="Ebenda"/>
      </if>
      <else-if match="any" position="near-note">
        <text value="Fn." prefix=" ["/>
        <text variable="first-reference-note-number" prefix=" " suffix="]"/>
      </else-if>
      <else>
        <text variable="title" form="short"/>
        <text macro="edition"/>
      </else>
    </choose>
  </macro>
  <macro name="URL">
    <choose>
      <if match="any" variable="note">
        <text variable="URL" font-style="italic"/>
      </if>
    </choose>
  </macro>
  <macro name="Ebenda">
    <text value="ebd."/>
  </macro>
  <citation near-note-distance="100">
    <layout delimiter="; " suffix=".">
      <choose>
        <if type="article-journal">
          <group delimiter=", ">
            <text macro="author-note" font-style="italic"/>
            <text macro="inarticle"/>
            <group delimiter=" ">
              <text variable="page-first"/>
              <text variable="locator" prefix="(" suffix=")"/>
            </group>
          </group>
        </if>
        <else-if type="article-magazine" match="all" variable="volume">
          <group delimiter=", ">
            <text macro="author-note"/>
            <text macro="inmagazine"/>
            <group delimiter=" ">
              <text variable="page-first"/>
              <text variable="locator" prefix="(" suffix=")"/>
            </group>
          </group>
        </else-if>
        <else-if type="book">
          <group delimiter=", ">
            <text macro="autor-editor-note"/>
            <text macro="inmonograph"/>
            <text macro="locator-with-label"/>
          </group>
        </else-if>
        <else-if type="chapter">
          <group delimiter=", ">
            <text macro="author-note"/>
            <text macro="inbook"/>
            <text macro="locator-with-label"/>
          </group>
        </else-if>
        <else-if type="entry-encyclopedia">
          <group delimiter=", ">
            <text macro="author-note"/>
            <choose>
              <if match="any" position="ibid">
                <text macro="Ebenda"/>
              </if>
              <else-if match="any" position="near-note">
                <text value="Fn." prefix="["/>
                <text variable="first-reference-note-number" prefix=" " suffix="],"/>
              </else-if>
              <else>
                <group>
                  <text value="in: " prefix=" "/>
                  <text variable="container-title" form="short" suffix=", "/>
                  <text variable="collection-number" suffix=", "/>
                  <group suffix=", ">
                    <number suffix=" " variable="edition" form="ordinal"/>
                    <text term="edition" form="short"/>
                    <date date-parts="year" form="text" variable="issued" prefix=" "/>
                  </group>
                  <text variable="title" form="short" suffix=","/>
                </group>
              </else>
            </choose>
          </group>
        </else-if>
        <else-if type="legal_case" match="any">
          <group delimiter=", ">
            <choose>
              <if match="any" variable="number">
                <text variable="authority" form="short"/>
                <choose>
                  <if match="any" position="ibid">
                    <text macro="Ebenda"/>
                  </if>
                  <else-if match="any" position="near-note">
                    <text value="Fn." prefix="["/>
                    <text variable="first-reference-note-number" suffix="],"/>
                  </else-if>
                  <else>
                    <group delimiter=" " prefix=" ">
                      <text variable="note"/>
                      <date form="text" variable="issued" prefix="v. "/>
                    </group>
                    <text variable="number"/>
                    <group delimiter=" ">
                      <text variable="container-title"/>
                      <date date-parts="year" form="text" variable="issued"/>
                    </group>
                  </else>
                </choose>
              </if>
              <else>
                <group delimiter=",">
                  <text variable="container-title"/>
                  <text variable="volume" prefix=" "/>
                </group>
              </else>
            </choose>
            <text macro="firstpage-locator"/>
            <text variable="title-short" prefix=" "/>
          </group>
        </else-if>
        <else-if type="webpage post post-weblog" match="any">
          <group delimiter=", ">
            <text macro="author-note"/>
            <choose>
              <if match="any" position="ibid">
                <text macro="Ebenda"/>
              </if>
              <else-if match="any" position="near-note">
                <text value="Fn." prefix=" ["/>
                <text variable="first-reference-note-number" suffix="]"/>
              </else-if>
              <else>
                <group>
                  <text variable="title"/>
                  <text variable="URL" prefix=", abrufbar unter "/>
                </group>
              </else>
            </choose>
          </group>
        </else-if>
        <else>
          <group delimiter=", ">
            <text macro="author-note"/>
            <text variable="title"/>
            <text macro="locator-with-label"/>
          </group>
        </else>
      </choose>
    </layout>
  </citation>
  <bibliography>
    <sort>
      <key macro="author"/>
      <key variable="issued"/>
    </sort>
    <layout suffix=".">
      <choose>
        <if type="article-journal">
          <group delimiter=", ">
            <text macro="author"/>
            <text variable="title"/>
            <group delimiter=" ">
              <text variable="container-title" form="short" suffix=" "/>
              <date date-parts="year" form="text" variable="issued"/>
            </group>
            <text variable="page"/>
            <text macro="URL" font-style="italic"/>
          </group>
        </if>
        <else-if type="article-magazine" match="all" variable="volume">
          <group delimiter=", ">
            <text macro="author"/>
            <text variable="title"/>
            <group delimiter=" ">
              <text variable="container-title" form="short"/>
              <text variable="volume"/>
              <date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/>
            </group>
            <text variable="page"/>
            <text macro="URL"/>
          </group>
        </else-if>
        <else-if type="book">
          <group delimiter=", ">
            <text macro="author"/>
            <text variable="title"/>
            <group delimiter=" ">
              <choose>
                <if match="any" variable="edition">
                  <group delimiter=" ">
                    <group delimiter=" ">
                      <number variable="edition" form="ordinal"/>
                      <text term="edition" suffix=","/>
                    </group>
                    <text variable="publisher-place"/>
                    <date date-parts="year" form="text" variable="issued"/>
                  </group>
                </if>
                <else>
                  <text variable="publisher-place" suffix=" "/>
                  <date date-parts="year" form="text" variable="issued"/>
                </else>
              </choose>
            </group>
            <text macro="URL"/>
          </group>
        </else-if>
        <else-if type="chapter">
          <group delimiter=", ">
            <text macro="author"/>
            <text variable="title"/>
            <group delimiter=": ">
              <text term="in"/>
              <group delimiter=", ">
                <names variable="editor" font-style="italic">
                  <name delimiter=" / " name-as-sort-order="all"/>
                  <label form="short" prefix=" (" suffix=")"/>
                </names>
                <text variable="container-title"/>
                <text variable="collection-number"/>
              </group>
            </group>
            <text variable="edition"/>
            <group delimiter=" ">
              <text variable="publisher-place"/>
              <date date-parts="year" form="text" variable="issued"/>
            </group>
          </group>
        </else-if>
        <else-if type="thesis">
          <group delimiter=", ">
            <text macro="author"/>
            <text variable="title"/>
            <text variable="genre"/>
            <group delimiter=" ">
              <text variable="publisher-place"/>
              <date date-parts="year" form="text" variable="issued"/>
            </group>
            <text macro="URL"/>
          </group>
        </else-if>
        <else-if type="entry-encyclopedia">
          <text macro="author"/>
          <group>
            <text term="in" prefix=", " suffix=": "/>
            <group>
              <names variable="editor" font-style="normal">
                <name delimiter=" / " name-as-sort-order="all"/>
                <label form="short" prefix=" (" suffix=")"/>
              </names>
              <text variable="container-title" prefix=", " suffix=", "/>
              <text variable="collection-number"/>
              <group delimiter=" ">
                <number variable="edition" form="ordinal"/>
                <text term="edition" suffix=" "/>
                <text variable="publisher-place" suffix=" "/>
                <date date-parts="year" form="text" variable="issued"/>
              </group>
              <text variable="title" prefix=", "/>
            </group>
          </group>
        </else-if>
        <else-if type="webpage post post-weblog" match="any">
          <group delimiter=", ">
            <text macro="author"/>
            <text variable="title"/>
            <group delimiter=" ">
              <text variable="URL"/>
              <group delimiter=" " prefix="(" suffix=")">
                <text term="accessed"/>
                <date form="numeric" variable="accessed"/>
              </group>
            </group>
          </group>
        </else-if>
        <else>
          <choose>
            <if type="legal_case" match="none">
              <text macro="author"/>
              <text variable="title" prefix=", " suffix=", "/>
              <text variable="container-title" suffix=" "/>
              <date date-parts="year" form="text" variable="issued" suffix=", "/>
              <text variable="page"/>
            </if>
          </choose>
        </else>
      </choose>
    </layout>
  </bibliography>
</style>
