Dataset Links (AAS)

Capture article level dataset links in a <custom-meta> element child of <custom-meta-group>.

The custom-meta element must have two child elements:
  • A <meta-name> element containing the value dataset.
  • A <meta-value> element containing a <related-object> element.

The related-object element must contain a @content-type attribute with the value dataset and a @object-id attribute containing the URL of the dataset.

Example

<custom-meta>
  <meta-name>dataset</meta-name>
  <meta-value>
    <related-object content-type="dataset" object-id="https://doi.org/10.5281/zenodo.7838690"/>
  </meta-value>
</custom-meta>