DCCS Ontology
language en

DCCS Ontology

This version:
https://ptb.de/dccs/v0.0.2/
Revision:
v0.0.2
Authors:
Moritz Jordan, Physikalisch-Technische Bundesanstalt (PTB)
Publisher:
Physikalisch-Technische Bundesanstalt (PTB)
Download serialization:
JSON-LD RDF/XML N-Triples TTL
License:
https://creativecommons.org/licenses/by/4.0/
Visualization:
Visualize with WebVowl
Cite as:
Moritz Jordan. DCCS Ontology. Revision: v0.0.2. Retrieved from: https://ptb.de/dccs/v0.0.2/
Vocabulary maintained at:
https://gitlab1.ptb.de/d-ptb/dcc/ontology-dcc
Provenance of this page
Ontology Specification Draft

Abstract

Ontology presenting the schema for metrologically correct representation of calibration certificates.

Introduction back to ToC

# Motivation

DCCS Ontology: Overview back to ToC

This ontology has the following classes and properties.

Classes

Object Properties

Data Properties

Named Individuals

DCCS Ontology: Description back to ToC

## Structure of the DCCS Ontology The following images shows the basic, simplified structure of the ontology: ![Overview](images/general_overview_dccs.svg) The DCCS Ontology is structured around a clear separation between the **calibration activity**, the **generated results**, and the **issuing document**. This distinction follows the provenance-based modeling approach of PROV-O and enables explicit traceability between process, result, and certificate. ### Conceptual Design Principle The ontology deliberately distinguishes between: - The [**activity**](https://www.w3.org/ns/prov-o#Activity) of performing a calibration ([CalibrationActivity](#CalibrationActivity)) - The [**entity**](https://www.w3.org/ns/prov-o#Entity) representing the generated results ([MeasurementResult](#MeasurementResult)) - The [**entity**](https://www.w3.org/ns/prov-o#Entity) representing the issued document ([CalibrationCertificate](#CalibrationCertificate)) This separation enables explicit provenance modeling, improved semantic clarity, and supports the integration of calibration data into knowledge graph environments. ------------------------------------------------------------------------ ### Core Classes #### [CalibrationActivity](#CalibrationActivity) ![CalibrationActivity view](images/calibration_process_and_result.svg) #### [CalibrationActivity](#CalibrationActivity) The class [CalibrationActivity](#CalibrationActivity) is a subclass of `prov:Activity` and represents the performed calibration as an activity. It models when, where, and by whom the calibration was carried out, as well as which objects were involved. The [CalibrationActivity](#CalibrationActivity) is associated with: - [**Performance date**](#PerformanceDate) - the temporal information describing when the calibration was performed. - [**Performance location**](#PerformanceLocation) - the physical or organizational location of the calibration. - [**StakeholderParticipation**](#StakeholderParticipation) - including the calibration laboratory and the customer. - [**CalibrationObjectParticipation**](#CalibrationObjectParticipation) - both the item under calibration and the measurement equipment used. - [**PersonParticipation**](#PersonParticipation) - individuals performing the calibration and those signing the certificate. In addition, the [CalibrationActivity](#CalibrationActivity) generates a [MeasurementResult](#MeasurementResult), making the provenance relation between activity and result explicit. ------------------------------------------------------------------------ #### [CalibrationCertificate](#CalibrationCertificate) The following diagram shows the Calibration Certificate View of the DCCS Ontology. The classes [**CalibrationCertificate**](#CalibrationCertificate), [**AdministrativeData**](#AdministrativeData) and [**CoreData**](#CoreData) have been created particularily for modeling the structure of the calibration certificate. ![Calibration Certificate View](images/calibration_certificate.svg) The class [CalibrationCertificate](#CalibrationCertificate) is a subclass of `prov:Entity` and represents the issued digital certificate. It documents and reports the outcome of the calibration activity. Its internal structure closely follows the XML-based DCC model and consists primarily of: - [**AdministrativeData**](#AdministrativeData) - identification data, document metadata, issuing organization, and signatures. - [**CoreData**](#CoreData) - calibration-specific data associated with the [CalibrationActivity](#CalibrationActivity). Moreover, the **AdministrativeData** class has object properties for including the - [**CalibrationLaboratoryParticipation**](#CalibrationLaboratoryParticipation), the - [**CustomerParticipation**](#CustomerParticipation), and - [**PersonParticipation**](#PersonParticipation) for reporting responsible persons. It also reports the [**Statements**](#Statement) asscociated with the CalibrationActivity. The [MeasurementResult](#MeasurementResult) generated by the [CalibrationActivity](#CalibrationActivity) is either reported directly by the CalibrationCertificate, if the certificate contains the whole calibration result, or the CalibrationCertificate reports only a part of the result. In the latter case, it uses the class [**ReportedMeasurementResult**](#ReportedMeasurementResult) which was derived from the whole MeasurementResult. ------------------------------------------------------------------------ #### [MeasurementResult](#MeasurementResult) The class [MeasurementResult](#MeasurementResult) is modeled as a subclass of `prov:Entity`. It represents the outcome generated by the [CalibrationActivity](#CalibrationActivity). By modeling the result as an entity rather than an activity, the ontology ensures a clear separation between the execution of calibration and the information produced by it. The [MeasurementResult](#MeasurementResult) is structured into several associated components: - [**InfluenceCondition**](#InfluenceCondition) - environmental or operational conditions affecting the measurement. - [**MeasurementMethod**](#MeasurementMethod) - the applied calibration or measurement procedure. - [**MeasurementMetadata**](#MeasurementMetadata) - additional contextual or descriptive information about the measurement. - [**DataContainer**](#DataContainer) - containing the actual measurement values. The **DataContainer** uses [`sis:QuantityValue`](https://ptb.de/sis/#QuantityValue) from the [SIS Ontology](https://ptb.de/sis/) to represent measurement quantities and their associated units in a semantically consistent way. ------------------------------------------------------------------------ ### Examples #### CalibrationActivity and CalibrationCertificate with StakeholderParticipation The following image shows an instance of the class CalibrationActivity with participating Agents: ![StakeholderParticipation](images/stakeholder_participation_example.svg) The stakeholders participating in the CalibrationActivity are being included into the instance of the AdministrativeData class to be reported in the CalibrationCertificate. [**CalibrationLaboratoryParticipation**](#CalibrationLaboratoryParticipation) and [**CustormerParticipation**](#CustomerParticipation) are subclasses of - [**StakeholderParticipation**](#StakeholderParticipation) which is a subclass of - [**AgentParticipation**](#AgentParticipation) which is a subclass of - [```prov:Association```](https://www.w3.org/ns/prov-o#Association). [**Organization**](#Organization) is a subclass of - [```prov:Organization```](https://www.w3.org/ns/prov-o#Organization) - [```schema:Organization```](https://schema.org/Organization) and therefore inheriting properties such as ```schema:address```. ------------------------------------------------------------------------ #### Calibration Items and Measuring Equipment The following image shows how the participating calibration item and measuring equipment are being modeled: ![CalibrationObjectParticipation](images/calibration_object_participation_example.svg) Here, the DCC XML concepts of **item** (item to be calibrated) and **measuringEquipment** are being unified as a single concept [**CalibrationObject**](#CalibrationObject) which is a subclass of - [```prov:Entity```](https://www.w3.org/ns/prov-o#Entity) and - [```schema:Product```](https://schema.org/Product), thus inheriting product specific properties from [**Schema.org**](https://schema.org/). **CalibrationObject** has a subclass [**Instrument**](#Instrument), to distinguish if it is a measuring instrument or for example just a sample, or a mass piece. Each CalibrationObject is associated with the CalibrationActivity and CalibrationCertificate via a [**CalibrationObjectParticipation**](#CalibrationObjectParticipation) pattern with two possible roles: - [**CalibrationItemRole**](#CalibrationItemRole): the item being calibrated in the CalibrationActivity - [**MeasuringEquipmentRole**](#MeasuringEquipmentRole): the equipment being used for calbrating the item. ------------------------------------------------------------------------ #### Calibration Certificate specific data - CoreData The following image shows examples of instances in [**CoreData**](#CoreData) and [**AdministrativeData**](#AdministrativeData) that are specific for the CalibrationCertificate, rather than the CalibrationActivity. ![CoreData and DCC Software](images/core_data_example.svg) ------------------------------------------------------------------------ #### Measurement Result The following image shows part of a [**MeasurementResult**](#MeasurementResult) ![Measurement Result](images/measurement_result_example.svg) ------------------------------------------------------------------------ ### Tables of Quantity Values ![QuantityValueTable](images/QuantityValueTable.svg) ### refTypes A **refType** provides controlled, machine-readable metrological context for a DCCS ontology concept. It identifies what a value, quantity, metadata item, or result represents beyond its general RDF/OWL type. refTypes are maintained externally in the PTB Tematres refType vocabulary: [https://digilab.ptb.de/dkd/refType/vocab/?tema=1](https://digilab.ptb.de/dkd/refType/vocab/?tema=1) #### Referencing refTypes Use `hasRefType` to link an element directly to the URI of the applicable PTB refType concept. The PTB concepts are not recreated as local instances in this ontology; the Tematres vocabulary remains the authoritative source. ```turtle dccs:hasRefType a owl:ObjectProperty ; rdfs:label "has refType"@en ; rdfs:comment "Links a DCCS ontology concept to a refType concept in the PTB Tematres refType vocabulary."@en ; rdfs:range skos:Concept . ``` Example: ```turtle ex:measured_value_001 a dccs:Quantity ; dccs:hasRefType This is a placeholder text for the description of your ontology. The description should include an explanation and a diagram explaining how the classes are related, examples of usage, etc.lt;https://digilab.ptb.de/dkd/refType/vocab/skos/6This is a placeholder text for the description of your ontology. The description should include an explanation and a diagram explaining how the classes are related, examples of usage, etc.gt; . ``` #### Combining refTypes A DCCS ontology concept may have more than one `hasRefType` assertion. All assigned refTypes apply together and therefore express a combined metrological context. For example, a measurement series may be qualified as: - an indication value (`basic_indicationValue`); - measured with decreasing force (`force_decreasing`); - zero-reduced (`force_zeroReduced`). ```turtle dccs:measurementSeries4 dccs:hasRefType This is a placeholder text for the description of your ontology. The description should include an explanation and a diagram explaining how the classes are related, examples of usage, etc.lt;https://digilab.ptb.de/dkd/refType/vocab/skos/318This is a placeholder text for the description of your ontology. The description should include an explanation and a diagram explaining how the classes are related, examples of usage, etc.gt; , This is a placeholder text for the description of your ontology. The description should include an explanation and a diagram explaining how the classes are related, examples of usage, etc.lt;https://digilab.ptb.de/dkd/refType/vocab/skos/195This is a placeholder text for the description of your ontology. The description should include an explanation and a diagram explaining how the classes are related, examples of usage, etc.gt; , This is a placeholder text for the description of your ontology. The description should include an explanation and a diagram explaining how the classes are related, examples of usage, etc.lt;https://digilab.ptb.de/dkd/refType/vocab/skos/176This is a placeholder text for the description of your ontology. The description should include an explanation and a diagram explaining how the classes are related, examples of usage, etc.gt; . ``` The `basic_` and `force_` prefixes are PTB vocabulary naming conventions: `basic` denotes concepts used across measurement communities, while `force` denotes force-specific concepts. Ontology users should reference the concept URIs supplied by the PTB vocabulary.

