Pedro Szekely
Pedro Szekely
Currently this causes an exception and the model is left in a bad state. One suggestion is that before executing a set semantic type or set link command, Karma checks...
Many ontologies define ranges for datatype properties. It would be good for Karma to automatically add the value of the range as the literal type for literals. Care must be...
Currently Karma only allows semantic types for datatype properties under the assumption that the data contains literal values. In some datasets, the data contains URIs, that the user wants to...
Running ``` %%time !$kgtk graph-embeddings -i "$TEMP"/item.edges.tsv.gz \ --output_format kgtk \ -o "$OUT"/graph-embeddings.tsv.gz ``` I get the following error: ``` INFO:torchbiggraph:Loading entity counts... INFO:torchbiggraph:Creating workers... INFO:torchbiggraph:Initializing global model... Traceback (most...
Need separate myDIG types for year, year/month, year/month/day, year/month/day/time, so that we can properly parse and display dates to users
At a minimum, custom extractors need a name that will appear in the myDIG menu of extractors.
There are CSV files where the values are split over multiple columns and we need them as one column. For example, there can be `year`, `month` and `day` columns and...
By default, ETK pipeline turns off after one hour. Make sure that for SAGE it is set to never exit.
Looks like DIG does not accept zulu times (trailing z) Verify that ES is correctly mapping the dates so that date queries work. Check the mapping file in ES to...
Shows a dialog that has a checkbox for each extractor.