Attribut:Veranstaltungsart
Aus International Center for Computational Logic
This property defines the type of an event as a string.
The possible values for this property are:
- Vortrag: a talk or public lecture; this includes public talks given as part of a habilitation or dissertation
- Verteidigung Studienarbeit: a student's presentation of a thesis (final or intermediate)
- Sommerschule: a summer school
- Konferenz: a conference (or workshop)
- sonstige Veranstaltung: somehting that does not fit any of the other types
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "Vortrag", "Konferenz", "Verteidigung Studienarbeit", "Sommerschule", "sonstige Veranstaltung" ] } }