Class: Statement¶
Announcement that is issued to gives information in a formal or definite way.
__
Note1: This can be used to issue statement of nonconformity.
URI: cap:Statement
classDiagram
class Statement
click Statement href "../Statement"
Statement <|-- Attestation
click Attestation href "../Attestation"
Statement : id
Statement --> "1" String : id
click String href "../String"
Statement : issuance_datetime
Statement : issuer
Statement --> "1" Party : issuer
click Party href "../Party"
Statement : object
Statement --> "1..*" String : object
click String href "../String"
Statement : valid_from_datetime
Statement : valid_until_datetime
Inheritance¶
- Statement
Slots¶
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
id | 1 xsd:string or xsd:anyURI |
a name, series of numbers, etc | direct |
issuance_datetime | 1 DateTimeISO8601 |
issuance datetime of the statement | direct |
issuer | 1 Party |
issuing party of the statement | direct |
object | 1..* xsd:string or xsd:anyURI |
entity to which specified requirements apply (ISO/IEC 17000:2020) | direct |
valid_from_datetime | 0..1 DateTimeISO8601 |
start of validity of the statement | direct |
valid_until_datetime | 0..1 DateTimeISO8601 |
end of validity of the statement | direct |
Identifier and Mapping Information¶
Schema Source¶
- from schema: ConformityAssessment
Mappings¶
Mapping Type | Mapped Value |
---|---|
self | cap:Statement |
native | cap:Statement |
LinkML Source¶
Direct¶
name: Statement
description: 'Announcement that is issued to gives information in a formal or definite
way.
Note1: This can be used to issue statement of nonconformity.'
from_schema: ConformityAssessment
rank: 1000
slots:
- id
- issuance_datetime
- issuer
- object
- valid_from_datetime
- valid_until_datetime
slot_usage:
object:
name: object
required: true
multivalued: true
tree_root: true
Induced¶
name: Statement
description: 'Announcement that is issued to gives information in a formal or definite
way.
Note1: This can be used to issue statement of nonconformity.'
from_schema: ConformityAssessment
rank: 1000
slot_usage:
object:
name: object
required: true
multivalued: true
attributes:
id:
name: id
description: 'a name, series of numbers, etc. that is used in a system to represent
someone or something.
Examples: [W3C DID](https://www.w3.org/TR/did-core/), [IETF UUID7](https://www.ietf.org/archive/id/draft-peabody-dispatch-new-uuid-format-04.html#name-uuid-version-7)'
from_schema: ConformityAssessment
exact_mappings:
- schema:identifier
rank: 1000
identifier: true
alias: id
owner: Statement
domain_of:
- ConformityAssessmentScheme
- Party
- Statement
range: string
required: true
any_of:
- range: uri
issuance_datetime:
name: issuance_datetime
description: issuance datetime of the statement
from_schema: ConformityAssessment
rank: 1000
slot_uri: xsd:dateTime
alias: issuance_datetime
owner: Statement
domain_of:
- Statement
range: DateTimeISO8601
required: true
issuer:
name: issuer
description: issuing party of the statement
from_schema: ConformityAssessment
rank: 1000
alias: issuer
owner: Statement
domain_of:
- Statement
range: Party
required: true
object:
name: object
description: entity to which [specified requirements](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:5.1)
apply (ISO/IEC 17000:2020)
from_schema: ConformityAssessment
aliases:
- '[object of conformity assessment (ISO/IEC 17000:2020)](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:4.2)'
rank: 1000
alias: object
owner: Statement
domain_of:
- ConformityAssessmentScheme
- Statement
range: string
required: true
multivalued: true
any_of:
- range: uri
valid_from_datetime:
name: valid_from_datetime
description: start of validity of the statement
from_schema: ConformityAssessment
rank: 1000
slot_uri: xsd:dateTime
alias: valid_from_datetime
owner: Statement
domain_of:
- Statement
range: DateTimeISO8601
valid_until_datetime:
name: valid_until_datetime
description: end of validity of the statement
from_schema: ConformityAssessment
rank: 1000
slot_uri: xsd:dateTime
alias: valid_until_datetime
owner: Statement
domain_of:
- Statement
range: DateTimeISO8601
tree_root: true