<?xml version="1.0" encoding="utf-8"?><rdf:RDF  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"  xmlns:skos="http://www.w3.org/2004/02/skos/core#"  xmlns:map="http://www.w3c.rl.ac.uk/2003/11/21-skos-mapping#"  xmlns:dct="http://purl.org/dc/terms/"  xmlns:dc="http://purl.org/dc/elements/1.1/"><skos:ConceptScheme rdf:about="https://digilab.ptb.de/dkd/refType/vocab/">  <dc:title>Metrology Database</dc:title>  <dc:creator>German Calibration Service (DKD)</dc:creator>  <dc:contributor>Thomas Krah, Daniel Hutzschenreuter, Benjamin Gloger, Muhammed-Ali Demir, Moritz Jordan</dc:contributor>  <dc:publisher>Deutscher Kalibrierdienst (German Calibration Service)</dc:publisher>  <dc:rights></dc:rights>  <dc:subject>metrology, reference types, digital calibration certificate, certificate of conformity</dc:subject>  <dc:description><![CDATA[  ]]></dc:description>  <dc:date>2023-06-19</dc:date>  <dct:modified>2026-04-10 06:58:36</dct:modified>  <dc:language>en-US</dc:language>  </skos:ConceptScheme>  <skos:Concept rdf:about="https://digilab.ptb.de/dkd/refType/vocab/skos/254"><skos:prefLabel xml:lang="en-US">calibrationMethodDeviation</skos:prefLabel> <skos:definition xml:lang="en">Information, if and how there are deviations from a given calibration procedure. </skos:definition> <skos:definition xml:lang="de">Angabe darüber, ob und wie von einem Kalibrierverfahren abgewichen wird. </skos:definition> <skos:scopeNote xml:lang="en">Generally, the calibration procedure should be listed in a dcc:usedMethod element with the refType basic_calibrationMethod. Only if there are deviations/exclusions/additions to/from the calibration method mentioned there, an additional dcc:usedMethod element should be listed with the refType basic_calibrationMethodDeviation in which the deviations are named/explained. </skos:scopeNote> <skos:scopeNote xml:lang="de">Grundsätzlich sollte das Kalibrierverfahren in einem dcc:usedMethod-Element mit dem refType basic_calibrationMethod aufgeführt werden. Nur wenn bei der angewandten Methode Abweichungen/Ausschlüsse/Ergänzungen zu/von dem dort genannten Kalibrierverfahren vorliegen, sollte ein zusätzliches dcc:usedMethod-Element mit dem refType basic_calibrationMethodDeviation aufgeführt werden, in dem die Abweichungen genannt/erläutert werden. </skos:scopeNote> <skos:scopeNote xml:lang="en">XPath expression that gives a boolean expression (true/false) depending on, whether a dcc:usedMethod element with this refType exists or not: boolean(//dcc:usedMethod[@refType="basic_calibrationMethodDeviation"])
XPath expression to get the content of the dcc:description child element:
//dcc:usedMethod[@refType="basic_calibrationMethodDeviation"]/dcc:description/text() </skos:scopeNote> <skos:scopeNote xml:lang="de">XPath-Ausdruck, der einen boolean Ausdruck (true/false) zurückliefert, je nachdem, ob ein dcc:usedMethod-Element mit diesem refType existiert oder nicht: boolean(//dcc:usedMethod[@refType="basic_calibrationMethodDeviation"])
XPath-Ausdruck, um den Inhalt des dcc:description-Kindelementes auszulesen:
//dcc:usedMethod[@refType="basic_calibrationMethodDeviation"]/dcc:description/text() </skos:scopeNote> <skos:historyNote xml:lang="en">

2024-07-25 Created

 </skos:historyNote> <skos:note xml:lang="en">ISO/IEC 17025:2017, 7.8.2.1. n) </skos:note> <skos:example xml:lang="en">&lt;!-- Keine Abweichungen vom genannten Kalibrierverfahren | No deviation from the mentioned calibration procedure --&gt;
