Class: ReleaseToMarking
A release-to marking is a grouping of characteristics unique to the expression of data MarkingDefinitions (restrictions, permissions, and other guidance for how data can be used and shared) to convey details of authorized persons and/or organizations to which to the associated content may be released. The existence of the Release-To marking restricts access to ONLY those identities explicitly listed, regardless of whether another data marking exists that allows sharing with other members of the community.
 classDiagram
    class ReleaseToMarking
      MarkingModel <|-- ReleaseToMarking
      ReleaseToMarking : authorizedIdentities
      ReleaseToMarking : definitionType
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- MarkingModel
- ReleaseToMarking
 
 
 - MarkingModel
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| authorizedIdentities | 0..1  String  | 
Specifies the identities that are authorized to access the data to which the ... | direct | 
| definitionType | 0..1  String  | 
Specifies the Marking Model for a Marking Definition | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:ReleaseToMarking | 
| native | master:ReleaseToMarking | 
LinkML Source
Direct
name: ReleaseToMarking
description: A release-to marking is a grouping of characteristics unique to the expression
  of data MarkingDefinitions (restrictions, permissions, and other guidance for how
  data can be used and shared) to convey details of authorized persons and/or organizations
  to which to the associated content may be released. The existence of the Release-To
  marking restricts access to ONLY those identities explicitly listed, regardless
  of whether another data marking exists that allows sharing with other members of
  the community.
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: MarkingModel
slots:
- authorizedIdentities
- definitionType
slot_usage:
  definitionType:
    name: definitionType
    multivalued: true
    domain_of:
    - LicenseMarking
    - MarkingDefinition
    - ReleaseToMarking
    - StatementMarking
    - TermsOfUseMarking
  authorizedIdentities:
    name: authorizedIdentities
    multivalued: true
    domain_of:
    - ReleaseToMarking
    required: true
    minimum_cardinality: 1
Induced
name: ReleaseToMarking
description: A release-to marking is a grouping of characteristics unique to the expression
  of data MarkingDefinitions (restrictions, permissions, and other guidance for how
  data can be used and shared) to convey details of authorized persons and/or organizations
  to which to the associated content may be released. The existence of the Release-To
  marking restricts access to ONLY those identities explicitly listed, regardless
  of whether another data marking exists that allows sharing with other members of
  the community.
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: MarkingModel
slot_usage:
  definitionType:
    name: definitionType
    multivalued: true
    domain_of:
    - LicenseMarking
    - MarkingDefinition
    - ReleaseToMarking
    - StatementMarking
    - TermsOfUseMarking
  authorizedIdentities:
    name: authorizedIdentities
    multivalued: true
    domain_of:
    - ReleaseToMarking
    required: true
    minimum_cardinality: 1
attributes:
  authorizedIdentities:
    name: authorizedIdentities
    description: Specifies the identities that are authorized to access the data to
      which the data marking is associated.  The list of authorized identities are
      represented as UUIDs.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: authorizedIdentities
    owner: ReleaseToMarking
    domain_of:
    - ReleaseToMarking
    range: string
    required: true
    minimum_cardinality: 1
  definitionType:
    name: definitionType
    description: Specifies the Marking Model for a Marking Definition.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: definitionType
    owner: ReleaseToMarking
    domain_of:
    - LicenseMarking
    - MarkingDefinition
    - ReleaseToMarking
    - StatementMarking
    - TermsOfUseMarking
    range: string