Skip to content

Commit

Permalink
Rewrite to JSON-LD HTML example
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta authored Apr 16, 2021
1 parent bcaf05f commit 6c558b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ Settings for the [open DrugBank dataset](https://www.drugbank.ca/releases/latest
## Examples

```shell
molstruct -f rdfa data.csv
molstruct -f jsonldhtml data.csv
```

Returns simple HTML with added RDFa. Assumes that the column names in the CSV file are the default ones.
Returns simple HTML with added JSON-LD. Assumes that the column names in the CSV file are the default ones.

```shell
molstruct -f microdata -mf "formula" data.csv
Expand Down

0 comments on commit 6c558b9

Please sign in to comment.