Class: LicenseMarking
A MarkingDefinition is a grouping of characteristics unique to the expression of a specific data marking conveying restrictions, permissions, and other guidance for how marked data can be used and shared.
 classDiagram
    class LicenseMarking
      MarkingModel <|-- LicenseMarking
      LicenseMarking : definitionType
      LicenseMarking : license
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- MarkingModel
- LicenseMarking
 
 
 - MarkingModel
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| definitionType | 0..1  String  | 
Specifies the Marking Model for a Marking Definition | direct | 
| license | 0..1  String  | 
Specifies the identifier for the type of license | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:LicenseMarking | 
| native | master:LicenseMarking | 
LinkML Source
Direct
name: LicenseMarking
description: A MarkingDefinition is a grouping of characteristics unique to the expression
  of a specific data marking conveying restrictions, permissions, and other guidance
  for how marked data can be used and shared.
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: MarkingModel
slots:
- definitionType
- license
slot_usage:
  definitionType:
    name: definitionType
    is_a: license
    multivalued: true
    domain_of:
    - LicenseMarking
    - MarkingDefinition
    - ReleaseToMarking
    - StatementMarking
    - TermsOfUseMarking
    subproperty_of: license
  license:
    name: license
    domain_of:
    - LicenseMarking
    required: true
    minimum_cardinality: 1
    maximum_cardinality: 1
Induced
name: LicenseMarking
description: A MarkingDefinition is a grouping of characteristics unique to the expression
  of a specific data marking conveying restrictions, permissions, and other guidance
  for how marked data can be used and shared.
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: MarkingModel
slot_usage:
  definitionType:
    name: definitionType
    is_a: license
    multivalued: true
    domain_of:
    - LicenseMarking
    - MarkingDefinition
    - ReleaseToMarking
    - StatementMarking
    - TermsOfUseMarking
    subproperty_of: license
  license:
    name: license
    domain_of:
    - LicenseMarking
    required: true
    minimum_cardinality: 1
    maximum_cardinality: 1
attributes:
  definitionType:
    name: definitionType
    description: Specifies the Marking Model for a Marking Definition.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    is_a: license
    multivalued: true
    alias: definitionType
    owner: LicenseMarking
    domain_of:
    - LicenseMarking
    - MarkingDefinition
    - ReleaseToMarking
    - StatementMarking
    - TermsOfUseMarking
    subproperty_of: license
    range: string
  license:
    name: license
    description: Specifies the identifier for the type of license
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: license
    owner: LicenseMarking
    domain_of:
    - LicenseMarking
    range: string
    required: true
    minimum_cardinality: 1
    maximum_cardinality: 1