-
Notifications
You must be signed in to change notification settings - Fork 94
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
Feature request: Displaying skos:notation with data type in UI #1087
Comments
I think this is closely related if not identical to #627 ? |
Please see this thread on skosmos-users for some quick fixes to display the notation codes (though not the data types). |
There are a few things to do to make this happen:
Doesn't seem like hugely difficult steps. Are you by any chance interested in contributing a PR to address at least some of the above? Just step 1, adding the translations, would be a start. |
@osma I would be up for contributing, however I am not a PHP user, therefore would need some help and pointers what and how should I modify source code. |
@osma maybe I misunderstood your request, what do you mean under "contributing a PR" ? |
See e.g. So basically making a modification to Skosmos codebase (not necessary PHP code) and turning it into a pull request so it can be discussed, improved and eventually merged. See e.g. PR #1113 |
Ok, so I did indeed understood it correctly, and read PR as a contribution to code base (as someone who is using GitLab in work I have tendency to call this merge request), and not to Public Relations (PR). I am familiar with Git workflow, so no prob. |
In many domains, for example wind energy, labels for controlled terms are often sourced from multiple standards established by an international organization such as IEC or IEA.
All these labels representing the same concept should find their place in a well-curated ontology and should be easy/clearly distinguished and ideally well represented in SKOSMOS UI.
Following the discussion in #1085, @osma suggested, and I agree very much, that the cleanest way to deal with is to use
skos:notation
and define custom data type to annotate its literal values. An example a termwind_speed
which has a specific label in a standard IEC61400-25-2 can be represented in RDF as:Currently SKOSMOS does not display skos:notation nither the data types that are attached to their literal values.
Having this feature would increase usability in SKOSMOS when serving controlled terms which include lables/notations from multiple standards.
The text was updated successfully, but these errors were encountered: