Link catalogue to documents.
[redakcja.git] / src / catalogue / constants.py
index 0c84232..88d0e33 100644 (file)
@@ -1,16 +1,12 @@
-# -*- coding: utf-8 -*-
-#
 # This file is part of FNP-Redakcja, licensed under GNU Affero GPLv3 or later.
 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
 #
-TRIM_BEGIN = " TRIM_BEGIN "
-TRIM_END = " TRIM_END "
-
-MASTERS = ['powiesc',
-           'opowiadanie',
-           'liryka_l',
-           'liryka_lp',
-           'dramat_wierszowany_l',
-           'dramat_wierszowany_lp',
-           'dramat_wspolczesny',
-           ]
+class WIKIDATA:
+    AUTHOR = "P50"
+    LANGUAGE = "P407"
+    DATE_OF_DEATH = "P570"
+    LAST_NAME = "P734"
+    GIVEN_NAME = "P735"
+    TRANSLATOR = "P655"
+    BASED_ON = "P629"
+    TITLE = "P1476"