X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4bb5959d246fa0528b83fc3e21f9e5782ec34236..df3e7b60880c31eda0abdedd0eb6bd8b54a8e364:/src/catalogue/constants.py diff --git a/src/catalogue/constants.py b/src/catalogue/constants.py index f8180f76..9134e2d3 100644 --- a/src/catalogue/constants.py +++ b/src/catalogue/constants.py @@ -1,5 +1,10 @@ +# This file is part of FNP-Redakcja, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. +# class WIKIDATA: + GENDER = "P21" AUTHOR = "P50" + CREATOR = "P170" LANGUAGE = "P407" DATE_OF_DEATH = "P570" LAST_NAME = "P734"