diff --git a/src/main/java/info/textgrid/services/aggregator/teicorpus/TEICorpusSerializer.java b/src/main/java/info/textgrid/services/aggregator/teicorpus/TEICorpusSerializer.java index 1fb408d2b58d6ee19d2b8256a1173ced9aa646e0..46906af3d0864384a964cfdfd00190f14d4d7ff8 100644 --- a/src/main/java/info/textgrid/services/aggregator/teicorpus/TEICorpusSerializer.java +++ b/src/main/java/info/textgrid/services/aggregator/teicorpus/TEICorpusSerializer.java @@ -33,9 +33,10 @@ import javax.xml.stream.XMLOutputFactory; import javax.xml.stream.XMLStreamException; import javax.xml.stream.events.XMLEvent; -import javax.xml.transform.stax.StAXResult; +import javax.xml.transform.sax.SAXResult; import javax.xml.ws.Holder; +import org.springframework.util.xml.StaxUtils; import com.google.common.base.Joiner; import com.google.common.base.Throwables; import com.google.common.collect.ImmutableList; @@ -168,7 +169,7 @@ protected void walkAggregation(final ObjectType object, final boolean again) { } // writeHeader(object); - stack.writeHeader(new StAXResult(new XMLEventFilter(writer) { + XMLEventFilter xmlEventFilter = new XMLEventFilter(writer) { @Override public void add(final XMLEvent event) throws XMLStreamException { @@ -176,8 +177,8 @@ public void add(final XMLEvent event) throws XMLStreamException { super.add(event); } - } - )); + }; + stack.writeHeader(new SAXResult(StaxUtils.createContentHandler(xmlEventFilter))); } super.walkAggregation(object, again); diff --git a/src/main/java/info/textgrid/services/aggregator/teicorpus/TEIHeaderStack.java b/src/main/java/info/textgrid/services/aggregator/teicorpus/TEIHeaderStack.java index bc46be89a6e544590a1f1a5f84bfd72745609f52..b5cc996070900663c5e4128581c0338f33b96cb9 100644 --- a/src/main/java/info/textgrid/services/aggregator/teicorpus/TEIHeaderStack.java +++ b/src/main/java/info/textgrid/services/aggregator/teicorpus/TEIHeaderStack.java @@ -156,7 +156,7 @@ protected Templates getStylesheet() .getResourceAsStream("md2tei.xsl"); final StreamSource xslSource = new StreamSource(xslStream); - final TransformerFactory factory = TransformerFactory.newInstance("com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl", getClass().getClassLoader()); + final TransformerFactory factory = TransformerFactory.newInstance(); stylesheet = factory.newTemplates(xslSource); } return stylesheet; diff --git a/src/test/resources/gedichte-anakreons-corpus.xml b/src/test/resources/gedichte-anakreons-corpus.xml index 8deb1f2cdf35d9b9b0d135b47f53ea949d4e046b..1c47838956452ecf35b34928eb5cf7584073d48f 100644 --- a/src/test/resources/gedichte-anakreons-corpus.xml +++ b/src/test/resources/gedichte-anakreons-corpus.xml @@ -1,8 +1,8 @@ <?xml version='1.0' encoding='UTF-8'?><teiCorpus xmlns="http://www.tei-c.org/ns/1.0" corresp="textgrid:jmzg.0"><teiHeader xmlns:md="http://textgrid.info/namespaces/metadata/core/2010"><fileDesc><titleStmt><title>Gedichte</title><title>Anakreon</title><title>Die Gedichte Anakreons</title><author>Anakreon</author><respStmt><resp>Data Contributor</resp><name>tvitt@textgrid.de</name></respStmt><respStmt><resp>Rights Holder</resp><name key="">TextGrid</name></respStmt></titleStmt><publicationStmt><idno type="handle">hdl:11858/00-1734-0000-0001-DCCB-6</idno><idno type="textgrid">textgrid:jmzr.0</idno><availability><ab/></availability></publicationStmt><notesStmt><note> Entstanden in der 2. Hälfte des 6. Jahrhunderts v. Chr. Aus dem Griechischen ins Deutsche übersetzt von Johann Nikolaus Götz, Erstdruck: Carlsruhe (Michael Macklot) 1760. Vorbemerkung des Herausgebers Hansjürgen Blinn: Johann Nikolaus Götz überträgt nicht nur Anakreons Oden, sondern auch die sog. »Anakreonteen«, Oden, die nicht von Anakreon stammen, aber ihm zugeschrieben wurden. Seine zeitgebundenen Anmerkungen und Erläuterungen wurden nicht aufgenommen. - </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><teiCorpus corresp="textgrid:jmzd.0"><teiHeader xmlns:md="http://textgrid.info/namespaces/metadata/core/2010"><fileDesc><titleStmt><title>Auf das schöne Geschlecht</title><title>Gedichte</title><title>Anakreon</title><title>Die Gedichte Anakreons</title><author>Anakreon</author><respStmt><resp>Data Contributor</resp><name>tvitt@textgrid.de</name></respStmt></titleStmt><publicationStmt><idno type="handle">hdl:11858/00-1734-0000-0001-DCC0-B</idno><idno type="textgrid">textgrid:jmzd.0</idno><availability><ab/></availability><availability><ab/></availability></publicationStmt><notesStmt><note> + </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><teiCorpus corresp="textgrid:jmzd.0"><teiHeader xmlns:md="http://textgrid.info/namespaces/metadata/core/2010"><fileDesc><titleStmt><title>Auf das schöne Geschlecht</title><title>Gedichte</title><title>Anakreon</title><title>Die Gedichte Anakreons</title><author>Anakreon</author><respStmt><resp>Data Contributor</resp><name>tvitt@textgrid.de</name></respStmt></titleStmt><publicationStmt><idno type="handle">hdl:11858/00-1734-0000-0001-DCC0-B</idno><idno type="textgrid">textgrid:jmzd.0</idno><availability><ab/></availability><availability><ab/></availability></publicationStmt><notesStmt><note> Entstanden in der 2. Hälfte des 6. Jahrhunderts v. Chr. Aus dem Griechischen ins Deutsche übersetzt von Johann Nikolaus Götz, Erstdruck: Carlsruhe (Michael Macklot) 1760. Vorbemerkung des Herausgebers Hansjürgen Blinn: Johann Nikolaus Götz überträgt nicht nur Anakreons Oden, sondern auch die sog. »Anakreonteen«, Oden, die nicht von Anakreon stammen, aber ihm zugeschrieben wurden. Seine zeitgebundenen Anmerkungen und Erläuterungen wurden nicht aufgenommen. - </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg4.jmzc.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf das schöne Geschlecht"> + </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg4.jmzc.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf das schöne Geschlecht"> <teiHeader xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:a="http://www.textgrid.info/namespace/digibib/authors"> <fileDesc> <titleStmt> @@ -109,7 +109,7 @@ II.</head> </text> </TEI></teiCorpus><teiCorpus corresp="textgrid:jmxg.0"><teiHeader xmlns:md="http://textgrid.info/namespaces/metadata/core/2010"><fileDesc><titleStmt><title>Auf Amorn</title><title>Auf das schöne Geschlecht</title><title>Gedichte</title><title>Anakreon</title><title>Die Gedichte Anakreons</title><author>Anakreon</author><respStmt><resp>Data Contributor</resp><name>tvitt@textgrid.de</name></respStmt></titleStmt><publicationStmt><idno type="handle">hdl:11858/00-1734-0000-0001-DCA7-3</idno><idno type="textgrid">textgrid:jmxg.0</idno><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability></publicationStmt><notesStmt><note> Entstanden in der 2. Hälfte des 6. Jahrhunderts v. Chr. Aus dem Griechischen ins Deutsche übersetzt von Johann Nikolaus Götz, Erstdruck: Carlsruhe (Michael Macklot) 1760. Vorbemerkung des Herausgebers Hansjürgen Blinn: Johann Nikolaus Götz überträgt nicht nur Anakreons Oden, sondern auch die sog. »Anakreonteen«, Oden, die nicht von Anakreon stammen, aber ihm zugeschrieben wurden. Seine zeitgebundenen Anmerkungen und Erläuterungen wurden nicht aufgenommen. - </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg5.jmxf.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf Amorn"> + </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg5.jmxf.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf Amorn"> <teiHeader xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:a="http://www.textgrid.info/namespace/digibib/authors"> <fileDesc> <titleStmt> @@ -220,7 +220,7 @@ II.</head> </text> </TEI></teiCorpus><teiCorpus corresp="textgrid:jmxt.0"><teiHeader xmlns:md="http://textgrid.info/namespaces/metadata/core/2010"><fileDesc><titleStmt><title>Sein Traum</title><title>Auf Amorn</title><title>Auf das schöne Geschlecht</title><title>Gedichte</title><title>Anakreon</title><title>Die Gedichte Anakreons</title><author>Anakreon</author><respStmt><resp>Data Contributor</resp><name>tvitt@textgrid.de</name></respStmt></titleStmt><publicationStmt><idno type="handle">hdl:11858/00-1734-0000-0001-DCAF-4</idno><idno type="textgrid">textgrid:jmxt.0</idno><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability></publicationStmt><notesStmt><note> Entstanden in der 2. Hälfte des 6. Jahrhunderts v. Chr. Aus dem Griechischen ins Deutsche übersetzt von Johann Nikolaus Götz, Erstdruck: Carlsruhe (Michael Macklot) 1760. Vorbemerkung des Herausgebers Hansjürgen Blinn: Johann Nikolaus Götz überträgt nicht nur Anakreons Oden, sondern auch die sog. »Anakreonteen«, Oden, die nicht von Anakreon stammen, aber ihm zugeschrieben wurden. Seine zeitgebundenen Anmerkungen und Erläuterungen wurden nicht aufgenommen. - </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg6.jmxr.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Sein Traum"> + </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg6.jmxr.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Sein Traum"> <teiHeader xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:a="http://www.textgrid.info/namespace/digibib/authors"> <fileDesc> <titleStmt> @@ -312,7 +312,7 @@ II.</head> </text> </TEI></teiCorpus><teiCorpus corresp="textgrid:jmxv.0"><teiHeader xmlns:md="http://textgrid.info/namespaces/metadata/core/2010"><fileDesc><titleStmt><title>Der wächserne Amor</title><title>Sein Traum</title><title>Auf Amorn</title><title>Auf das schöne Geschlecht</title><title>Gedichte</title><title>Anakreon</title><title>Die Gedichte Anakreons</title><author>Anakreon</author><respStmt><resp>Data Contributor</resp><name>tvitt@textgrid.de</name></respStmt></titleStmt><publicationStmt><idno type="handle">hdl:11858/00-1734-0000-0001-DCB2-B</idno><idno type="textgrid">textgrid:jmxv.0</idno><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability></publicationStmt><notesStmt><note> Entstanden in der 2. Hälfte des 6. Jahrhunderts v. Chr. Aus dem Griechischen ins Deutsche übersetzt von Johann Nikolaus Götz, Erstdruck: Carlsruhe (Michael Macklot) 1760. Vorbemerkung des Herausgebers Hansjürgen Blinn: Johann Nikolaus Götz überträgt nicht nur Anakreons Oden, sondern auch die sog. »Anakreonteen«, Oden, die nicht von Anakreon stammen, aber ihm zugeschrieben wurden. Seine zeitgebundenen Anmerkungen und Erläuterungen wurden nicht aufgenommen. - </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg7.jmxw.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Der wächserne Amor"> + </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg7.jmxw.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Der wächserne Amor"> <teiHeader xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:a="http://www.textgrid.info/namespace/digibib/authors"> <fileDesc> <titleStmt> @@ -405,7 +405,7 @@ II.</head> </text> </TEI></teiCorpus><teiCorpus corresp="textgrid:jmx9.0"><teiHeader xmlns:md="http://textgrid.info/namespaces/metadata/core/2010"><fileDesc><titleStmt><title>Auf sein Mädgen</title><title>Der wächserne Amor</title><title>Sein Traum</title><title>Auf Amorn</title><title>Auf das schöne Geschlecht</title><title>Gedichte</title><title>Anakreon</title><title>Die Gedichte Anakreons</title><author>Anakreon</author><respStmt><resp>Data Contributor</resp><name>tvitt@textgrid.de</name></respStmt></titleStmt><publicationStmt><idno type="handle">hdl:11858/00-1734-0000-0001-DCA0-2</idno><idno type="textgrid">textgrid:jmx9.0</idno><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability></publicationStmt><notesStmt><note> Entstanden in der 2. Hälfte des 6. Jahrhunderts v. Chr. Aus dem Griechischen ins Deutsche übersetzt von Johann Nikolaus Götz, Erstdruck: Carlsruhe (Michael Macklot) 1760. Vorbemerkung des Herausgebers Hansjürgen Blinn: Johann Nikolaus Götz überträgt nicht nur Anakreons Oden, sondern auch die sog. »Anakreonteen«, Oden, die nicht von Anakreon stammen, aber ihm zugeschrieben wurden. Seine zeitgebundenen Anmerkungen und Erläuterungen wurden nicht aufgenommen. - </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg8.jmx8.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf sein Mädgen"> + </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg8.jmx8.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf sein Mädgen"> <teiHeader xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:a="http://www.textgrid.info/namespace/digibib/authors"> <fileDesc> <titleStmt> @@ -496,7 +496,7 @@ II.</head> </text> </TEI></teiCorpus><teiCorpus corresp="textgrid:jmz2.0"><teiHeader xmlns:md="http://textgrid.info/namespaces/metadata/core/2010"><fileDesc><titleStmt><title>Auf sein Mädgen [2]</title><title>Auf sein Mädgen</title><title>Der wächserne Amor</title><title>Sein Traum</title><title>Auf Amorn</title><title>Auf das schöne Geschlecht</title><title>Gedichte</title><title>Anakreon</title><title>Die Gedichte Anakreons</title><author>Anakreon</author><respStmt><resp>Data Contributor</resp><name>tvitt@textgrid.de</name></respStmt></titleStmt><publicationStmt><idno type="handle">hdl:11858/00-1734-0000-0001-DCB9-E</idno><idno type="textgrid">textgrid:jmz2.0</idno><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability></publicationStmt><notesStmt><note> Entstanden in der 2. Hälfte des 6. Jahrhunderts v. Chr. Aus dem Griechischen ins Deutsche übersetzt von Johann Nikolaus Götz, Erstdruck: Carlsruhe (Michael Macklot) 1760. Vorbemerkung des Herausgebers Hansjürgen Blinn: Johann Nikolaus Götz überträgt nicht nur Anakreons Oden, sondern auch die sog. »Anakreonteen«, Oden, die nicht von Anakreon stammen, aber ihm zugeschrieben wurden. Seine zeitgebundenen Anmerkungen und Erläuterungen wurden nicht aufgenommen. - </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg9.jmz3.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf sein Mädgen [2]"> + </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg9.jmz3.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf sein Mädgen [2]"> <teiHeader xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:a="http://www.textgrid.info/namespace/digibib/authors"> <fileDesc> <titleStmt> @@ -608,7 +608,7 @@ II.</head> </text> </TEI></teiCorpus><teiCorpus corresp="textgrid:jmxk.0"><teiHeader xmlns:md="http://textgrid.info/namespaces/metadata/core/2010"><fileDesc><titleStmt><title>Auf Bathyllen</title><title>Auf sein Mädgen [2]</title><title>Auf sein Mädgen</title><title>Der wächserne Amor</title><title>Sein Traum</title><title>Auf Amorn</title><title>Auf das schöne Geschlecht</title><title>Gedichte</title><title>Anakreon</title><title>Die Gedichte Anakreons</title><author>Anakreon</author><respStmt><resp>Data Contributor</resp><name>tvitt@textgrid.de</name></respStmt></titleStmt><publicationStmt><idno type="handle">hdl:11858/00-1734-0000-0001-DCA8-1</idno><idno type="textgrid">textgrid:jmxk.0</idno><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability></publicationStmt><notesStmt><note> Entstanden in der 2. Hälfte des 6. Jahrhunderts v. Chr. Aus dem Griechischen ins Deutsche übersetzt von Johann Nikolaus Götz, Erstdruck: Carlsruhe (Michael Macklot) 1760. Vorbemerkung des Herausgebers Hansjürgen Blinn: Johann Nikolaus Götz überträgt nicht nur Anakreons Oden, sondern auch die sog. »Anakreonteen«, Oden, die nicht von Anakreon stammen, aber ihm zugeschrieben wurden. Seine zeitgebundenen Anmerkungen und Erläuterungen wurden nicht aufgenommen. - </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg10.jmxm.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf Bathyllen"> + </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg10.jmxm.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf Bathyllen"> <teiHeader xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:a="http://www.textgrid.info/namespace/digibib/authors"> <fileDesc> <titleStmt> @@ -735,7 +735,7 @@ II.</head> </text> </TEI></teiCorpus><teiCorpus corresp="textgrid:jmz0.0"><teiHeader xmlns:md="http://textgrid.info/namespaces/metadata/core/2010"><fileDesc><titleStmt><title>Auf seine Mädgens</title><title>Auf Bathyllen</title><title>Auf sein Mädgen [2]</title><title>Auf sein Mädgen</title><title>Der wächserne Amor</title><title>Sein Traum</title><title>Auf Amorn</title><title>Auf das schöne Geschlecht</title><title>Gedichte</title><title>Anakreon</title><title>Die Gedichte Anakreons</title><author>Anakreon</author><respStmt><resp>Data Contributor</resp><name>tvitt@textgrid.de</name></respStmt></titleStmt><publicationStmt><idno type="handle">hdl:11858/00-1734-0000-0001-DCB4-7</idno><idno type="textgrid">textgrid:jmz0.0</idno><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability></publicationStmt><notesStmt><note> Entstanden in der 2. Hälfte des 6. Jahrhunderts v. Chr. Aus dem Griechischen ins Deutsche übersetzt von Johann Nikolaus Götz, Erstdruck: Carlsruhe (Michael Macklot) 1760. Vorbemerkung des Herausgebers Hansjürgen Blinn: Johann Nikolaus Götz überträgt nicht nur Anakreons Oden, sondern auch die sog. »Anakreonteen«, Oden, die nicht von Anakreon stammen, aber ihm zugeschrieben wurden. Seine zeitgebundenen Anmerkungen und Erläuterungen wurden nicht aufgenommen. - </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>76-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg11.jmxz.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf seine Mädgens"> + </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>76-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg11.jmxz.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf seine Mädgens"> <teiHeader xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:a="http://www.textgrid.info/namespace/digibib/authors"> <fileDesc> <titleStmt> @@ -841,7 +841,7 @@ II.</head> </text> </TEI></teiCorpus><teiCorpus corresp="textgrid:jmzp.0"><teiHeader xmlns:md="http://textgrid.info/namespaces/metadata/core/2010"><fileDesc><titleStmt><title>An seine Buhlschaft</title><title>Auf seine Mädgens</title><title>Auf Bathyllen</title><title>Auf sein Mädgen [2]</title><title>Auf sein Mädgen</title><title>Der wächserne Amor</title><title>Sein Traum</title><title>Auf Amorn</title><title>Auf das schöne Geschlecht</title><title>Gedichte</title><title>Anakreon</title><title>Die Gedichte Anakreons</title><author>Anakreon</author><respStmt><resp>Data Contributor</resp><name>tvitt@textgrid.de</name></respStmt></titleStmt><publicationStmt><idno type="handle">hdl:11858/00-1734-0000-0001-DCC9-A</idno><idno type="textgrid">textgrid:jmzp.0</idno><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability></publicationStmt><notesStmt><note> Entstanden in der 2. Hälfte des 6. Jahrhunderts v. Chr. Aus dem Griechischen ins Deutsche übersetzt von Johann Nikolaus Götz, Erstdruck: Carlsruhe (Michael Macklot) 1760. Vorbemerkung des Herausgebers Hansjürgen Blinn: Johann Nikolaus Götz überträgt nicht nur Anakreons Oden, sondern auch die sog. »Anakreonteen«, Oden, die nicht von Anakreon stammen, aber ihm zugeschrieben wurden. Seine zeitgebundenen Anmerkungen und Erläuterungen wurden nicht aufgenommen. - </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>89-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>76-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg12.jmzq.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/An seine Buhlschaft"> + </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>89-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>76-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg12.jmzq.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/An seine Buhlschaft"> <teiHeader xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:a="http://www.textgrid.info/namespace/digibib/authors"> <fileDesc> <titleStmt> @@ -926,7 +926,7 @@ II.</head> </text> </TEI></teiCorpus><teiCorpus corresp="textgrid:jmzt.0"><teiHeader xmlns:md="http://textgrid.info/namespaces/metadata/core/2010"><fileDesc><titleStmt><title>Auf die Pfeile der Liebe</title><title>An seine Buhlschaft</title><title>Auf seine Mädgens</title><title>Auf Bathyllen</title><title>Auf sein Mädgen [2]</title><title>Auf sein Mädgen</title><title>Der wächserne Amor</title><title>Sein Traum</title><title>Auf Amorn</title><title>Auf das schöne Geschlecht</title><title>Gedichte</title><title>Anakreon</title><title>Die Gedichte Anakreons</title><author>Anakreon</author><respStmt><resp>Data Contributor</resp><name>tvitt@textgrid.de</name></respStmt></titleStmt><publicationStmt><idno type="handle">hdl:11858/00-1734-0000-0001-DCCC-4</idno><idno type="textgrid">textgrid:jmzt.0</idno><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability></publicationStmt><notesStmt><note> Entstanden in der 2. Hälfte des 6. Jahrhunderts v. Chr. Aus dem Griechischen ins Deutsche übersetzt von Johann Nikolaus Götz, Erstdruck: Carlsruhe (Michael Macklot) 1760. Vorbemerkung des Herausgebers Hansjürgen Blinn: Johann Nikolaus Götz überträgt nicht nur Anakreons Oden, sondern auch die sog. »Anakreonteen«, Oden, die nicht von Anakreon stammen, aber ihm zugeschrieben wurden. Seine zeitgebundenen Anmerkungen und Erläuterungen wurden nicht aufgenommen. - </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>95-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>89-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>76-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg13.jmzv.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf die Pfeile der Liebe"> + </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>95-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>89-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>76-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg13.jmzv.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf die Pfeile der Liebe"> <teiHeader xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:a="http://www.textgrid.info/namespace/digibib/authors"> <fileDesc> <titleStmt> @@ -1023,7 +1023,7 @@ II.</head> </text> </TEI></teiCorpus><teiCorpus corresp="textgrid:jmz8.0"><teiHeader xmlns:md="http://textgrid.info/namespaces/metadata/core/2010"><fileDesc><titleStmt><title>Auf die Liebe</title><title>Auf die Pfeile der Liebe</title><title>An seine Buhlschaft</title><title>Auf seine Mädgens</title><title>Auf Bathyllen</title><title>Auf sein Mädgen [2]</title><title>Auf sein Mädgen</title><title>Der wächserne Amor</title><title>Sein Traum</title><title>Auf Amorn</title><title>Auf das schöne Geschlecht</title><title>Gedichte</title><title>Anakreon</title><title>Die Gedichte Anakreons</title><author>Anakreon</author><respStmt><resp>Data Contributor</resp><name>tvitt@textgrid.de</name></respStmt></titleStmt><publicationStmt><idno type="handle">hdl:11858/00-1734-0000-0001-DCBE-4</idno><idno type="textgrid">textgrid:jmz8.0</idno><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability></publicationStmt><notesStmt><note> Entstanden in der 2. Hälfte des 6. Jahrhunderts v. Chr. Aus dem Griechischen ins Deutsche übersetzt von Johann Nikolaus Götz, Erstdruck: Carlsruhe (Michael Macklot) 1760. Vorbemerkung des Herausgebers Hansjürgen Blinn: Johann Nikolaus Götz überträgt nicht nur Anakreons Oden, sondern auch die sog. »Anakreonteen«, Oden, die nicht von Anakreon stammen, aber ihm zugeschrieben wurden. Seine zeitgebundenen Anmerkungen und Erläuterungen wurden nicht aufgenommen. - </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>124-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>95-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>89-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>76-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg14.jmz9.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf die Liebe"> + </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>124-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>95-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>89-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>76-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg14.jmz9.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf die Liebe"> <teiHeader xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:a="http://www.textgrid.info/namespace/digibib/authors"> <fileDesc> <titleStmt> @@ -1114,7 +1114,7 @@ II.</head> </text> </TEI></teiCorpus><teiCorpus corresp="textgrid:jmxc.0"><teiHeader xmlns:md="http://textgrid.info/namespaces/metadata/core/2010"><fileDesc><titleStmt><title>Auf die, welche lieben</title><title>Auf die Liebe</title><title>Auf die Pfeile der Liebe</title><title>An seine Buhlschaft</title><title>Auf seine Mädgens</title><title>Auf Bathyllen</title><title>Auf sein Mädgen [2]</title><title>Auf sein Mädgen</title><title>Der wächserne Amor</title><title>Sein Traum</title><title>Auf Amorn</title><title>Auf das schöne Geschlecht</title><title>Gedichte</title><title>Anakreon</title><title>Die Gedichte Anakreons</title><author>Anakreon</author><respStmt><resp>Data Contributor</resp><name>tvitt@textgrid.de</name></respStmt></titleStmt><publicationStmt><idno type="handle">hdl:11858/00-1734-0000-0001-DCA2-D</idno><idno type="textgrid">textgrid:jmxc.0</idno><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability></publicationStmt><notesStmt><note> Entstanden in der 2. Hälfte des 6. Jahrhunderts v. Chr. Aus dem Griechischen ins Deutsche übersetzt von Johann Nikolaus Götz, Erstdruck: Carlsruhe (Michael Macklot) 1760. Vorbemerkung des Herausgebers Hansjürgen Blinn: Johann Nikolaus Götz überträgt nicht nur Anakreons Oden, sondern auch die sog. »Anakreonteen«, Oden, die nicht von Anakreon stammen, aber ihm zugeschrieben wurden. Seine zeitgebundenen Anmerkungen und Erläuterungen wurden nicht aufgenommen. - </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>126-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>124-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>95-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>89-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>76-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg15.jmxb.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf die, welche lieben"> + </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>126-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>124-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>95-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>89-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>76-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg15.jmxb.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf die, welche lieben"> <teiHeader xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:a="http://www.textgrid.info/namespace/digibib/authors"> <fileDesc> <titleStmt> @@ -1200,7 +1200,7 @@ II.</head> </text> </TEI></teiCorpus><teiCorpus corresp="textgrid:jmzx.0"><teiHeader xmlns:md="http://textgrid.info/namespaces/metadata/core/2010"><fileDesc><titleStmt><title>Auf Amorn [2]</title><title>Auf die, welche lieben</title><title>Auf die Liebe</title><title>Auf die Pfeile der Liebe</title><title>An seine Buhlschaft</title><title>Auf seine Mädgens</title><title>Auf Bathyllen</title><title>Auf sein Mädgen [2]</title><title>Auf sein Mädgen</title><title>Der wächserne Amor</title><title>Sein Traum</title><title>Auf Amorn</title><title>Auf das schöne Geschlecht</title><title>Gedichte</title><title>Anakreon</title><title>Die Gedichte Anakreons</title><author>Anakreon</author><respStmt><resp>Data Contributor</resp><name>tvitt@textgrid.de</name></respStmt></titleStmt><publicationStmt><idno type="handle">hdl:11858/00-1734-0000-0001-DCD1-5</idno><idno type="textgrid">textgrid:jmzx.0</idno><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability></publicationStmt><notesStmt><note> Entstanden in der 2. Hälfte des 6. Jahrhunderts v. Chr. Aus dem Griechischen ins Deutsche übersetzt von Johann Nikolaus Götz, Erstdruck: Carlsruhe (Michael Macklot) 1760. Vorbemerkung des Herausgebers Hansjürgen Blinn: Johann Nikolaus Götz überträgt nicht nur Anakreons Oden, sondern auch die sog. »Anakreonteen«, Oden, die nicht von Anakreon stammen, aber ihm zugeschrieben wurden. Seine zeitgebundenen Anmerkungen und Erläuterungen wurden nicht aufgenommen. - </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>150-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>126-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>124-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>95-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>89-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>76-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg16.jmzw.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf Amorn [2]"> + </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>150-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>126-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>124-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>95-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>89-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>76-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg16.jmzw.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/Auf Amorn [2]"> <teiHeader xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:a="http://www.textgrid.info/namespace/digibib/authors"> <fileDesc> <titleStmt> @@ -1285,7 +1285,7 @@ II.</head> </text> </TEI></teiCorpus><teiCorpus corresp="textgrid:jmz5.0"><teiHeader xmlns:md="http://textgrid.info/namespaces/metadata/core/2010"><fileDesc><titleStmt><title>An ein Mädgen</title><title>Auf Amorn [2]</title><title>Auf die, welche lieben</title><title>Auf die Liebe</title><title>Auf die Pfeile der Liebe</title><title>An seine Buhlschaft</title><title>Auf seine Mädgens</title><title>Auf Bathyllen</title><title>Auf sein Mädgen [2]</title><title>Auf sein Mädgen</title><title>Der wächserne Amor</title><title>Sein Traum</title><title>Auf Amorn</title><title>Auf das schöne Geschlecht</title><title>Gedichte</title><title>Anakreon</title><title>Die Gedichte Anakreons</title><author>Anakreon</author><respStmt><resp>Data Contributor</resp><name>tvitt@textgrid.de</name></respStmt></titleStmt><publicationStmt><idno type="handle">hdl:11858/00-1734-0000-0001-DCBB-A</idno><idno type="textgrid">textgrid:jmz5.0</idno><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability></publicationStmt><notesStmt><note> Entstanden in der 2. Hälfte des 6. Jahrhunderts v. Chr. Aus dem Griechischen ins Deutsche übersetzt von Johann Nikolaus Götz, Erstdruck: Carlsruhe (Michael Macklot) 1760. Vorbemerkung des Herausgebers Hansjürgen Blinn: Johann Nikolaus Götz überträgt nicht nur Anakreons Oden, sondern auch die sog. »Anakreonteen«, Oden, die nicht von Anakreon stammen, aber ihm zugeschrieben wurden. Seine zeitgebundenen Anmerkungen und Erläuterungen wurden nicht aufgenommen. - </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>172-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>150-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>126-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>124-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>95-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>89-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>76-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg17.jmz6.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/An ein Mädgen"> + </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>172-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>150-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>126-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>124-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>95-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>89-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>76-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg17.jmz6.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/An ein Mädgen"> <teiHeader xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:a="http://www.textgrid.info/namespace/digibib/authors"> <fileDesc> <titleStmt> @@ -1374,7 +1374,7 @@ II.</head> </text> </TEI></teiCorpus><teiCorpus corresp="textgrid:jmzk.0"><teiHeader xmlns:md="http://textgrid.info/namespaces/metadata/core/2010"><fileDesc><titleStmt><title>An einen Knaben</title><title>An ein Mädgen</title><title>Auf Amorn [2]</title><title>Auf die, welche lieben</title><title>Auf die Liebe</title><title>Auf die Pfeile der Liebe</title><title>An seine Buhlschaft</title><title>Auf seine Mädgens</title><title>Auf Bathyllen</title><title>Auf sein Mädgen [2]</title><title>Auf sein Mädgen</title><title>Der wächserne Amor</title><title>Sein Traum</title><title>Auf Amorn</title><title>Auf das schöne Geschlecht</title><title>Gedichte</title><title>Anakreon</title><title>Die Gedichte Anakreons</title><author>Anakreon</author><respStmt><resp>Data Contributor</resp><name>tvitt@textgrid.de</name></respStmt></titleStmt><publicationStmt><idno type="handle">hdl:11858/00-1734-0000-0001-DCC7-E</idno><idno type="textgrid">textgrid:jmzk.0</idno><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability></publicationStmt><notesStmt><note> Entstanden in der 2. Hälfte des 6. Jahrhunderts v. Chr. Aus dem Griechischen ins Deutsche übersetzt von Johann Nikolaus Götz, Erstdruck: Carlsruhe (Michael Macklot) 1760. Vorbemerkung des Herausgebers Hansjürgen Blinn: Johann Nikolaus Götz überträgt nicht nur Anakreons Oden, sondern auch die sog. »Anakreonteen«, Oden, die nicht von Anakreon stammen, aber ihm zugeschrieben wurden. Seine zeitgebundenen Anmerkungen und Erläuterungen wurden nicht aufgenommen. - </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>176-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>172-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>150-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>126-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>124-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>95-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>89-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>76-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg18.jmzj.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/An einen Knaben"> + </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>176-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>172-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>150-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>126-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>124-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>95-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>89-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>76-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg18.jmzj.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/An einen Knaben"> <teiHeader xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:a="http://www.textgrid.info/namespace/digibib/authors"> <fileDesc> <titleStmt> @@ -1459,7 +1459,7 @@ II.</head> </text> </TEI></teiCorpus><teiCorpus corresp="textgrid:jmxn.0"><teiHeader xmlns:md="http://textgrid.info/namespaces/metadata/core/2010"><fileDesc><titleStmt><title>[Venus, die die Göttinnen beherrschet]</title><title>An einen Knaben</title><title>An ein Mädgen</title><title>Auf Amorn [2]</title><title>Auf die, welche lieben</title><title>Auf die Liebe</title><title>Auf die Pfeile der Liebe</title><title>An seine Buhlschaft</title><title>Auf seine Mädgens</title><title>Auf Bathyllen</title><title>Auf sein Mädgen [2]</title><title>Auf sein Mädgen</title><title>Der wächserne Amor</title><title>Sein Traum</title><title>Auf Amorn</title><title>Auf das schöne Geschlecht</title><title>Gedichte</title><title>Anakreon</title><title>Die Gedichte Anakreons</title><author>Anakreon</author><respStmt><resp>Data Contributor</resp><name>tvitt@textgrid.de</name></respStmt></titleStmt><publicationStmt><idno type="handle">hdl:11858/00-1734-0000-0001-DCAB-C</idno><idno type="textgrid">textgrid:jmxn.0</idno><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability><availability><ab/></availability></publicationStmt><notesStmt><note> Entstanden in der 2. Hälfte des 6. Jahrhunderts v. Chr. Aus dem Griechischen ins Deutsche übersetzt von Johann Nikolaus Götz, Erstdruck: Carlsruhe (Michael Macklot) 1760. Vorbemerkung des Herausgebers Hansjürgen Blinn: Johann Nikolaus Götz überträgt nicht nur Anakreons Oden, sondern auch die sog. »Anakreonteen«, Oden, die nicht von Anakreon stammen, aber ihm zugeschrieben wurden. Seine zeitgebundenen Anmerkungen und Erläuterungen wurden nicht aufgenommen. - </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>178-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>176-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>172-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>150-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>126-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>124-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>95-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>89-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>76-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"></date><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg19.jmxp.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/[Venus, die die Göttinnen beherrschet]"> + </note></notesStmt><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>178-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>176-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>172-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>150-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>126-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>124-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>95-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>89-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>76-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>69-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>54-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>32-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>24-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>8-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc><sourceDesc><biblFull><titleStmt><title>Die Gedichte Anakreons und der Sappho Oden. Aus dem Griechischen übersetzt, und mit Anmerkungen begleitet [von Johann Nikolaus Götz]. Carlsruhe: Michael Macklot: Marggrävl. Baden- Durl. priv. Hofbuchhändler, 1760.</title><author key="pnd:118649035">Anakreon</author></titleStmt><extent>5-</extent><publicationStmt><date when-iso="1760"/><pubPlace>Carlsruhe</pubPlace></publicationStmt></biblFull></sourceDesc></fileDesc></teiHeader><TEI xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://textgrid.info/namespaces/metadata/core/2010" xmlns:tgl="http://textgrid.info/namespaces/metadata/language/2010" xmlns:tgs="http://textgrid.info/namespaces/metadata/script/2010" xmlns:tgr="http://textgrid.info/namespaces/metadata/agent/2010" xml:id="tg19.jmxp.0" n="/Literatur/M/Anakreon/Gedichte/Die Gedichte Anakreons/[Venus, die die Göttinnen beherrschet]"> <teiHeader xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:a="http://www.textgrid.info/namespace/digibib/authors"> <fileDesc> <titleStmt>