@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.publishing.service.gov.uk/dataset/f912d399-5178-4dac-8d0b-0226c6c31427> a dcat:Dataset ;
    dct:description "An Excel workbook containing tables of census data for a range of indicators going back to 1961 where possible. Two versions are offered: the legacy '2011' workbook with data up to 2011, and a '2021' workbook updated to 2021. The 2021 update is a work in progress." ;
    dct:identifier "e5mlg" ;
    dct:issued "2013-05-15T10:19:31+00:00"^^xsd:dateTime ;
    dct:modified "2026-04-14T11:12:49.427000+00:00"^^xsd:dateTime ;
    dct:publisher [ a foaf:Organization ;
            foaf:name "Census Information Scheme" ] ;
    dct:title "Historical Census Tables" ;
    dcat:distribution <https://ckan.publishing.service.gov.uk/dataset/f912d399-5178-4dac-8d0b-0226c6c31427/resource/a5b20285-1fb4-4518-ade7-10b074d5d2b9>,
        <https://ckan.publishing.service.gov.uk/dataset/f912d399-5178-4dac-8d0b-0226c6c31427/resource/b2fd4600-38e8-49f8-95e7-ca1edbc83656> ;
    dcat:keyword "1961",
        "1971",
        "1981",
        "1991",
        "2001",
        "2011-census",
        "borough-economic",
        "census",
        "country-of-birth",
        "demograpahy",
        "housing",
        "migration" ;
    dcat:landingPage <https://data.london.gov.uk/dataset/historical-census-tables-e5mlg> .

<https://ckan.publishing.service.gov.uk/dataset/f912d399-5178-4dac-8d0b-0226c6c31427/resource/a5b20285-1fb4-4518-ade7-10b074d5d2b9> a dcat:Distribution ;
    dct:description "Historical census data up to 2011. Same file was previously called 'historical-census-tables-2015.xlsm'. There was no reason for it to be macro-enabled so I renamed it." ;
    dct:issued "2026-07-01T22:01:14.987540"^^xsd:dateTime ;
    dct:modified "2026-07-01T22:01:14.917142"^^xsd:dateTime ;
    dct:title "historical-census-tables-2011.xlsx" .

<https://ckan.publishing.service.gov.uk/dataset/f912d399-5178-4dac-8d0b-0226c6c31427/resource/b2fd4600-38e8-49f8-95e7-ca1edbc83656> a dcat:Distribution ;
    dct:description "Latest version, with about half of the tables updated to 2021" ;
    dct:issued "2026-07-01T22:01:14.987543"^^xsd:dateTime ;
    dct:modified "2026-07-01T22:01:14.917243"^^xsd:dateTime ;
    dct:title "historical-census-tables-2021.xlsx" .

