Overview
This is a continuation of the following article.

I will prototype a package that performs CWRC entity-lookup using the Japan Search utilization schema.
Demo
You can try it on the following page.

Entity-lookup is performed against JPS, Wikidata, and VIAF for each type such as Person, Place, and Organization.
Library
It is published at the following location.
Based on the repository https://github.com/cwrc/wikidata-entity-lookup already published by CWRC, I mainly modified the following file to match the Japan Search utilization schema.
Installation Method
The following was helpful as a reference.

During Development
When installing a library under development, I installed it as follows.
pnpm i /Users/nakamura/xxx/jps-entity-lookup
From GitHub
Install from GitHub as follows.
pnpm i nakamura196/jps-entity-lookup
Summary
I hope this serves as a useful reference.



Comments
…