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.'.
classDiagram
class StatementMarking
MarkingModel <|-- StatementMarking
StatementMarking : definitionType
StatementMarking : statement
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- MarkingModel
- StatementMarking
- MarkingModel
- UcoInherentCharacterizationThing
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
definitionType | 0..1 String |
Specifies the Marking Model for a Marking Definition | direct |
statement | 0..1 String |
A textual statement of an assertion | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
Mappings
Mapping Type | Mapped Value |
---|---|
self | master:StatementMarking |
native | master: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-master
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:
- Assertion
- StatementMarking
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-master
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:
- Assertion
- StatementMarking
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
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-master
rank: 1000
alias: statement
owner: StatementMarking
domain_of:
- Assertion
- StatementMarking
range: string
required: true
minimum_cardinality: 1
maximum_cardinality: 1