@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/e4ac2f6e-03c9-45a3-aa14-8942e0f1e639> a dcat:Dataset ;
    dct:description "The land area to mean high water excluding areas of inland water, in hectares. It is based on aggregating 2001 Data Zone data. The Data Zone data was created by aggregating National Records of Scotland 2001 Census Output Areas." ;
    dct:identifier "e4ac2f6e-03c9-45a3-aa14-8942e0f1e639" ;
    dct:issued "2026-08-20T15:54:20.123073"^^xsd:dateTime ;
    dct:modified "2026-08-20T16:00:53.036223"^^xsd:dateTime ;
    dct:publisher <https://admin.data.gov.scot/organization/37d0c9c6-f164-4255-ad4f-76d2f979104f> ;
    dct:title "Land Area (based on 2001 Data Zones)" ;
    adms:versionNotes "Not assessed" ;
    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/e4ac2f6e-03c9-45a3-aa14-8942e0f1e639/resource/f6290816-dae9-4e08-949d-bc9e20c7bfec> ;
    dcat:theme <https://data.gov.scot/def/theme/geography> ;
    dgsp:accuracy "These figures are based on aggregating 2001 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)." ;
    dgsp:comment "Land area in hectares based on aggregating 2001 Data Zone data." ;
    dgsp:completeness "Not assessed" ;
    dgsp:confidentiality "Not assessed" ;
    dgsp:consistency "Not assessed" ;
    dgsp:geographical_coverage "S01",
        "S02",
        "S03",
        "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/e4ac2f6e-03c9-45a3-aa14-8942e0f1e639/resource/f6290816-dae9-4e08-949d-bc9e20c7bfec> a dcat:Distribution ;
    dct:description "Data file for Land Area (based on 2001 Data Zones)" ;
    dct:format "CSV" ;
    dct:issued "2026-08-20T16:00:53.148763"^^xsd:dateTime ;
    dct:modified "2026-08-20T16:00:53.128644"^^xsd:dateTime ;
    dct:title "land-area-2001-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 "GeographyCode" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "GeographyType" ],
                [ a csvw:Column ;
                    csvw:datatype "text" ;
                    csvw:name "Measurement" ],
                [ 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 "Value" ] ] ;
    dcat:accessURL <https://admin.data.gov.scot/resource/f6290816-dae9-4e08-949d-bc9e20c7bfec/download> ;
    dgsp:comment "Land area in hectares based on aggregating 2001 Data Zone data." ;
    dgsp:dictionary [ a dgsp:Column ;
            dgsp:column "GeographyType" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "GeographyCode" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Value" ;
            dgsp:type "text" ],
        [ a dgsp:Column ;
            dgsp:column "Measurement" ;
            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 "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/geography> a skos:Concept ;
    skos:prefLabel "Geography" .

