Skip to content
Tiffany J. Callahan edited this page Sep 20, 2020 · 1 revision

Release: v2.0 (first official release)


TODO: ADD WORKFLOW IMAGE HERE



Release Updates

New Data Sources:

New Functionality:

  • Added build options (see here for more details): full, partial, and post-closure
  • Added options to construct the knowledge graph using a subclass-based or instance-based approach (see here for more information)
  • Added Data_Preparation.ipynb Jupyter Notebook to aid in creation of mapping, filtering, and labeling datasets
  • Added Ontology_Cleaning.ipynb Jupyter Notebook to aid in cleaning and preprocessing ontology data
  • Added generates_dependency_documents.py to assist users with the creation of required input documents
  • Knowledge graph can be constructed using primary edges or primary and inverse edges
  • Added metadata for instance data nodes to knowledge graph (see here for details)
  • Improved reproducibility by providing detailed metadata on all downloaded data sources
  • Removed redundant resource download
  • Added explicit typing to all functions and class attributes
  • Modified OWL-NETS to decode OWL-encoded classes and triples (see here for more information)
  • Provide a Networkx MultiDiGraph graph for each full build (.gpickle)
  • Added Docker containers to build pkt_kg and to host Neo4J instances for easy querying of pkt_kg knowledge graphs


Jupyter Notebooks


Clone this wiki locally