Skip to content

Commit a687d3e

Browse files
35 Remote aliases (#39)
* Set theme jekyll-theme-slate * Create index.md Initialise GH pages * Document remote alias file usage.
1 parent 1039197 commit a687d3e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/alias.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,23 @@ as described in the [draft specification](http://docs.opengeospatial.org/DRAFTS/
66
## CLI
77

88
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.
1213

1314
#### Example
1415
```
1516
java -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

2028
You can provide aliases as an Apache Jena [model](https://jena.apache.org/documentation/javadoc/jena/org/apache/jena/rdf/model/Model.html).

0 commit comments

Comments
 (0)