-
Notifications
You must be signed in to change notification settings - Fork 95
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
Expose SKOS XL metadata of labels #109
Comments
Also requested by @catecara of FAO. |
Here's how PoolParty supports SKOS XL labels, i.e. as clickable links with popups. We should do something similar. |
Now that #477 (reified definitions) is done, this should be a bit easier to accomplish following the same pattern. The first step would be to modify the concept info query so that it returns the SKOS XL metadata, even though it is not shown in the UI. This issue should be about the data side. I've opened another issue (#533) about making the SKOS XL metadata visible in the UI. |
SKOS XL metadata is available at least in EuroVoc, AGROVOC and GACS. EuroVoc example concept: http://skosmos.dev.finto.fi/euro/en/page/344 AGROVOC example concept: http://skosmos.dev.finto.fi/agrovoc/en/page/c_24392 GACS example concept: http://skosmos.dev.finto.fi/gacs/en/page/C597 |
Also interested in this, in a scenario where VocBench is the back-office thesaurus editing tool, and handles everything in SKOS-XL. |
Supporting SKOS XL would involve at least:
Would be useful for AGROVOC, and also possibly in the future for YSO if we add more term metadata using SKOS XL.
It's still fine to require SKOS Core labels to be explicitly materialized.
The text was updated successfully, but these errors were encountered: