kgtk icon indicating copy to clipboard operation
kgtk copied to clipboard

Knowledge Graph Toolkit

Results 125 kgtk issues
Sort by recently updated
recently updated
newest added

I create an unit test, `test_graph_statistics.py`, for the `kgtk graph-statistics` command in branch `graph-stat-betweenness`. This unit test runs fine by itself, but it fails with ImportError if it runs after...

**Describe the bug** When searching the KGTK API endpoint for `milk` in WIkidata, the entry [Q10988133](https://www.wikidata.org/wiki/Q10988133) ("cow's milk") returns the label "`cow\\s milk`" instead. **To Reproduce** Steps to reproduce the...

bug
priority 1

Dear kgtk team, I recently read your seminal paper on the KGTK system, and I found it of great interest. You really are tackling an urgent problem in the community....

documentation

Currently, when `kgtk calc --do join` joins two language qualified strings, the second (right hand) set of language qualifiers is retained in the result. Consider detecting attempts to join strings...

enhancement

The command add-labels seems broken. Whatever kgtk result i try to pipe to it, i get the error name 'filter_batch_size' is not definedCould you pls take a look? Full debug...

bug
priority 1

**Is your feature request related to a problem? Please describe.** I have a hiper relational graph and I want to visualize their edges connected with their key/values qualifiers (as edges...

**Describe the bug** Running this command, ``` kgtk(""" query -i "$OUT"/derived.class.P1963computed.subclass.tsv.gz -i subclasscountstar --match ' computed: (class)-[edge_id:P1963subclass_star]->(property), (edge_id)-[:P1114]->(property_count), count: (class)-[]->(instance_count)' --return 'edge_id as node1, "P1107" as label, cast(property_count, float)/cast(instance_count, float)...

bug