Add more properties in catalogue.
[redakcja.git] / src / catalogue / constants.py
1 # This file is part of FNP-Redakcja, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
3 #
4 class WIKIDATA:
5     GENDER = "P21"
6     AUTHOR = "P50"
7     LANGUAGE = "P407"
8     DATE_OF_DEATH = "P570"
9     LAST_NAME = "P734"
10     GIVEN_NAME = "P735"
11     TRANSLATOR = "P655"
12     BASED_ON = "P629"
13     TITLE = "P1476"