@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:project a skos:Collection ;
    dc:creator "Science and Technology Facilities Council" ;
    dc:date "2026-04-16" ;
    dc:description "The different projects within the ESA Climate Change Initiative (CCI)." ;
    dc:publisher "STFC"@en ;
    dc:rights "This work is licensed under a BSD license."@en ;
    dc:title "Project" ;
    rdfs:comment "This collection represents the projects within the CCI project" ;
    owl:versionInfo "0.0.1" ;
    skos:definition "The different projects within the ESA Climate Change Initiative (CCI)."@en ;
    skos:member <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_aerosol>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_biomass>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_cloud>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_fire>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_ghg>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_glaciers>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_iceSheet>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_lakes>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_landCov>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_landSurfTemp>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_oceanCol>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_ozone>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_permafrost>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_prec>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_reccap2>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_riverDischarge>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_salinity>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_seaIce>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_seaLevel>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_seaLevelBudgetClos>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_seaState>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_snow>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_soilMst>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_sst>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_vegParam>,
        <https://vocab.ceda.ac.uk/collection/cci/project/cciproject_waterVapour> ;
    skos:prefLabel "Project"@en .