Cross-reference for DCCS Ontology classes, object properties and data properties back to ToC

This section provides details for each class and property defined by DCCS Ontology.

Classes

Administrative Datac back to ToC or Class ToC

IRI: https://ptb.de/dccs/AdministrativeData

AdministrativeData contains all essential administrative information of a calibration certificate, which describes various details of the calibration object, e. g. also details of the manufacturer, client, calibration mark etc. The information is familiar to many of you as the 'first page' of an analogue calibration certificate.
has super-classes
Entity c
is in domain of
dcc software op, has core data op, includes calibration item participation op, includes calibration laboratory participation op, includes customer participation op, includes person participation op, includes stakeholder participation op, reports statement op
is in range of
has administrative data op

Agent Participationc back to ToC or Class ToC

IRI: https://ptb.de/dccs/AgentParticipation

Generic association of an agent with a role in a specific context.
has super-classes
Association c
has sub-classes
Identifier Issuance c, Person Participation c, Stakeholder Participation c
is in domain of
participant op, role op

Branch Site of the Calibration Laboratoryc back to ToC or Class ToC

IRI: https://ptb.de/dccs/CalibrationLaboratoryBranchSite

has super-classes
Performance Location c

Branch Site of the Customerc back to ToC or Class ToC

IRI: https://ptb.de/dccs/CustomerBranchSite

