Many articles about semantic reasoner, refer to soundness as a characteristic of the reasoner or a reasoning algorithm. However from definition of soundness from Wikipedia (http://en.wikipedia.org/wiki/Soundness) I understand that soundness is a property of my model and independent from reasoning algorithm that I apply to it. For example the model:
All organisms with wings can fly.
Penguins have wings.
Leads to the following valid (provable?) but unsound result:
Penguins can fly.
So when I give this model to a for example Tableaux-based algorithm, or the KAON2 reasoner, that are both said to be sound, they would still give me this unsound result. So can you please describe to me what is the soundness exactly? and if it is a characteristic of model or modeling language or reasoning method or just the inference result?
