kgtk
kgtk copied to clipboard
Knowledge Graph Toolkit
@filievski would like to review the options and defaults for `kgtk import-ntriples`. Are the defaults optimal for our usual use cases? Can we do anything to simplify the options, especially...
Simplify `kgtk import-wikidata` * Eliminate the detailed and exploded file formats. * Modularize the code.
`kgtk sort --pure-python` does not currently support per-column sort options.
Import the current wikidata dump, cleaning the data to correct non-ISO dates.
**Describe the bug** When using `kgtk lexicalize` with the option of `--entity-label-file`, I encountered the following unclear error. ``` /Users/myhome/miniconda3/envs/kgtk-env/lib/python3.9/site-packages/kgtk/exceptions.py:90: UserWarning: Please raise KGTKException instead of warnings.warn('Please raise KGTKException instead...
I'm trying to import the full wiki data zip, possibly just the English attributes, into the KGTK format for further analysis. The process runs for a few hours. I see...
https://github.com/usc-isi-i2/kgtk/blob/c31ba4c33d5f925fdb66a487ba2e1184c9ca4254/docs/specification.md?plain=1#L66 Does the KGTK support ISO timestamps with nanoseconds or other sub-second precisions?
- Right now, it is non-obvious to simply import a node-type CSV file into KGTK. - `normalize-nodes` and `add-id`, used together can be used to achieve this functionality. - For...
Hi, I successfully reused your tool for Wikidata (see [wikidata empirical patterns project](https://github.com/valecarriero/wikidata-empirical-patterns)) Now, I am trying to change the code such that it can be run on KGs other...
**Describe the bug** I want to manipulate geometry data of node2 from my kgtk file using pygeos (python library) **To Reproduce** 1. pygeos instalation 2. data definition [CKG-H4-geo.txt](https://github.com/usc-isi-i2/kgtk/files/11931601/CKG-H4-geo.txt) 3. query...