Skip to content

dnguy262/rdf-construction-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDF Construction Model


This program takes in a knowledge graph as input and outputs it in Resource Description Framework (RDF) format.

Custom RDF schema can be found under the resources folder.

Helpful Documentation:

https://rdflib.readthedocs.io/en/stable/

https://docs.stardog.com/tutorials/rdf-graph-data-model

Instructions

Install dependencies:

pip3 install rdflib

Setup and run rutvik05's IE Pipeline:

https://github.com/rutvik5/knowledge-graph

Insert knowledge-graph-name.csv into data folder. Run Program.

python3 construct_rdf.py

Run unit tests:

python3 unit_tests.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages