Here is the list of common Arrays or Objects of Metadata, Feature, Holding, identifier and link.
- Home
- /
- Connected Data
- /
- Common Objects
Resource Type: Common Objects
Metadata
It provides metadata about a given object, including information about the creator, provenance and timestamps relating to its creation and modification.
{
"created": "2022-07-06T10:11:21.460Z",
"creator": "string",
"modified": "2022-07-06T10:11:21.460Z",
"sourceId": { … },
"validFrom": "2022-07-06T10:11:21.460Z",
"validTo": "2022-07-06T10:11:21.460Z"
}
Response Item | Description | Data Type |
---|---|---|
Created | The date on which it was created | Date |
Creator | The person responsible for creating the data | String |
Modified | The date on which the data was updated | Date |
SourceID | The identifier of the source that originated that data | Identifier |
Valid from | The timestamp from which this particular data is valid | Date/Time |
Valid to | It shows the date till which the data is valid | Date/Time |
Feature
It provides information about the feature that this sample plan is linked to.
{
"contentType": "string",
"identifier": {
"id": "string",
"scheme": "string"
},
"name": "string",
"uri": "string"
}
Response Item | Description | Data Type |
---|---|---|
Content Type | The content type of the link | String |
Identifier | Any identifier for this Sample Plan/Sample analyses/Load receival | Identifier |
Name | This is the name of the feature | String |
URI | The uniform resource identifier of this feature | String |
Identifier
It provides information about any identifiers for this sample plan.
{
"id": "string",
"scheme": "string"
}
Response Item | Description | Data Type |
---|---|---|
Id | It is the value of the identifier | String |
Scheme | URI of the identifier scheme, often specified in reverse DNS notation. For instance, it could be- uk.gov.defra.cph | String |
Link
It shows any links relevant to this sample plan.
{
"contentType": "string",
"related": "string",
"relationship": "string"
}
Response Item | Description | Data Type |
---|---|---|
Content Type | The content type of the link | String |
Related | The URI that represents this link | URI |
Relationship | The relationship of this link to its parent. | String |