usc-isi-i2 / kgtk-notebooks

Tutorial and hands-on notebook on using the Knowledge Graph Toolkit (KGTK)
MIT License
78 stars 25 forks source link

error when querying p279star file - 02-kg-profiling.ipynb #3

Closed versant2612 closed 2 years ago

versant2612 commented 2 years ago

When I execute the following command inside Colab environment, this error comes up

kgtk(""" query -i p279star --match '(class)-[:P279star]->(super_class)' --return 'count(distinct super_class) as count_classes' """)

[Errno 2] No such file or directory: '/content/p279star'

saggu commented 2 years ago

Related to #2 . I'll address it there. Closing