#!/bin/bash

source "`dirname "$0"`/setvars.in.sh"

call_java -Djdk.xml.entityExpansionLimit=0 com.ontotext.graphdb.loadrdf.LoadRDF "$@"
