Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
meier-rene committed Dec 16, 2024
1 parent b45f27c commit 3abf35d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ public JsonArray createStructuredDataJsonArray() {
+ "} }", JsonObject.class));
dataset.add("measurementTechnique", measurementTechnique);

dataset.add("includedinDataCatalog", gson.fromJson(
dataset.add("includedInDataCatalog", gson.fromJson(
"{\"@type\": \"DataCatalog\","
+ "\"name\": \"MassBank\","
+ "\"url\": \"https://massbank.eu\""
Expand Down

0 comments on commit 3abf35d

Please sign in to comment.