Test Project for Ontology Modeling in Scala
This is a project with which I can model a data structure as an ontology.
The structure is simple, with six elements:
- A person.
- An employee is a person.
- A person has a birth date.
- A person has a name.
- A name has a first name, which is a string.
- A name has a last name, which is a string.
There is a sample file in the testing resources, which shows a general target for the output, although there are aspects the sample does not include.