A Zotonic module for linking resources to terms from the Network of Terms, a search engine for finding shared terms in a set of term sources. Collection managers use shared terms to describe their data.
You can find technical usage documentation at the Network of Terms code repository.
Features:
- Search the Network of Terms using its GraphQL API.
- Link Zotonic resources to terms from the Network of Terms.
Enable this module to show a ‘Network of Terms’ tab in the admin when linking resources.
A template model for retrieving the list of term sources.
Access to the module is allowed by default to all users for retro-compatibility.
For non-admin users, this can be restricted by explicitly forbidding use
of
mod_network_of_terms
, either by handling the ACL notification directly or by
othwerwise setting up an ACL rule.
Please report any issues with the Network of Terms API at https://github.com/netwerk-digitaal-erfgoed/network-of-terms-api.