Agreement
ODRL Core Vocabulary Terms related to Policy Subclasses
URI: odrl:Agreement
classDiagram
class Agreement
click Agreement href "../Agreement"
Policy <|-- Agreement
click Policy href "../Policy"
Agreement : assignee
Agreement --> "1" Party : assignee
click Party href "../Party"
Agreement : assigner
Agreement --> "1" Party : assigner
click Party href "../Party"
Agreement : inheritFrom
Agreement --> "0..1" String : inheritFrom
click String href "../String"
Agreement : obligation
Agreement --> "*" Duty : obligation
click Duty href "../Duty"
Agreement : permission
Agreement --> "*" Permission : permission
click Permission href "../Permission"
Agreement : profile
Agreement --> "0..1" String : profile
click String href "../String"
Agreement : prohibition
Agreement --> "*" Prohibition : prohibition
click Prohibition href "../Prohibition"
Agreement : uid
Agreement --> "1" String : uid
click String href "../String"
Inheritance
- Policy
- Agreement
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
assignee | 1 Party |
direct | |
assigner | 1 Party |
direct | |
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: Agreement
description: ODRL Core Vocabulary Terms related to Policy Subclasses
from_schema: http://www.w3.org/ns/odrl/2/
is_a: Policy
attributes:
assignee:
name: assignee
from_schema: http://www.w3.org/ns/odrl/2/
rank: 1000
domain_of:
- Agreement
- Rule
- Party
range: Party
required: true
assigner:
name: assigner
from_schema: http://www.w3.org/ns/odrl/2/
rank: 1000
domain_of:
- Agreement
- Offer
- Rule
- Party
range: Party
required: true
Induced
name: Agreement
description: ODRL Core Vocabulary Terms related to Policy Subclasses
from_schema: http://www.w3.org/ns/odrl/2/
is_a: Policy
attributes:
assignee:
name: assignee
from_schema: http://www.w3.org/ns/odrl/2/
rank: 1000
alias: assignee
owner: Agreement
domain_of:
- Agreement
- Rule
- Party
range: Party
required: true
assigner:
name: assigner
from_schema: http://www.w3.org/ns/odrl/2/
rank: 1000
alias: assigner
owner: Agreement
domain_of:
- Agreement
- Offer
- Rule
- Party
range: Party
required: true
uid:
name: uid
from_schema: http://www.w3.org/ns/odrl/2/
rank: 1000
alias: uid
owner: Agreement
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: Agreement
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: Agreement
domain_of:
- Policy
range: string
permission:
name: permission
from_schema: http://www.w3.org/ns/odrl/2/
rank: 1000
alias: permission
owner: Agreement
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: Agreement
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: Agreement
domain_of:
- Policy
- Duty
range: Duty
required: false
multivalued: true