has super-classes
Performance Location c

Calibration Activityc back to ToC or Class ToC

IRI: https://ptb.de/dccs/CalibrationActivity

The calibration activity performed according to a defined procedure and producing a calibration certificate.
has super-classes
Activity c
is in domain of
associated statement op, expects quantity kind op, has calibration object participation op, has person participation op, has service category op, has stakeholder participation op, used measurement method op, was performed at op, was performed on op
is in range of
generated measurement result op

Calibration Informationc back to ToC or Class ToC

IRI: https://ptb.de/dccs/CalibrationInformation

Shared abstraction for Statement and MeasurementMetadata
has super-classes
Entity c, Thing c
has sub-classes
Measurement Metadata c, Statement c
is in domain of
follows convention dp, has conformity statement status op, has country code op, has date dp, has declaration dp, has period dp, has responsible authority op

Calibration Item Participationc back to ToC or Class ToC

IRI: https://ptb.de/dccs/CalibrationItemParticipation

has super-classes
Calibration Object Participation c
is in range of
includes calibration item participation op

Calibration Item Participationc back to ToC or Class ToC

IRI: https://ptb.de/dccs/MeasuringEquipmentParticipation

has super-classes
Calibration Object Participation c
is in range of
generated using measuring equipment op

Calibration Item Rolec back to ToC or Class ToC

IRI: https://ptb.de/dccs/CalibrationItemRole

Role of the item being calibrated
has super-classes
Calibration Object Role c

Calibration Laboratory Issuer Rolec back to ToC or Class ToC

IRI: https://ptb.de/dccs/CalibrationLaboratoryIssuerRole

has super-classes
Identifier Issuer Role c

Calibration laboratory participationc back to ToC or Class ToC

IRI: https://ptb.de/dccs/CalibrationLaboratoryParticipation

has super-classes
Stakeholder Participation c
is in range of
includes calibration laboratory participation op

Calibration Laboratory Rolec back to ToC or Class ToC

IRI: https://ptb.de/dccs/CalibrationLaboratoryRole

has super-classes
Stakeholder Role c

Calibration Laboratory Sitec back to ToC or Class ToC

IRI: https://ptb.de/dccs/CalibrationLaboratorySite

has super-classes
Performance Location c

Calibration Objectc back to ToC or Class ToC

IRI: https://ptb.de/dccs/CalibrationObject

Object that participates in a calibration activity, which may or may not be an instrument.
has super-classes
Entity c, Product c
has sub-classes
Instrument c
is in domain of
has calibration object quantity op, has equipment class op, has sub item op
is in range of
has sub item op, participating calibration object op

Calibration Object Participationc back to ToC or Class ToC

IRI: https://ptb.de/dccs/CalibrationObjectParticipation

has super-classes
Usage c
has sub-classes
Calibration Item Participation c, Calibration Item Participation c
is in domain of
participating calibration object op, role of the calibration object op
is in range of
has calibration object participation op

Calibration Object Rolec back to ToC or Class ToC

IRI: https://ptb.de/dccs/CalibrationObjectRole

Role of an object participating in a calibration
has super-classes
Role c
has sub-classes
Calibration Item Role c, Measuring Equipment Role c
is in range of
role of the calibration object op

Core Datac back to ToC or Class ToC

IRI: https://ptb.de/dccs/CoreData

Important metadata of the digital calibration certificate
has super-classes
Entity c
is in domain of
has country code op, has mandatory language op, has previous report reference op, has used language op, issue date dp, reports performance date op, reports performance location op, reports service category op, unique identifier dp
is in range of
has core data op

Customer Issuer Rolec back to ToC or Class ToC

IRI: https://ptb.de/dccs/CustomerIssuerRole

has super-classes
Identifier Issuer Role c

Customer participationc back to ToC or Class ToC

IRI: https://ptb.de/dccs/CustomerParticipation

has super-classes
Stakeholder Participation c
is in range of
includes customer participation op

Customer Rolec back to ToC or Class ToC

IRI: https://ptb.de/dccs/CustomerRole

has super-classes
Stakeholder Role c

Customer Sitec back to ToC or Class ToC

IRI: https://ptb.de/dccs/CustomerSite

has super-classes
Performance Location c

Data Columnc back to ToC or Class ToC

IRI: https://ptb.de/dccs/DataColumn

Column which holds the data (measured) values of the table
has super-classes
Table Column c

Data Containerc back to ToC or Class ToC

IRI: https://ptb.de/dccs/DataContainer

Structured representation of measurement data such as tables of quantity values, formulas, single quantity values and lists of quantity values
has super-classes
Entity c, Thing c
is in domain of
has formula op, has quantity op, has table of quantity values op
is in range of
has data op, has result data op

Digital Calibration Certificatec back to ToC or Class ToC

IRI: https://ptb.de/dccs/CalibrationCertificate

The digital artifact documenting the result of a calibration activity.
has super-classes
Entity c
is in domain of
has Measurement Result op, has administrative data op, includes measurement result op
is in range of
refers to calibration certificate op

Equipment Classc back to ToC or Class ToC

IRI: https://ptb.de/dccs/EquipmentClass

has super-classes
is in range of
has equipment class op

Formulac back to ToC or Class ToC

IRI: https://ptb.de/dccs/Formula

A mathematical formula that defines a relationship between quantity values. The formula may reference input quantities and parameters and produces one or more output quantities. The mathematical expression is represented using OpenMath/NumerateWeb.
is in domain of
has input quantity op, has output quantity op, has parameter op, has variable op
is in range of
has formula op

Formula Variablec back to ToC or Class ToC

IRI: https://ptb.de/dccs/FormulaVariable

