Manually getting a call number of “Abstracts of Papers of the American Chemical Society” with ISSN “0065-7727”
# Using ISSN to get owi number
curl http://classify.oclc.org/classify2/Classify?issn=0065-7727&summary=false
# USe owi to get recommended call number
curl http://classify.oclc.org/classify2/Classify?owi=15255596&summary=false
This is fine if you’re a human picking through the XML, but if you have xpath then we can pull out the values you want easily.
(FIXME: my xpath on my Mac is lacks the common options of -q and -e, rather than pull data directly why not calc URL save as a column and let OpenRefine do the final fetch and retrieve of the call number recommendations)