Interface: IOdrlAsset
Interface for ODRL Assets. https://www.w3.org/TR/odrl-model/#asset
Extended by
Properties
uid?
optionaluid: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?
optionalpartOf:string|IOdrlAssetCollection| (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?
optionalhasPolicy:string|string[]
Reference to the policy that governs this asset. Used to identify the Policy that governs this Asset.