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 --> "0..1" String : assigner
click String href "../String"
Offer : inheritFrom
Offer --> "0..1" String : inheritFrom
click String href "../String"
Offer : obligation
Offer --> "*" Rule : obligation
click Rule href "../Rule"
Offer : permission
Offer --> "*" Rule : permission
click Rule href "../Rule"
Offer : profile
Offer --> "0..1" String : profile
click String href "../String"
Offer : prohibition
Offer --> "*" Rule : prohibition
click Rule href "../Rule"
Offer : uid
Offer --> "0..1" String : uid
click String href "../String"
Inheritance
- Policy
- Offer
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
assigner | 0..1 xsd:string |
Party assigning a responsibility | direct |
uid | 0..1 xsd:string |
Unique identifier for policies | Policy |
profile | 0..1 xsd:string |
Profile information for the policy | Policy |
inheritFrom | 0..1 xsd:string |
Indicates inheritance from another policy | Policy |
permission | * Rule |
Defines a permission | Policy |
prohibition | * Rule |
Defines a prohibition | Policy |
obligation | * Rule |
Defines an obligation | 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
slots:
- assigner
slot_usage:
assignee:
name: assignee
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
slot_usage:
assignee:
name: assignee
required: true
attributes:
assigner:
name: assigner
description: Party assigning a responsibility.
from_schema: http://www.w3.org/ns/odrl/2/
alias: assigner
owner: Offer
domain_of:
- Agreement
- Offer
- Rule
- Party
range: string
uid:
name: uid
description: Unique identifier for policies.
from_schema: http://www.w3.org/ns/odrl/2/
alias: uid
owner: Offer
domain_of:
- Policy
- Asset
- Party
range: string
profile:
name: profile
description: Profile information for the policy.
from_schema: http://www.w3.org/ns/odrl/2/
alias: profile
owner: Offer
domain_of:
- Policy
range: string
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
description: Defines a permission.
from_schema: http://www.w3.org/ns/odrl/2/
alias: permission
owner: Offer
domain_of:
- Policy
- Permission
range: Rule
multivalued: true
prohibition:
name: prohibition
description: Defines a prohibition.
from_schema: http://www.w3.org/ns/odrl/2/
alias: prohibition
owner: Offer
domain_of:
- Policy
- Prohibition
range: Rule
multivalued: true
obligation:
name: obligation
description: Defines an obligation.
from_schema: http://www.w3.org/ns/odrl/2/
alias: obligation
owner: Offer
domain_of:
- Policy
- Duty
range: Rule
multivalued: true