Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Files

Latest commit

fe1a62d · Feb 6, 2019

History

History

marklogic-rdf4j-examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 6, 2018
Aug 22, 2017
Nov 4, 2017
Feb 6, 2019

#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