Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Consistency checks #24

Open
nichtich opened this issue Aug 26, 2021 · 0 comments
Open

Consistency checks #24

nichtich opened this issue Aug 26, 2021 · 0 comments

Comments

@nichtich
Copy link
Member

Existing trusted mappings should be analysed for consistency. E.g.

  • If there is a mapping α = β or α < β then there must not be a mapping β > α

  • If there is a mapping α > β then there must not be a mapping α = β or α < β

  • For every mapping α = β or α < β if β (α ≤ β) has no narrower classes then for all transitively narrower classes γ of α there is an implicit mapping γ < β. If a counter-case of a transitively narrower classe γ of α is found where the mapping relation γ < β does not hold, then the mapping α = β oder α < β must be wrong.

In short, the network of KOS hierarchy and mapping relations must be a partial order (poset) or directed acyclic graph (DAG).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant