Update Using the API authored by Natalie Hervieux's avatar Natalie Hervieux
...@@ -156,9 +156,9 @@ curl --L --request POST 'https://api.nssi.stage.lincsproject.ca/api/v2/jobs/subm ...@@ -156,9 +156,9 @@ curl --L --request POST 'https://api.nssi.stage.lincsproject.ca/api/v2/jobs/subm
"workID": "Wikidata ID for the work. Q values or full URI are acceptable.", "workID": "Wikidata ID for the work. Q values or full URI are acceptable.",
"workName1": "Primary title of the work.", "workName1": "Primary title of the work.",
"workName2": "Alternate title of the work.", "workName2": "Alternate title of the work.",
"workCountryOrigin": "Country of origin of the work (P495).", "workCountryOrigin": "Country of origin of the work (P495). Full country names are listed.",
"workCountryOriginID": URI for country of origin", "workCountryOriginID": URI for country of origin",
"workEdition": "Edition of the work (P393).", "workEdition": "Edition of the work (P393). Range of value formats in Wikidata.",
"workFormat": "Format of the work (P7937).", "workFormat": "Format of the work (P7937).",
"workFormatID": "URI of Work Format", "workFormatID": "URI of Work Format",
"workISBN10": "ISBN10 of the work (P957)", "workISBN10": "ISBN10 of the work (P957)",
...@@ -166,11 +166,11 @@ curl --L --request POST 'https://api.nssi.stage.lincsproject.ca/api/v2/jobs/subm ...@@ -166,11 +166,11 @@ curl --L --request POST 'https://api.nssi.stage.lincsproject.ca/api/v2/jobs/subm
"workOCLC": "OCLC ID for the work (P5331)", "workOCLC": "OCLC ID for the work (P5331)",
"workVIAF": "VIAF ID for the work (P214)", "workVIAF": "VIAF ID for the work (P214)",
"workISSN": "ISSN for the work (Q131276)", "workISSN": "ISSN for the work (Q131276)",
"workLanguage": "Original language of the work. (P407)", "workLanguage": "Original language of the work. (P407). Full language names listed.",
"workLanguageID": "URI for work Language", "workLanguageID": "URI for work Language",
"workPublicationDate": "Original publication date for the work (P577). If full date is provided, only year will be compared.", "workPublicationDate": "Original publication date for the work (P577). If full date is provided, only year will be compared.",
"workPublisher": "Work Publisher (P123)", "workPublisher": "Work Publisher (P123)",
"workPublisher": "Work Publisher Wikidata ID Full URI", "workPublisherID": "Work Publisher Wikidata ID Full URI",
"authorID": "Wikidata ID for the author. Q values or full URI are acceptable. Author (P2093 or P50) or creator (P170) if no author is listed.", "authorID": "Wikidata ID for the author. Q values or full URI are acceptable. Author (P2093 or P50) or creator (P170) if no author is listed.",
"authorFirstName": "Author's given name(s). Will only be used if authorName3 is not.", "authorFirstName": "Author's given name(s). Will only be used if authorName3 is not.",
"authorLastName": "Author's family name(s). Will only be used if authorName3 is not.", "authorLastName": "Author's family name(s). Will only be used if authorName3 is not.",
... ...
......