﻿

{
  "@context": [
    "http://www.w3.org/ns/csvw",
    {
      "@language": "lv"
    }
  ],
  "url": "https://data.gov.lv/dati/lv/dataset/10a1c1ad-a195-4361-bac6-43c5d849755f/resource/1f5cb6ed-2703-4a34-b755-4fbd844feeb2/download/nace_2.csv",
  "dialect": {
    "quoteChar": "\"",
    "delimiter": ",",
    "encoding": "utf-8"
  },
  "dc:title": "Saimniecisko darbību statistiskā klasifikācija Eiropas Kopienā, 2. redakcija",
  "dcat:keyword": [
    "NACE 2",
    "saimnieciskās darbības veidi"
  ],
  "dc:publisher": {
    "schema:name": "Centrālā statistikas pārvalde",
    "schema:url": "https://data.gov.lv/dati/organization/csb"
  },
  "dc:license": {
    "@id": "https://creativecommons.org/publicdomain/zero/1.0/legalcode.lv"
  },
  "dc:issued": {
    "@value": "2018-06-04",
    "@type": "xsd:date"
  },
  "dc:modified": {
    "@value": "2018-06-04",
    "@type": "xsd:date"
  },
  "tableSchema": {
    "columns": [
      {
        "name": "nosaukums",
        "titles": "nosaukums",
        "dc:description": "Pozīcijas nosaukums",
        "datatype": {
          "length": "150",
          "base": "string"
        },
        "required": true
      },
      {
        "name": "kods",
        "titles": "kods",
        "dc:description": "Pozīcijas kods",
        "datatype": {
          "length": "5",
          "base": "string"
        },
        "required": true,
        "primaryKey": true
      },
      {
        "name": "vecaka_kods",
        "titles": "vecaka_kods",
        "dc:description": "Hierarhiski augstāka līmeņa pozīcijas kods",
        "datatype": {
          "length": "4",
          "base": "string"
        }
      },
      {
        "name": "limenis",
        "titles": "limenis",
        "dc:description": "Līmenis (1 – sadaļa, 2 – nodaļa, 3 – grupa, 4 – klase)",
        "datatype": {
          "length": "1",
          "base": "integer"
        },
        "required": true
      },
      {
        "name": "apraksts",
        "titles": "apraksts",
        "dc:description": "Pozīcijas apraksts",
        "datatype": {
          "length": "10000",
          "base": "string"
        }
      }
    ]
  }
}

