|
|
|
TODO |
|
|
\ No newline at end of file |
|
|
|
This was adopted after encoding about the first ten plays in the corpus. Plays that do not follow the below convention will be modify to respect it.
|
|
|
|
|
|
|
|
Dramatic subgenre values are added to the `<profileDescription>` in a `<textClass>` element, as follows:
|
|
|
|
|
|
|
|
```xml
|
|
|
|
<textClass>
|
|
|
|
<keywords>
|
|
|
|
<term type="genreTitleBroad">weihnachtsmärchen</term>
|
|
|
|
</keywords>
|
|
|
|
</textClass>
|
|
|
|
```
|
|
|
|
Possible values for the `@genreTitleBroad` attribute are in the table below: comedy, drama, tragedy, weihnachtsmärchen.
|
|
|
|
|
|
|
|
|`@genreTitleBroad`|
|
|
|
|
|-|
|
|
|
|
|comedy|
|
|
|
|
|drama|
|
|
|
|
|tragedy|
|
|
|
|
|weihnachtsmärchen|
|
|
|
|
|unknown|
|
|
|
|
|
|
|
|
Several plays explicitly describe themselves as belonging to a more detailed genre, e.g. _Schwank_.
|
|
|
|
|
|
|
|
This information is added in a new and optional `<term>` element bearing the `@genreTitleFine` attribute, as in the example below:
|
|
|
|
|
|
|
|
```xml
|
|
|
|
<textClass>
|
|
|
|
<keywords>
|
|
|
|
<term type="genreTitleBroad">comedy</term>
|
|
|
|
<term type="genreTitleFine">schwank</term>
|
|
|
|
</keywords>
|
|
|
|
</textClass>
|
|
|
|
``` |