Skip to content

Commit 2678a9b

Browse files
committed
ad reame
1 parent 9301915 commit 2678a9b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

nc2rdf/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,19 @@ $ python nc2rdf.py -o ttl myfile.nc
3131
$ python nc2rdf.py -o xml myfile.nc
3232
```
3333

34+
## nc2schemaorg
35+
36+
This feature provides users a way to create schema.org descriptions from
37+
ACDD/CF/NUG conformant values in a nc file.
38+
39+
```
40+
$ python nc2rdf.py -o json-ld --schema-org [cdl or nc file]
41+
```
42+
43+
Example:
44+
```
45+
$ python nc2rdf.py -o json-ld --schema-org ../lib/bald/tests/integration/CDL/trajectoryProfile_template.cdl
46+
```
47+
48+
3449
Note: This command-line tool is experimental and is subject to changes, however serves as a prototype for accessing bald functions for netCDF related files to RDF.

0 commit comments

Comments
 (0)