diff options
Diffstat (limited to 'testdata/integration/osxml/complex_book.in.osxml')
-rw-r--r-- | testdata/integration/osxml/complex_book.in.osxml | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/testdata/integration/osxml/complex_book.in.osxml b/testdata/integration/osxml/complex_book.in.osxml new file mode 100644 index 0000000..8eb5f26 --- /dev/null +++ b/testdata/integration/osxml/complex_book.in.osxml @@ -0,0 +1,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> |