Skip to main content

Interface: IOdrlAsset

Interface for ODRL Assets. https://www.w3.org/TR/odrl-model/#asset

Extended by

Properties

uid?

optional uid?: string

The unique identifier for the asset. Should be an IRI.


@type?

optional @type?: string

The type of the asset. Can be used to specify additional type information.


partOf?

optional partOf?: ObjectOrArray<string | IOdrlAssetCollection>

Reference to the asset collection this asset is part of. Used to identify an AssetCollection that this Asset is a member of.


hasPolicy?

optional hasPolicy?: ObjectOrArray<string>

Reference to the policy that governs this asset. Used to identify the Policy that governs this Asset.