Currently, the test harness simply builds JSON documents from the YAML source and checks that they conform to the JSON schemas. This is a minimal test of syntactic well-formedness.
The tests should be extended to check that the annotations reference valid concepts and define valid Monocl expressions. The easiest way to do that is to just load everything into semanticflowgraph's ontology DB and see if any exceptions are thrown.
Currently, the test harness simply builds JSON documents from the YAML source and checks that they conform to the JSON schemas. This is a minimal test of syntactic well-formedness.
The tests should be extended to check that the annotations reference valid concepts and define valid Monocl expressions. The easiest way to do that is to just load everything into semanticflowgraph's ontology DB and see if any exceptions are thrown.