Skip to content

Class: StatementMarking

A statement 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 marking statement, (e.g., copyright) whose semantic meaning should apply to the associated content. Statement markings are generally not machine-readable. An example of this would be a simple marking to apply copyright information, such as 'Copyright 2014 Acme Inc.'.

URI: marking:StatementMarking

classDiagram class StatementMarking MarkingModel <|-- StatementMarking StatementMarking : definitionType StatementMarking ..> string : definitionType StatementMarking : statement StatementMarking ..> string : statement

Inheritance

Slots

Name Cardinality and Range Description Inheritance
definitionType 0..1
xsd:string
Specifies the Marking Model for a Marking Definition direct
statement 0..1
xsd:string
A textual statement of an assertion direct

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self marking:StatementMarking
native marking:StatementMarking

LinkML Source

Direct

name: StatementMarking
description: A statement 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 marking statement, (e.g.,
  copyright) whose semantic meaning should apply to the associated content. Statement
  markings are generally not machine-readable. An example of this would be a simple
  marking to apply copyright information, such as 'Copyright 2014 Acme Inc.'.
from_schema: https://w3id.org/lmodel/uco-marking
rank: 1000
is_a: MarkingModel
slots:
- definitionType
- statement
slot_usage:
  definitionType:
    name: definitionType
    multivalued: true
    domain_of:
    - LicenseMarking
    - MarkingDefinition
    - ReleaseToMarking
    - StatementMarking
    - TermsOfUseMarking
  statement:
    name: statement
    description: Specifies the statement to apply to the structure for which the Marking
      is to be applied.
    domain_of:
    - StatementMarking
    - Assertion
    required: true
    minimum_cardinality: 1
    maximum_cardinality: 1

Induced

name: StatementMarking
description: A statement 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 marking statement, (e.g.,
  copyright) whose semantic meaning should apply to the associated content. Statement
  markings are generally not machine-readable. An example of this would be a simple
  marking to apply copyright information, such as 'Copyright 2014 Acme Inc.'.
from_schema: https://w3id.org/lmodel/uco-marking
rank: 1000
is_a: MarkingModel
slot_usage:
  definitionType:
    name: definitionType
    multivalued: true
    domain_of:
    - LicenseMarking
    - MarkingDefinition
    - ReleaseToMarking
    - StatementMarking
    - TermsOfUseMarking
  statement:
    name: statement
    description: Specifies the statement to apply to the structure for which the Marking
      is to be applied.
    domain_of:
    - StatementMarking
    - Assertion
    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
    multivalued: true
    alias: definitionType
    owner: StatementMarking
    domain_of:
    - LicenseMarking
    - MarkingDefinition
    - ReleaseToMarking
    - StatementMarking
    - TermsOfUseMarking
    range: string
  statement:
    name: statement
    description: Specifies the statement to apply to the structure for which the Marking
      is to be applied.
    from_schema: https://w3id.org/lmodel/uco-core
    alias: statement
    owner: StatementMarking
    domain_of:
    - StatementMarking
    - Assertion
    range: string
    required: true
    minimum_cardinality: 1
    maximum_cardinality: 1