AdditionalInformation
@nevermined-io/sdk - v3.0.44 / AdditionalInformation
Interface: AdditionalInformation
Additional Information of Assets Metadata.
See
Table of contents
Properties
- categories
- cipher
- copyrightHolder
- customData
- description
- inLanguage
- links
- poseidonHash
- priceHighestDenomination
- providerKey
- secretId
- structuredMarkup
- tags
- updateFrequency
- workExample
Properties
categories
• Optional
categories: string
[]
Categories used to describe this content. Empty by default.
Example
;['Economy', 'Data Science']
Defined in
cipher
• Optional
cipher: string
Defined in
copyrightHolder
• Optional
copyrightHolder: string
The party holding the legal copyright. Empty by default.
Example
'Met Office'
Defined in
customData
• Optional
customData: Object
A dynamic field containing marketplace specific data. Can be used to store any non-default data, needs to be checked
Index signature
▪ [key: string
]: any
Defined in
description
• Optional
description: string
Details of what the resource is. For a dataset, this attribute explains what the data represents and what it can be used for.
Example
'Weather information of UK including temperature and humidity'
Defined in
inLanguage
• Optional
inLanguage: string
The language of the content. Please use one of the language codes from the IETF BCP 47 standard.
Example
'en'
Defined in
links
• Optional
links: { [name: string]
: string
; }[]
Mapping of links for data samples, or links to find out more information. Links may be to either a URL or another Asset. We expect marketplaces to converge on agreements of typical formats for linked data: Nevermined itself does not mandate any specific formats as these requirements are likely to be domain-specific.
Example
;[
{
anotherSample:
'http://data.ceda.ac.uk/badc/ukcp09/data/gridded-land-obs/gridded-land-obs-daily/',
},
{
fieldsDescription: 'http://data.ceda.ac.uk/badc/ukcp09/',
},
]
Defined in
poseidonHash
• Optional
poseidonHash: string
Defined in
priceHighestDenomination
• Optional
priceHighestDenomination: number
Price store in the highest denomination and stored as a number on elastic search
Remarks
We currently do this because elasticsearch does not support BigNumbers
Defined in
providerKey
• Optional
providerKey: Object
Type declaration
Name | Type |
---|---|
x | string |
y | string |
Defined in
secretId
• Optional
secretId: Object
Type declaration
Name | Type |
---|---|
x | string |
y | string |
Defined in
structuredMarkup
• Optional
structuredMarkup: { mediaType
: string
; uri
: string
}[]
A link to machine-readable structured markup (such as ttl/json-ld/rdf) describing the dataset.
Defined in
tags
• Optional
tags: string
[]
Keywords or tags used to describe this content. Empty by default.
Example
;['weather', 'uk', '2011', 'temperature', 'humidity']
Defined in
updateFrequency
• Optional
updateFrequency: string
An indication of update latency - i.e. How often are updates expected (seldom, annually, quarterly, etc.), or is the resource static that is never expected to get updated.
Example
'yearly'
Defined in
workExample
• Optional
workExample: string
Example of the concept of this asset. This example is part of the metadata, not an external link.
Example
'423432fsd,51.509865,-0.118092,2011-01-01T10:55:11+00:00,7.2,68'