@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/607d56b9-0397-4d98-8bcc-3130449b1ab1> a dcat:Dataset ;
    dct:description "The land area to mean high water excluding areas of inland water, in hectares. It is based on aggregating 2011 Data Zone data. The Data Zone data was created by aggregating National Records of Scotland 2011 Census Output Areas." ;
    dct:identifier "607d56b9-0397-4d98-8bcc-3130449b1ab1" ;
    dct:issued "2026-08-20T16:26:58.731423"^^xsd:dateTime ;
    dct:modified "2026-08-20T16:28:06.769878"^^xsd:dateTime ;
    dct:publisher <https://admin.data.gov.scot/organization/37d0c9c6-f164-4255-ad4f-76d2f979104f> ;
    dct:title "Land Area (based on 2011 Data Zones)" ;
    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 Scottish Parliament Constituency level." ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:hasEmail <mailto:statistics.opendata@gov.scot> ],
        [ a vcard:Organization ;
            vcard:hasEmail <mailto:statistics.opendata@gov.scot> ] ;
    dcat:distribution <https://admin.data.gov.scot/dataset/607d56b9-0397-4d98-8bcc-3130449b1ab1/resource/43ceda4a-6463-42ce-964c-ab3ed7abfead> ;
    dcat:theme <https://data.gov.scot/def/theme/geography> ;
    dgsp:accuracy "These figures are based on aggregating 2011 Data Zone data on a 'best fit' basis. This means that results for higher geographies such as Council Areas are estimates.<br/><br/>Best-fit simply means that when Data Zones are aggregated and assigned to a higher geography, they do not fit exactly into the boundary of the higher geography; instead they form an approximation to the shape of the boundary of the higher geography. For further information on best-fit for geographies, see [National Records of Scotland Geography Policy on Best-fit and Exact-fit](https://www.nrscotland.gov.uk/files/geography/Policy/best-fit-exact-fit-geog.pdf).<br/>" ;
    dgsp:comment "Land area in hectares based on aggregating 2011 Data Zone data." ;
    dgsp:completeness "Not assessed" ;
    dgsp:confidentiality "Not assessed" ;
    dgsp:consistency "Not assessed" ;
    dgsp:geographical_coverage "S01",
        "S02",
        "S08",
        "S12",
        "S13",
        "S16",
        "S92" ;
    dgsp:license_id "uk-ogl" ;
    dgsp:quality_management "Not assessed" ;
    dgsp:referencePeriod [ a dct:PeriodOfTime ;
            dcat:endDate "2014"^^xsd:gYear ;
            dcat:startDate "2014"^^xsd:gYear ] ;
    dgsp:timeliness "Not assessed" ;
    dgsp:uniqueness "Not assessed" ;
    dgsp:update_frequency "annual" ;
    dgsp:validity "Not assessed" ;
    dgsp:will_be_updated false .

<https://admin.data.gov.scot/dataset/607d56b9-0397-4d98-8bcc-3130449b1ab1/resource/43ceda4a-6463-42ce-964c-ab3ed7abfead> a dcat:Distribution ;
    dct:description "Data file for Land Area (based on 2011 Data Zones)" ;
    dct:format "CSV" ;
    dct:issued "2026-08-20T16:28:06.785580"^^xsd:dateTime ;
    dct:modified "2026-08-20T16:28:06.779524"^^xsd:dateTime ;
    dct:title "land-area-2011-data-zone-based.csv" ;
    csvw:tableSchema [ a csvw:Schema ;
            csvw:column [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Units" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "DateCode" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Measurement" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Value" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyCode" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyType" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyName" ] ] ;
    dcat:accessURL <https://admin.data.gov.scot/resource/43ceda4a-6463-42ce-964c-ab3ed7abfead/download> ;
    dgsp:comment "Land area in hectares based on aggregating 2011 Data Zone data." ;
    dgsp:dictionary [ a dgsp:Column ;
            dgsp:column "GeographyName" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "DateCode" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Units" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Value" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyCode" ;
            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/37d0c9c6-f164-4255-ad4f-76d2f979104f> a foaf:Agent ;
    foaf:name "Scottish Government" .

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

