This is the RDF2VEC library.
- Load the RDF dataset into Apache Jena using BulkLoading class.
- Generate RDF walks using WalksGenerator Class on the loaded RDF dataset.
- Train word2vec using trainModel.py script using gensim library.
This is the RDF2VEC library.