VirtualFlyBrain / VFB_owl

A repository for VFB owl files and the code that generates them
2 stars 1 forks source link

As a user, I want to see clear information about how a domain on a template is defined in order to judge whether i trust it. #28

Closed dosumis closed 6 years ago

dosumis commented 8 years ago

VFB_ind_tools def_roller.

Problem: need to navigate over FACTS to find typing of channel. This can't be done with the in-memory OWL (no facts!) It can be done by stringing together two existing lmb_tools.OwlDBOnt methods: ind_fact_report, ind_type_report. Not very efficient. A single call would be much more efficient. But much easier once this is in neo KB. Better to code after the move?

dosumis commented 6 years ago

This can be done with some with some simple cypher to pull out information from the KB.

dosumis commented 6 years ago

Issue moved to VirtualFlyBrain/Management #58 via ZenHub