Re: multilingual labels in SKOS

You are likely to have to create a prefLabel-LANGUAGE for each of your
desired languages to get around it, trouble is though, that you can't
get around the prefLabel cardinality if you derive these from it, so
you would have to find another way. OWL doesn't care about literals
really, it is more focused on ensuring that subjects and predicates
are used "accurately", where accurately is decided by the ontology
designer. Is there any real advantage to using prefLabel instead of a
whole lot of alternates in your case anyway?

Peter

2008/6/1 Johan De Smedt <johan.de-smedt@tenforce.com>:
>
> Dear,
>
> Neither of RDF-Schema or OWL seem to handle functional properties for
> multilingual values very well.
> Typically these could be used for skos:prefLabel.
> (A prefLabel is desired to have cardinality 1,
>  but extensions to SKOS to realize this do not work out in a multilingual
> KOS)
>
> - Is this use case handled by SKOS ?
> - is there an advised solution pattern ?
>  e.g. making language specific sub-properties of skos:prefLabel that do
> have cardinality 1
>       (I do not like this because nothing prevents me making an
> xx:prefLabel-en getting the value "dit is niet in de juiste
> taal"@nl^^xsd:string)
> - do we need to turn to inference rules to solve this ?
>
> thanks for advice on handling this use-case.
>
> Kind Regards,
>   Johan De Smedt
> =================
> johan.de-smedt@tenforce.com
> mobile: +32 477 475 934
> =================
>
>
>

Received on Saturday, 31 May 2008 22:07:37 UTC