-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Normalization should include listifying singular distribution items to simplify downstream queries. This could also apply to other list types including creators.
"distribution": {
"@type": "DataDownload",
"contentUrl": "https://ipt.env.duke.edu/archive.do?r=zd_1762",
"encodingFormat": "application/zip"
},should become
"distribution": [{
"@type": "DataDownload",
"contentUrl": "https://ipt.env.duke.edu/archive.do?r=zd_1762",
"encodingFormat": "application/zip"
}],Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request