| From | Sent On | Attachments |
|---|---|---|
| Rob Tice | Sep 28, 2008 11:56 pm | |
| De Smedt Johan | Sep 29, 2008 12:15 am | |
| Sini, Margherita (KCEW) | Sep 29, 2008 1:30 am | |
| Aida Slavic | Sep 29, 2008 2:13 am | |
| De Smedt Johan | Sep 29, 2008 2:26 am | |
| Sini, Margherita (KCEW) | Sep 29, 2008 2:32 am | |
| Rob Tice | Sep 29, 2008 3:30 am | |
| De Smedt Johan | Sep 29, 2008 4:05 am | |
| Aida Slavic | Sep 29, 2008 4:06 am | |
| Rob Tice | Sep 29, 2008 4:53 am | |
| Sini, Margherita (KCEW) | Sep 29, 2008 5:05 am | |
| Sini, Margherita (KCEW) | Sep 29, 2008 10:48 am | |
| Houghton,Andrew | Sep 29, 2008 11:07 am | |
| Sini, Margherita (KCEW) | Sep 29, 2008 9:13 pm | |
| Alan Ruttenberg | Sep 29, 2008 9:29 pm | |
| Sini, Margherita (KCEW) | Sep 29, 2008 11:00 pm | |
| Alan Ruttenberg | Sep 29, 2008 11:26 pm | |
| Antoine Isaac | Sep 30, 2008 2:55 am | |
| Stephen Bounds | Sep 30, 2008 3:49 am | |
| Leonard Will | Sep 30, 2008 4:43 am | |
| Panzer,Michael | Oct 1, 2008 8:19 am | |
| Joseph Tennis | Oct 1, 2008 1:02 pm | |
| Sini, Margherita (KCEW) | Oct 1, 2008 1:04 pm | |
| Alan Ruttenberg | Oct 2, 2008 3:16 am | |
| Antoine Isaac | Oct 2, 2008 7:23 am | |
| Alistair Miles | Oct 2, 2008 9:29 am | |
| Sini, Margherita (KCEW) | Oct 2, 2008 11:27 am |
| Subject: | Scientific and common names in SKOS | |
|---|---|---|
| From: | Sini, Margherita (KCEW) (Marg...@fao.org) | |
| Date: | Sep 29, 2008 10:48:25 am | |
| List: | org.w3.public-esw-thes | |
Dear all,
I have the following problem: how to represent a KOS which contains organisms with scientific names and common names in SKOS?
example for plants: potatoes and "Solanum tuberosum", will these be 2 skos:concepts? NOTE: they may be both descriptors in the KOS, for indexing purposes. Both can have multiple non-descriptors...
<skos:Concept rdf:about="http://www.fao.org/aims/aos/agrovoc#potatoes"> <skos:prefLabel xml:lang="en">potatoes</skos:prefLabel> </skos:Concept>
<skos:Concept rdf:about="http://www.fao.org/aims/aos/agrovoc#Solanum_tuberosum"> <skos:prefLabel xml:lang="en">Solanum tuberosum</skos:prefLabel> <skos:exactMatch rdf:resource="http://www.fao.org/aims/aos/agrovoc#potatoes"/> </skos:Concept>
OR
<skos:Concept rdf:about="http://www.fao.org/aims/aos/agrovoc#potatoes"> <skos:prefLabel xml:lang="en">potatoes</skos:prefLabel> </skos:Concept>
<skos:Concept rdf:about="http://www.fao.org/aims/aos/agrovoc#Solanum_tuberosum"> <skos:prefLabel xml:lang="LA">Solanum tuberosum</skos:prefLabel> <skos:exactMatch rdf:resource="http://www.fao.org/aims/aos/agrovoc#potatoes"/> </skos:Concept>
OR
<skos:Concept rdf:about="http://www.fao.org/aims/aos/agrovoc#potatoes"> <skos:prefLabel xml:lang="en">potatoes</skos:prefLabel> <skos:prefLabel xml:lang="LA">Solanum tuberosum</skos:prefLabel> </skos:Concept>
What if in the terminology i use both scientific name and common name are preferred and they are both marked in English? ... i cannot use 2 skos:prefLabel for same language...
Thanks
Margherita





