@prefix cci-collection: <https://vocab.ceda.ac.uk/collection/cci/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

cci-collection:procLev a skos:Collection ;
    dc:creator "Science and Technology Facilities Council" ;
    dc:date "2026-04-16" ;
    dc:description "The different processing levels of satellite observational data that are used within the ESA Climate Change Initiative (CCI)." ;
    dc:publisher "STFC"@en ;
    dc:rights "This work is licensed under a BSD license."@en ;
    dc:title "Processing Level" ;
    rdfs:comment "This collection represents the processing levels used by the CCI project" ;
    owl:versionInfo "0.0.1" ;
    skos:definition "The different processing levels of satellite observational data that are used within the ESA Climate Change Initiative (CCI)."@en ;
    skos:member <https://vocab.ceda.ac.uk/collection/cci/procLev/proc_ind>,
        <https://vocab.ceda.ac.uk/collection/cci/procLev/proc_level0>,
        <https://vocab.ceda.ac.uk/collection/cci/procLev/proc_level1>,
        <https://vocab.ceda.ac.uk/collection/cci/procLev/proc_level1A>,
        <https://vocab.ceda.ac.uk/collection/cci/procLev/proc_level1B>,
        <https://vocab.ceda.ac.uk/collection/cci/procLev/proc_level1C>,
        <https://vocab.ceda.ac.uk/collection/cci/procLev/proc_level2>,
        <https://vocab.ceda.ac.uk/collection/cci/procLev/proc_level2P>,
        <https://vocab.ceda.ac.uk/collection/cci/procLev/proc_level3>,
        <https://vocab.ceda.ac.uk/collection/cci/procLev/proc_level3C>,
        <https://vocab.ceda.ac.uk/collection/cci/procLev/proc_level3S>,
        <https://vocab.ceda.ac.uk/collection/cci/procLev/proc_level3U>,
        <https://vocab.ceda.ac.uk/collection/cci/procLev/proc_level4>,
        <https://vocab.ceda.ac.uk/collection/cci/procLev/proc_unspecified> ;
    skos:prefLabel "Processing Level"@en .

