fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix for image loading.
[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
IMAGE = 'P18'
6
PLACE_OF_BIRTH = 'P19'
7
PLACE_OF_DEATH = 'P20'
8
GENDER = "P21"
9
AUTHOR = "P50"
10
CREATOR = "P170"
11
LANGUAGE = "P407"
12
DATE_OF_BIRTH = "P569"
13
DATE_OF_DEATH = "P570"
14
PUBLICATION_DATE = "P577"
15
LAST_NAME = "P734"
16
GIVEN_NAME = "P735"
17
TRANSLATOR = "P655"
18
BASED_ON = "P629"
19
TITLE = "P1476"