&lt;dcc:usedMethod refType="basic_calibrationMethod"&gt;
    &lt;dcc:name&gt;
        &lt;dcc:content lang="de"&gt;Kalibrierverfahren&lt;/dcc:content&gt;
        &lt;dcc:content lang="en"&gt;Calibration procedure&lt;/dcc:content&gt;
    &lt;/dcc:name&gt;
    &lt;dcc:description&gt;
        &lt;dcc:content lang="de"&gt;    Die Kalibrierung erfolgte gemäß DKD-R 5-1: 2023-11 im Vergleichsverfahren.&lt;/dcc:content&gt;
        &lt;dcc:content lang="en"&gt; According to DKD-R 5-1: 2023-11, the object was calibrated comparing the indicated values of the calibration object and the values from the reference thermometer.&lt;/dcc:content&gt;                                                
    &lt;/dcc:description&gt;
    &lt;dcc:norm&gt;DKD-R 5-1:2023-11&lt;/dcc:norm&gt;
    &lt;dcc:reference&gt;https://doi.org/10.7795/550.20231207&lt;/dcc:reference&gt;
&lt;/dcc:usedMethod&gt; </skos:example> <skos:example xml:lang="en">&lt;!-- Abweichungen vom genannten Kalibrierverfahren | Deviations from the mentioned calibration procedure. --&gt;
&lt;dcc:usedMethod refType="basic_calibrationMethod"&gt;
    &lt;dcc:name&gt;
        &lt;dcc:content lang="de"&gt;Kalibrierverfahren&lt;/dcc:content&gt;
        &lt;dcc:content lang="en"&gt;Calibration procedure&lt;/dcc:content&gt;
    &lt;/dcc:name&gt;
    &lt;dcc:description&gt;
        &lt;dcc:content lang="de"&gt;    Die Kalibrierung erfolgte gemäß DKD-R 5-1: 2023-11 im Vergleichsverfahren.&lt;/dcc:content&gt;
        &lt;dcc:content lang="en"&gt; According to DKD-R 5-1: 2023-11, the object was calibrated comparing the indicated values of the calibration object and the values from the reference thermometer.&lt;/dcc:content&gt;                                                
    &lt;/dcc:description&gt;
    &lt;dcc:norm&gt;DKD-R 5-1:2023-11&lt;/dcc:norm&gt;
    &lt;dcc:reference&gt;https://doi.org/10.7795/550.20231207&lt;/dcc:reference&gt;
&lt;/dcc:usedMethod&gt;
&lt;dcc:usedMethod refType="basic_calibrationMethodDeviation"&gt;
    &lt;dcc:name&gt;
        &lt;dcc:content lang="de"&gt;Abweichungen vom Kalibrierverfahren&lt;/dcc:content&gt;
        &lt;dcc:content lang="en"&gt;Deviations from the calibration procedure&lt;/dcc:content&gt;
    &lt;/dcc:name&gt;
    &lt;dcc:description&gt;
        &lt;dcc:content lang="de"&gt;    Abweichend vom genannten Kalibrierverfahren wurden nur 3 statt der geforderten 5 Wiederholungen durchgeführt.&lt;/dcc:content&gt;
        &lt;dcc:content lang="en"&gt; As a deviation from the mentioned calibration procedure, only 3 instead of the required 5 repetitions were conducted.&lt;/dcc:content&gt;                                                
    &lt;/dcc:description&gt;
    &lt;dcc:norm&gt;DKD-R 5-1:2023-11&lt;/dcc:norm&gt;
    &lt;dcc:reference&gt;https://doi.org/10.7795/550.20231207&lt;/dcc:reference&gt;
&lt;/dcc:usedMethod&gt; </skos:example><skos:inScheme rdf:resource="https://digilab.ptb.de/dkd/refType/vocab/"/><skos:related rdf:resource="https://digilab.ptb.de/dkd/refType/vocab/skos/112"/><skos:broader rdf:resource="https://digilab.ptb.de/dkd/refType/vocab/skos/2"/>  <dct:created>2024-07-25 12:37:30</dct:created>  </skos:Concept></rdf:RDF>