linked-statistics / xkos

A SKOS extension for statistical classifications
35 stars 8 forks source link

Concept association, case m:n #86

Closed catecara closed 6 years ago

catecara commented 7 years ago

The m:n correspondence between classification items in classification systems can be expressed in the following way (example below taken from Guidelines on FAO. 2015. International Classifications for Agricultural Statistics):

Let items a, b belong to Classification A; item c, d belong to Classification B. e.g. a = meat of cattle and buffalo fresh b = meat of cattle and buffalo frozen c = meat of cattle fresh and frozen d = meat of buffalo fresh and frozen

Then,
(i) a corresponds to (c, d) (ii) b corresponds to (c, d) (iii) and together : a+b = c +d (in terms of classified data)

The current proposal seem to capture (iii) but not (i) and (ii). The rendering of (i) and (ii) should be discussed.

nichtich commented 7 years ago

What exactely is meant by "(c, d)" and "c +d"?

On 20. März 2017 16:05:22 MEZ, catecara notifications@github.com wrote:

The m:n correspondence between classification items in classification systems can be expressed in the following way (example below taken from Guidelines on FAO. 2015. International Classifications for Agricultural Statistics):

Let items a, b belong to Classification A; item c, d belong to Classification B. e.g. a = meat of cattle and buffalo fresh b = meat of cattle and buffalo frozen c = meat of cattle fresh and frozen d = meat of buffalo fresh and frozen

Then,
(i) a corresponds to (c, d) (ii) b corresponds to (c, d) (iii) and together : a+b = c +d (in terms of classified data)

The current proposal seem to capture (iii) but not (i) and (ii). I wonder whether all three correspondences should be rendered.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/linked-statistics/xkos/issues/86

-- Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

catecara commented 7 years ago

Hope the wording is clearer now.

nichtich commented 7 years ago

So there can be more correspondences:

  1. a corresponds to c (partial overlap)
  2. a corresponds to d (partial overlap)
  3. b corresponds to c (partial overlap)
  4. b corresponds to d (partial overlap)
  5. a corresponds to (c+d) (a is narrower)
  6. b corresponds to (c+d) (b is narrower)
  7. (a+b) corresponds to (c+d) (exact)
tfrancart commented 6 years ago