<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" name-delimiter=" / " default-locale="de-DE">
  <info>
    <title>Deutsches Archäologisches Institut - Römisch-Germanische Kommission (author-date, Deutsch)</title>
    <title-short>DAI RGK</title-short>
    <id>http://www.zotero.org/styles/deutsches-archaologisches-institut-romisch-germanische-kommission-author-date</id>
    <link href="http://www.zotero.org/styles/deutsches-archaologisches-institut-romisch-germanische-kommission-author-date" rel="self"/>
    <link href="https://journals.ub.uni-heidelberg.de/index.php/germania/libraryFiles/downloadPublic/197" rel="documentation"/>
    <author>
      <name>Thimo Jacob Brestel</name>
      <email>mail@thimobrestel.de</email>
    </author>
    <author>
      <name>Christoph Rinne</name>
      <email>crinne@ufg.uni-kiel.de</email>
    </author>
    <category citation-format="author-date"/>
    <category field="anthropology"/>
    <category field="humanities"/>
    <summary>This citation style uses the citation guidelines provided by the Romano-Germanic Commission of the German Archaeological Institute (DGUF). An older version was known as "RGK_archaeology_DGUF". Original external style for reference: https://www.dguf.de/fileadmin/user_upload/Arbeitskreise/AK_DGUF-Zotero/RGK_archaeology_DGUF.csl</summary>
    <updated>2025-10-29T14:29:49+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">zuletzt aktualisiert am</term>
      <term name="retrieved">letzter Zugriff</term>
    </terms>
  </locale>
  <macro name="editor">
    <names variable="editor">
      <name initialize-with=". " delimiter-precedes-last="always"/>
      <label form="short" prefix=" (" suffix=")"/>
    </names>
  </macro>
  <macro name="author">
    <names variable="author">
      <name initialize-with=". " delimiter-precedes-last="always"/>
      <label form="short" prefix=" (" suffix=")"/>
      <substitute>
        <names variable="editor"/>
        <text variable="title"/>
      </substitute>
    </names>
  </macro>
  <macro name="author-sort">
    <names variable="author">
      <name name-as-sort-order="all" sort-separator=", " initialize-with="." delimiter-precedes-last="always"/>
      <substitute>
        <names variable="editor"/>
        <text variable="title"/>
      </substitute>
    </names>
  </macro>
  <macro name="author-short">
    <choose>
      <if match="any" variable="author">
        <names variable="author">
          <name form="short" delimiter-precedes-last="always" et-al-min="3" et-al-use-first="1"/>
        </names>
      </if>
      <else-if match="any" variable="editor">
        <names variable="editor">
          <name form="short" delimiter-precedes-last="always" et-al-min="3" et-al-use-first="1"/>
        </names>
      </else-if>
      <else>
        <text variable="title"/>
      </else>
    </choose>
  </macro>
  <macro name="container-author">
    <names variable="container-author">
      <name initialize-with=". " delimiter-precedes-last="always"/>
    </names>
  </macro>
  <macro name="webpage-date">
    <group delimiter=" ">
      <text term="accessed"/>
      <date variable="issued">
        <date-part name="day" form="numeric-leading-zeros" suffix="."/>
        <date-part name="month" form="numeric-leading-zeros" suffix="."/>
        <date-part name="year" form="long"/>
      </date>
    </group>
  </macro>
  <macro name="url">
    <text variable="URL" prefix="URL: "/>
  </macro>
  <macro name="year-date">
    <choose>
      <if variable="issued">
        <date variable="issued">
          <date-part name="year"/>
        </date>
      </if>
      <else>
        <text term="no date" form="short"/>
      </else>
    </choose>
  </macro>
  <macro name="collection">
    <group delimiter=" ">
      <text variable="collection-title"/>
      <text variable="collection-number"/>
      <text variable="volume" prefix="(" suffix=")"/>
    </group>
  </macro>
  <macro name="published">
    <text variable="edition" vertical-align="sup"/>
    <group prefix="(" suffix=")" delimiter=" ">
      <text variable="publisher-place"/>
      <text macro="year-date"/>
    </group>
  </macro>
  <macro name="cite-locator">
    <group delimiter=" ">
      <choose>
        <if match="none" locator="page">
          <label variable="locator" form="short"/>
        </if>
      </choose>
      <text variable="locator"/>
    </group>
  </macro>
  <citation disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true">
    <layout delimiter="; ">
      <choose>
        <if position="ibid-with-locator">
          <group delimiter=", ">
            <text term="ibid" text-case="capitalize-first"/>
            <text macro="cite-locator"/>
          </group>
        </if>
        <else-if position="ibid">
          <text term="ibid" text-case="capitalize-first"/>
        </else-if>
        <else>
          <group delimiter=", ">
            <group delimiter=" ">
              <text macro="author-short"/>
              <text macro="year-date"/>
            </group>
            <text macro="cite-locator"/>
          </group>
        </else>
      </choose>
    </layout>
  </citation>
  <bibliography hanging-indent="false" line-spacing="1" entry-spacing="1">
    <sort>
      <key macro="author-sort"/>
      <key variable="issued"/>
      <key variable="title"/>
    </sort>
    <layout suffix=".">
      <group display="block">
        <text macro="author-short" suffix=" "/>
        <date variable="issued">
          <date-part name="year"/>
        </date>
      </group>
      <group delimiter=" " suffix=".">
        <choose>
          <if type="bill book graphic legal_case motion_picture report song chapter entry-dictionary paper-conference article article-journal article-magazine article-newspaper broadcast interview manuscript map patent personal_communication song speech thesis webpage" match="any">
            <text macro="author" suffix=","/>
            <choose>
              <if type="bill book graphic broadcast legal_case motion_picture report song manuscript map patent personal_communication speech" match="any">
                <group delimiter=" ">
                  <group delimiter=". ">
                    <text variable="title"/>
                    <text macro="collection"/>
                  </group>
                  <text macro="published"/>
                  <text variable="page"/>
                </group>
              </if>
              <else-if type="thesis" match="any">
                <group prefix=" " delimiter=" " suffix=".">
                  <text variable="title"/>
                  <group prefix="[" delimiter=" " suffix="]">
                    <text variable="genre"/>
                    <text variable="publisher"/>
                    <date variable="issued">
                      <date-part name="year"/>
                    </date>
                  </group>
                  <text variable="page" prefix=" " suffix="."/>
                </group>
              </else-if>
              <else-if type="chapter paper-conference" match="any">
                <group prefix=" " delimiter=" ">
                  <text variable="title" suffix=". "/>
                  <group delimiter=" ">
                    <text term="in" text-case="capitalize-first" suffix=":"/>
                    <choose>
                      <if variable="editor" match="any">
                        <text macro="editor" suffix=","/>
                      </if>
                      <else-if variable="container-author" match="any">
                        <text macro="container-author" suffix=","/>
                      </else-if>
                    </choose>
                    <group delimiter=". ">
                      <text variable="container-title"/>
                      <text macro="collection"/>
                    </group>
                    <text macro="published"/>
                    <text variable="page" suffix="."/>
                  </group>
                </group>
              </else-if>
              <else-if type="article article-journal article-magazine article-newspaper interview" match="any">
                <group prefix=" " delimiter=" ">
                  <text variable="title" suffix="."/>
                  <group prefix=" " delimiter=", ">
                    <group delimiter=" ">
                      <text variable="container-title" form="short"/>
                      <group delimiter=",">
                        <text variable="volume"/>
                        <text variable="issue"/>
                      </group>
                    </group>
                    <date variable="issued">
                      <date-part name="year"/>
                    </date>
                    <text variable="page" prefix=" " suffix="."/>
                  </group>
                </group>
              </else-if>
              <else-if type="webpage post post-weblog" match="any">
                <group delimiter=", " prefix=" ">
                  <text variable="title"/>
                  <text macro="webpage-date" suffix="."/>
                </group>
              </else-if>
            </choose>
          </if>
          <else-if type="entry-encyclopedia entry-dictionary" match="any">
            <group delimiter=" " suffix=".">
              <group>
                <text variable="container-title"/>
                <text variable="edition" vertical-align="sup"/>
              </group>
              <text variable="volume"/>
              <text macro="year-date" prefix="(" suffix=")"/>
              <text variable="page" prefix=" " suffix="."/>
              <text variable="title" prefix="s. v. "/>
              <text macro="author" prefix="(" suffix=")"/>
            </group>
          </else-if>
        </choose>
        <choose>
          <if variable="DOI" match="any">
            <text variable="DOI" prefix=" doi: " suffix="."/>
          </if>
          <else-if variable="URL" match="any">
            <choose>
              <if type="webpage post post-weblog" match="any">
                <text macro="url"/>
                <choose>
                  <if match="none" is-uncertain-date="accessed">
                    <group delimiter=": " prefix="(" suffix=")">
                      <text term="retrieved"/>
                      <date form="text" variable="accessed"/>
                    </group>
                  </if>
                </choose>
              </if>
              <else>
                <text macro="url" prefix="URL: "/>
              </else>
            </choose>
          </else-if>
        </choose>
      </group>
    </layout>
  </bibliography>
</style>
