File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,23 @@ as described in the [draft specification](http://docs.opengeospatial.org/DRAFTS/
66## CLI
77
88You can provide aliases as a set of RDF files.
9- Use the ` --alias ` or ` -a ` option to specify the locations of alias files
10- as a comma-delimited list.
11- Note that these files must have a suitable extension in order to be parsed correctly.
9+ Use the ` --alias ` or ` -a ` option to specify the locations of alias files as a comma-delimited list.
10+ These can be the paths of files on the local file system, or the URLs of remote resources.
11+
12+ Note that the alias paths must have a suitable extension in order to be parsed correctly.
1213
1314#### Example
1415```
1516java -jar bald-cli.jar --alias /path/to/alias.ttl /path/to/netcdf.nc /path/to/graph.ttl
1617```
1718
19+ ### Note
20+
21+ If your alias files are remote resources and you are using a proxy server,
22+ you must provide the proxy host and port with the ` -Dhttp.proxyHost ` and ` -Dhttp.proxyPort `
23+ JVM arguments.
24+ See [ here] ( https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html ) for official documentation.
25+
1826## Library
1927
2028You can provide aliases as an Apache Jena [ model] ( https://jena.apache.org/documentation/javadoc/jena/org/apache/jena/rdf/model/Model.html ) .
You can’t perform that action at this time.
0 commit comments