From 944449a6b5ce62eba8d07f8ab4456b8e178413ec Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Mon, 3 Jun 2024 15:00:05 -0400 Subject: [PATCH] note difference with pyDataverse --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa92dfb..97bb732 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ A pyDataverse implementation is underway at https://github.com/Dans-labs/pyDatav - `datePublished` is YYYY-MM-DD HH:MM:SS. Should be YYYY-MM-DD. - Under `distribution`: - For files, for `@id`, the database id (e.g. `f26148`) is used instead of the filename (e.g. `README.md`) for path plus filename (e.g. `doc/README.md`). + - `field` is repeated over and over. See #1 and #2. - Missing: `funder` - Missing: `includedInDataCatalog` - `name` inserts underscores for spaces (e.g. "Max Schema.org" becomes "Max_Schema.org")