-
Notifications
You must be signed in to change notification settings - Fork 34
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
US versus British spellings #250
Comments
You could just have multiple
Else if we agree that US-English is the default/canonical English:
Else if we agree that US-English is the default/canonical language:
Else we could just agree to limit the labelling to US-English. This is a business or policy decision. |
I'd suggest having only one rdfs:label-- it makes SPARQL queries that pull a label easier (no language filter), but having a language label is good. Some convention would be a good thing to avoid mix of all three ( rdfs:label "Hematite"; rdfs:label "Sulfur"@en ; rdfs:label "Aluminum"@en-us ). Currently I can find 12818 language labels in SWEET, and they're all @en, so seems that current practice is to use @en with convention that default English dialect is US. How about using skos:altLabel for @en-GB, or any other dialect/language synonyms. |
I think that would not strictly match the semantics of
or
|
Makes sense. I like this one:
|
I recommend against the The reason for this is that some vocab systems prefer SKOS-labels only or treat pairs of A |
I agree with @nicholascar. Not just because BioPortal would look for skos:prefLabel first and rdfs:label only if no prefLabel is offered, and uses skos:altLabel is used for synonyms. I would not recommend rdfs:label for synonyms because it is likely to be misconstrued given the availability of skos:prefLabel. Unfortunately BioPortal would struggle with language tags but that is a defect in BioPortal. It's going to get fixed I am sure. So absolutely I would use language tags to indicate GB spellings where they exist. When there is the same spelling, I'd use skos:prefLabel with "@en" as the language tag, and when the spelling is different I'd have two prefLabels: one in en-US, one in en-GB. This makes it trivial to further internationalize the vocabulary with other languages later, and still present the preferred label in each language (and still search for synonyms in each language, or across languages). |
I recommend allowing a flexible approach whereby the user can chose either US or British spelling, both of which are presented to them as alternatives or synonymous (if actually synonymous). They can select their display label. Likewise for other languages: a no-English speaker should see the synonym in their language and be able to select it as their display and preferred label. |
@rrovetto that is the intended use of SKOS prefLabels with language tags and different version of a single language's language tags can be used, as per the |
Example:
In Aluminum, Hematite and Sulfur are US spellings. I'm sure there are many others.
Shall we include British spellings?
If so, is adding another
rdfs:label
tag sufficient or are there other preferred methods (e.g.skos:altLabel
, something else?)The text was updated successfully, but these errors were encountered: