Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ontology

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:

  1. A person.
  2. An employee is a person.
  3. A person has a birth date.
  4. A person has a name.
  5. A name has a first name, which is a string.
  6. 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.

About

Test Project for Ontology Modeling in Scala

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages