initial data & migrations
29983
data/Akteure.xml
Normal file
73
data/Akteure.xsd
Normal file
@@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
|
||||
<xsd:element name="dataroot">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="Akteure" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="generated" type="xsd:dateTime"/>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="Akteure">
|
||||
<xsd:annotation>
|
||||
<xsd:appinfo>
|
||||
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
|
||||
</xsd:appinfo>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
|
||||
<xsd:element name="NAME" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="ORGANISATION" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
|
||||
<xsd:element name="LEBENSDATEN" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="BERUF" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="NACHWEIS" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="PSEUDONYM" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="536870910"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="ANMERKUNGEN" minOccurs="0" od:jetType="memo" od:sqlSType="ntext" od:textFormat="1">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="536870910"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="GND" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="536870910"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
90492
data/Baende.xml
Normal file
111
data/Baende.xsd
Normal file
@@ -0,0 +1,111 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
|
||||
<xsd:element name="dataroot">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="Baende" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="generated" type="xsd:dateTime"/>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="Baende">
|
||||
<xsd:annotation>
|
||||
<xsd:appinfo>
|
||||
<od:index index-name="BIBLIO-ID" index-key="BIBLIO-ID " primary="no" unique="no" clustered="no" order="asc"/>
|
||||
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
|
||||
</xsd:appinfo>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
|
||||
<xsd:element name="BIBLIO-ID" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
|
||||
<xsd:element name="SORTIERTITEL" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="TITEL" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="536870910"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="ORT-ALT" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="JAHR" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
|
||||
<xsd:element name="HERAUSGEBER" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="536870910"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="AUTOPSIE" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
|
||||
<xsd:element name="ERFASST" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
|
||||
<xsd:element name="STATUS" minOccurs="0" od:jetType="complex" od:jetComplexType="MSysComplexType_Text" maxOccurs="unbounded">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Value" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="NACHWEIS" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="STRUKTUR" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="536870910"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="NORM" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="536870910"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="ANMERKUNGEN" minOccurs="0" od:jetType="memo" od:sqlSType="ntext" od:textFormat="1">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="536870910"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="REIHENTITEL-ALT" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="ORTE" minOccurs="0" od:jetType="complex" od:jetComplexType="MSysComplexType_Long" maxOccurs="unbounded">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Value" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
1809762
data/Inhalte.xml
Normal file
90
data/Inhalte.xsd
Normal file
@@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
|
||||
<xsd:element name="dataroot">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="Inhalte" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="generated" type="xsd:dateTime"/>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="Inhalte">
|
||||
<xsd:annotation>
|
||||
<xsd:appinfo>
|
||||
<od:index index-name="BaendeInhalte" index-key="BAND " primary="no" unique="no" clustered="no" order="asc"/>
|
||||
<od:index index-name="OBJEKTNUMMER" index-key="OBJEKTNUMMER " primary="no" unique="no" clustered="no" order="asc"/>
|
||||
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
|
||||
</xsd:appinfo>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
|
||||
<xsd:element name="BAND" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
|
||||
<xsd:element name="OBJEKTNUMMER" minOccurs="0" od:jetType="decimal" od:sqlSType="decimal">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:decimal">
|
||||
<xsd:totalDigits value="18"/>
|
||||
<xsd:fractionDigits value="8"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="TITEL" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="536870910"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="AUTOR" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="536870910"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="INCIPIT" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="536870910"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="PAGINIERUNG" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="SEITE" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="TYP" minOccurs="0" od:jetType="complex" od:jetComplexType="MSysComplexType_Text" maxOccurs="unbounded">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Value" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="DIGITALISAT" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
|
||||
<xsd:element name="ANMERKUNGEN" minOccurs="0" od:jetType="memo" od:sqlSType="ntext" od:textFormat="1">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="536870910"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
1098
data/Orte.xml
Normal file
38
data/Orte.xsd
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
|
||||
<xsd:element name="dataroot">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="Orte" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="generated" type="xsd:dateTime"/>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="Orte">
|
||||
<xsd:annotation>
|
||||
<xsd:appinfo>
|
||||
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
|
||||
</xsd:appinfo>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
|
||||
<xsd:element name="NAME" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="FIKTIV" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
|
||||
<xsd:element name="Anmerkungen" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="536870910"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
12561
data/Reihen.xml
Normal file
51
data/Reihen.xsd
Normal file
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
|
||||
<xsd:element name="dataroot">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="Reihen" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="generated" type="xsd:dateTime"/>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="Reihen">
|
||||
<xsd:annotation>
|
||||
<xsd:appinfo>
|
||||
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
|
||||
</xsd:appinfo>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
|
||||
<xsd:element name="NAME" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="SORTIERNAME" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="NACHWEIS" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
<xsd:element name="Anmerkungen" minOccurs="0" od:jetType="memo" od:sqlSType="ntext" od:textFormat="1">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="536870910"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
BIN
data/Static-Bilder/1-vorschau.jpg
Normal file
|
After Width: | Height: | Size: 845 KiB |
BIN
data/Static-Bilder/1.jpg
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
data/Static-Bilder/1770ff_freigestellt_JB-vorschau.png
Normal file
|
After Width: | Height: | Size: 2.3 MiB |
BIN
data/Static-Bilder/1770ff_freigestellt_JB.png
Normal file
|
After Width: | Height: | Size: 5.5 MiB |
BIN
data/Static-Bilder/2-vorschau.jpg
Normal file
|
After Width: | Height: | Size: 855 KiB |
BIN
data/Static-Bilder/2.jpg
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
BIN
data/Static-Bilder/3-vorschau.jpg
Normal file
|
After Width: | Height: | Size: 252 KiB |
BIN
data/Static-Bilder/3.jpg
Normal file
|
After Width: | Height: | Size: 949 KiB |
BIN
data/Static-Bilder/Alm_des_Muses_frgst_JB-hintergrund.png
Normal file
|
After Width: | Height: | Size: 9.8 MiB |
BIN
data/Static-Bilder/Alm_des_Muses_frgst_JB-vorschau.png
Normal file
|
After Width: | Height: | Size: 3.3 MiB |
BIN
data/Static-Bilder/Alm_des_Muses_frgst_JB.png
Normal file
|
After Width: | Height: | Size: 5.1 MiB |
BIN
data/Static-Bilder/Alm_des_Pros_frgst_JB-hintergrund.png
Normal file
|
After Width: | Height: | Size: 12 MiB |
BIN
data/Static-Bilder/Alm_des_Pros_frgst_JB-vorschau.png
Normal file
|
After Width: | Height: | Size: 4.1 MiB |
BIN
data/Static-Bilder/Alm_des_Pros_frgst_JB.png
Normal file
|
After Width: | Height: | Size: 7.9 MiB |
BIN
data/Static-Bilder/Apo_und_Schk_frgst_JB-hintergrund.png
Normal file
|
After Width: | Height: | Size: 9.8 MiB |
BIN
data/Static-Bilder/Apo_und_Schk_frgst_JB-vorschau.png
Normal file
|
After Width: | Height: | Size: 3.1 MiB |
BIN
data/Static-Bilder/Apo_und_Schk_frgst_JB.png
Normal file
|
After Width: | Height: | Size: 5.4 MiB |
BIN
data/Static-Bilder/Forst-, Jagd-, Garten- TBs MS-hintergrund.png
Normal file
|
After Width: | Height: | Size: 14 MiB |
BIN
data/Static-Bilder/Forst-, Jagd-, Garten- TBs MS-vorschau.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
BIN
data/Static-Bilder/Forst-, Jagd-, Garten- TBs MS.png
Normal file
|
After Width: | Height: | Size: 8.9 MiB |
BIN
data/Static-Bilder/Gött. MA, Alm d d M 1770 MS-hintergrund.png
Normal file
|
After Width: | Height: | Size: 10 MiB |
BIN
data/Static-Bilder/Gött. MA, Alm d d M 1770 MS-vorschau.png
Normal file
|
After Width: | Height: | Size: 5.1 MiB |
BIN
data/Static-Bilder/Gött. MA, Alm d d M 1770 MS.png
Normal file
|
After Width: | Height: | Size: 5.8 MiB |
BIN
data/Static-Bilder/Kotzebue_Thea_frgst_JB-hintergrund.png
Normal file
|
After Width: | Height: | Size: 10 MiB |
BIN
data/Static-Bilder/Kotzebue_Thea_frgst_JB-vorschau.png
Normal file
|
After Width: | Height: | Size: 2.6 MiB |
BIN
data/Static-Bilder/Kotzebue_Thea_frgst_JB.png
Normal file
|
After Width: | Height: | Size: 5.0 MiB |
BIN
data/Static-Bilder/Miniaturformat1-vorschau.png
Normal file
|
After Width: | Height: | Size: 2.4 MiB |
BIN
data/Static-Bilder/Miniaturformat1.png
Normal file
|
After Width: | Height: | Size: 5.9 MiB |
BIN
data/Static-Bilder/TB z ges. Vergn-hintergrund.png
Normal file
|
After Width: | Height: | Size: 13 MiB |
BIN
data/Static-Bilder/TB z ges. Vergn-vorschau.png
Normal file
|
After Width: | Height: | Size: 2.0 MiB |
BIN
data/Static-Bilder/TB z ges. Vergn.png
Normal file
|
After Width: | Height: | Size: 9.5 MiB |
BIN
data/Static-Bilder/Wiener Almanache-hintergrund.png
Normal file
|
After Width: | Height: | Size: 15 MiB |
BIN
data/Static-Bilder/Wiener Almanache-vorschau.png
Normal file
|
After Width: | Height: | Size: 3.9 MiB |
BIN
data/Static-Bilder/Wiener Almanache.png
Normal file
|
After Width: | Height: | Size: 8.7 MiB |
51
data/Static-Bilder/beschreibungen.txt
Normal file
@@ -0,0 +1,51 @@
|
||||
# Alm_des_Muses_frgst_JB.png
|
||||
## Almanach des Muses
|
||||
### Trotz wechselhafter Zeiten erschien der <em>Almanach des Muses ou Choix des Poésies fugitives</em> von 1765–1833 beinahe ohne Unterbrechung – mit dem Konzept, ein Panorama der zeitgenössischen Dichtung zu liefern, wurde er er zum Vorbild für die ersten Musenalmanache in Deutschland.
|
||||
|
||||
# Alm_des_Pros_frgst_JB.png
|
||||
## Almanach des Prosateurs
|
||||
### In Abrenzung vom <em>Almanach des Muses</em>, der sich auf Lyrik konzentrierte, versammelte der <em>Almanach des Prosateurs</em> auschließlich Prosastücke – auch um den publizistischen Rang dieser Gattung neben der Poesie zu behaupten. Die abgebildeten Exemplare stammen aus der Privatbibliothek Georg Augusts von Mecklenburg, der als General in russischen Diensten stand.
|
||||
|
||||
# Kotzebue_Thea_frgst_JB.png
|
||||
## Almanach dramatischer Spiele
|
||||
### Bis zu seiner Ermordung war Kotzebue Herausgeber und einziger Beiträger dieses Almanachs, der sich mit seinen dramatischen Stücken explizit an Dilettanten- und Liebhabertheater wandte. Die kolorierten Rollenkupfer geben Fingerzeige für Schauspieler und Requisite.
|
||||
|
||||
# Apo_und_Schk_frgst_JB.png
|
||||
## TB für Scheidekünstler und Apotheker
|
||||
### Taschenbücher waren nicht ausschließlich dem Schöngeistigen gewidmet. Das <em>Taschenbuch für Scheidekünstler und Apotheker</em> gab u. a. Anleitung zur Herstellung von Berliner Blau und zum feuerfesten Ausbessern von gesprungenem Porzellan und Glas.
|
||||
|
||||
# Gött. MA, Alm d d M 1770 MS.png
|
||||
## Göttinger MA und Alm d. dt. Musen
|
||||
### Als erster deutscher Musenalmanach erschien der Göttinger Musenalmanach zur Leipziger Michaelismesse. Zeitgleich erschien der Almanach der deutschen Musen in Leipzig unter Verwendung von 18 Gedichten aus dem Göttinger Musenalmanach: Schon vor Drucklegung waren Bögen entwendet und samt Druckfehlern übernommen worden.
|
||||
|
||||
# 1770ff_freigestellt_JB.png
|
||||
## 1770ff
|
||||
### Die ersten Jahrgänge der beiden ersten deutschen Musenalmanache. Der Göttinger Musenalmanach erschien in 35 Jahrgängen 1770-1804. Der Almanach der deutschen Musen (Leipzig) erschien 1770-1881.
|
||||
|
||||
# Miniaturformat1.png
|
||||
## Miniaturformate
|
||||
### In Karlsruhe und Wien erschienen, als Ausweis drucktechnischer und buchmacherrischer Finesse, einige Almanache im Kleinstformat
|
||||
|
||||
# Forst-, Jagd-, Garten- TBs MS.png
|
||||
## Forst, Jagd, Garten
|
||||
### Sprachlich reizvoll und mit kolorierten Illustrationen und Plänen reich ausgestattet richten sich die Jagd-, Forst und Gartenalmanache an Fachleute und ein interessiertes Lesepublikum.
|
||||
|
||||
# TB z ges. Vergn.png
|
||||
## Taschenbuch der Liebe und Freundschaft
|
||||
### Das <em>Taschenbuch der Liebe und Freundschaft</em> erschien bei Wilmans in Bremen 1800-1802 dann in Frankfurt 1803-1841 und gehört zu den langlebigsten Reihen. Es konnte, vor allem unter dem Herausgeber Stephan Schütze 1811-1839 eine reizvolle Gestaltung und literarisches Niveau halten.
|
||||
|
||||
# urania-freigestellt.png
|
||||
## Urania
|
||||
### 1810-1848 erschien bei Brockhaus in Amsterdam, dann in Leipzig die Urania. Die ersten Jahrgänge gab Johanne Caroline Wilhelmine Spazier heraus, es folgte 1812 bis 1824 Johann Arnold Brockhaus. Über Jahre hielt das Taschenbuch ein hohes Niveau, fiel in den 30er Jahren ab und wurde 1848 eingestellt. Das Taschenbuch in seiner jährlichen Erscheinungsweise klang als Medium aus.
|
||||
|
||||
# Wiener Almanache.png
|
||||
## Wiener Almanache
|
||||
### Sorgfältige, liebevolle Gestaltung bei wechselhaftem Niveau der literarischen Beiträge zeichnen die Wiener Almanache und Taschenbücher aus.
|
||||
|
||||
# 1.jpg
|
||||
## Taschenbuch zum geselligen Vergnügen
|
||||
### Eine häufige Beigabe im Taschenbuch zum geselligen Vergnügen waren Tänze (für Klavier gesetzt) mit Tanzanleitungen. Hier: Tanz (Quadrille), Tanzschritte und Tanzanleitung aus dem Jg. 1795
|
||||
|
||||
# 3.jpg
|
||||
## Königl. Großbritannischen Genealogischen Kalender 1784
|
||||
### Modekupfer, häufig koloriert, waren beliebte Beigaben. Hier ein Beispiel aus dem Königl. Großbritannischen Genealogischen Kalender 1784
|
||||
BIN
data/Static-Bilder/musen.png
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
data/Static-Bilder/urania-freigestellt-vorschau.png
Normal file
|
After Width: | Height: | Size: 3.4 MiB |
BIN
data/Static-Bilder/urania-freigestellt.png
Normal file
|
After Width: | Height: | Size: 5.8 MiB |
BIN
data/Static-Bilder/urania-hintergrund.png
Normal file
|
After Width: | Height: | Size: 11 MiB |
36279
data/_RELATION_BaendeAkteure.xml
Normal file
37
data/_RELATION_BaendeAkteure.xsd
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
|
||||
<xsd:element name="dataroot">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="_x002A_RELATION_BaendeAkteure" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="generated" type="xsd:dateTime"/>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="_x002A_RELATION_BaendeAkteure">
|
||||
<xsd:annotation>
|
||||
<xsd:appinfo>
|
||||
<od:index index-name="*VOKABULAR_WerkeAkteure*RELATION_BaendeAkteure" index-key="BEZIEHUNG " primary="no" unique="no" clustered="no" order="asc"/>
|
||||
<od:index index-name="Akteure*RELATION_BaendeAkteure" index-key="AKTEUR " primary="no" unique="no" clustered="no" order="asc"/>
|
||||
<od:index index-name="Baende*RELATION_BaendeAkteure" index-key="BAND " primary="no" unique="no" clustered="no" order="asc"/>
|
||||
<od:index index-name="ID" index-key="ID " primary="no" unique="no" clustered="no" order="asc"/>
|
||||
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
|
||||
</xsd:appinfo>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
|
||||
<xsd:element name="BAND" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
|
||||
<xsd:element name="BEZIEHUNG" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
|
||||
<xsd:element name="AKTEUR" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
|
||||
<xsd:element name="ANMERKUNG" minOccurs="0" od:jetType="memo" od:sqlSType="ntext" od:textFormat="1">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="536870910"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
29977
data/_RELATION_BaendeReihen.xml
Normal file
37
data/_RELATION_BaendeReihen.xsd
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
|
||||
<xsd:element name="dataroot">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="_x002A_RELATION_BaendeReihen" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="generated" type="xsd:dateTime"/>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="_x002A_RELATION_BaendeReihen">
|
||||
<xsd:annotation>
|
||||
<xsd:appinfo>
|
||||
<od:index index-name="*VOKABULAR_Reihe*RELATION_BaendeReihen" index-key="BEZIEHUNG " primary="no" unique="no" clustered="no" order="asc"/>
|
||||
<od:index index-name="Baende*RELATION_BaendeReihen" index-key="BAND " primary="no" unique="no" clustered="no" order="asc"/>
|
||||
<od:index index-name="ID" index-key="ID " primary="no" unique="no" clustered="no" order="asc"/>
|
||||
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
|
||||
<od:index index-name="Reihen*RELATION_BaendeReihen" index-key="REIHE " primary="no" unique="no" clustered="no" order="asc"/>
|
||||
</xsd:appinfo>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
|
||||
<xsd:element name="BAND" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
|
||||
<xsd:element name="BEZIEHUNG" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
|
||||
<xsd:element name="REIHE" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
|
||||
<xsd:element name="ANMERKUNGEN" minOccurs="0" od:jetType="memo" od:sqlSType="ntext" od:textFormat="1">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="536870910"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
467985
data/_RELATION_InhalteAkteure.xml
Normal file
37
data/_RELATION_InhalteAkteure.xsd
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
|
||||
<xsd:element name="dataroot">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="_x002A_RELATION_InhalteAkteure" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="generated" type="xsd:dateTime"/>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="_x002A_RELATION_InhalteAkteure">
|
||||
<xsd:annotation>
|
||||
<xsd:appinfo>
|
||||
<od:index index-name="*VOKABULAR_WerkeAkteure*RELATION_InhaltAkteure" index-key="BEZIEHUNG " primary="no" unique="no" clustered="no" order="asc"/>
|
||||
<od:index index-name="Akteure*RELATION_InhaltAkteure" index-key="AKTEUR " primary="no" unique="no" clustered="no" order="asc"/>
|
||||
<od:index index-name="ID" index-key="ID " primary="no" unique="no" clustered="no" order="asc"/>
|
||||
<od:index index-name="Inhalte*RELATION_InhaltAkteure" index-key="INHALT " primary="no" unique="no" clustered="no" order="asc"/>
|
||||
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
|
||||
</xsd:appinfo>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
|
||||
<xsd:element name="INHALT" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
|
||||
<xsd:element name="BEZIEHUNG" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
|
||||
<xsd:element name="AKTEUR" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
|
||||
<xsd:element name="ANMERKUNG" minOccurs="0" od:jetType="memo" od:sqlSType="ntext" od:textFormat="1">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="536870910"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
31
data/_VOKABULAR_Reihe.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="_VOKABULAR_Reihe.xsd" generated="2024-10-16T13:49:48">
|
||||
<_x002A_VOKABULAR_Reihe>
|
||||
<ID>1</ID>
|
||||
<BEZIEHUNG>ist in der Reihe erschienen</BEZIEHUNG>
|
||||
</_x002A_VOKABULAR_Reihe>
|
||||
<_x002A_VOKABULAR_Reihe>
|
||||
<ID>2</ID>
|
||||
<BEZIEHUNG>kann auch als Teil der Reihe gelten</BEZIEHUNG>
|
||||
</_x002A_VOKABULAR_Reihe>
|
||||
<_x002A_VOKABULAR_Reihe>
|
||||
<ID>3</ID>
|
||||
<BEZIEHUNG>auch in französischer Fassung erschienen</BEZIEHUNG>
|
||||
</_x002A_VOKABULAR_Reihe>
|
||||
<_x002A_VOKABULAR_Reihe>
|
||||
<ID>4</ID>
|
||||
<BEZIEHUNG>ist die fr. Übertragung der Reihe</BEZIEHUNG>
|
||||
</_x002A_VOKABULAR_Reihe>
|
||||
<_x002A_VOKABULAR_Reihe>
|
||||
<ID>5</ID>
|
||||
<BEZIEHUNG>ist auch unter dem Titel erschienen</BEZIEHUNG>
|
||||
</_x002A_VOKABULAR_Reihe>
|
||||
<_x002A_VOKABULAR_Reihe>
|
||||
<ID>6</ID>
|
||||
<BEZIEHUNG>ist Titelauflage von</BEZIEHUNG>
|
||||
</_x002A_VOKABULAR_Reihe>
|
||||
<_x002A_VOKABULAR_Reihe>
|
||||
<ID>7</ID>
|
||||
<BEZIEHUNG>auch als Titelauflage</BEZIEHUNG>
|
||||
</_x002A_VOKABULAR_Reihe>
|
||||
</dataroot>
|
||||
30
data/_VOKABULAR_Reihe.xsd
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
|
||||
<xsd:element name="dataroot">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="_x002A_VOKABULAR_Reihe" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="generated" type="xsd:dateTime"/>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="_x002A_VOKABULAR_Reihe">
|
||||
<xsd:annotation>
|
||||
<xsd:appinfo>
|
||||
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
|
||||
</xsd:appinfo>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
|
||||
<xsd:element name="BEZIEHUNG" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
39
data/_VOKABULAR_WerkeAkteure.xml
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="_VOKABULAR_WerkeAkteure.xsd" generated="2024-10-16T13:49:48">
|
||||
<_x002A_VOKABULAR_WerkeAkteure>
|
||||
<ID>1</ID>
|
||||
<Beziehung>wurde geschaffen von</Beziehung>
|
||||
</_x002A_VOKABULAR_WerkeAkteure>
|
||||
<_x002A_VOKABULAR_WerkeAkteure>
|
||||
<ID>2</ID>
|
||||
<Beziehung>wurde geschrieben von</Beziehung>
|
||||
</_x002A_VOKABULAR_WerkeAkteure>
|
||||
<_x002A_VOKABULAR_WerkeAkteure>
|
||||
<ID>3</ID>
|
||||
<Beziehung>wurde gezeichnet von</Beziehung>
|
||||
</_x002A_VOKABULAR_WerkeAkteure>
|
||||
<_x002A_VOKABULAR_WerkeAkteure>
|
||||
<ID>4</ID>
|
||||
<Beziehung>wurde gestochen von</Beziehung>
|
||||
</_x002A_VOKABULAR_WerkeAkteure>
|
||||
<_x002A_VOKABULAR_WerkeAkteure>
|
||||
<ID>5</ID>
|
||||
<Beziehung>wurde herausgegeben von</Beziehung>
|
||||
</_x002A_VOKABULAR_WerkeAkteure>
|
||||
<_x002A_VOKABULAR_WerkeAkteure>
|
||||
<ID>6</ID>
|
||||
<Beziehung>wurde verlegt von</Beziehung>
|
||||
</_x002A_VOKABULAR_WerkeAkteure>
|
||||
<_x002A_VOKABULAR_WerkeAkteure>
|
||||
<ID>7</ID>
|
||||
<Beziehung>wurde gedruckt von</Beziehung>
|
||||
</_x002A_VOKABULAR_WerkeAkteure>
|
||||
<_x002A_VOKABULAR_WerkeAkteure>
|
||||
<ID>8</ID>
|
||||
<Beziehung>wurde vertrieben von</Beziehung>
|
||||
</_x002A_VOKABULAR_WerkeAkteure>
|
||||
<_x002A_VOKABULAR_WerkeAkteure>
|
||||
<ID>9</ID>
|
||||
<Beziehung>wurde gemalt von</Beziehung>
|
||||
</_x002A_VOKABULAR_WerkeAkteure>
|
||||
</dataroot>
|
||||
30
data/_VOKABULAR_WerkeAkteure.xsd
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
|
||||
<xsd:element name="dataroot">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="_x002A_VOKABULAR_WerkeAkteure" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="generated" type="xsd:dateTime"/>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="_x002A_VOKABULAR_WerkeAkteure">
|
||||
<xsd:annotation>
|
||||
<xsd:appinfo>
|
||||
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
|
||||
</xsd:appinfo>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
|
||||
<xsd:element name="Beziehung" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:maxLength value="255"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
54
data/abkuerzungen.txt
Normal file
@@ -0,0 +1,54 @@
|
||||
ar: arabische Paginierung
|
||||
ar1: arabische Paginierung
|
||||
ar2: zweite arabische Paginierung
|
||||
ar3: dritte arabische Paginierung
|
||||
ar4: vierte arabische Paginierung
|
||||
ar5: fünfte arabische Paginierung
|
||||
ar6: sechste arabische Paginierung
|
||||
ar7: siebte arabische Paginierung
|
||||
B: Blatt
|
||||
BB: Blätter
|
||||
C: Corrigenda
|
||||
Diagr: Diagramm
|
||||
G: Graphik
|
||||
GG: Graphiken
|
||||
UG: Umschlaggraphik
|
||||
UG r: Umschlaggraphik recto
|
||||
UG v: Umschlaggraphik verso
|
||||
TG: Titelgraphik, Titelportrait etc
|
||||
TG v: Titelgraphik, Titelportrait etc verso
|
||||
TG r: Titelgraphik, Titelportrait etc recto
|
||||
gA: graphische Anleitung
|
||||
gTzA: graphische Tanzanleitung
|
||||
G-Verz: Verzeichnis der Kupfer u. ä.
|
||||
Hrsg: Herausgeber
|
||||
I-Verz: Inhaltsverzeichnis
|
||||
Kal: Kalendarium
|
||||
Kr: Karte
|
||||
MusB: Musikbeigabe
|
||||
MusBB: Musikbeigaben
|
||||
röm: römische Paginierung
|
||||
röm1: römische Paginierung
|
||||
röm2: zweite römische Paginierung
|
||||
röm3: dritte römische Paginierung
|
||||
röm4: vierte römische Paginierung
|
||||
röm5: fünfte römische Paginierung
|
||||
röm6: sechste römische Paginierung
|
||||
röm7: siebte römische Paginierung
|
||||
S: Seite
|
||||
SS: Seiten
|
||||
Sp: Spiegel
|
||||
T: Titel
|
||||
gT: graphischer Titel
|
||||
vT: Vortitel
|
||||
nT: Nachtitel
|
||||
zT: Zwischentitel
|
||||
Tab: Tabelle
|
||||
VB: Vorsatzblatt
|
||||
Vf: Verfasser
|
||||
VrlgM: Verlagsmitteilung
|
||||
Vrwrt: Vorwort
|
||||
#: Hinweis auf weitere Informationen in der Anmerkung.
|
||||
§§: Hinweis auf Mängel im Almanach (Beschädigungen, fehlende Graphiken od. Beiträge, unvollständige Sammlungen etc) in der Anmerkung
|
||||
+++: Inhalte aus mehreren Almanachen interpoliert
|
||||
$: vermutlich
|
||||
1144
data/claude/Akteure.txt
Normal file
112
data/claude/Baende.txt
Normal file
@@ -0,0 +1,112 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Baende.xsd" generated="2024-02-23T17:08:36">
|
||||
<Baende>
|
||||
<ID>4853</ID>
|
||||
<BIBLIO-ID>411407</BIBLIO-ID>
|
||||
<TITEL><div>Kinder-Kalender / ein nützliches und unterhaltendes Jahrbuch / für / Knaben und Mädchen. / Dritter Jahrgang. / 1848. / Wien. / Bey Franz Riedl's sel. Witwe &amp; Sohn</div></TITEL>
|
||||
<ORT-ALT>Wien (Riedl)</ORT-ALT>
|
||||
<JAHR>1848</JAHR>
|
||||
<HERAUSGEBER>unbezeichnet</HERAUSGEBER>
|
||||
<AUTOPSIE>0</AUTOPSIE>
|
||||
<ERFASST>0</ERFASST>
|
||||
<STATUS>
|
||||
<Value>Original vorhanden</Value>
|
||||
</STATUS>
|
||||
<NACHWEIS>nicht bei K; L/R 165;</NACHWEIS>
|
||||
<ANMERKUNGEN><div>KVK ÖNB 1846-1848</div></ANMERKUNGEN>
|
||||
<REIHENTITEL-ALT>Kinder-Kalender (Wien, Riedl) 1848</REIHENTITEL-ALT>
|
||||
<ORTE>
|
||||
<Value>215</Value>
|
||||
</ORTE>
|
||||
</Baende>
|
||||
<Baende>
|
||||
<ID>4850</ID>
|
||||
<BIBLIO-ID>0</BIBLIO-ID>
|
||||
<JAHR>0</JAHR>
|
||||
<AUTOPSIE>0</AUTOPSIE>
|
||||
<ERFASST>0</ERFASST>
|
||||
<REIHENTITEL-ALT>Taschenbuch, Philosophisches für denkende Gottesverehrer 1799</REIHENTITEL-ALT>
|
||||
</Baende>
|
||||
<Baende>
|
||||
<ID>4851</ID>
|
||||
<BIBLIO-ID>0</BIBLIO-ID>
|
||||
<JAHR>0</JAHR>
|
||||
<AUTOPSIE>0</AUTOPSIE>
|
||||
<ERFASST>0</ERFASST>
|
||||
<REIHENTITEL-ALT>Kalender, Freyburger 1813</REIHENTITEL-ALT>
|
||||
</Baende>
|
||||
<Baende>
|
||||
<ID>4852</ID>
|
||||
<BIBLIO-ID>0</BIBLIO-ID>
|
||||
<JAHR>0</JAHR>
|
||||
<AUTOPSIE>0</AUTOPSIE>
|
||||
<ERFASST>0</ERFASST>
|
||||
<REIHENTITEL-ALT>Taschenbuch für Tollhäusler 1808</REIHENTITEL-ALT>
|
||||
</Baende>
|
||||
<Baende>
|
||||
<ID>77</ID>
|
||||
<BIBLIO-ID>110579</BIBLIO-ID>
|
||||
<SORTIERTITEL>MusenAlmanach / in Sardonica / Vestalis / ex Mus. Walmod. / A MDCCLXXVI / Göttingen, bey J. C. Dieterich</SORTIERTITEL>
|
||||
<TITEL>MusenAlmanach / in Sardonica / Vestalis / ex Mus. Walmod. / A MDCCLXXVI / Göttingen, bey J. C. Dieterich</TITEL>
|
||||
<ORT-ALT>Göttingen (J. C. Dieterich)</ORT-ALT>
|
||||
<JAHR>1776</JAHR>
|
||||
<HERAUSGEBER>unbezeichnet</HERAUSGEBER>
|
||||
<AUTOPSIE>1</AUTOPSIE>
|
||||
<ERFASST>1</ERFASST>
|
||||
<STATUS>
|
||||
<Value>Original vorhanden</Value>
|
||||
</STATUS>
|
||||
<NACHWEIS>K 84; L/R 24; Goed IV/1. 946, 3</NACHWEIS>
|
||||
<STRUKTUR>gT, recto G, nT, SS 1-192 darin 5 MusBB, 7 SS I-Verz u C</STRUKTUR>
|
||||
<NORM>~+++ Kal Reprint Hildesheim, New York (Olms) 1979</NORM>
|
||||
<ANMERKUNGEN>bibliophiles Ex zusammengebunden mit Jg 1775 (vielleicht aus Goethes Bibliothek)</ANMERKUNGEN>
|
||||
<REIHENTITEL-ALT>Musenalmanach (Göttinger) 1776</REIHENTITEL-ALT>
|
||||
<ORTE>
|
||||
<Value>78</Value>
|
||||
</ORTE>
|
||||
</Baende>
|
||||
<Baende>
|
||||
<ID>78</ID>
|
||||
<BIBLIO-ID>101029</BIBLIO-ID>
|
||||
<SORTIERTITEL>Musen Almanach / in Sardonica / Vestalis / ex Mus. Walmod. / A MDCCLXXVII / Göttingen, bey J. C. Dieterich</SORTIERTITEL>
|
||||
<TITEL>Musen Almanach / in Sardonica / Vestalis / ex Mus. Walmod. / A MDCCLXXVII / Göttingen, bey J. C. Dieterich</TITEL>
|
||||
<ORT-ALT>Göttingen (J. C. Dieterich)</ORT-ALT>
|
||||
<JAHR>1777</JAHR>
|
||||
<HERAUSGEBER>Göckingk</HERAUSGEBER>
|
||||
<AUTOPSIE>1</AUTOPSIE>
|
||||
<ERFASST>1</ERFASST>
|
||||
<STATUS>
|
||||
<Value>Original vorhanden</Value>
|
||||
</STATUS>
|
||||
<NACHWEIS>K 84; L/R 24; Goed IV/1. 946, 3</NACHWEIS>
|
||||
<STRUKTUR>VB, gT, 14 BB Kal, nT, SS 1-208 darin 10 MusBB, 6 SS I-Verz, 3 SS Anm d Hrsg u VrlgM</STRUKTUR>
|
||||
<NORM>~</NORM>
|
||||
<ANMERKUNGEN>Das sonst beigegebene Titelportrait fehlt; s. Anm. am Ende des Almanachs: Eine Verzögerung, woran weder Herausgeber noch Verleger Schuld sind, hat gemacht, daß dießmal kein Portrait vor dem Alamanch steht.</ANMERKUNGEN>
|
||||
<REIHENTITEL-ALT>Musenalmanach (Göttinger) 1777</REIHENTITEL-ALT>
|
||||
<ORTE>
|
||||
<Value>78</Value>
|
||||
</ORTE>
|
||||
</Baende>
|
||||
<Baende>
|
||||
<ID>79</ID>
|
||||
<BIBLIO-ID>101030</BIBLIO-ID>
|
||||
<SORTIERTITEL>Musen Almanach / in Sardonica / Vestalis / ex Mus. Walmod. / A MDCCLXXVIII / Göttingen, bey J. C. Dieterich</SORTIERTITEL>
|
||||
<TITEL>Musen Almanach / in Sardonica / Vestalis / ex Mus. Walmod. / A MDCCLXXVIII / Göttingen, bey J. C. Dieterich</TITEL>
|
||||
<ORT-ALT>Göttingen (J. C. Dieterich)</ORT-ALT>
|
||||
<JAHR>1778</JAHR>
|
||||
<HERAUSGEBER>Goeckingk</HERAUSGEBER>
|
||||
<AUTOPSIE>1</AUTOPSIE>
|
||||
<ERFASST>1</ERFASST>
|
||||
<STATUS>
|
||||
<Value>Original vorhanden</Value>
|
||||
</STATUS>
|
||||
<NACHWEIS>K 84; L/R 24; Goed IV/1. 946, 3</NACHWEIS>
|
||||
<STRUKTUR>VB, verso G, gT, nT, 2 SS, 14 BB Kal, SS 1-160 darin 6 MusBB, 4 SS I-Verz, 2 SS Anm d Hrsg, S VrlgM; S C</STRUKTUR>
|
||||
<NORM>~</NORM>
|
||||
<REIHENTITEL-ALT>Musenalmanach (Göttinger) 1778</REIHENTITEL-ALT>
|
||||
<ORTE>
|
||||
<Value>78</Value>
|
||||
<Value>77</Value>
|
||||
</ORTE>
|
||||
</Baende>
|
||||
</dataroot>
|
||||
25
data/claude/Orte.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Orte.xsd" generated="2024-02-23T17:11:26">
|
||||
<Orte>
|
||||
<ID>2</ID>
|
||||
<NAME>[Emden]</NAME>
|
||||
<FIKTIV>0</FIKTIV>
|
||||
</Orte>
|
||||
<Orte>
|
||||
<ID>3</ID>
|
||||
<NAME>[Gera]</NAME>
|
||||
<FIKTIV>0</FIKTIV>
|
||||
</Orte>
|
||||
<Orte>
|
||||
<ID>77</ID>
|
||||
<NAME>Gotha</NAME>
|
||||
<FIKTIV>0</FIKTIV>
|
||||
</Orte>
|
||||
<Orte>
|
||||
<ID>78</ID>
|
||||
<NAME>Göttingen</NAME>
|
||||
<FIKTIV>0</FIKTIV>
|
||||
</Orte>
|
||||
<Orte>
|
||||
|
||||
</dataroot>
|
||||
12
data/claude/Reihen.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Reihen.xsd" generated="2024-02-23T17:08:35">
|
||||
<Reihen>
|
||||
<ID>1208</ID>
|
||||
<NAME>Abendstunden</NAME>
|
||||
<SORTIERNAME>Abendstunden</SORTIERNAME>
|
||||
<NACHWEIS>K 5; nicht bei L/R; Goed VIII. 101, 225</NACHWEIS>
|
||||
<Anmerkungen><div>Jgg 1820 (in zwei Bänden), 1823</div>
|
||||
|
||||
<div>Leipzig (Gleditsch)</div></Anmerkungen>
|
||||
</Reihen>
|
||||
</dataroot>
|
||||
81
data/claude/_RELATION_BaendeAkteure.txt
Normal file
@@ -0,0 +1,81 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="_RELATION_BaendeAkteure.xsd" generated="2024-02-23T17:08:20">
|
||||
<_x002A_RELATION_BaendeAkteure>
|
||||
<ID>1</ID>
|
||||
<BAND>185</BAND>
|
||||
<BEZIEHUNG>5</BEZIEHUNG>
|
||||
<AKTEUR>2481</AKTEUR>
|
||||
</_x002A_RELATION_BaendeAkteure>
|
||||
<_x002A_RELATION_BaendeAkteure>
|
||||
<ID>2</ID>
|
||||
<BAND>186</BAND>
|
||||
<BEZIEHUNG>5</BEZIEHUNG>
|
||||
<AKTEUR>2481</AKTEUR>
|
||||
</_x002A_RELATION_BaendeAkteure>
|
||||
<_x002A_RELATION_BaendeAkteure>
|
||||
<ID>3</ID>
|
||||
<BAND>187</BAND>
|
||||
<BEZIEHUNG>5</BEZIEHUNG>
|
||||
<AKTEUR>2481</AKTEUR>
|
||||
</_x002A_RELATION_BaendeAkteure>
|
||||
<_x002A_RELATION_BaendeAkteure>
|
||||
<ID>4</ID>
|
||||
<BAND>188</BAND>
|
||||
<BEZIEHUNG>5</BEZIEHUNG>
|
||||
<AKTEUR>2481</AKTEUR>
|
||||
</_x002A_RELATION_BaendeAkteure>
|
||||
<_x002A_RELATION_BaendeAkteure>
|
||||
<ID>5</ID>
|
||||
<BAND>189</BAND>
|
||||
<BEZIEHUNG>5</BEZIEHUNG>
|
||||
<AKTEUR>2481</AKTEUR>
|
||||
</_x002A_RELATION_BaendeAkteure>
|
||||
<_x002A_RELATION_BaendeAkteure>
|
||||
<ID>6</ID>
|
||||
<BAND>190</BAND>
|
||||
<BEZIEHUNG>5</BEZIEHUNG>
|
||||
<AKTEUR>2481</AKTEUR>
|
||||
</_x002A_RELATION_BaendeAkteure>
|
||||
<_x002A_RELATION_BaendeAkteure>
|
||||
<ID>7</ID>
|
||||
<BAND>191</BAND>
|
||||
<BEZIEHUNG>5</BEZIEHUNG>
|
||||
<AKTEUR>2116</AKTEUR>
|
||||
</_x002A_RELATION_BaendeAkteure>
|
||||
<_x002A_RELATION_BaendeAkteure>
|
||||
<ID>8</ID>
|
||||
<BAND>192</BAND>
|
||||
<BEZIEHUNG>5</BEZIEHUNG>
|
||||
<AKTEUR>2116</AKTEUR>
|
||||
</_x002A_RELATION_BaendeAkteure>
|
||||
<_x002A_RELATION_BaendeAkteure>
|
||||
<ID>9</ID>
|
||||
<BAND>194</BAND>
|
||||
<BEZIEHUNG>5</BEZIEHUNG>
|
||||
<AKTEUR>2116</AKTEUR>
|
||||
</_x002A_RELATION_BaendeAkteure>
|
||||
<_x002A_RELATION_BaendeAkteure>
|
||||
<ID>10</ID>
|
||||
<BAND>195</BAND>
|
||||
<BEZIEHUNG>5</BEZIEHUNG>
|
||||
<AKTEUR>2116</AKTEUR>
|
||||
</_x002A_RELATION_BaendeAkteure>
|
||||
<_x002A_RELATION_BaendeAkteure>
|
||||
<ID>11</ID>
|
||||
<BAND>196</BAND>
|
||||
<BEZIEHUNG>5</BEZIEHUNG>
|
||||
<AKTEUR>2116</AKTEUR>
|
||||
</_x002A_RELATION_BaendeAkteure>
|
||||
<_x002A_RELATION_BaendeAkteure>
|
||||
<ID>12</ID>
|
||||
<BAND>197</BAND>
|
||||
<BEZIEHUNG>5</BEZIEHUNG>
|
||||
<AKTEUR>1885</AKTEUR>
|
||||
</_x002A_RELATION_BaendeAkteure>
|
||||
<_x002A_RELATION_BaendeAkteure>
|
||||
<ID>13</ID>
|
||||
<BAND>198</BAND>
|
||||
<BEZIEHUNG>5</BEZIEHUNG>
|
||||
<AKTEUR>2116</AKTEUR>
|
||||
</_x002A_RELATION_BaendeAkteure>
|
||||
</dataroot>
|
||||
21
data/claude/_RELATION_BaendeReihen.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="_RELATION_BaendeReihen.xsd" generated="2024-02-23T17:08:21">
|
||||
<_x002A_RELATION_BaendeReihen>
|
||||
<ID>1</ID>
|
||||
<BAND>3026</BAND>
|
||||
<BEZIEHUNG>1</BEZIEHUNG>
|
||||
<REIHE>2191</REIHE>
|
||||
</_x002A_RELATION_BaendeReihen>
|
||||
<_x002A_RELATION_BaendeReihen>
|
||||
<ID>2</ID>
|
||||
<BAND>3633</BAND>
|
||||
<BEZIEHUNG>1</BEZIEHUNG>
|
||||
<REIHE>2190</REIHE>
|
||||
</_x002A_RELATION_BaendeReihen>
|
||||
<_x002A_RELATION_BaendeReihen>
|
||||
<ID>3</ID>
|
||||
<BAND>3632</BAND>
|
||||
<BEZIEHUNG>1</BEZIEHUNG>
|
||||
<REIHE>2189</REIHE>
|
||||
</_x002A_RELATION_BaendeReihen>
|
||||
</dataroot>
|
||||
31
data/claude/_VOKABULAR_Reihe.txt
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="_VOKABULAR_Reihe.xsd" generated="2024-02-23T17:08:20">
|
||||
<_x002A_VOKABULAR_Reihe>
|
||||
<ID>1</ID>
|
||||
<BEZIEHUNG>ist in der Reihe erschienen</BEZIEHUNG>
|
||||
</_x002A_VOKABULAR_Reihe>
|
||||
<_x002A_VOKABULAR_Reihe>
|
||||
<ID>2</ID>
|
||||
<BEZIEHUNG>kann auch als Teil der Reihe gelten</BEZIEHUNG>
|
||||
</_x002A_VOKABULAR_Reihe>
|
||||
<_x002A_VOKABULAR_Reihe>
|
||||
<ID>3</ID>
|
||||
<BEZIEHUNG>auch in französischer Fassung erschienen</BEZIEHUNG>
|
||||
</_x002A_VOKABULAR_Reihe>
|
||||
<_x002A_VOKABULAR_Reihe>
|
||||
<ID>4</ID>
|
||||
<BEZIEHUNG>ist die fr. Übertragung der Reihe</BEZIEHUNG>
|
||||
</_x002A_VOKABULAR_Reihe>
|
||||
<_x002A_VOKABULAR_Reihe>
|
||||
<ID>5</ID>
|
||||
<BEZIEHUNG>ist auch unter dem Titel erschienen</BEZIEHUNG>
|
||||
</_x002A_VOKABULAR_Reihe>
|
||||
<_x002A_VOKABULAR_Reihe>
|
||||
<ID>6</ID>
|
||||
<BEZIEHUNG>ist Titelauflage von</BEZIEHUNG>
|
||||
</_x002A_VOKABULAR_Reihe>
|
||||
<_x002A_VOKABULAR_Reihe>
|
||||
<ID>7</ID>
|
||||
<BEZIEHUNG>auch als Titelauflage</BEZIEHUNG>
|
||||
</_x002A_VOKABULAR_Reihe>
|
||||
</dataroot>
|
||||
35
data/claude/_VOKABULAR_WerkeAkteure.txt
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="_VOKABULAR_WerkeAkteure.xsd" generated="2024-02-23T17:08:20">
|
||||
<_x002A_VOKABULAR_WerkeAkteure>
|
||||
<ID>1</ID>
|
||||
<Beziehung>wurde geschaffen von</Beziehung>
|
||||
</_x002A_VOKABULAR_WerkeAkteure>
|
||||
<_x002A_VOKABULAR_WerkeAkteure>
|
||||
<ID>2</ID>
|
||||
<Beziehung>wurde geschrieben von</Beziehung>
|
||||
</_x002A_VOKABULAR_WerkeAkteure>
|
||||
<_x002A_VOKABULAR_WerkeAkteure>
|
||||
<ID>3</ID>
|
||||
<Beziehung>wurde gezeichnet von</Beziehung>
|
||||
</_x002A_VOKABULAR_WerkeAkteure>
|
||||
<_x002A_VOKABULAR_WerkeAkteure>
|
||||
<ID>4</ID>
|
||||
<Beziehung>wurde gestochen von</Beziehung>
|
||||
</_x002A_VOKABULAR_WerkeAkteure>
|
||||
<_x002A_VOKABULAR_WerkeAkteure>
|
||||
<ID>5</ID>
|
||||
<Beziehung>wurde herausgegeben von</Beziehung>
|
||||
</_x002A_VOKABULAR_WerkeAkteure>
|
||||
<_x002A_VOKABULAR_WerkeAkteure>
|
||||
<ID>6</ID>
|
||||
<Beziehung>wurde verlegt von</Beziehung>
|
||||
</_x002A_VOKABULAR_WerkeAkteure>
|
||||
<_x002A_VOKABULAR_WerkeAkteure>
|
||||
<ID>7</ID>
|
||||
<Beziehung>wurde gedruckt von</Beziehung>
|
||||
</_x002A_VOKABULAR_WerkeAkteure>
|
||||
<_x002A_VOKABULAR_WerkeAkteure>
|
||||
<ID>8</ID>
|
||||
<Beziehung>wurde vertrieben von</Beziehung>
|
||||
</_x002A_VOKABULAR_WerkeAkteure>
|
||||
</dataroot>
|
||||
224
data/rtansfer.py
Normal file
@@ -0,0 +1,224 @@
|
||||
import xml.etree.ElementTree as ET
|
||||
from xml.dom import minidom
|
||||
import re
|
||||
import sys
|
||||
|
||||
def create_zotero_rdf():
|
||||
rdf = ET.Element('rdf:RDF')
|
||||
rdf.set('xmlns:rdf', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#')
|
||||
rdf.set('xmlns:z', 'http://www.zotero.org/namespaces/export#')
|
||||
rdf.set('xmlns:dc', 'http://purl.org/dc/elements/1.1/')
|
||||
rdf.set('xmlns:vcard', 'http://nwalsh.com/rdf/vCard#')
|
||||
rdf.set('xmlns:foaf', 'http://xmlns.com/foaf/0.1/')
|
||||
rdf.set('xmlns:bib', 'http://purl.org/net/biblio#')
|
||||
rdf.set('xmlns:dcterms', 'http://purl.org/dc/terms/')
|
||||
return rdf
|
||||
|
||||
def create_actor_element(akteur):
|
||||
if akteur.find('ORGANISATION') is not None and akteur.find('ORGANISATION').text == '1':
|
||||
actor = ET.Element('foaf:Organization')
|
||||
name = ET.SubElement(actor, 'foaf:name')
|
||||
name.text = akteur.find('NAME').text if akteur.find('NAME') is not None else "Unknown Organization"
|
||||
else:
|
||||
actor = ET.Element('foaf:Person')
|
||||
surname = ET.SubElement(actor, 'foaf:surname')
|
||||
full_name = akteur.find('NAME').text if akteur.find('NAME') is not None else "Unknown Person"
|
||||
surname.text = full_name.split(', ')[0] if ', ' in full_name else full_name
|
||||
|
||||
if ', ' in full_name:
|
||||
given_name = ET.SubElement(actor, 'foaf:givenName')
|
||||
given_name.text = full_name.split(', ')[1]
|
||||
|
||||
return actor
|
||||
|
||||
def create_memo(book_id, content, index):
|
||||
memo = ET.Element('bib:Memo')
|
||||
memo.set('rdf:about', f'#item_{book_id}_memo_{index}')
|
||||
value = ET.SubElement(memo, 'rdf:value')
|
||||
value.text = f'<div data-schema-version="9"><p>{content}</p></div>'
|
||||
return memo
|
||||
|
||||
|
||||
def create_book_entry(band, akteure, relationships, orte, vocabular, relationships_reihen, reihen, vocabular_reihe, zotero_rdf):
|
||||
if band.find('TITEL') is None or not band.find('TITEL').text:
|
||||
return None
|
||||
|
||||
book_id = band.find('ID').text if band.find('ID') is not None else "unknown"
|
||||
book = ET.Element('bib:Book')
|
||||
book.set('rdf:about', f'#item_{book_id}')
|
||||
|
||||
# Add item type
|
||||
item_type = ET.SubElement(book, 'z:itemType')
|
||||
item_type.text = 'book'
|
||||
|
||||
# Add title
|
||||
title = ET.SubElement(book, 'dc:title')
|
||||
title.text = band.find('TITEL').text if band.find('TITEL') is not None else "Unknown Title"
|
||||
|
||||
# Add year
|
||||
year = ET.SubElement(book, 'dc:date')
|
||||
year.text = band.find('JAHR').text if band.find('JAHR') is not None else ""
|
||||
|
||||
# Add editors
|
||||
editors = ET.SubElement(book, 'bib:editors')
|
||||
editors_seq = ET.SubElement(editors, 'rdf:Seq')
|
||||
|
||||
# Process relationships
|
||||
for relation in relationships:
|
||||
if relation.find('BAND') is not None and relation.find('BAND').text == book_id:
|
||||
akteur_id = relation.find('AKTEUR').text if relation.find('AKTEUR') is not None else None
|
||||
beziehung_id = relation.find('BEZIEHUNG').text if relation.find('BEZIEHUNG') is not None else None
|
||||
akteur = next((a for a in akteure if a.find('ID') is not None and a.find('ID').text == akteur_id), None)
|
||||
beziehung = next((v for v in vocabular if v.find('ID') is not None and v.find('ID').text == beziehung_id), None)
|
||||
|
||||
if akteur is not None and beziehung is not None and beziehung.find('Beziehung') is not None:
|
||||
actor_element = create_actor_element(akteur)
|
||||
|
||||
if beziehung.find('Beziehung').text == 'wurde herausgegeben von':
|
||||
editor_li = ET.SubElement(editors_seq, 'rdf:li')
|
||||
editor_li.append(actor_element)
|
||||
elif beziehung.find('Beziehung').text == 'wurde verlegt von':
|
||||
publisher = ET.SubElement(book, 'dc:publisher')
|
||||
publisher.append(actor_element)
|
||||
|
||||
# Add place of publication
|
||||
ort_id = band.find('ORTE/Value').text if band.find('ORTE/Value') is not None else None
|
||||
if ort_id:
|
||||
ort = next((o for o in orte if o.find('ID') is not None and o.find('ID').text == ort_id), None)
|
||||
if ort is not None and ort.find('NAME') is not None:
|
||||
publisher = book.find('dc:publisher')
|
||||
if publisher is None:
|
||||
publisher = ET.SubElement(book, 'dc:publisher')
|
||||
org = ET.SubElement(publisher, 'foaf:Organization')
|
||||
else:
|
||||
org = publisher.find('foaf:Organization')
|
||||
if org is None:
|
||||
org = ET.SubElement(publisher, 'foaf:Organization')
|
||||
|
||||
adr = ET.SubElement(org, 'vcard:adr')
|
||||
address = ET.SubElement(adr, 'vcard:Address')
|
||||
locality = ET.SubElement(address, 'vcard:locality')
|
||||
locality.text = ort.find('NAME').text
|
||||
|
||||
# Add series information
|
||||
for relation in relationships_reihen:
|
||||
if relation.find('BAND') is not None and relation.find('BAND').text == book_id:
|
||||
reihe_id = relation.find('REIHE').text if relation.find('REIHE') is not None else None
|
||||
beziehung_id = relation.find('BEZIEHUNG').text if relation.find('BEZIEHUNG') is not None else None
|
||||
reihe = next((r for r in reihen if r.find('ID') is not None and r.find('ID').text == reihe_id), None)
|
||||
beziehung = next((v for v in vocabular_reihe if v.find('ID') is not None and v.find('ID').text == beziehung_id), None)
|
||||
|
||||
if reihe is not None and beziehung is not None and reihe.find('NAME') is not None:
|
||||
series = ET.SubElement(book, 'dcterms:isPartOf')
|
||||
series_element = ET.SubElement(series, 'bib:Series')
|
||||
series_title = ET.SubElement(series_element, 'dc:title')
|
||||
series_title.text = reihe.find('NAME').text
|
||||
|
||||
# Add STRUKTUR to z:numPages
|
||||
if band.find('STRUKTUR') is not None and band.find('STRUKTUR').text:
|
||||
num_pages = ET.SubElement(book, 'z:numPages')
|
||||
num_pages.text = band.find('STRUKTUR').text
|
||||
|
||||
# Add description
|
||||
description = ET.SubElement(book, 'dcterms:abstract')
|
||||
desc_parts = []
|
||||
|
||||
# Handle STATUS
|
||||
status = band.find('STATUS/Value')
|
||||
if status is not None and status.text:
|
||||
desc_parts.append(f"Status: {status.text}")
|
||||
|
||||
# Handle NACHWEIS
|
||||
nachweis = band.find('NACHWEIS')
|
||||
if nachweis is not None and nachweis.text:
|
||||
desc_parts.append(f"Nachweis: {nachweis.text}")
|
||||
|
||||
# Handle BIBLIO-ID
|
||||
biblio_id = band.find('BIBLIO-ID')
|
||||
if biblio_id is not None and biblio_id.text:
|
||||
desc_parts.append(f"BIBLIO-ID: {biblio_id.text}")
|
||||
|
||||
description.text = "\n".join(desc_parts)
|
||||
|
||||
# Add language
|
||||
language = ET.SubElement(book, 'z:language')
|
||||
language.text = 'Deutsch' # Assuming the language is German
|
||||
|
||||
# Add Anmerkungen as Memos
|
||||
if band.find('ANMERKUNGEN') is not None and band.find('ANMERKUNGEN').text:
|
||||
anmerkungen = band.find('ANMERKUNGEN').text
|
||||
# Split Anmerkungen by \) or )\
|
||||
memo_contents = re.split(r'\\\)|\)\\\s*', anmerkungen)
|
||||
for i, content in enumerate(memo_contents):
|
||||
if content.strip(): # Only create memo if content is not empty
|
||||
memo = create_memo(book_id, content.strip(), i)
|
||||
zotero_rdf.append(memo)
|
||||
|
||||
# Add reference to the memo in the book entry
|
||||
is_referenced_by = ET.SubElement(book, 'dcterms:isReferencedBy')
|
||||
is_referenced_by.set('rdf:resource', f'#item_{book_id}_memo_{i}')
|
||||
|
||||
return book
|
||||
|
||||
|
||||
def transform_xml(baende_file, akteure_file, relations_file, orte_file, vocabular_file, reihen_file, relations_reihen_file, vocabular_reihe_file, output_file):
|
||||
xml_string = ""
|
||||
try:
|
||||
# Parse all XML files
|
||||
baende_tree = ET.parse(baende_file)
|
||||
akteure_tree = ET.parse(akteure_file)
|
||||
relations_tree = ET.parse(relations_file)
|
||||
orte_tree = ET.parse(orte_file)
|
||||
vocabular_tree = ET.parse(vocabular_file)
|
||||
reihen_tree = ET.parse(reihen_file)
|
||||
relations_reihen_tree = ET.parse(relations_reihen_file)
|
||||
vocabular_reihe_tree = ET.parse(vocabular_reihe_file)
|
||||
|
||||
baende = baende_tree.getroot().findall('Baende')
|
||||
akteure = akteure_tree.getroot().findall('Akteure')
|
||||
relationships = relations_tree.getroot().findall('_x002A_RELATION_BaendeAkteure')
|
||||
orte = orte_tree.getroot().findall('Orte')
|
||||
vocabular = vocabular_tree.getroot().findall('_x002A_VOKABULAR_WerkeAkteure')
|
||||
reihen = reihen_tree.getroot().findall('Reihen')
|
||||
relationships_reihen = relations_reihen_tree.getroot().findall('_x002A_RELATION_BaendeReihen')
|
||||
vocabular_reihe = vocabular_reihe_tree.getroot().findall('_x002A_VOKABULAR_Reihe')
|
||||
|
||||
# Create the Zotero RDF
|
||||
zotero_rdf = create_zotero_rdf()
|
||||
|
||||
# Process each Band
|
||||
for band in baende:
|
||||
book_entry = create_book_entry(band, akteure, relationships, orte, vocabular, relationships_reihen, reihen, vocabular_reihe, zotero_rdf)
|
||||
if book_entry is not None:
|
||||
zotero_rdf.append(book_entry)
|
||||
|
||||
# Create a pretty-printed XML string
|
||||
xml_string = ET.tostring(zotero_rdf, encoding='unicode')
|
||||
|
||||
# For debugging, print the first 1000 characters of the XML string
|
||||
print("First 1000 characters of XML string:")
|
||||
print(xml_string[:1000])
|
||||
|
||||
pretty_xml = minidom.parseString(xml_string).toprettyxml(indent=" ")
|
||||
|
||||
# Write to output file
|
||||
with open(output_file, 'w', encoding='utf-8') as f:
|
||||
f.write(pretty_xml)
|
||||
|
||||
print(f"Successfully wrote output to {output_file}")
|
||||
|
||||
except Exception as e:
|
||||
print(f"An error occurred: {str(e)}", file=sys.stderr)
|
||||
if xml_string:
|
||||
print("XML string at the point of failure:", file=sys.stderr)
|
||||
print(xml_string[:1000], file=sys.stderr) # Print the first 1000 characters
|
||||
else:
|
||||
print("Error occurred before XML string was created.", file=sys.stderr)
|
||||
raise
|
||||
|
||||
# Usage
|
||||
try:
|
||||
transform_xml('Baende.xml', 'Akteure.xml', '_RELATION_BaendeAkteure.xml', 'Orte.xml', '_VOKABULAR_WerkeAkteure.xml', 'Reihen.xml', '_RELATION_BaendeReihen.xml', '_VOKABULAR_Reihe.xml', 'zotero_output.rdf')
|
||||
except Exception as e:
|
||||
print(f"Script execution failed: {str(e)}", file=sys.stderr)
|
||||
sys.exit(1)
|
||||