We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to pull this lookup off, we'd have to use the free SRU API described here: https://isni.oclc.org:2443/isni/docs/isni-sru-search-api-guidelines.pdf (searching the name keyword), and then map the XML to the QA response.
< mainName > values = "label": "Value" < forename > and < surname > values concatenated = "label": "Concatenated string" results with < personalName > = "type": "Person" < organisationType > values = "type": "Value"
The text was updated successfully, but these errors were encountered:
For next time:
Search endpoint: https://isni.oclc.org/sru/DB=1.2/
A couple of sample queries using name keyword:
RDF response format nested in SRU SearchRetrieveResponse XML (multiple rdf:RDF/rdf:Description per srw:record??): https://isni.oclc.org/sru/DB=1.2/?query=pica.nw+%3D+%22maloy%22&version=1.1&operation=searchRetrieve&recordSchema=isni-rdf&maximumRecords=10&startRecord=1&sortKeys=none&x-info-5-mg-requestGroupings=none
Note maximumRecords keyword and recordSchema parameters. Also can try experimenting with sortKeys.
Default ISNI basic response format in SRU SearchRetrieveResponse XML (only 1 / per srw:record): https://isni.oclc.org/sru/DB=1.2/?query=pica.nw+%3D+%22maloy%22&operation=searchRetrieve&recordSchema=isni-b
Other documentation: https://www.loc.gov/standards/sru/sru-1-1.html https://isni.org/page/linked-data/
Sorry, something went wrong.
No branches or pull requests
In order to pull this lookup off, we'd have to use the free SRU API described here: https://isni.oclc.org:2443/isni/docs/isni-sru-search-api-guidelines.pdf (searching the name keyword), and then map the XML to the QA response.
< mainName > values = "label": "Value"
< forename > and < surname > values concatenated = "label": "Concatenated string"
results with < personalName > = "type": "Person"
< organisationType > values = "type": "Value"
The text was updated successfully, but these errors were encountered: