RE: Modelling 'term-to-term' relationships in SKOS

Stella wrote:
> Direct immediate searching may not be the only need. If you 
> want to use
> the data to print out or present an on-screen display of the thesaurus
> for human look-up, then you might want to present a British-spelt
> version for UK users, an American spelt version for US users. 
> You might
> even want to give users an option to choose their dialect, 
> just as they
> might choose to display in French or German. For this purpose
> undifferentiated altLabels are insufficient.

Labels with language tags are sufficient for this (if each dialect is
treated as a separate language).

(e.g.
<skos:Concept>
	<skos:prefLabel xml:lang="en-US">Color</skos:prefLabel>
	<skos:prefLabel xml:lang="en-GB">Colour</skos:prefLabel>
</skos:Concept>
)

Al.

Received on Thursday, 4 March 2004 05:38:56 UTC