kg_validation_utils
check_kg_executability(kg)
¶
Checks if the given KG is executable as an ML pipeline, based on a pre-defined SHACL shape graph
Parameters:
Name | Type | Description | Default |
---|---|---|---|
kg | rdflib.Graph or str | object or path of graph to check | required |
Source code in exe_kg_lib/utils/kg_validation_utils.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|
Last update: October 20, 2023