Skip to content

ignitewala/semantic-knowledge-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Semantic Knowledge Graph with RDF and LLM Interaction

This repository demonstrates how to build a semantic knowledge graph and represent knowledge in AI using RDF (Resource Description Framework). It also shows how to interact with Large Language Models (LLMs) for inferencing and information extraction.

Features

  • Building semantic knowledge graphs with RDF
  • Representing structured knowledge for AI applications
  • Interacting with LLMs for reasoning and extracting insights from the graph

Getting Started

  1. Create RDF triples to model your domain knowledge.
  2. Use SPARQL or other query languages to interact with the graph.
  3. Connect with LLM APIs to perform inferencing and extract information.

Requirements

  • Python 3.x
  • RDFLib (for RDF handling)
  • Access to LLM API (Ollama, OpenAI, Hugging Face, etc.)

Pre-req: local LLM

About

This repository demonstrates how to build a semantic knowledge graph and represent knowledge in AI using RDF (Resource Description Framework). It also shows how to interact with Large Language Models (LLMs) for inferencing and information extraction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors