@prefix qudt:  <http://qudt.org/schema/qudt#> .
@prefix ssd:   <http://www.w3.org/ns/sparql-service-description#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix qudt-unit: <http://qudt.org/vocab/unit#> .
@prefix qb:    <http://purl.org/linked-data/cube#> .
@prefix dgu:   <http://reference.data.gov.uk/def/reference/> .
@prefix ui:    <http://purl.org/linked-data/registry-ui#> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix reg:   <http://purl.org/linked-data/registry#> .
@prefix qudt-quantity: <http://qudt.org/vocab/quantity#> .
@prefix grib2-parameter: <http://codes.wmo.int/grib2/schema/parameter/> .
@prefix api:   <http://purl.org/linked-data/api/vocab#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix common-unit: <http://codes.wmo.int/common/schema/unit/> .
@prefix cc:    <http://creativecommons.org/ns#> .
@prefix grib2-core: <http://codes.wmo.int/grib2/schema/core/> .
@prefix void:  <http://rdfs.org/ns/void#> .
@prefix version: <http://purl.org/linked-data/version#> .
@prefix bufr4-core: <http://codes.wmo.int/bufr4/schema/core/> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ldp:   <http://www.w3.org/ns/ldp#> .
@prefix time:  <http://www.w3.org/2006/time#> .
@prefix qudt-dimension: <http://qudt.org/vocab/dimension#> .
@prefix vs:    <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix common-core: <http://codes.wmo.int/common/schema/core/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<http://codes.wmo.int/wmdr/ParticleSizeRange/20>
        a                skos:Concept ;
        rdfs:label       "Aitken mode" ;
        dct:description  "Particles with diameter from 0.01 to 0.1 µm (Aitken mode), sizing method defined separately or by context"@en ;
        skos:notation    "20" .

<http://codes.wmo.int/wmdr/ParticleSizeRange/40>
        a                skos:Concept ;
        rdfs:label       "accumulation mode" ;
        dct:description  "Particles with diameter from 0.1 to 1 µm (accumulation mode), sizing method defined separately or by context"@en ;
        skos:notation    "40" .

<http://codes.wmo.int/wmdr/ParticleSizeRange/60>
        a                skos:Concept ;
        rdfs:label       "PM1" ;
        dct:description  "Particles with aerodynamic diameter up to 1 µm"@en ;
        skos:notation    "60" .

<http://codes.wmo.int/wmdr/ParticleSizeRange>
        a                      ldp:Container , reg:Register , skos:Collection ;
        rdfs:label             "Particle size range" ;
        dct:description        "Particle size range" ;
        dct:modified           "2021-11-04T10:18:35.839Z"^^xsd:dateTime ;
        owl:versionInfo        12 ;
        skos:member            <http://codes.wmo.int/wmdr/ParticleSizeRange/30> , <http://codes.wmo.int/wmdr/ParticleSizeRange/50> , <http://codes.wmo.int/wmdr/ParticleSizeRange/60> , <http://codes.wmo.int/wmdr/ParticleSizeRange/80> , <http://codes.wmo.int/wmdr/ParticleSizeRange/100> , <http://codes.wmo.int/wmdr/ParticleSizeRange/20> , <http://codes.wmo.int/wmdr/ParticleSizeRange/200> , <http://codes.wmo.int/wmdr/ParticleSizeRange/40> , <http://codes.wmo.int/wmdr/ParticleSizeRange/70> , <http://codes.wmo.int/wmdr/ParticleSizeRange/10> , <http://codes.wmo.int/wmdr/ParticleSizeRange/90> ;
        ldp:hasMemberRelation  skos:member .

<http://codes.wmo.int/wmdr/ParticleSizeRange/80>
        a                skos:Concept ;
        rdfs:label       "PM2.5 - PM10" ;
        dct:description  "Particles with aerodynamic diameter from 2.5 to 10 µm"@en ;
        skos:notation    "80" .

<http://codes.wmo.int/wmdr/ParticleSizeRange/10>
        a                skos:Concept ;
        rdfs:label       "nucleation mode" ;
        dct:description  "Particles with diameter from 0.001 to 0.01 µm (nucleation mode), sizing method defined separately or by context"@en ;
        skos:notation    "10" .

<http://codes.wmo.int/wmdr/ParticleSizeRange/200>
        a                skos:Concept ;
        rdfs:label       "total suspended particles (TSP)" ;
        dct:description  "Not size-resolved"@en ;
        skos:notation    "200" .

<http://codes.wmo.int/wmdr/ParticleSizeRange/30>
        a                skos:Concept ;
        rdfs:label       "PM0.1" ;
        dct:description  "Particles with aerodynamic diameter smaller than 0.1 µm"@en ;
        skos:notation    "30" .

<http://codes.wmo.int/wmdr/ParticleSizeRange/50>
        a                skos:Concept ;
        rdfs:label       "fine mode" ;
        dct:description  "Particles with diameter up to 1 µm (fine mode), sizing method defined separately or by context"@en ;
        skos:notation    "50" .

<http://codes.wmo.int/wmdr/ParticleSizeRange/70>
        a                skos:Concept ;
        rdfs:label       "PM2.5" ;
        dct:description  "Particles with aerodynamic diameter up to 2.5 µm"@en ;
        skos:notation    "70" .

<http://codes.wmo.int/wmdr/ParticleSizeRange/100>
        a                skos:Concept ;
        rdfs:label       "PM10" ;
        dct:description  "Particles with aerodynamic diameter up to 10 µm"@en ;
        skos:notation    "100" .

<http://codes.wmo.int/wmdr/ParticleSizeRange/90>
        a                skos:Concept ;
        rdfs:label       "coarse mode" ;
        dct:description  "Particles with diameter greater than 1 µm (coarse mode), sizing method defined separately or by context"@en ;
        skos:notation    "90" .
