Skip to content

Party

ODRL Core Vocabulary Terms related to Parties

URI: odrl:Party

 classDiagram
    class Party
    click Party href "../Party"
      Party : assignee




    Party --> "0..1" String : assignee
    click String href "../String"


      Party : assigneeOf




    Party --> "0..1" String : assigneeOf
    click String href "../String"


      Party : assigner




    Party --> "0..1" String : assigner
    click String href "../String"


      Party : assignerOf




    Party --> "0..1" String : assignerOf
    click String href "../String"


      Party : PartyCollection




    Party --> "0..1" String : PartyCollection
    click String href "../String"


      Party : uid




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


Slots

Name Cardinality and Range Description Inheritance
PartyCollection 0..1
xsd:string
A collection of parties direct
assignee 0..1
xsd:string
Party assigned a responsibility direct
assigner 0..1
xsd:string
Party assigning a responsibility direct
assignerOf 0..1
xsd:string
Role of assigner in a policy direct
assigneeOf 0..1
xsd:string
Role of assignee in a policy direct
uid 1
xsd:string
direct

Usages

used by used in type used
Agreement assignee range Party
Agreement assigner range Party
Offer assigner range Party
Rule assignee range Party
Rule assigner range Party
Permission assignee range Party
Permission assigner range Party
Prohibition assignee range Party
Prohibition assigner range Party
Duty assignee range Party
Duty assigner range Party

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: Party
description: ODRL Core Vocabulary Terms related to Parties
from_schema: http://www.w3.org/ns/odrl/2/
slots:
- PartyCollection
- assignee
- assigner
- assignerOf
- assigneeOf
attributes:
  uid:
    name: uid
    from_schema: http://www.w3.org/ns/odrl/2/
    domain_of:
    - Policy
    - Asset
    - Party
    required: true

Induced

name: Party
description: ODRL Core Vocabulary Terms related to Parties
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: Party
    domain_of:
    - Policy
    - Asset
    - Party
    range: string
    required: true
  PartyCollection:
    name: PartyCollection
    description: A collection of parties.
    from_schema: http://www.w3.org/ns/odrl/2/
    alias: PartyCollection
    owner: Party
    domain_of:
    - Party
    range: string
  assignee:
    name: assignee
    description: Party assigned a responsibility.
    from_schema: http://www.w3.org/ns/odrl/2/
    alias: assignee
    owner: Party
    domain_of:
    - Agreement
    - Rule
    - Party
    range: string
  assigner:
    name: assigner
    description: Party assigning a responsibility.
    from_schema: http://www.w3.org/ns/odrl/2/
    alias: assigner
    owner: Party
    domain_of:
    - Agreement
    - Offer
    - Rule
    - Party
    range: string
  assignerOf:
    name: assignerOf
    description: Role of assigner in a policy.
    from_schema: http://www.w3.org/ns/odrl/2/
    alias: assignerOf
    owner: Party
    domain_of:
    - Party
    range: string
  assigneeOf:
    name: assigneeOf
    description: Role of assignee in a policy.
    from_schema: http://www.w3.org/ns/odrl/2/
    alias: assigneeOf
    owner: Party
    domain_of:
    - Party
    range: string