Skip to content

Set

ODRL Core Vocabulary Terms related to Policy Subclasses

URI: odrl:Set

 classDiagram
    class Set
    click Set href "../Set"
      Policy <|-- Set
        click Policy href "../Policy"

      Set : inheritFrom




    Set --> "0..1" String : inheritFrom
    click String href "../String"


      Set : obligation




    Set --> "*" Duty : obligation
    click Duty href "../Duty"


      Set : permission




    Set --> "*" Permission : permission
    click Permission href "../Permission"


      Set : profile




    Set --> "0..1" String : profile
    click String href "../String"


      Set : prohibition




    Set --> "*" Prohibition : prohibition
    click Prohibition href "../Prohibition"


      Set : uid




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


Inheritance

Slots

Name Cardinality and Range Description Inheritance
uid 1
xsd:string
Policy
profile 0..1
xsd:string
Policy
inheritFrom 0..1
xsd:string
Indicates inheritance from another policy Policy
permission *
Permission
Policy
prohibition *
Prohibition
Policy
obligation *
Duty
Policy

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: Set
description: ODRL Core Vocabulary Terms related to Policy Subclasses
from_schema: http://www.w3.org/ns/odrl/2/
is_a: Policy

Induced

name: Set
description: ODRL Core Vocabulary Terms related to Policy Subclasses
from_schema: http://www.w3.org/ns/odrl/2/
is_a: Policy
attributes:
  uid:
    name: uid
    from_schema: http://www.w3.org/ns/odrl/2/
    rank: 1000
    alias: uid
    owner: Set
    domain_of:
    - Policy
    - Asset
    - Party
    range: string
    required: true
  profile:
    name: profile
    from_schema: http://www.w3.org/ns/odrl/2/
    rank: 1000
    alias: profile
    owner: Set
    domain_of:
    - Policy
    range: string
    required: false
  inheritFrom:
    name: inheritFrom
    description: Indicates inheritance from another policy.
    from_schema: http://www.w3.org/ns/odrl/2/
    alias: inheritFrom
    owner: Set
    domain_of:
    - Policy
    range: string
  permission:
    name: permission
    from_schema: http://www.w3.org/ns/odrl/2/
    rank: 1000
    alias: permission
    owner: Set
    domain_of:
    - Policy
    - Permission
    range: Permission
    required: false
    multivalued: true
  prohibition:
    name: prohibition
    from_schema: http://www.w3.org/ns/odrl/2/
    rank: 1000
    alias: prohibition
    owner: Set
    domain_of:
    - Policy
    - Prohibition
    range: Prohibition
    required: false
    multivalued: true
  obligation:
    name: obligation
    from_schema: http://www.w3.org/ns/odrl/2/
    rank: 1000
    alias: obligation
    owner: Set
    domain_of:
    - Policy
    - Duty
    range: Duty
    required: false
    multivalued: true