-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support custom/semantic mapping types #577
Comments
See https://github.com/gbv/jskos-tools/blob/master/lib/mapping-types.json for default SKOS mapping types, harvested from Wikidata for translations. |
I have several questions in this context:
|
The use case is to extend the list of SKOS mapping types with more types from this list. Corresponding issue: gbv/jskos-tools#42 I think that mapping type as array of URIs is enough. For specific, extened types the first value will always be http://www.w3.org/2004/02/skos/core#mappingRelation for instance: ["http://www.w3.org/2004/02/skos/core#mappingRelation,","http://example.org/special-type-whatever"] If the Cocoda instance does not know http://example.org/special-type-whatever there should be a special indicator, indeed. This Unicode character may be used: ⇴ extended mapping type: http://example.org/special-type-whatever
That's more a acadmic discussion. We had a use case in our collaboration with Dagobert Soergel but is was more theoretic, so not needed for now. |
The mapping types should be configurable to support custom mapping types, e.g. "followed by". A custom mapping vocabulary would best be mapped by itself to SKOS mapping types for interoperability. A mapping type must have at least a label, an URI, and an Icon (in form of a Unicode character).
The text was updated successfully, but these errors were encountered: