Closed ceteri closed 2 years ago
fixed the returned namespaces #199
should have both the explicitly added ones (via namespaces init parameter) as well as the implicitly added ones which came in through file loads.
namespaces
kglab.KnowledgeGraph.get_ns_dict()
kglab.KnowledgeGraph.describe_ns()
get_ns_dict()
Current behaviour
fixed the returned namespaces #199
New expected behaviour
should have both the explicitly added ones (via
namespaces
init parameter) as well as the implicitly added ones which came in through file loads.Change logs
kglab.KnowledgeGraph.get_ns_dict()
to have this corrected behaviorkglab.KnowledgeGraph.describe_ns()
to useget_ns_dict()
internally