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