linked_data_field
Provides an autocomplete field widget that pulls suggested matches and URLs from authoritative sources.
The module lets you configure your own endpoints, as long as they output JSON-formatted data, you should be able to create an autocomplete field that draws from it.
Out-of-the-box examples include support for Library of Congress Subject Headings, Global Research Identifier Database (GRID) entries, and Australian and New Zealand Standard Research Classification Fields of Research identifiers. New configurations that you add can be exported as configuration entities.
Plugins provide support for requests with a query as part of a URL, and also lets you create endpoints with custom SPARQL queries.
The field is then rendered as a link to the authoritative source, or a custom field formatter can be used.
This module is a generalization of the LC Subject Field module.
We encourage and look forward to contributions that add support for other sources.
Taxonomy Autocomplete
v. 1.1 includes a Taxonomy autocomplete controller and widget so site builders can add a linked data field to a taxonomy term and then users can automatically create new terms or reference existing ones from the autocomplete widget.
Installation
This module depends on a 3rd-party library, so installation is best done via Composer:
composer require drupal/linked_data_field