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 --> "*" Rule : obligation
click Rule href "../Rule"
Set : permission
Set --> "*" Rule : permission
click Rule href "../Rule"
Set : profile
Set --> "0..1" String : profile
click String href "../String"
Set : prohibition
Set --> "*" Rule : prohibition
click Rule href "../Rule"
Set : uid
Set --> "0..1" String : uid
click String href "../String"
Inheritance
- Policy
- Set
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
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: 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
description: Unique identifier for policies.
from_schema: http://www.w3.org/ns/odrl/2/
alias: uid
owner: Set
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: Set
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: Set
domain_of:
- Policy
range: string
permission:
name: permission
description: Defines a permission.
from_schema: http://www.w3.org/ns/odrl/2/
alias: permission
owner: Set
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: Set
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: Set
domain_of:
- Policy
- Duty
range: Rule
multivalued: true