Class: TermsOfUseMarking
A terms of use 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 a textual statement specifying the Terms of Use (that is, the conditions under which the content may be shared, applied, or otherwise used) of the marked content. An example of this would be used to communicate a simple statement, such as 'Acme Inc. is not responsible for the content of this file'.
 classDiagram
    class TermsOfUseMarking
      MarkingModel <|-- TermsOfUseMarking
      TermsOfUseMarking : definitionType
      TermsOfUseMarking : termsOfUse
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- MarkingModel
- TermsOfUseMarking
 
 
 - MarkingModel
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| definitionType | 0..1  String  | 
Specifies the Marking Model for a Marking Definition | direct | 
| termsOfUse | 0..1  String  | 
Specifies the terms of use that apply to the structure for which the Marking ... | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:TermsOfUseMarking | 
| native | master:TermsOfUseMarking | 
LinkML Source
Direct
name: TermsOfUseMarking
description: A terms of use 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 a textual statement specifying
  the Terms of Use (that is, the conditions under which the content may be shared,
  applied, or otherwise used) of the marked content. An example of this would be used
  to communicate a simple statement, such as 'Acme Inc. is not responsible for the
  content of this file'.
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: MarkingModel
slots:
- definitionType
- termsOfUse
slot_usage:
  definitionType:
    name: definitionType
    is_a: termsOfUse
    multivalued: true
    domain_of:
    - LicenseMarking
    - MarkingDefinition
    - ReleaseToMarking
    - StatementMarking
    - TermsOfUseMarking
    subproperty_of: termsOfUse
  termsOfUse:
    name: termsOfUse
    domain_of:
    - TermsOfUseMarking
    required: true
    minimum_cardinality: 1
    maximum_cardinality: 1
Induced
name: TermsOfUseMarking
description: A terms of use 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 a textual statement specifying
  the Terms of Use (that is, the conditions under which the content may be shared,
  applied, or otherwise used) of the marked content. An example of this would be used
  to communicate a simple statement, such as 'Acme Inc. is not responsible for the
  content of this file'.
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: MarkingModel
slot_usage:
  definitionType:
    name: definitionType
    is_a: termsOfUse
    multivalued: true
    domain_of:
    - LicenseMarking
    - MarkingDefinition
    - ReleaseToMarking
    - StatementMarking
    - TermsOfUseMarking
    subproperty_of: termsOfUse
  termsOfUse:
    name: termsOfUse
    domain_of:
    - TermsOfUseMarking
    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: termsOfUse
    multivalued: true
    alias: definitionType
    owner: TermsOfUseMarking
    domain_of:
    - LicenseMarking
    - MarkingDefinition
    - ReleaseToMarking
    - StatementMarking
    - TermsOfUseMarking
    subproperty_of: termsOfUse
    range: string
  termsOfUse:
    name: termsOfUse
    description: Specifies the terms of use that apply to the structure for which
      the Marking is to be applied.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: termsOfUse
    owner: TermsOfUseMarking
    domain_of:
    - TermsOfUseMarking
    range: string
    required: true
    minimum_cardinality: 1
    maximum_cardinality: 1