@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix csvw: <http://www.w3.org/ns/csvw#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dgsp: <https://data.gov.scot/def/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://admin.data.gov.scot/dataset/6f5a87bb-1c5f-4e64-9546-832647603fb2> a dcat:Dataset ;
    dct:description "Gross Domestic Product (GDP) figures for Scotland are produced by the Office of the Chief Economic Adviser (OCEA) in the Scottish Government.<br/><br/>Each industry sector is indexed to make them comparable. For each sector, the value during 2022 is taken as the base year, and given the value of 100. All indexed values are given relative to the base year." ;
    dct:identifier "6f5a87bb-1c5f-4e64-9546-832647603fb2" ;
    dct:issued "2026-08-13T13:11:00.682410"^^xsd:dateTime ;
    dct:modified "2026-08-13T13:12:16.317805"^^xsd:dateTime ;
    dct:publisher <https://admin.data.gov.scot/organization/37d0c9c6-f164-4255-ad4f-76d2f979104f> ;
    dct:title "Gross Domestic Product: Annual Output by Industry" ;
    adms:versionNotes "Revisions to previous data are published along with the latest quarter of data as part of the [official release](http://www.gov.scot/gdp)." ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:hasEmail <mailto:gdp_stats@gov.scot> ],
        [ a vcard:Organization ;
            vcard:hasEmail <mailto:gdp_stats@gov.scot> ] ;
    dcat:distribution <https://admin.data.gov.scot/dataset/6f5a87bb-1c5f-4e64-9546-832647603fb2/resource/51638abf-adee-4896-8c4a-a44c0c7abb28> ;
    dcat:theme <https://data.gov.scot/def/theme/economy> ;
    dgsp:accuracy "Scotland's Gross Domestic Product is a National Statistic, certified by the UK Statistics Authority as compliant with its [Code of Practice](https://code.statisticsauthority.gov.uk/) for Official Statistics." ;
    dgsp:comment "The value of goods and services produced annually, reported as an index (chainlinked volume measure)" ;
    dgsp:completeness "Information on [Scottish GDP](http://www.gov.scot/gdp) is available in commentary and tables published on the Scottish Government website." ;
    dgsp:confidentiality "This dataset does not contain any sensitive or personal information." ;
    dgsp:consistency "Figures used for comparing GDP performance between Scotland and the UK refer to GDP at basic prices, also known as Gross Value Added (GVA). UK figures are taken from the Office for National Statistics' (ONS) Quarterly National Accounts publication, and the headline CGCE series is used (which includes output from the North Sea oil and gas sector)." ;
    dgsp:geographical_coverage "S92" ;
    dgsp:license_id "uk-ogl" ;
    dgsp:nextUpdate "2026-07-01" ;
    dgsp:quality_management "Scotland's Gross Domestic Product is a National Statistic, certified by the UK Statistics Authority as compliant with its [Code of Practice](https://code.statisticsauthority.gov.uk/) for Official Statistics." ;
    dgsp:referencePeriod [ a dct:PeriodOfTime ;
            dcat:endDate "2025"^^xsd:gYear ;
            dcat:startDate "1998"^^xsd:gYear ] ;
    dgsp:timeliness "The first estimate of the data are published on a quarterly basis, with each new quarter's data published every three months. The data are also updated with publication of the second estimate of GDP." ;
    dgsp:uniqueness "Not assessed" ;
    dgsp:update_frequency "annual" ;
    dgsp:validity "Gross Domestic Product is the most commonly used measure of the economy of a country." ;
    dgsp:will_be_updated true .

<https://admin.data.gov.scot/dataset/6f5a87bb-1c5f-4e64-9546-832647603fb2/resource/51638abf-adee-4896-8c4a-a44c0c7abb28> a dcat:Distribution ;
    dct:description "Data file for Gross Domestic Product: Annual Output by Industry" ;
    dct:format "CSV" ;
    dct:issued "2026-08-13T13:12:16.333884"^^xsd:dateTime ;
    dct:modified "2026-08-13T13:12:16.327969"^^xsd:dateTime ;
    dct:title "gross-domestic-product-annual-output-by-industry.csv" ;
    csvw:tableSchema [ a csvw:Schema ;
            csvw:column [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Measurement" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Units" ],
                [ a csvw:Column ;
                    csvw:datatype "int" ;
                    csvw:name "DateCode" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyCode" ],
                [ a csvw:Column ;
                    csvw:datatype "float" ;
                    csvw:name "Value" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyType" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyName" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Industry SectorSic07" ] ] ;
    dcat:accessURL <https://admin.data.gov.scot/resource/51638abf-adee-4896-8c4a-a44c0c7abb28/download> ;
    dgsp:comment "The value of goods and services produced annually, reported as an index (chainlinked volume measure)" ;
    dgsp:dictionary [ a dgsp:Column ;
            dgsp:column "Value" ;
            dgsp:type "float" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyType" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Measurement" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyCode" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "DateCode" ;
            dgsp:type "int" ],
        [ a dgsp:Column ;
            dgsp:column "Units" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Industry SectorSic07" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyName" ;
            dgsp:type "text" ] .

<https://admin.data.gov.scot/organization/37d0c9c6-f164-4255-ad4f-76d2f979104f> a foaf:Agent ;
    foaf:name "Scottish Government" .

<https://data.gov.scot/def/theme/economy> a skos:Concept ;
    skos:prefLabel "Economy" .

