summaryrefslogtreecommitdiff
path: root/testdata/integration/osxml/complex_book.osxml
blob: 8eb5f26bc1a924d8ec024488c63bd570ee156bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?xml version="1.0"?>
<document>

	<import rel="ontology" src="./book_ontology"/>
	<import rel="ontology" src="./headings_ontology"/>
	<import rel="ontology" src="./meta_ontology"/>
	<import rel="ontology" src="./bibliography_ontology"/>
	<import rel="ontology" src="./lists_ontology"/>
	<import rel="ontology" src="./emphasis_ontology"/>
	<import rel="ontology" src="./comments_ontology"/>
	<!--<alias tag="paragraph" aka="p"/>
	<alias tag="emphasized" aka="em"/>-->
	
	<book>
		<meta>
			<primaryAuthor>
				<firstName>Immanuel</firstName>
				<lastName>Kant</lastName>
				<email>[ikant,philo.albertus-koenigsberg,de]</email>
				<affiliation>[Logic and Metaphysics, Faculty of Philosophy, Albertus-University Königsberg]</affiliation>
			</primaryAuthor>
			<version>[1,0,0]</version>
		</meta>

		<bibliography>
			<bibEntry>
				<title>Dezember-Heft</title>
				<journal>Berlinische Monatsschrift</journal>
				<year>1784</year>
				<pages>{481-494}</pages>
			</bibEntry>
			<bibEntry>
				<title>Kleine Schriften</title>
				<primaryAuthor>
					<firstName>Immanuel</firstName>
					<lastName>Kant</lastName>
				</primaryAuthor>
				<year>1793</year>
				<pages>{34-50}</pages>
				<location>Neuwied</location>
			</bibEntry>
			<bibEntry>
				<title>Zerstreute Aufsätze</title>
				<primaryAuthor>
					<firstName>Immanuel</firstName>
					<lastName>Kant</lastName>
				</primaryAuthor>
				<year>1793</year>
				<pages>{25-37}</pages>
				<location>Frankfurt und Leipzig</location>
			</bibEntry>
			<bibEntry>
				<title>Sämmtliche kleine Schriften</title>
				<primaryAuthor>
					<firstName>Immanuel</firstName>
					<lastName>Kant</lastName>
				</primaryAuthor>
				<year>1798</year>
				<pages>{159-172}</pages>
				<location>Königsberg u. Leipzig</location>
			</bibEntry>
			<bibEntry>
				<title>I. Kant's vermischte Schriften</title>
				<primaryAuthor>
					<firstName>Immanuel</firstName>
					<lastName>Kant</lastName>
				</primaryAuthor>
				<year>1799</year>
				<pages>{687-700}</pages>
				<location>Halle</location>
			</bibEntry>
			<bibEntry>
				<title>Vorzügliche kleine Schriften und Aufsätze</title>
				<primaryAuthor>
					<firstName>Immanuel</firstName>
					<lastName>Kant</lastName>
				</primaryAuthor>
				<year>1833</year>
				<pages>{75-84}</pages>
				<location>Leipzig</location>
			</bibEntry>
		</bibliography>
	
		<heading>
			Beantwortung der Frage: Was ist Aufklärung?
		</heading>
		
		<chapter name="content">
			<heading>Was ist Aufklärung?</heading>

			<a:start:strong/>Aufklärung ist der Ausgang des Menschen aus seiner
			selbstverschuldeten Unmündigkeit<a:end:strong/>.
			<ul>
				<item><a:start:emphasized/>Unmündigkeit<a:end:emphasized/> ist
			das Unvermögen, sich seines Verstandes ohne Leitung eines anderen zu
			bedienen.</item>
				<item><a:start:emphasized/>Selbstverschuldet<a:end:emphasized/>
			ist diese Unmündigkeit, wenn die Ursache derselben nicht am Mangel
			des Verstandes, sondern der Entschließung und des Mutes liegt, sich
			seiner ohne Leitung eines andern zu bedienen.</item>
			</ul>
			<a:start:strong/>Sapere aude!<a:end:strong/> Habe Mut, dich deines
			eigenen Verstandes zu bedienen! ist also der Wahlspruch der
			Aufklärung.
		</chapter>
	</book>
</document>