A symbolic variable used in a mathematical formula. A formula variable may represent an input quantity, a parameter, or an output quantity.
has sub-classes
Input Quantity c, Output Quantity c, Parameter c
is in domain of
represents quantity value op
is in range of
has variable op

has Calibration Laboratory Codec back to ToC or Class ToC

IRI: https://ptb.de/dccs/calibrationLaboratoryCode

has super-classes
identifier c
is also defined as
data property

Identifierc back to ToC or Class ToC

IRI: https://ptb.de/dccs/Identifier

An identifier such as an order number, reference number, serial number, etc. assigned to an entity (calibration object, calibration certificate), together with its provenance.
has super-classes
Entity c
is in domain of
has identification issuance op, identifier type op, identifier value dp
is in range of
has identification op

Identifier Issuancec back to ToC or Class ToC

IRI: https://ptb.de/dccs/IdentifierIssuance

Attribution of responsibility for issuing an identifier.
has super-classes
Agent Participation c
is in domain of
has issuer op, issuer role op
is in range of
has identification issuance op

Identifier Issuer Rolec back to ToC or Class ToC

IRI: https://ptb.de/dccs/IdentifierIssuerRole

has super-classes
Role c
has sub-classes
Calibration Laboratory Issuer Role c, Customer Issuer Role c, Manufacturer Issuer Role c, Other Issuer Role c, Owner Issuer Role c
is in range of
issuer role op

Index Columnc back to ToC or Class ToC

IRI: https://ptb.de/dccs/IndexColumn

Column which holds the index values of the table (such as reference value or nominal value).
has super-classes
Table Column c

Influence Conditionc back to ToC or Class ToC

IRI: https://ptb.de/dccs/InfluenceCondition

A condition that may influence the measurement result, such as environmental or operational parameters.
has super-classes
Entity c
is in domain of
has influence condition status op
is in range of
observed influence condition op

Influence Condition Statusc back to ToC or Class ToC

IRI: https://ptb.de/dccs/InfluenceConditionStatus

Status describing the temporal or procedural context of an influence condition.
is in range of
has influence condition status op
has members
After Adjustment ni, After Repair ni, Before Adjustment ni, Before Repair ni

Input Quantityc back to ToC or Class ToC

IRI: https://ptb.de/dccs/InputQuantity

A formula variable representing an input quantity value used by the formula.
has super-classes
Formula Variable c
is in range of
has input quantity op

Instrumentc back to ToC or Class ToC

IRI: https://ptb.de/dccs/Instrument

A measuring instrument that may be used in a calibration either as the object being calibrated or as equipment used to perform the calibration.
has super-classes
Calibration Object c
is in domain of
installed software op

Legal Responsibility Rolec back to ToC or Class ToC

IRI: https://ptb.de/dccs/LegalResponsibilityRole

Role of the person who is legally responsible for the calibration activity
has super-classes
Person Role c

Main Signer Rolec back to ToC or Class ToC

IRI: https://ptb.de/dccs/MainSignerRole

Role of the person who is the main signer of a (digital) calibration certificate
has super-classes
Person Role c

Manufacturer Issuer Rolec back to ToC or Class ToC

IRI: https://ptb.de/dccs/ManufacturerIssuerRole

has super-classes
Identifier Issuer Role c

Manufacturer Rolec back to ToC or Class ToC

IRI: https://ptb.de/dccs/ManufacturerRole

has super-classes
Stakeholder Role c

Measurement Metadatac back to ToC or Class ToC

IRI: https://ptb.de/dccs/MeasurementMetadata

Additional metadata describing a measurement result, such as traceability statements, or quality indicators.
has super-classes
Calibration Information c
is in range of
has measurement metadata op

Measurement Methodc back to ToC or Class ToC

IRI: https://ptb.de/dccs/MeasurementMethod

A method or procedure applied to obtain a measurement result.
has super-classes
Entity c
is in range of
used measurement method op, used measurement method op

Measurement Pointc back to ToC or Class ToC

IRI: https://ptb.de/dccs/MeasurementPoint

A semantic aggregation of index values and corresponding data values representing one row or n-dimensional point in the measurement result table.
is in domain of
has data value op, has index value op
is in range of
has measurement point op

Measurement Resultc back to ToC or Class ToC

IRI: https://ptb.de/dccs/MeasurementResult

Contains all results of the measurements, evaluations and information about the calibration.
has super-classes
Entity c
has sub-classes
Reported Measurement Result c
is in domain of
generated measurement result op, generated using measuring equipment op, has measurement metadata op, has result data op, observed influence condition op, used measurement method op
is in range of
has Measurement Result op, includes measurement result op

Measuring Equipment Rolec back to ToC or Class ToC

IRI: https://ptb.de/dccs/MeasuringEquipmentRole

Role of the measuring equipment used for calibration
has super-classes
Calibration Object Role c

Organizationc back to ToC or Class ToC

IRI: https://ptb.de/dccs/Organization

has super-classes
Organization c, Organization c, Organization c
has sub-classes
Organizational Unit c
is in domain of
has Calibration Laboratory Code dp
is in range of
is a member of op, located at op

Organizational Unitc back to ToC or Class ToC

IRI: https://ptb.de/dccs/OrganizationalUnit

has super-classes
Organization c, Organizational Unit c

Other (non-specified) Sitec back to ToC or Class ToC

IRI: https://ptb.de/dccs/OtherSite

has super-classes
Performance Location c

Other Issuer Rolec back to ToC or Class ToC

IRI: https://ptb.de/dccs/OtherIssuerRole

has super-classes
Identifier Issuer Role c

Output Quantityc back to ToC or Class ToC

IRI: https://ptb.de/dccs/OutputQuantity

A formula variable representing the quantity value produced by the formula.
has super-classes
Formula Variable c
is in range of
has output quantity op

Owner Issuer Rolec back to ToC or Class ToC

IRI: https://ptb.de/dccs/OwnerIssuerRole

has super-classes
Identifier Issuer Role c

Parameterc back to ToC or Class ToC

IRI: https://ptb.de/dccs/Parameter

A constant or calibration coefficient used in the formula.
has super-classes
Formula Variable c
is in range of
has parameter op

