67 lines
3.3 KiB
TOML
67 lines
3.3 KiB
TOML
[law]
|
|
id = 10002296
|
|
name = "StGB"
|
|
|
|
[[law.classifiers]]
|
|
name = "Teil"
|
|
is_root = true
|
|
match_function = "contains"
|
|
|
|
[[law.classifiers]]
|
|
name = "Abschnitt"
|
|
is_root = false
|
|
match_function = "contains"
|
|
|
|
[[law.classifiers]]
|
|
name = "Artikel"
|
|
is_root = false
|
|
match_function = "contains"
|
|
|
|
|
|
[parser]
|
|
remove_strings = [
|
|
"<i>", "</i>",
|
|
"<n>", "</n>",
|
|
"<b>", "</b>",
|
|
"<super>", "</super>",
|
|
"""<abstand ct="text" halign="l" />""",
|
|
"""<ueberschrift typ="g1" ct="text" halign="c">7. Hauptstück</ueberschrift><ueberschrift typ="g2" ct="text" halign="c">Schluss- und Übergangsbestimmungen</ueberschrift>"""
|
|
]
|
|
|
|
[[parser.replace_rules]]
|
|
find = """<ueberschrift typ="g2" ct="text" halign="c">Erster Abschnitt</ueberschrift>"""
|
|
replace_with = """<ueberschrift typ="g1" ct="text" halign="c">Erster Abschnitt</ueberschrift>"""
|
|
|
|
[[parser.replace_rules]]
|
|
find = """<ueberschrift typ="g1min" ct="text" halign="c">Allgemeine Bestimmungen</ueberschrift>"""
|
|
replace_with = """<ueberschrift typ="g2" ct="text" halign="c">Allgemeine Bestimmungen</ueberschrift>"""
|
|
|
|
[[parser.replace_rules]]
|
|
find = """<ueberschrift typ="para" ct="text" halign="c">1. Verwertungsrechte.</ueberschrift>"""
|
|
replace_with = """<ueberschrift typ="g1" ct="text" halign="c">1. Verwertungsrechte.</ueberschrift>"""
|
|
|
|
[[parser.replace_rules]]
|
|
find = """<ueberschrift typ="g1min" ct="text" halign="c">Strafbare Handlungen gegen Leib und Leben</ueberschrift>"""
|
|
replace_with = """<ueberschrift typ="g2" ct="text" halign="c">Strafbare Handlungen gegen Leib und Leben</ueberschrift>"""
|
|
|
|
[[parser.replace_rules]]
|
|
find = "<gdash />"
|
|
replace_with = "-"
|
|
|
|
[[parser.replace_rules]]
|
|
find = """<ueberschrift typ="para" ct="text" halign="c">Umsetzung von Richtlinien der Europäischen Union</ueberschrift><ueberschrift typ="para" ct="text" halign="c">(Anm.: aus BGBl. I Nr. 117/2017, zu den §§ 165 und 278c, BGBl. Nr. 60/1974)</ueberschrift>"""
|
|
replace_with = """<ueberschrift typ="para" ct="text" halign="c">Umsetzung von Richtlinien der Europäischen Union - (Anm.: aus BGBl. I Nr. 117/2017, zu den §§ 165 und 278c, BGBl. Nr. 60/1974)</ueberschrift>"""
|
|
|
|
[[parser.replace_rules]]
|
|
find = """<ueberschrift typ="para" ct="text" halign="c">Umsetzung von Richtlinien der Europäischen Union</ueberschrift><ueberschrift typ="para" ct="text" halign="c"><n><i>(Anm.: aus BGBl. I Nr. 111/2019, zu den §§ 74, 153b, 168c, 168d, 304, 305, 307 und 307a, BGBl. Nr. 60/1974)</i></n></ueberschrift>"""
|
|
replace_with = """<ueberschrift typ="para" ct="text" halign="c">Umsetzung von Richtlinien der Europäischen Union - (Anm.: aus BGBl. I Nr. 111/2019, zu den §§ 74, 153b, 168c, 168d, 304, 305, 307 und 307a, BGBl. Nr. 60/1974)</i></n></ueberschrift>"""
|
|
|
|
[[parser.replace_rules]]
|
|
find = """<ueberschrift typ="para" ct="text" halign="c">Umsetzung von Richtlinien der Europäischen Union</ueberschrift><ueberschrift typ="para" ct="text" halign="c">(Anm.: aus BGBl. I Nr. 111/2019, zu den §§ 74, 153b, 168c, 168d, 304, 305, 307 und 307a, BGBl. Nr. 60/1974)</ueberschrift>"""
|
|
replace_with = """<ueberschrift typ="para" ct="text" halign="c">Umsetzung von Richtlinien der Europäischen Union - (Anm.: aus BGBl. I Nr. 111/2019, zu den §§ 74, 153b, 168c, 168d, 304, 305, 307 und 307a, BGBl. Nr. 60/1974)</ueberschrift>"""
|
|
|
|
[[parser.replace_rules]]
|
|
find = """<absatz typ="promkleinlsatz" ct="text" halign="j">"""
|
|
replace_with = """<absatz typ="abs" ct="text" halign="j">"""
|
|
|