- From: Stephen Bounds <km@bounds.net.au>
- Date: Wed, 12 Nov 2008 01:44:54 +0000
- To: Danny Ayers <danny.ayers@gmail.com>
- Cc: SKOS <public-esw-thes@w3.org>
Hi Danny,
SKOS allows multiple prefLabels as long as they are in different
languages, hence:
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<skos:Concept rdf:about="http://www.example.com/concepts#magpie">
<skos:prefLabel xml:lang="en">magpie</skos:prefLabel>
<skos:prefLabel xml:lang="it">gazza</skos:prefLabel>
</skos:Concept>
<skos:Concept rdf:about="http://www.example.com/concepts#maid">
<skos:prefLabel xml:lang="en">maid</skos:prefLabel>
<skos:prefLabel xml:lang="it">signorina</skos:prefLabel>
</skos:Concept>
...
</rdf:RDF>
should do what you want.
Cheers,
-- Stephen.
Quoting Danny Ayers <danny.ayers@gmail.com>:
>
> I'm optimistic someone familiar with SKOS will be able to give me an
> instant answer, save me trawling/thinking :-)
>
> All I want is to put dictionary correspondences into RDF, derived from
> a tab delimited text file, a sample:
>
> ...
> magpie gazza
> maid signorina
> maize granturco
> majority maggioranza
> make marca
> make a mountain out of a molehill fare di una mosca un elefante
> make love fare l'amore
> ...
> from http://arael.shtooka.net/test/download.php
>
Received on Wednesday, 12 November 2008 01:45:37 UTC