Fetch orcid IDs in wikidata fetcher
This commit is contained in:
parent
e957db4210
commit
792754c20c
|
@ -35,6 +35,7 @@ final class NodaWikidataFetcher {
|
||||||
"pim" => "https://opac-nevter.pim.hu/en/record/-/record/",
|
"pim" => "https://opac-nevter.pim.hu/en/record/-/record/",
|
||||||
"ndl" => "https://id.ndl.go.jp/auth/ndlna/",
|
"ndl" => "https://id.ndl.go.jp/auth/ndlna/",
|
||||||
"npg" => "https://www.npg.org.uk/collections/search/person/",
|
"npg" => "https://www.npg.org.uk/collections/search/person/",
|
||||||
|
"orcid" => "https://orcid.org/",
|
||||||
];
|
];
|
||||||
|
|
||||||
const P_IDS_NODA_TAGS = [
|
const P_IDS_NODA_TAGS = [
|
||||||
|
@ -56,6 +57,7 @@ final class NodaWikidataFetcher {
|
||||||
"npg" => "P1816", // "National" portrait gallery
|
"npg" => "P1816", // "National" portrait gallery
|
||||||
//"bmpi" => "P6077", // British Museum Person-Institution
|
//"bmpi" => "P6077", // British Museum Person-Institution
|
||||||
"bne" => "P950", // Espana National Library
|
"bne" => "P950", // Espana National Library
|
||||||
|
"orcid" => "P496",
|
||||||
];
|
];
|
||||||
|
|
||||||
const WIKIPEDIA_REMOVE_LITERALS = [
|
const WIKIPEDIA_REMOVE_LITERALS = [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user