https://github.com/programmfabrik/fylr-plugin-custom-data-type-wikidata
Provides a wikidata-field
https://github.com/programmfabrik/fylr-plugin-custom-data-type-wikidata
Last synced: 5 months ago
JSON representation
Provides a wikidata-field
- Host: GitHub
- URL: https://github.com/programmfabrik/fylr-plugin-custom-data-type-wikidata
- Owner: programmfabrik
- License: unlicense
- Created: 2025-02-21T09:19:08.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-05T12:02:50.000Z (6 months ago)
- Last Synced: 2025-08-05T14:17:45.620Z (6 months ago)
- Language: CoffeeScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> This Plugin / Repo is being maintained by a community of developers.
There is no warranty given or bug fixing guarantee; especially not by
Programmfabrik GmbH. Please use the github issue tracking to report bugs
and self organize bug fixing. Feel free to directly contact the committing
developers.
# fylr-custom-data-type-wikidata
This is a plugin for [fylr](https://docs.fylr.io/) with Custom Data Type `CustomDataTypeWikidata` for references to records of the [Wikidata (https://www.wikidata.org)](https://www.wikidata.org).
The Plugins uses the mechanisms from for the communication with Wikidata.
Note: For technical reasons, the API requests run via a proxy at the central office of the joint library network ("Verbundzentrale des Gemeinsamen Bibliotheksverbundes").
## installation
The latest version of this plugin can be found [here](https://github.com/programmfabrik/fylr-plugin-custom-data-type-wikidata/releases/latest/download/customDataTypeWikidata.zip).
The ZIP can be downloaded and installed using the plugin manager, or used directly (recommended).
Github has an overview page to get a list of [all releases](https://github.com/programmfabrik/fylr-plugin-custom-data-type-wikidata/releases/).
## requirements
This plugin requires https://github.com/programmfabrik/fylr-plugin-commons-library. In order to use this Plugin, you need to add the [commons-library-plugin](https://github.com/programmfabrik/fylr-plugin-commons-library) to your pluginmanager.
## configuration
As defined in `manifest.master.yml` this datatype can be configured:
### Schema options
* institution
* search institutions?
* person
* search persons?
* place
* search places?
* custom
* search custom class?
### Mask options
* editordisplay: default or condensed (oneline)
## saved data
* conceptName
* Preferred label of the linked record
* conceptURI
* URI to linked record
* conceptFulltext
* fulltext-string which contains: PrefLabels, AltLabels, HiddenLabels, Notations
* _fulltext
* easydb-fulltext
* _standard
* easydb-standard
* facetTerm
* custom facets, which support multilingual facetting
* frontendLanguage
## updater
Note: The automatic updater can be configured. Make sure to also activate the corresponding fylr service.
## sources
The source code of this plugin is managed in a git repository at .