Class: Accreditation¶
third-party attestation related to a conformity assessment body, conveying formal demonstration of its competence, impartiality and consistent operation in performing specific conformity assessment activities (ISO/IEC 17000:2020)
URI: cap:Accreditation
classDiagram
class Accreditation
click Accreditation href "../Accreditation"
Attestation <|-- Accreditation
click Attestation href "../Attestation"
Accreditation : conformity_assessment_scheme
Accreditation --> "1..*" ConformityAssessmentScheme : conformity_assessment_scheme
click ConformityAssessmentScheme href "../ConformityAssessmentScheme"
Accreditation : issuance_datetime
Accreditation --> "1" Datetime : issuance_datetime
click Datetime href "../Datetime"
Accreditation : issuer
Accreditation --> "1" AccreditationBody : issuer
click AccreditationBody href "../AccreditationBody"
Accreditation : object
Accreditation --> "1..*" ConformityAssessmentBody : object
click ConformityAssessmentBody href "../ConformityAssessmentBody"
Accreditation : previous_statement
Accreditation --> "*" Statement : previous_statement
click Statement href "../Statement"
Accreditation : surveillance
Accreditation --> "*" Surveillance : surveillance
click Surveillance href "../Surveillance"
Accreditation : valid_from_datetime
Accreditation --> "0..1" Datetime : valid_from_datetime
click Datetime href "../Datetime"
Accreditation : valid_until_datetime
Accreditation --> "0..1" Datetime : valid_until_datetime
click Datetime href "../Datetime"
Inheritance¶
- Statement
- Attestation
- Accreditation
- Attestation
Slots¶
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
conformity_assessment_scheme | 1..* ConformityAssessmentScheme |
scheme used to perform the assessement. | direct |
surveillance | * Surveillance |
information about the required next conformity assessement activities | Attestation |
issuance_datetime | 1 xsd:dateTime |
issuance datetime of the statement | Statement |
issuer | 1 AccreditationBody |
issuing party of the statement | Statement |
object | 1..* ConformityAssessmentBody |
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:Accreditation |
native | cap:Accreditation |
LinkML Source¶
Direct¶
name: Accreditation
description: third-party [attestation](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:7.3)
related to a [conformity assessment body](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:4.6),
conveying formal demonstration of its competence, [impartiality](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:5.3)
and consistent operation in performing specific conformity assessment activities
(ISO/IEC 17000:2020)
from_schema: https://w3id.org/eclipse-cap/v2.1.3/
rank: 1000
is_a: Attestation
slots:
- conformity_assessment_scheme
slot_usage:
issuer:
name: issuer
range: AccreditationBody
object:
name: object
range: ConformityAssessmentBody
required: true
conformity_assessment_scheme:
name: conformity_assessment_scheme
required: true
multivalued: true
Induced¶
name: Accreditation
description: third-party [attestation](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:7.3)
related to a [conformity assessment body](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:4.6),
conveying formal demonstration of its competence, [impartiality](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:5.3)
and consistent operation in performing specific conformity assessment activities
(ISO/IEC 17000:2020)
from_schema: https://w3id.org/eclipse-cap/v2.1.3/
rank: 1000
is_a: Attestation
slot_usage:
issuer:
name: issuer
range: AccreditationBody
object:
name: object
range: ConformityAssessmentBody
required: true
conformity_assessment_scheme:
name: conformity_assessment_scheme
required: true
multivalued: true
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: Accreditation
domain_of:
- Accreditation
- Attestation
range: ConformityAssessmentScheme
required: true
multivalued: true
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: Accreditation
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: Accreditation
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: Accreditation
domain_of:
- Statement
range: AccreditationBody
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: Accreditation
domain_of:
- ConformityAssessmentScheme
- Statement
range: ConformityAssessmentBody
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: Accreditation
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: Accreditation
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: Accreditation
domain_of:
- Statement
range: Statement
multivalued: true