Kgcreator
The Knowledge Graph Creator (kgcreator) is a tool for automating the generation of RDF data for Knowledge Graphs from raw text data read from an input directory path. (from my book Practical Python Artificial Intelligence Programming https://leanpub.com/pythonai
Install / Use
/learn @mark-watson/KgcreatorREADME
Knowledge Graph Creator command line tool: kgcreator
Knowledge Graph Creator: converts text to RDF triples and Neo4J graph and Memgraph database data
The Knowledge Graph Creator (kgcreator) is a tool for automating the generation of RDF data for Knowledge Graphs from raw text data read from an input directory path.
The Knowledge Graph Creator creates an output file containing RDF triples suitable for loading into any linked data/semantic web data store.
This Python command line utility is one of the example programs in my book Practical Python Artificial Intelligence Programming that is available on Leanpub.com or available (in the future, this book is under development) to read for free on my web site https://markwatson.com.
Installation
Install this tool using pip:
pip install kgcreator
pip install spacy
python -m spacy download en_core_web_sm
Usage
For help, run:
kgcreator --help
kgcreator --inputdir=test_data --outputfile=out.rdf --outputfileneo4j=out.cypher
You can also use:
python -m kgcreator --help
Development
To contribute to this tool, first checkout the code. Then create a new virtual environment:
cd kgcreator
python -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest
Notes on generating Neo4J graph data
Start by identifying:
- Names of entities (node labels).
- Names of relationships.
- Names of properties for nodes and relationships.
- Constraints to be defined.
- Indexes required.
- The most important queries?
Related Skills
node-connect
349.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
