Skip to content
/ kif Public

A Wikidata-based framework for integrating knowledge sources

License

Notifications You must be signed in to change notification settings

IBM/kif

Repository files navigation

KIF — Knowledge Integration Framework

KIF is a knowledge integration framework based on Wikidata.

It is written in Python and released as open-source.

First time here? Check out the quickstart guide.

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

Documentation

See documentation and examples.

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.

License

Released under the Apache-2.0 license.