Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(Paolo) that is a fair point but the description is not accurate, the approach has been described in the paper, here it is:

 

The relationships between the mathematical entities and those defined by Collections Ontology - and detailed in the following sections of the paper - can be defined as follow:

...

 

    co:Set ⊂ Set

 

...

 

    co:Bag ⊂ Bag

 

 

 

    co:Set ∩ co:Bag = ∅

 

 

 

    co:List = co:Bag ∩ Sequence

...

There are precise pragmatic reasons motivating this design choice. First of all, we chose not to model the mathematical identity function in CO for a specific reason: to allow one to use CO even when modelling scenarios that describe “collections in terms of the constructive boundaries of those plural entities that form themselves a whole". Therefore, it is possible to consider two sets of people, composed exactly by the same people, as two different research groups without contradictions. .... Second, from an implementation standpoint, the data structures managing co:Set and co:Bag are very different.

...

In other words, if you define a Bag and you add ordering you get a List. See axioms here: http://www.essepuntato.it/lode/owlapi/http://purl.org/co/#d4e499

...