relationType
Description
Used to define a relationship with another resource. Examples include the person who manages a holding, or a controlling organisation.
Properties
Name | Description | Required | Type |
---|---|---|---|
Relationship | How the referenced resource relates to the current resource (see well-known/known-RelationType for examples). | No | string |
ContentType | The type of the referenced entity (see well-known/ResourceType). | No | string |
Related | A URL that may be used to retrieve the related resource. | No | uri-reference |
Examples
Example 1
{
"relationship": "Product Safety Information",
"contentType": "MSDS",
"related": "https://fertco.com/msds/753"
}