@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/4b26bdba-e65b-468e-9f53-a11f615a8daf> a dcat:Dataset ;
    dct:description "The National Records of Scotland (NRS) is responsible for the organisation and administration of the records of births in Scotland. <br/><br/>Data on births for calendar years relate to the date of registration of the event and not the date of occurrence. Data on births between mid points of years are based on date of occurrence and refer to the number of births which occurred between 1 July of the previous year and 30 June of the year specified in the data. <br/><br/>Births are counted on the basis of the area of usual residence of the mother if that is in Scotland, otherwise they are counted on the basis of the place of birth. <br/><br/>Further information on births statistics, and other vital events, is available on [the NRS website.](https://www.nrscotland.gov.uk/statistics-and-data/births-deaths-marriages-and-life-expectancy/#)" ;
    dct:identifier "4b26bdba-e65b-468e-9f53-a11f615a8daf" ;
    dct:issued "2026-08-20T14:31:43.505382"^^xsd:dateTime ;
    dct:modified "2026-08-25T09:56:45.368511"^^xsd:dateTime ;
    dct:publisher <https://admin.data.gov.scot/organization/b422e833-2a07-4d9b-a341-b0217e574600> ;
    dct:title "Births" ;
    adms:versionNotes "In February 2019, we updated our methodology for allocating datazones to higher geographies to align with Government Statistical Service Geography Policy. This resulted in revisions to some aggregated figures at Electoral Ward and Scottish Parliament Constituency level." ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:statisticscustomerservices@nrscotland.gov.uk> ],
        [ a vcard:Kind ;
            vcard:hasEmail <mailto:statisticscustomerservices@nrscotland.gov.uk> ] ;
    dcat:distribution <https://admin.data.gov.scot/dataset/4b26bdba-e65b-468e-9f53-a11f615a8daf/resource/7e0f14fe-5daa-4d9e-b465-73e273042ee5> ;
    dcat:theme <https://data.gov.scot/def/theme/population> ;
    dgsp:accuracy "The UK Statistics Authority has designated NRS vital events statistics as National Statistics, in line with the Statistics and Registration Service Act 2007 and signifying compliance with the Code of Practice for Official Statistics [(available on the UK Statistics Authority website).](https://www.statisticsauthority.gov.uk/code-of-practice/)<br/> <br/>National Statistics status means that official statistics meet the highest standards of trustworthiness, quality and public value." ;
    dgsp:comment "Number of births by gender that were registered in a calendar year, or occurred in a mid-year period (1 July to 30 June)." ;
    dgsp:completeness "Statistical information about births and other vital events is available in alternative formats, such as tables and reports, from [the vital events pages on the NRS website.](https://www.nrscotland.gov.uk/statistics-and-data/births-deaths-marriages-and-life-expectancy/#)" ;
    dgsp:confidentiality "This dataset does not contain any sensitive or personal information." ;
    dgsp:consistency "These figures are on a different basis from the vast majority of NRS published statistics of births, which are based on the calendar year in which the birth was registered. The \\\"mid-year to mid-year\\\" basis is used only in connection with population estimates and projections.<br/><br/>Details on other data sources for birth statistics are available on [the NRS website.](https://webarchive.nrscotland.gov.uk/20240926182404/https://www.nrscotland.gov.uk/statistics-and-data/statistics/statistics-by-theme/vital-events/births/birth-statistics-on-other-websites)" ;
    dgsp:geographical_coverage "S01",
        "S02",
        "S03",
        "S08",
        "S12",
        "S13",
        "S16",
        "S92" ;
    dgsp:license_id "uk-ogl" ;
    dgsp:quality_management "Information about the quality management process for births data are available on [the NRS website.](https://webarchive.nrscotland.gov.uk/20240926181747/https://www.nrscotland.gov.uk/statistics-and-data/statistics/statistics-by-theme/vital-events/births/background-information)" ;
    dgsp:referencePeriod [ a dct:PeriodOfTime ;
            dcat:endDate "2024"^^xsd:gYear ;
            dcat:startDate "1999"^^xsd:gYear ] ;
    dgsp:timeliness "This dataset will be updated annually, typically in late summer or early autumn." ;
    dgsp:uniqueness "Not assessed" ;
    dgsp:update_frequency "annual" ;
    dgsp:validity "Not assessed" ;
    dgsp:will_be_updated false .

<https://admin.data.gov.scot/dataset/4b26bdba-e65b-468e-9f53-a11f615a8daf/resource/7e0f14fe-5daa-4d9e-b465-73e273042ee5> a dcat:Distribution ;
    dct:description "Data file for Births" ;
    dct:format "CSV" ;
    dct:issued "2026-08-20T14:36:55.975929"^^xsd:dateTime ;
    dct:modified "2026-08-25T09:56:45.372747"^^xsd:dateTime ;
    dct:title "births.csv" ;
    csvw:tableSchema [ a csvw:Schema ;
            csvw:column [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Value" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Measurement" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Time Period" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "DateCode" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyName" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Units" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyCode" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Gender" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyType" ] ] ;
    dcat:accessURL <https://admin.data.gov.scot/resource/7e0f14fe-5daa-4d9e-b465-73e273042ee5/download> ;
    dgsp:comment "Number of births by gender that were registered in a calendar year, or occurred in a mid-year period (1 July to 30 June)." ;
    dgsp:dictionary [ a dgsp:Column ;
            dgsp:column "Units" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Time Period" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Gender" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyName" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyCode" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Measurement" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Value" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyType" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "DateCode" ;
            dgsp:type "text" ] .

<https://admin.data.gov.scot/organization/b422e833-2a07-4d9b-a341-b0217e574600> a foaf:Agent ;
    foaf:name "National Records of Scotland" .

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

