v2.1.1
Release: v2.1.1
Website: https://github.com/callahantiff/PheKnowLator/wiki/v2.0.0
Data Access: Archived Builds
Docker Container: DockerHub Dedicated Project Container
PyPI: pkt-kg 2.1.1
Updated Jupyter Notebooks:
Updated Scripts:
pkt_kg/owlnets.py
pkt_kg/utils/kg_utils.py
Updates
- For the
owlnets.py
script, three new hyperparameters were added to provide users with more flexibility in terms of what support, top, and relation ontology objects are included in an OWL-NETS graph. The pruning functions were also improved to make sure that metadata are not getting through (i.e., obsolete classes and XML Schema). - For the
OWLNETS_Example_Application.ipynb
Jupyter Notebook, new functionality was added to include node and relation definitions. - Added new function to obtain the definitions for all
owl:Class
andowl:ObjectProperty
objects to 'pkt_kg/utils/kg_utils.py`