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/
6
6
## CLI
7
7
8
8
You 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.
12
13
13
14
#### Example
14
15
```
15
16
java -jar bald-cli.jar --alias /path/to/alias.ttl /path/to/netcdf.nc /path/to/graph.ttl
16
17
```
17
18
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
+
18
26
## Library
19
27
20
28
You 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