X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5913c54d19b8f6775633176032161d49f9b2f1aa..22121e7b8f5b96e2a174bfb623adac3f3a4cbab9:/src/catalogue/constants.py?ds=sidebyside

diff --git a/src/catalogue/constants.py b/src/catalogue/constants.py
index 0c842324..5bb775ac 100644
--- a/src/catalogue/constants.py
+++ b/src/catalogue/constants.py
@@ -1,16 +1,13 @@
-# -*- 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:
+    GENDER = "P21"
+    AUTHOR = "P50"
+    LANGUAGE = "P407"
+    DATE_OF_DEATH = "P570"
+    LAST_NAME = "P734"
+    GIVEN_NAME = "P735"
+    TRANSLATOR = "P655"
+    BASED_ON = "P629"
+    TITLE = "P1476"