@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/6acbe891-28ba-4737-9334-a9164f68c828> a dcat:Dataset ;
    dct:description "Note: This dataset will not be receiving updates through this portal. Please refer to the [Public Health Scotland Open Data](https://www.opendata.nhs.scot/dataset/annual-cancer-incidence) platform for the relevant data. <br/><br/>Numbers of new cases for the following types of cancer: <br/><br/>* malignant neoplasms (excluding non melanoma skin cancer). <br/>* lung cancer, including cancers of the trachea and bronchus<br/>* malignant female breast tumours<br/>* colorectal cancers, constituting cancers of the colon, rectum and rectosigmoid junction<br/>* malignant prostate tumours<br/><br/>Note that some information may have been suppressed or adjusted to preserve patient confidentiality. Cancer registration is a dynamic process: the incidence data presented here may differ from other published data relating to the same time period. Source: Scottish Cancer Registry (SMR06). For further information see ISD's Cancer Website" ;
    dct:identifier "6acbe891-28ba-4737-9334-a9164f68c828" ;
    dct:issued "2026-08-20T14:31:56.021285"^^xsd:dateTime ;
    dct:modified "2026-08-20T17:15:47.745085"^^xsd:dateTime ;
    dct:publisher <https://admin.data.gov.scot/organization/135396f8-50ac-44c7-ad71-c25e29afd308> ;
    dct:title "Cancer Registrations (1997 to 2009)" ;
    adms:versionNotes "Not assessed" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:hasEmail <mailto:phs.cancerstats@phs.scot> ],
        [ a vcard:Organization ;
            vcard:hasEmail <mailto:phs.cancerstats@phs.scot> ] ;
    dcat:distribution <https://admin.data.gov.scot/dataset/6acbe891-28ba-4737-9334-a9164f68c828/resource/499e05d5-ce7a-4152-b391-50ab7f1dbd2a> ;
    dcat:theme <https://data.gov.scot/def/theme/health-and-social-care> ;
    dgsp:accuracy "Cancer registration is a dynamic process: the incidence data presented here may differ from other published data relating to the same time period, including that found on the ISD website, which is extracted separately from the data here. For further information see ISD's Cancer Website (www.isdscotland.org/cancer)" ;
    dgsp:comment "Number of cancer registrations by type and gender." ;
    dgsp:completeness "Not assessed" ;
    dgsp:confidentiality "Not assessed" ;
    dgsp:consistency "Time series comparisons are suitable, however cancer registrations may come to light many months or even years after diagnosis and the cancer registration database is continually being updated. The data presented here may therefore, particularly for recent years, differ slightly from other published data relating to the same time period. More detailed data are published on the Cancer pages of the ISD Website (www.isdscotland.org/cancer)<br/><br/>" ;
    dgsp:geographical_coverage "S01",
        "S03",
        "S08",
        "S12",
        "S16",
        "S92" ;
    dgsp:license_id "uk-ogl" ;
    dgsp:quality_management "Not assessed" ;
    dgsp:referencePeriod [ a dct:PeriodOfTime ;
            dcat:endDate "2010"^^xsd:gYear ;
            dcat:startDate "1997"^^xsd:gYear ] ;
    dgsp:timeliness "Not assessed" ;
    dgsp:uniqueness "Not assessed" ;
    dgsp:update_frequency "annual" ;
    dgsp:validity "The data are used for variety of purposes which include: public health surveillance; health needs assessment, planning and commissioning cancer services; evaluation of the impact of interventions on incidence; clinical audit and health services research; epidemiological studies; and providing information to support genetic counselling and health promotion." ;
    dgsp:will_be_updated false .

<https://admin.data.gov.scot/dataset/6acbe891-28ba-4737-9334-a9164f68c828/resource/499e05d5-ce7a-4152-b391-50ab7f1dbd2a> a dcat:Distribution ;
    dct:description "Data file for Cancer Registrations (1997 to 2009)" ;
    dct:format "CSV" ;
    dct:issued "2026-08-20T14:36:24.857072"^^xsd:dateTime ;
    dct:modified "2026-08-20T14:36:24.850684"^^xsd:dateTime ;
    dct:title "cancer-registrations.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 "GeographyType" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyCode" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "DateCode" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Units" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Gender" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyName" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Cancer Type" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Value" ] ] ;
    dcat:accessURL <https://admin.data.gov.scot/resource/499e05d5-ce7a-4152-b391-50ab7f1dbd2a/download> ;
    dgsp:comment "Number of cancer registrations by type and gender." ;
    dgsp:dictionary [ a dgsp:Column ;
            dgsp:column "GeographyName" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Units" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyCode" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Cancer Type" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Value" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Gender" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "DateCode" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyType" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Measurement" ;
            dgsp:type "text" ] .

<https://admin.data.gov.scot/organization/135396f8-50ac-44c7-ad71-c25e29afd308> a foaf:Agent ;
    foaf:name "Public Health Scotland" .

<https://data.gov.scot/def/theme/health-and-social-care> a skos:Concept ;
    skos:prefLabel "Health and Social Care" .

