https://github.com/programmfabrik/easydb-custom-data-type-iconclass
https://github.com/programmfabrik/easydb-custom-data-type-iconclass
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/programmfabrik/easydb-custom-data-type-iconclass
- Owner: programmfabrik
- License: unlicense
- Created: 2021-06-15T12:22:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-14T14:34:10.000Z (9 months ago)
- Last Synced: 2025-05-14T15:45:20.621Z (9 months ago)
- Language: CoffeeScript
- Size: 69.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.
# easydb-custom-data-type-iconclass
This is a plugin for [easyDB 5](http://5.easydb.de/) with Custom Data Type `CustomDataTypeIconclass` for references to entities of the [Iconclass-Vokabulary (http://iconclass.org/)](http://iconclass.org/).
The Plugins uses the mechanisms from for the communication with Iconclass.
Note: For technical reasons, the API requests run via a proxy at the central office of the joint library network ("Verbundzentrale des Gemeinsamen Bibliotheksverbundes").
## configuration
As defined in `CustomDataTypeIconclass.config.yml` this datatype can be configured:
### Schema options
-
### Mask options
-
## saved data
* conceptName
* Preferred label of the linked record
* conceptURI
* URI to linked record
* conceptFulltext
* fulltext-string which contains: PrefLabels, AltLabels, HiddenLabels, Notations
* conceptAncestors
* URI's of all given ancestors
* _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-iconclass/issues) for bug reports and feature requests!