fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix after upgrading django-filter.
[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
CREATOR = "P170"
8
LANGUAGE = "P407"
9
DATE_OF_DEATH = "P570"
10
LAST_NAME = "P734"
11
GIVEN_NAME = "P735"
12
TRANSLATOR = "P655"
13
BASED_ON = "P629"
14
TITLE = "P1476"