Skip to content

MaestroGraph/motive-rdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

motive-rdf

Motif induction for (RDF) knowledge graphs.

Installation

Clone or download the project and compile with maven. On the command line:

mvn clean install

To run one of the experiments, import it into an IDE like Eclipse and run Run.java. Alternatively,

compile it into a jar using:

mvn clean install package -DskipTests

Then run one of the experiments by calling the jar For instance:

java -jar motive-rdf.jar --experiment real-world --iterations 100000 --topk 100 --data aifb --max-time 5

The datasets (mutag, aifb, dogfood) are packaged into the jar. Support for other data is coming soon. Send me a message or make an issue if you need this.

Supplement

Download the paper supplement, containing the extended results of the motif experiment.

About

Motif induction for (RDF) knowledge graphs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published