Performance Datec back to ToC or Class ToC

IRI: https://ptb.de/dccs/PerformanceDate

Temporal information describing the execution period of a calibration activity.
has super-classes
Entity c
is in domain of
begin performance date dp, end performance date dp, receipt date dp
is in range of
reports performance date op, was performed on op

Performance Locationc back to ToC or Class ToC

IRI: https://ptb.de/dccs/PerformanceLocation

Location at which the calibration was performed.
has super-classes
Location c
has sub-classes
Branch Site of the Calibration Laboratory c, Branch Site of the Customer c, Calibration Laboratory Site c, Customer Site c, Other (non-specified) Site c
is in domain of
located at op
is in range of
reports performance location op, was performed at op

Personc back to ToC or Class ToC

IRI: https://ptb.de/dccs/Person

has super-classes
Person c, Person c
is in domain of
is a member of op
is in range of
participating person op

Person Participationc back to ToC or Class ToC

IRI: https://ptb.de/dccs/PersonParticipation

A person participating in a calibration activity and its role
has super-classes
Agent Participation c
is in domain of
participating person op, role of the person op
is in range of
has person participation op, includes person participation op

Person Rolec back to ToC or Class ToC

IRI: https://ptb.de/dccs/PersonRole

Role of the person involved in a calibration certificate
has super-classes
Role c
has sub-classes
Legal Responsibility Role c, Main Signer Role c
is in range of
role of the person op

Previous Report Referencec back to ToC or Class ToC

IRI: https://ptb.de/dccs/PreviousReportReference

Represents a link to a previous (digital) calibration certificate, including associated metadata such as the revision type. The link shall refer either to the unique identifier of the calibration certificate or to the calibration certificate instance itself.
is in domain of
has type of revision op, refers to calibration certificate op, refers to unique identifier dp
is in range of
has previous report reference op

Quantityc back to ToC or Class ToC

IRI: https://ptb.de/dccs/Quantity

Measurement quantity containing a name, description and an one or more sis:QuantityValue(s)
has super-classes
Entity c, Quantity Value c, Thing c
is in range of
has calibration object quantity op, has quantity op

Quantity Value Tablec back to ToC or Class ToC

IRI: https://ptb.de/dccs/QuantityValueTable

Table of SIS quantity values representing a measurement result table. Columns are expressed as sis:RealList or sis:ComplexList, with individual MeasurementPoints linking each measured value (sis:RealInList) to the index value(s) (sis:RealInList) it depends on.
has super-classes
Entity c
is in domain of
has measurement point op, has table column op, has table dimension dp
is in range of
has table of quantity values op

Reported Measurement Resultc back to ToC or Class ToC

IRI: https://ptb.de/dccs/ReportedMeasurementResult

The subset or projection of a measurement result that is reported in a digital calibration certificate. If the CalibrationCertificate reports only a part of the MeasurementResult generated by CalibrationActivity, the ReportedMeasurementResult shall state the property prov:wasDerivedFrom to indicate the actual MeasurementResult it was derived from.
has super-classes
Measurement Result c

Revision Typec back to ToC or Class ToC

IRI: https://ptb.de/dccs/RevisionType

Possible types of revision: amended, substituted, other.
is equivalent to
{ Amended ni , Other Revision Type ni , Substituted ni }
is in range of
has type of revision op
has members
Amended ni, Other Revision Type ni, Substituted ni

Rolec back to ToC or Class ToC

IRI: https://ptb.de/dccs/Role

Role of an agent participating in a calibration activity
has super-classes
Role c
has sub-classes
Identifier Issuer Role c, Person Role c, Stakeholder Role c
is in range of
role op

Stakeholder Participationc back to ToC or Class ToC

IRI: https://ptb.de/dccs/StakeholderParticipation

has super-classes
Agent Participation c
has sub-classes
Calibration laboratory participation c, Customer participation c
is in domain of
has participating stakeholder op, role of participating stakeholder op
is in range of
has stakeholder participation op, includes stakeholder participation op

Stakeholder Rolec back to ToC or Class ToC

IRI: https://ptb.de/dccs/StakeholderRole

has super-classes
Role c
has sub-classes
Calibration Laboratory Role c, Customer Role c, Manufacturer Role c
is in range of
role of participating stakeholder op

Statementc back to ToC or Class ToC

IRI: https://ptb.de/dccs/Statement

Statement which applies to the entire calibration activity
has super-classes
Calibration Information c
is in range of
associated statement op, reports statement op

Table Columnc back to ToC or Class ToC

IRI: https://ptb.de/dccs/TableColumn

A column in a measurement table, which can be either a sis:RealList or a sis:ComplexList.
has sub-classes
Data Column c, Index Column c
is in domain of
has column index dp, has column values op
is in range of
has table column op

Object Properties

associated statementop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/associatedStatement

has domain
Calibration Activity c
has range
Statement c

dcc softwareop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/createdUsingSoftware

Specifies the software used for creating the CalibrationCertificate.
has domain
Administrative Data c
has range
Software Application c

expects quantity kindop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/expectsQuantityKind

Associates a CalibrationActivity with the si:QuantityKind expected for its measurement results. This property may be inferred via a property chain from the assigned service category and its related SI quantity.
has domain
Calibration Activity c
has range
Quantity Kind c
has sub-property chains
has service category op o related S I Quantity op

generated measurement resultop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/generatedByCalibrationActivity

has super-properties
was Generated By op
has domain
Measurement Result c
has range
Calibration Activity c

generated using measuring equipmentop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/generatedUsingMeasuringEquipment

Links a measurement result to the measuring instrument used to generate the result.
has super-properties
used op
has domain
Measurement Result c
has range
Calibration Item Participation c

has administrative dataop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasAdministrativeData

has calibration object participationop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasCalibrationObjectParticipation

Links objects participating in the calibration activity to the calibration activity, such as the item being calibrated as well as the measuring equipment.
has super-properties
qualified Usage op
has domain
Calibration Activity c
has range
Calibration Object Participation c

has calibration object quantityop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasCalibrationObjectQuantity

Specifies physical properties of the calibration object
has domain
Calibration Object c
has range
Quantity c

has column valuesop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasColumnValueList

