Skip to content

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.

URI: marking:LicenseMarking

classDiagram class LicenseMarking MarkingModel <|-- LicenseMarking LicenseMarking : definitionType LicenseMarking ..> string : definitionType LicenseMarking : license LicenseMarking ..> string : license

Inheritance

Slots

Name Cardinality and Range Description Inheritance
definitionType 0..1
xsd:string
Specifies the Marking Model for a Marking Definition direct
license 0..1
xsd:string
Specifies the identifier for the type of license direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-marking

Mappings

Mapping Type Mapped Value
self marking:LicenseMarking
native marking: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-marking
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-marking
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-marking
    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-marking
    rank: 1000
    alias: license
    owner: LicenseMarking
    domain_of:
    - LicenseMarking
    range: string
    required: true
    minimum_cardinality: 1
    maximum_cardinality: 1