@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/pmd/co/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <http://qudt.org/schema/qudt/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:PixelPerNanometerUnit a ns1:Unit, owl:NamedIndividual ; rdfs:label "Pixel Per Nanometer"@en, "Pixel pro Nanometer"@de ; skos:definition "Einheit der gezählten Pixel pro Nanometer. (Es handelt sich nicht um eine offizielle Einheit.)"@de, "Unit of counted pixels per nanometer. (It is not an official unit.)"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/pmd/co/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://qudt.org/schema/qudt/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:PixelPerNanometerUnit
    a ns1:Unit, owl:NamedIndividual ;
    rdfs:label "Pixel Per Nanometer"@en, "Pixel pro Nanometer"@de ;
    skos:definition "Einheit der gezählten Pixel pro Nanometer. (Es handelt sich nicht um eine offizielle Einheit.)"@de, "Unit of counted pixels per nanometer. (It is not an official unit.)"@en .