KIF
- Version:
0.4
- Date:
Aug 29, 2024
Welcome to the documentation of KIF!
KIF is a knowledge integration framework based on Wikidata.
It written in Python and is released as open-source (see License).
First time here? See Quickstart. Or go straight to API Reference.
Installation
$ pip install kif-lib
Hello world!
Prints an arbitrary statement from Wikidata:
from kif_lib import * # import KIF namespacee
kb = Store('wikidata') # create a store pointing to Wikidata
print(next(kb.filter())) # obtain and print one arbitrary statement
Citation
Guilherme Lima, João M. B. Rodrigues, Marcelo Machado, Elton Soares, Sandro R. Fiorini, Raphael Thiago, Leonardo G. Azevedo, Viviane T. da Silva, Renato Cerqueira. “KIF: A Wikidata-Based Framework for Integrating Heterogeneous Knowledge Sources”, arXiv:2403.10304, 2024.