Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 829 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 829 Bytes

Trip Walk

Random Walk generation in a RDF graph. It produces paths inside the graph (aka random walks) for each RDF resource. The <numWalks> parameter stands for how many random walks will be generated starting from each resource and the <depth> parameter is the length of each random walk. Each random walk starts and ends on a RDF resource, but relationships are included in between.

Getting Started

  1. Clone this repo:

    git clone https://github.com/chrisPiemonte/TripWalk.git 
    cd TripWalk/

  2. Run:

    sbt assembly

  3. Run da jar:

    java -cp target/scala-2.11/TripWalk.jar Embed <RDF file> <depth> <numWalks>