has domain
Table Column c
has range
Complex List c or Real List c

has conformity statement statusop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasConformityStatementStatus

makes a conformity statement using a controlled vocabulary (dccs:ConformityStatementStatusScheme)
has domain
Calibration Information c
has range
Concept c

has core dataop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasCoreData

has domain
Administrative Data c
has range
Core Data c

has country codeop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/countryCode

Specifies the country where the calibration was performed or where the statement applies. Values SHOULD be taken from the ISO 3166-1 vocabulary provided by Lexvo (http://lexvo.org/id/iso3166/).
has domain
Calibration Information c or Core Data c
has range
Concept c

has dataop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasData

Associates an entity with a container holding a representation of data (i.e. numerical data, or formulas)
has range
Data Container c

has data valueop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasDataValue

Associates a measurement point with a dependent measurement value from a data column.
has domain
Measurement Point c
has range
Real In List c

has equipment classop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasEquipmentClass

has domain
Calibration Object c
has range
Equipment Class c

has formulaop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasFormula

has domain
Data Container c
has range
Formula c

has identificationop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasIdentifier

has range
Identifier c

has identification issuanceop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasIdentifierIssuance

has domain
Identifier c
has range
Identifier Issuance c

has index valueop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasIndexValue

Associates a measurement point with a value from an index column.
has domain
Measurement Point c
has range
Real In List c

has influence condition statusop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasInfluenceConditionStatus

has input quantityop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasInputQuantity

Associates a formula with an input quantity variable.
has super-properties
has variable op
has domain
Formula c
has range
Input Quantity c

has issuerop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/identificationIssuer

has super-properties
participant op
has domain
Identifier Issuance c
has range
Agent c

has mandatory languageop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/mandatoryLanguageCode

Determines the official language(s) valid in case of doubt. Values SHOULD be taken from the ISO 639-1 vocabulary provided by Lexvo (http://lexvo.org/id/iso639-1/).
has super-properties
language op
has domain
Core Data c
has range
Concept c

has measurement metadataop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasMeasurementMetadata

Associates a measurement result with additional measurement-specific metadata.
has domain
Measurement Result c
has range
Measurement Metadata c

has measurement pointop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasMeasurementPoint

has domain
Quantity Value Table c
has range
Measurement Point c

has Measurement Resultop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasMeasurementResult

has super-properties
has Part op
has domain
Digital Calibration Certificate c
has range
Measurement Result c

has output quantityop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasOutputQuantity

Associates a formula with the quantity variable representing its result.
has super-properties
has variable op
has domain
Formula c
has range
Output Quantity c

has parameterop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasParameter

Associates a formula with a parameter variable such as a calibration coefficient.
has super-properties
has variable op
has domain
Formula c
has range
Parameter c

has participating stakeholderop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/stakeholderParticipant

has super-properties
participant op
has domain
Stakeholder Participation c
has range
Agent c

has person participationop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasPersonParticipation

A person participation in a calibration activity and its role
has domain
Calibration Activity c
has range
Person Participation c

has previous report referenceop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasPreviousReportReference

Links a digital calibration certificate to a previous calibration certificate, either by referencing the certificate instance itself or by providing its unique identifier and states the type of revision.
has domain
Core Data c
has range
Previous Report Reference c

has quantityop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasQuantity

has super-properties
has Part op
has domain
Data Container c
has range
Quantity c

has refTypeop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasRefType

Links a DCCS ontology concept to a refType concept in the PTB Tematres refType vocabulary (https://digilab.ptb.de/dkd/refType/vocab/?tema=1). The object is the URI of the applicable controlled-vocabulary concept. Multiple assertions express a combination of refTypes.
has range
Concept c

has responsible authorityop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasResponsibleAuthority

Person or organization responsible for the statement
has domain
Calibration Information c
has range
Agent c

has result dataop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasResultData

Links a measurement result to its structured data representation
has domain
Measurement Result c
has range
Data Container c

has service categoryop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasServiceCategory

Associates a CalibrationActivity with its corresponding KCDB service category. Service categories are provided as SKOS concepts distributed across multiple KCDB sub-namespaces, such as: scauv: <https://si-digital-framework.org/kcdb-sc/AUV/>, scem: <https://si-digital-framework.org/kcdb-sc/EM/>, scl: <https://si-digital-framework.org/kcdb-sc/L/>, scm: <https://si-digital-framework.org/kcdb-sc/M/>, scpr: <https://si-digital-framework.org/kcdb-sc/PR/>, sct: <https://si-digital-framework.org/kcdb-sc/T/>, sctf: <https://si-digital-framework.org/kcdb-sc/TF/>, scri: <https://si-digital-framework.org/kcdb-sc/RI/>. Linking a service category to a calibration activity allows reasoning about expected measurement results: for example, the `relatedSIQuantity` of the service category can be used to verify whether the units of the result quantity values correspond to the expected SI quantity. Only individuals of rdf:type `sc:ServiceCategory` can be used for this property.
has domain
Calibration Activity c
has range
Service Category c

has stakeholder participationop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasStakeholderParticipation

has super-properties
qualified Association op
has domain
Calibration Activity c
has range
Stakeholder Participation c

has sub itemop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasSubItem

Specifies items that are part of the calibration object, such as individual weights in a weight set, or different sensors of an instrument.
has super-properties
has Part op
has domain
Calibration Object c
has range
Calibration Object c

has table columnop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasTableColumn

Assigns a column to its table. The column can be either a RealList or ComplexList.
has domain
Quantity Value Table c
has range
Table Column c

has table of quantity valuesop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasQuantityValueTable

has domain
Data Container c
has range
Quantity Value Table c

has type of revisionop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasRevisionType

Specifies the type of revision
has domain
Previous Report Reference c
has range
Revision Type c

has used languageop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/usedLanguageCode

Specifies the official language(s) in which the digital calibration certificate was created. Values SHOULD be taken from the ISO 639-1 vocabulary provided by Lexvo (http://lexvo.org/id/iso639-1/).
has super-properties
language op
has domain
Core Data c
has range
Concept c

has variableop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/hasVariable

Associates a formula with one of its symbolic variables.
has sub-properties
has input quantity op, has output quantity op, has parameter op
has domain
Formula c
has range
Formula Variable c

identifier typeop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/identifierType

Specifies the type of the identifier such as order number, reference number, serial number, using a controlled vocabulary (dccs:IdentifierTypeScheme).
has domain
Identifier c
has range
Concept c

includes calibration item participationop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/includesCalibrationItemParticipation

associates a calibration item to the administrative data section of calibration certificate
has super-properties
has Part op
has domain
Administrative Data c
has range
Calibration Item Participation c

includes calibration laboratory participationop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/includesCalibrationLaboratoryParticipation

includes customer participationop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/includesCustomerParticipation

has super-properties
includes stakeholder participation op
has domain
Administrative Data c
has range
Customer participation c

includes measurement resultop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/includesMeasurementResult

Associates a digital calibration certificate with the measurement results it reports.
has super-properties
has Part op
has domain
Digital Calibration Certificate c
has range
Measurement Result c

includes person participationop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/includesPersonParticipation

associates a person (and its role) participation in a calibration activity with a (digital) calibration certificate
has super-properties
has Part op
has domain
Administrative Data c
has range
Person Participation c

includes stakeholder participationop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/includesStakeholderParticipation

associates a stakeholder and its role (calibration laboratory or customer) participating in a calibration activity with a (digital) calibration certificate

installed softwareop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/installedSoftware

Specifies the software installed on the calibration item or measurement equipment.
has domain
Instrument c
has range
Software Application c

is a member ofop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/memberOf

has super-properties
member Of op
has domain
Person c
has range
Organization c

issuer roleop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/identificationIssuerRole

has super-properties
role op
has domain
Identifier Issuance c
has range
Identifier Issuer Role c

located atop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/locatedAtOrganization

has domain
Performance Location c
has range
Organization c

member Ofop back to ToC or Object Property ToC

IRI: http://www.w3.org/ns/org#memberOf

has sub-properties
is a member of op
has domain
Agent c
has range
Organization c

observed influence conditionop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/observedInfluenceCondition

Associates a calibration activity with influence conditions affecting the calibration.
has super-properties
used op
has domain
Measurement Result c
has range
Influence Condition c

participantop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/participant

has super-properties
agent op
has sub-properties
has issuer op, has participating stakeholder op, participating person op
has domain
Agent Participation c
has range
Agent c

participating calibration objectop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/calibrationObjectParticipant

has super-properties
entity op
has domain
Calibration Object Participation c
has range
Calibration Object c

participating personop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/personParticipant

has super-properties
participant op
has domain
Person Participation c
has range
Person c

refers to calibration certificateop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/refersToReport

Links to another digital calibration certificate.

reports performance dateop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/reportsPerformanceDate

has domain
Core Data c
has range
Performance Date c

reports performance locationop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/reportsPerformanceLocation

has domain
Core Data c
has range
Performance Location c

reports service categoryop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/reportsServiceCategory

associates the (KCDB) service category to the calibration certificate
has domain
Core Data c
has range
Service Category c

reports statementop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/reportsStatement

has super-properties
has Part op
has domain
Administrative Data c
has range
Statement c

represents quantity valueop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/representsQuantityValue

Links a symbolic formula variable to the SIS quantity value that provides or receives its numerical value.
has domain
Formula Variable c
has range
Quantity Value c

roleop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/role

has super-properties
had Role op
has sub-properties
issuer role op, role of participating stakeholder op, role of the person op
has domain
Agent Participation c
has range
Role c

role of participating stakeholderop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/stakeholderRole

has super-properties
role op
has domain
Stakeholder Participation c
has range
Stakeholder Role c

role of the calibration objectop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/calibrationObjectRole

has super-properties
had Role op
has domain
Calibration Object Participation c
has range
Calibration Object Role c

role of the personop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/personRole

has super-properties
role op
has domain
Person Participation c
has range
Person Role c

used measurement methodop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/generatedUsingMeasurementMethod

Indicates the measurement method used to produce the measurement result.
has super-properties
used op
has domain
Measurement Result c
has range
Measurement Method c

used measurement methodop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/usedMeasurementMethod

Indicates the measurement method used to produce the measurement result.
has super-properties
used op
has domain
Calibration Activity c
has range
Measurement Method c

was performed atop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/wasPerformedAt

has super-properties
at Location op
has domain
Calibration Activity c
has range
Performance Location c

was performed onop back to ToC or Object Property ToC

IRI: https://ptb.de/dccs/wasPerformedOn

has domain
Calibration Activity c
has range
Performance Date c

Data Properties

begin performance datedp back to ToC or Data Property ToC

IRI: https://ptb.de/dccs/beginPerformanceDate

Date at the start of the performance of the laboratory activity. In DIN EN ISO/IEC 17025:2018-03 [1] it is specified that the date or period of calibration is an essential part of a calibration certificate.
has super-properties
started At Time dp
has domain
Performance Date c
has range
date

end performance datedp back to ToC or Data Property ToC

IRI: https://ptb.de/dccs/endPerformanceDate

Date at the end of the performance of the laboratory activity. In DIN EN ISO/IEC 17025:2018-03 [1] it is specified that the date or period of calibration is an essential part of a calibration certificate.
has super-properties
ended At Time dp
has domain
Performance Date c
has range
date

follows conventiondp back to ToC or Data Property ToC

IRI: https://ptb.de/dccs/followsConvention

has domain
Calibration Information c
has range
string

has Calibration Laboratory Codedp back to ToC or Data Property ToC

IRI: https://ptb.de/dccs/calibrationLaboratoryCode

has domain
Organization c
has range
string
is also defined as
class

has class IDdp back to ToC or Data Property ToC

IRI: https://ptb.de/dccs/hasClassID

classification of a calibrated item
has range
string

has column indexdp back to ToC or Data Property ToC

IRI: https://ptb.de/dccs/columnIndex

Specifies the position of the column in the table (starting from 0)
has domain
Table Column c
has range
non Negative Integer

has datedp back to ToC or Data Property ToC

IRI: https://ptb.de/dccs/hasDate

has domain
Calibration Information c
has range
date

has declarationdp back to ToC or Data Property ToC

IRI: https://ptb.de/dccs/hasDeclaration

has domain
Calibration Information c
has range
string

has perioddp back to ToC or Data Property ToC

IRI: https://ptb.de/dccs/hasPeriod

has domain
Calibration Information c
has range
duration
is also defined as
named individual

has referencedp back to ToC or Data Property ToC

IRI: https://ptb.de/dccs/hasReference

Label of a standard or URI refering to the standard
has range
string

has table dimensiondp back to ToC or Data Property ToC

IRI: https://ptb.de/dccs/tableDimension

Specifies the number of index columns of the table.

has URIdp back to ToC or Data Property ToC

IRI: https://ptb.de/dccs/hasURL

link to an external ressource such as an equipment class, a standard, or
has range
any U R I

identifier valuedp back to ToC or Data Property ToC

IRI: https://ptb.de/dccs/identifierValue

has domain
Identifier c
has range
string

issue datedp back to ToC or Data Property ToC

IRI: https://ptb.de/dccs/issueDate

Indicates the issue date required in ISO 17025
has super-properties
date Published dp
has domain
Core Data c
has range
date

receipt datedp back to ToC or Data Property ToC

IRI: https://ptb.de/dccs/receiptDate

Date of receipt of the calibration item
has domain
Performance Date c
has range
date

refers to unique identifierdp back to ToC or Data Property ToC

IRI: https://ptb.de/dccs/refersToUniqueIdentifier

Links to another digital calibration certificate using its unique identifier (Globally unique identifier (GUID/UUID))
has domain
Previous Report Reference c
has range
string

unique identifierdp back to ToC or Data Property ToC

IRI: https://ptb.de/dccs/uniqueIdentifier

Globally unique identifier (GUID/UUID) that uniquely identifies the digital calibration certificate.
has domain
Core Data c
has range
string

Named Individuals

0000 0003 0941 5950ni back to ToC or Named Individual ToC

IRI: https://orcid.org/0000-0003-0941-5950

belongs to
Person c
has facts
affiliation ap 05r3f7h03 ni
name ap "Moritz Jordan"

05r3f7h03ni back to ToC or Named Individual ToC

IRI: https://ror.org/05r3f7h03

belongs to
Organization c
has facts
name ap "Physikalisch-Technische Bundesanstalt (PTB)"

After Adjustmentni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/AfterAdjustment

belongs to
Influence Condition Status c
has facts
pref Label ap "After Adjustment"@en

After Repairni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/AfterRepair

belongs to
Influence Condition Status c
has facts
pref Label ap "After Repair"@en

Amendedni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/Amended

Revision of type 'amended'.
belongs to
Revision Type c
has facts
pref Label ap "Amended"@en

Before Adjustmentni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/BeforeAdjustment

belongs to
Influence Condition Status c
has facts
pref Label ap "Before Adjustment"@en

Before Repairni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/BeforeRepair

belongs to
Influence Condition Status c
has facts
pref Label ap "Before Repair"@en

Conditional failni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/conditionalFail

belongs to
Concept c
has facts
in Scheme ap Conformity statement status scheme ni
notation ap "conditionalFail"
pref Label ap "Conditional fail"@en

Conditional passni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/conditionalPass

belongs to
Concept c
has facts
in Scheme ap Conformity statement status scheme ni
notation ap "conditionalPass"
pref Label ap "Conditional pass"@en

Conformity statement status schemeni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/ConformityStatementStatusScheme

Controlled vocabulary for compliance statements
belongs to
Concept Scheme c
has facts
pref Label ap "Conformity statement status scheme"@en

Customer referenceni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/customerReference

belongs to
Concept c
has facts
in Scheme ap Identifier type scheme ni
pref Label ap "Customer reference"@en

DCCS Ontologyni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/

has facts
language op deu ni
language op eng ni

Failni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/fail

belongs to
Concept c
has facts
in Scheme ap Conformity statement status scheme ni
notation ap "fail"
pref Label ap "Fail"@en

has periodni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/hasPeriod

belongs to
Datatype Propery c
is also defined as
data property

https://ptb.de/dccs/v0.0.2/ni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/v0.0.2/

belongs to
Distribution c
has facts
has Syntax ap Turtle ep

Identifier type schemeni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/IdentifierTypeScheme

Controlled vocabulary for identifier types used in digital calibration certificates.
belongs to
Concept Scheme c
has facts
pref Label ap "Identifier type scheme"@en

No failni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/noFail

belongs to
Concept c
has facts
in Scheme ap Conformity statement status scheme ni
notation ap "noFail"
pref Label ap "No fail"@en

No passni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/noPass

belongs to
Concept c
has facts
in Scheme ap Conformity statement status scheme ni
notation ap "noPass"
pref Label ap "No pass"@en

Order numberni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/orderNumber

belongs to
Concept c
has facts
in Scheme ap Identifier type scheme ni
pref Label ap "Order number"@en

Other Revision Typeni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/OtherRevisionType

Revision of type 'other'.
belongs to
Revision Type c
has facts
pref Label ap "Other Revision Type"@en

Passni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/pass

belongs to
Concept c
has facts
in Scheme ap Conformity statement status scheme ni
notation ap "pass"
pref Label ap "Pass"@en

Reference numberni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/referenceNumber

belongs to
Concept c
has facts
in Scheme ap Identifier type scheme ni
pref Label ap "Reference number"@en

Serial numberni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/serialNumber

belongs to
Concept c
has facts
in Scheme ap Identifier type scheme ni
pref Label ap "Serial number"@en

Substitutedni back to ToC or Named Individual ToC

IRI: https://ptb.de/dccs/Substituted

Revision of type 'substituted'.
belongs to
Revision Type c
has facts
pref Label ap "Substituted"@en

Legend back to ToC

c: Classes
op: Object Properties
dp: Data Properties
ni: Named Individuals
ep: External Properties

References back to ToC

(...)

Acknowledgments back to ToC

The authors would like to thank [Silvio Peroni](http://www.essepuntato.it/) for developing [LODE](http://www.essepuntato.it/lode), a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and [Daniel Garijo](https://w3id.org/people/dgarijo) for developing [Widoco](https://github.com/dgarijo/Widoco), the program used to create the template used in this documentation.