Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Design Patterns

This folder contains design patterns for groupings of classes in the ontology.

The design patterns are specified in YAML, and follow the dead_simple_design_patterns specification

Consult each yaml file for details on the specific pattern.

Implementation

The design patterns act as templates, with template values coming from the CSVs in the src/ontology/modules directory. pattern2owl is used to translate the CSVs to OWL. See the Makefile for more details