Class: Declaration¶
first-party attestation (ISO/IEC 17000:2020)
URI: cap:Declaration
classDiagram
class Declaration
click Declaration href "../Declaration"
Attestation <|-- Declaration
click Attestation href "../Attestation"
Declaration : conformity_assessment_scheme
Declaration --> "0..1" ConformityAssessmentScheme : conformity_assessment_scheme
click ConformityAssessmentScheme href "../ConformityAssessmentScheme"
Declaration : issuance_datetime
Declaration --> "1" Datetime : issuance_datetime
click Datetime href "../Datetime"
Declaration : issuer
Declaration --> "1" ConformityAssessmentBody : issuer
click ConformityAssessmentBody href "../ConformityAssessmentBody"
Declaration : object
Declaration --> "1..*" Object : object
click Object href "../Object"
Declaration : previous_statement
Declaration --> "*" Statement : previous_statement
click Statement href "../Statement"
Declaration : surveillance
Declaration --> "*" Surveillance : surveillance
click Surveillance href "../Surveillance"
Declaration : valid_from_datetime
Declaration --> "0..1" Datetime : valid_from_datetime
click Datetime href "../Datetime"
Declaration : valid_until_datetime
Declaration --> "0..1" Datetime : valid_until_datetime
click Datetime href "../Datetime"
Inheritance¶
- Statement
- Attestation
- Declaration
- Attestation
Slots¶
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
conformity_assessment_scheme | 0..1 ConformityAssessmentScheme |
scheme used to perform the assessement. | Attestation |
surveillance | * Surveillance |
information about the required next conformity assessement activities | Attestation |
issuance_datetime | 1 xsd:dateTime |
issuance datetime of the statement | Statement |
issuer | 1 ConformityAssessmentBody |
issuing party of the statement | Statement |
object | 1..* Object |
entity to which specified requirements apply (ISO/IEC 17000:2020) | Statement |
valid_from_datetime | 0..1 xsd:dateTime |
start of validity of the statement | Statement |
valid_until_datetime | 0..1 xsd:dateTime |
end of validity of the statement | Statement |
previous_statement | * Statement |
Statement |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://w3id.org/eclipse-cap/v2.1.3/
Mappings¶
Mapping Type | Mapped Value |
---|---|
self | cap:Declaration |
native | cap:Declaration |
LinkML Source¶
Direct¶
Induced¶
name: Declaration
description: first-party [attestation](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:7.3)
(ISO/IEC 17000:2020)
from_schema: https://w3id.org/eclipse-cap/v2.1.3/
rank: 1000
is_a: Attestation
attributes:
conformity_assessment_scheme:
name: conformity_assessment_scheme
description: scheme used to perform the assessement.
from_schema: https://w3id.org/eclipse-cap/v2.1.3/
rank: 1000
alias: conformity_assessment_scheme
owner: Declaration
domain_of:
- Accreditation
- Attestation
range: ConformityAssessmentScheme
surveillance:
name: surveillance
description: information about the required next conformity assessement activities
from_schema: https://w3id.org/eclipse-cap/v2.1.3/
rank: 1000
alias: surveillance
owner: Declaration
domain_of:
- Attestation
range: Surveillance
multivalued: true
issuance_datetime:
name: issuance_datetime
description: issuance datetime of the statement
from_schema: https://w3id.org/eclipse-cap/v2.1.3/
rank: 1000
alias: issuance_datetime
owner: Declaration
domain_of:
- Statement
range: datetime
required: true
issuer:
name: issuer
description: issuing party of the statement
from_schema: https://w3id.org/eclipse-cap/v2.1.3/
rank: 1000
alias: issuer
owner: Declaration
domain_of:
- Statement
range: ConformityAssessmentBody
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: https://w3id.org/eclipse-cap/v2.1.3/
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: Declaration
domain_of:
- ConformityAssessmentScheme
- Statement
range: Object
required: true
multivalued: true
valid_from_datetime:
name: valid_from_datetime
description: start of validity of the statement
from_schema: https://w3id.org/eclipse-cap/v2.1.3/
rank: 1000
alias: valid_from_datetime
owner: Declaration
domain_of:
- Statement
range: datetime
valid_until_datetime:
name: valid_until_datetime
description: end of validity of the statement
from_schema: https://w3id.org/eclipse-cap/v2.1.3/
rank: 1000
alias: valid_until_datetime
owner: Declaration
domain_of:
- Statement
range: datetime
previous_statement:
name: previous_statement
from_schema: https://w3id.org/eclipse-cap/v2.1.3/
rank: 1000
alias: previous_statement
owner: Declaration
domain_of:
- Statement
range: Statement
multivalued: true