tetherless-world / mowgli-etl

DARPA Machine Common Sense (MCS) Multi-modal Open World Grounded Learning and Inference (MOWGLI) Extract-Transform-Load sub-project
MIT License
6 stars 1 forks source link

Migrate to new KGTK-based CSKG format with appropriate model changes #165

Open gordom6 opened 3 years ago

gordom6 commented 3 years ago

The initial goals of this were to (1) output KGTK from our pipelines and (2) generate CSKG test data that takes advantage of new KGTK features. I have done both of those.

I changed the KgEdge and KgNode (formerly Edge and Node) models to the new KGTK data model and supplied adapters to create and serialize the models with the old fields.

Follow-up to the initial goals would be changing our non-test pipelines to output KGTK models and eliminating the legacy input and output. That has a lower priority than the initial goals and can safely be postponed.

gordom6 commented 3 years ago

@stouffers You can leave this for now.