Skip to content

Asset

ODRL Core Vocabulary Terms related to Assets

URI: odrl:Asset

 classDiagram
    class Asset
    click Asset href "../Asset"
      Asset : AssetCollection




    Asset --> "0..1" String : AssetCollection
    click String href "../String"


      Asset : uid




    Asset --> "1" String : uid
    click String href "../String"


Slots

Name Cardinality and Range Description Inheritance
AssetCollection 0..1
xsd:string
A collection of assets direct
uid 1
xsd:string
direct

Usages

used by used in type used
Permission target any_of[range] Asset
Prohibition target any_of[range] Asset
Duty target any_of[range] Asset

Identifier and Mapping Information

Schema Source

  • from schema: http://www.w3.org/ns/odrl/2/

LinkML Source

Direct

name: Asset
description: ODRL Core Vocabulary Terms related to Assets
from_schema: http://www.w3.org/ns/odrl/2/
slots:
- AssetCollection
attributes:
  uid:
    name: uid
    from_schema: http://www.w3.org/ns/odrl/2/
    domain_of:
    - Policy
    - Asset
    - Party
    required: true

Induced

name: Asset
description: ODRL Core Vocabulary Terms related to Assets
from_schema: http://www.w3.org/ns/odrl/2/
attributes:
  uid:
    name: uid
    from_schema: http://www.w3.org/ns/odrl/2/
    alias: uid
    owner: Asset
    domain_of:
    - Policy
    - Asset
    - Party
    range: string
    required: true
  AssetCollection:
    name: AssetCollection
    description: A collection of assets.
    from_schema: http://www.w3.org/ns/odrl/2/
    alias: AssetCollection
    owner: Asset
    domain_of:
    - Asset
    range: string