https://github.com/programmfabrik/easydb-custom-data-type-gnd
Custom Data Type "GND" for easydb
https://github.com/programmfabrik/easydb-custom-data-type-gnd
Last synced: 5 months ago
JSON representation
Custom Data Type "GND" for easydb
- Host: GitHub
- URL: https://github.com/programmfabrik/easydb-custom-data-type-gnd
- Owner: programmfabrik
- License: unlicense
- Created: 2016-08-04T08:50:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-14T14:13:13.000Z (9 months ago)
- Last Synced: 2025-05-14T15:29:59.919Z (9 months ago)
- Language: CoffeeScript
- Size: 376 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.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.
# easydb-custom-data-type-gnd
This is a plugin for [easyDB 5](http://5.easydb.de/) with Custom Data Type `CustomDataTypeGND` for references to entities (only Differentiated Persons, Cooperates, Subject Headings, Place or geographic name, Works and Events) of the [Integrated Authority File (GND)](https://en.wikipedia.org/wiki/Integrated_Authority_File).
The Plugins uses for the autocomplete-suggestions and [EntityFacts API]() from Deutsche Nationalbibliothek for additional informations about GND entities. The nightly update mechanism uses the data service of .
## configuration
As defined in `CustomDataTypeGND.config.yml` this datatype can be configured:
### Schema options
* which entity types are offered for search
* which exact type is offered
### Mask options
* whether additional informationen is loaded if the mouse hovers a suggestion in the search result
## saved data
* conceptName
* Preferred label of the linked record
* conceptURI
* URI to linked record
* _fulltext
* easydb-fulltext
* _standard
* easydb-standard
## sources
The source code of this plugin is managed in a git repository at . Please use [the issue tracker](https://github.com/programmfabrik/easydb-custom-data-type-gnd/issues) for bug reports and feature requests!