
We have already had a close look at the Knight’s move in our project, but what would an ontology based on the chess pieces’ moves look like?
Classes:
Individuals:
Level 1
We now identify a generic pattern to represent the moves of chess pieces. Every move is determined by:
This model doesn’t take in account the pawn moves, being it the only piece that moves forward only. Every other piece moves forward, backward, left or right.
The Knight moves two squares vertically and one square horizontally (L2) or two squares horizontally and one square vertically (L1). This is a possible ontology for his move:
It is clear from the graph that the diagonal direction has nothing to do with the knight move.
Same ontology, visualized on OWLGrEd:
2022, Diego Chillo & Laura Travaglini