-
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
New labels for classification concept views #806
Comments
One option would be to use subproperties (e.g. |
Another option would be to make it possible to override the displayed label for SKOS properties e.g. prefLabel in vocabulary-specific configuration. |
Some classifications use altLabel for glossary terms which guide the user to the correct class. These terms are now show in the concept view under label "OHJAUSTERMIT"@fi "HÄNVISNINGSTERMER"@sv "ENTRY TERMS"@en and in italic black text. |
I was just wondering if this is currently supported in the search?
This would require all the translations to be listed in the |
After some discussions today, I think that overriding property labels in config.ttl would be the most feasible way to implement this. The configuration could look something like this:
|
At which URL did you encounter the problem?
e.g. http://dev.finto.fi/udcs/en/page/018549
UDC uses the term "Caption" for the skos:prefLabel which would apply to any classification.
skos:notation is the "UDC number (notation)"
What steps will reproduce the problem?
What is the expected output? What do you see instead?
For classification hierarchies the fields in the main concept view should be re-labeled as these are often hierarchical complex "classes" not single "concepts":
property CURRENT LABEL ==> NEW LABELS
skos:notation NOTATION ==> NOTATION{en} - NOTATION{sv} - NOTAATIO{fi}
skos:prefLabel PREFERRED TERM ==> CAPTION{en} - KLASS{sv} - LUOKKA{fi}
skos:broader BROADER CONCEPT ==> BROADER CLASS{en} - BREDARE KLASS{sv} - YLÄLUOKKA{fi}
skos:narrower NARROWER CONCEPTS ==> NARROWER CLASSES{en} - UNDERAVDELNINGAR{sv} - ALALUOKAT{fi}
IN OTHER LANGUAGES{en} - PÅ ANDRA SPRÅK{sv} - MUILLA KIELILLÄ{fi}
RELATED CONCEPT ==> SEE ALSO{en} -- SE ÄVEN{sv} - KATSO MYÖS{fi}
What browser did you use? (eg. Firefox, Chrome, Safari, Internet explorer)
Chrome
The text was updated successfully, but these errors were encountered: