Skip to content

Place single distribution items into lists #7

@iannesbitt

Description

@iannesbitt

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions