<?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/257"><skos:prefLabel xml:lang="en-US">opinionOrInterpretation</skos:prefLabel> <skos:definition xml:lang="en">Identification, that a statement or result displays an opinion or interpretation. </skos:definition> <skos:definition xml:lang="de">Kennzeichnung, dass eine Aussage oder Ergebnis eine Meinung oder Interpretation darstellt. </skos:definition> <skos:scopeNote xml:lang="en">If applicable, with this refType opinions and interpretations can be marked. The refType can be used with:

in administrativeData block:
dcc:statement
in measurementResults Block:
dcc:result
dcc:metaData
in comment block:
the refType can be attached to any element.
each community should agree on how their structure for opinions and interpretations should be built.
 </skos:scopeNote> <skos:scopeNote xml:lang="de">Wenn zutreffend, können mit diesem refType Meinungen und Interpretationen kenntlich gemacht werden. Der refType kann angebracht werden an:

Im Administrative Data Block:
dcc:statement
Im measurementResults Block:
dcc:result
dcc:metaData
Im Comment Block:
Der refType kann an ein beliebiges Element angefügt werden.
Jede Community sollte sich darüber einigen, wie ihre Struktur für Meinungen und Interpretationen aufgebaut sein sollte.
 </skos:scopeNote> <skos:scopeNote xml:lang="en">XPath expression, whether opinions or interpretations are existing:
boolean(//*[@refType="basic_opinionOrInterpretation"])
XPath expression to return the respective dcc:description elements (if existing):
//*[@refType="basic_opinionOrInterpretation"]/dcc:description/text() </skos:scopeNote> <skos:scopeNote xml:lang="de">XPath-Ausdruck, ob Meinungen oder Interpretationen vorliegen: boolean(//*[@refType="basic_opinionOrInterpretation"])
XPath-Ausdruck, um die jeweiligen dcc:description-Elemente auszugeben (falls vorhanden):
//*[@refType="basic_opinionOrInterpretation"]/dcc:description/text() </skos:scopeNote> <skos:historyNote xml:lang="en">
2024-07-29 Created
 </skos:historyNote> <skos:example xml:lang="en">&lt;!-- Example: In a dcc:statement element | Beispiel: In einem dcc:statement Element--&gt;
&lt;dcc:statement refType="basic_opinionOrInterpretation"&gt;
    &lt;dcc:name&gt;
        &lt;dcc:content lang="en"&gt;Opinion: recommendation for exchange&lt;/dcc:content&gt;
        &lt;dcc:content lang="de"&gt;Meinung: Austauschempfehlung&lt;/dcc:content&gt;
    &lt;/dcc:name&gt;
    &lt;dcc:description&gt;
        &lt;dcc:content lang="en"&gt;We recomment to replace the device in a timely manner by a new one.&lt;/dcc:content&gt;
        &lt;dcc:content lang="de"&gt;Unsere Empfehlung ist, das Gerät zeitnah durch ein neues zu ersetzen.&lt;/dcc:content&gt;
    &lt;/dcc:description&gt;
&lt;/dcc:statement&gt; </skos:example> <skos:example xml:lang="en">&lt;!-- Example in a dcc:result element | Beispiel in einem dcc:result Element --&gt; 
&lt;dcc:result refType="basic_opinionOrInterpretation"&gt;
    &lt;dcc:name&gt;
        &lt;dcc:content lang="en"&gt;minimum net weight&lt;/dcc:content&gt;
        &lt;dcc:content lang="de"&gt;Mindesteinwaage&lt;/dcc:content&gt;
    &lt;/dcc:name&gt;
    &lt;dcc:description&gt;
        &lt;dcc:content lang="en"&gt; minimum net weight under the assumption ... .&lt;/dcc:content&gt;
        &lt;dcc:content lang="de"&gt;    Mindesteinwaage unter Annahme, dass ... .&lt;/dcc:content&gt;
    &lt;/dcc:description&gt;
    &lt;dcc:data&gt;
        &lt;!-- ... --&gt;
    &lt;/dcc:data&gt;
&lt;/dcc:result&gt; </skos:example> <skos:example xml:lang="en">&lt;!-- Example in a dcc:metaData element | Beispiel in einem dcc:metaData Element --&gt; 
&lt;dcc:metaData refType="basic_opinionOrInterpretation"&gt;
    &lt;dcc:name&gt;
        &lt;dcc:content lang="en"&gt;Note: increased measurement uncertainty&lt;/dcc:content&gt;
        &lt;dcc:content lang="de"&gt;Bemerkung: größere Messunsicherheit&lt;/dcc:content&gt;
    &lt;/dcc:name&gt;
    &lt;dcc:description&gt;
        &lt;dcc:content lang="en"&gt;thermometer scale at this measurement point difficult to read. Thus there is a higher measurement uncertainty.&lt;/dcc:content&gt;
        &lt;dcc:content lang="de"&gt;Thermometer am Messpunkt schlecht ablesbar. Daher hier größere Messunsicherheit.&lt;/dcc:content&gt;        
    &lt;/dcc:description&gt;
&lt;/dcc:metaData&gt; </skos:example> <skos:example xml:lang="en">&lt;!-- Example in a dcc:comment element | Beispiel in einem dcc:comment Element --&gt; 
&lt;dcc:comment&gt;
    &lt;dcc:statement refType="basic_opinionOrInterpretation"&gt;
        &lt;dcc:name&gt;
            &lt;dcc:content lang="en"&gt;Opinion: recommendation for exchange&lt;/dcc:content&gt;
            &lt;dcc:content lang="de"&gt;Meinung: Austauschempfehlung&lt;/dcc:content&gt;
        &lt;/dcc:name&gt;
        &lt;dcc:description&gt;
            &lt;dcc:content lang="en"&gt;We recomment to replace the device in a timely manner by a new one.&lt;/dcc:content&gt;
            &lt;dcc:content lang="de"&gt;Unsere Empfehlung ist, das Gerät zeitnah durch ein neues zu ersetzen.&lt;/dcc:content&gt;
        &lt;/dcc:description&gt;
    &lt;/dcc:statement&gt;
&lt;/dcc:comment&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/103"/><skos:related rdf:resource="https://digilab.ptb.de/dkd/refType/vocab/skos/80"/><skos:related rdf:resource="https://digilab.ptb.de/dkd/refType/vocab/skos/107"/><skos:broader rdf:resource="https://digilab.ptb.de/dkd/refType/vocab/skos/2"/>  <dct:created>2024-07-29 06:50:57</dct:created>  </skos:Concept></rdf:RDF>