Support importing Wikidata links to the Catalogue of Life
This commit is contained in:
@@ -23,24 +23,24 @@ final class NodaWikidataFetcher {
|
||||
public const LANGUAGES_TO_CAPITALIZE = ["cs", "da", "de", "en", "es", "fr", "fi", "id", "it", "nl", "pl", "pt", "ru", "sv", 'sk', "tl", "tr"];
|
||||
|
||||
public const P_IDS_NODA_TAGS = [
|
||||
'gnd' => 'P227',
|
||||
'lcsh' => 'P244',
|
||||
'aat' => 'P1014',
|
||||
'aat' => 'P1014',
|
||||
"bne" => "P950", // Espana National Library
|
||||
"bnf" => "P268",
|
||||
'col' => 'P10585',
|
||||
'cona' => 'P1669',
|
||||
'iconclass' => 'P1256',
|
||||
'osm' => 'P402',
|
||||
'loc' => 'P244',
|
||||
'nomisma' => 'P2950',
|
||||
'cona' => 'P1669',
|
||||
|
||||
"rkd" => "P650",
|
||||
"ulan" => "P245",
|
||||
"viaf" => "P214",
|
||||
"bnf" => "P268",
|
||||
"pim" => "P3973",
|
||||
"ndl" => "P349", // National Diet Library (Japan)
|
||||
"npg" => "P1816", // "National" portrait gallery
|
||||
"bne" => "P950", // Espana National Library
|
||||
"orcid" => "P496",
|
||||
'gnd' => 'P227',
|
||||
'lcsh' => 'P244',
|
||||
'loc' => 'P244',
|
||||
"ndl" => "P349", // National Diet Library (Japan)
|
||||
'nomisma' => 'P2950',
|
||||
"orcid" => "P496",
|
||||
'osm' => 'P402',
|
||||
"pim" => "P3973",
|
||||
"rkd" => "P650",
|
||||
"npg" => "P1816", // "National" portrait gallery
|
||||
"ulan" => "P245",
|
||||
"viaf" => "P214",
|
||||
];
|
||||
|
||||
public const RETRIEVAL_MODES_ACCEPTED = [
|
||||
|
Reference in New Issue
Block a user