Sign in
apache
/
jena
/
streaming-update
/
.
/
jena-core
/
bin
/
rdfparse
blob: 4f1e02228968037f6ffc0ec2917c43a89aa70ed3 [
file
] [
log
] [
blame
]
#!/bin/sh
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
if
[
"$JENAROOT"
=
""
]
then
echo
"JENAROOT not set"
1
>&
2
exit
1
fi
CP
=
"$($JENAROOT/bin/jena_path)"
java $SOCKS
-
cp
"$CP"
jena
.
rdfparse
"$@"