Skip to content

Latest commit

 

History

History
 
 

marklogic-rdf4j-examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

#marklogic-rdf4j examples

This directory contains a sample project that demonstrates usage of marklogic-rdf4j.

For development branches, it points to the local user's Maven repository.

##Setup and Running

This example suite utilises the same marklogic-rdf4j environment/marklogic setup (referenced in gradle.properties) and it will need to be operational to run these examples.

To run examples;

Simple rdf4j example.

gradle runExample1

Use MarkLogic specific features (rulesets, perms, constraining query ...).

gradle runExample2

Return number of triples.

gradle runExample3

Example of Loading 100,000 triples.

gradle runExample4