A data product that is used by or generated by a model.

Writable Fields:

name: Name of the DataProduct, unique in the context of the triple (name, version, namespace)

version: Version identifier of the DataProduct, must conform to semantic versioning syntax

object: API URL of the associated Object

namespace: API URL of the Namespace of the DataProduct

Read-only Fields:

url: Reference to the instance of the DataProduct, final integer is the DataProduct id

last_updated: Datetime that this record was last updated

updated_by: Reference to the user that updated this record

external_object: ExternalObject API URL associated with this DataProduct

prov_report: The provenance report for this DataProduct

ro_crate: The RO Crate containing this DataProduct plus any available input files

GET /api/data_product/3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://data.fairdatapipeline.org/api/data_product/3/?format=api",
    "internal_format": false,
    "prov_report": "https://data.fairdatapipeline.org/api/prov-report/3/",
    "ro_crate": "https://data.fairdatapipeline.org/api/ro-crate/data-product/3/",
    "last_updated": "2024-02-09T15:38:21.722303Z",
    "name": "SEIRS_model/results/model_output/python",
    "version": "0.0.1",
    "updated_by": "https://data.fairdatapipeline.org/api/users/2/?format=api",
    "object": "https://data.fairdatapipeline.org/api/object/6/?format=api",
    "namespace": "https://data.fairdatapipeline.org/api/namespace/3/?format=api",
    "external_object": null
}