File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Binary Array Linked Data
22
33[ Kotlin] ( https://kotlinlang.org/ ) library and CLI for Binary Array Linked Data (BALD) functionality.
4- * NetCDF to RDF conversion according to [ OGC draft specification] ( ( http://docs.opengeospatial.org/DRAFTS/19-002.html) ) .
4+ * NetCDF to RDF conversion according to [ OGC draft specification] ( http://docs.opengeospatial.org/DRAFTS/19-002.html ) .
55
66This project consists of the following modules:
77* ** binary-array-ld-lib** Core library containing BALD functionality. In particular, binary array to linked data (RDF) conversion.
@@ -55,7 +55,7 @@ BinaryArray ba = NetCdfBinaryArray.create(inputLoc, "http://test.binary-array-ld
5555Model model = ModelBinaryArrayConverter.convert(ba);
5656
5757try (OutputStream output = new FileOutputStream(outputLoc)) {
58- model.write(output, format );
58+ model.write(output, "ttl" );
5959}
6060```
6161
You can’t perform that action at this time.
0 commit comments