{
  "@id": "http://bag.basisregistraties.overheid.nl/def/bag#",
  "@context": [
    "https://raw.githubusercontent.com/CLARIAH/COW/master/csvw.json",
    {
      "@base": "http://bag.basisregistraties.overheid.nl/def/bag#"
    }
  ],
  "url": "",
  "dialect": {
    "delimiter": ";",
    "encoding": "UTF-8",
    "quoteChar": "\""
  },
  "tableSchema": {
    "aboutUrl": "{_row}",
    "primaryKey": "Resource",
    "columns": [
      {
        "virtual": true,
        "propertyUrl": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type",
        "aboutUrl": "{_row}",
        "valueUrl": "http://bag.basisregistraties.overheid.nl/def/bag#"
      },
      {
        "datatype": "string",
        "@id": "http://bag.basisregistraties.overheid.nl/def/bag#column/NAAM",
        "name": "NAAM",
        "propertyUrl": "http://bag.basisregistraties.overheid.nl/def/bag#NAAM"
      },
      {
        "datatype": "string",
        "@id": "http://bag.basisregistraties.overheid.nl/def/bag#column/CODE",
        "name": "CODE",
        "propertyUrl": "http://bag.basisregistraties.overheid.nl/def/bag#CODE"
      },
      {
        "datatype": "string",
        "@id": "http://bag.basisregistraties.overheid.nl/def/bag#column/PRIESTERS_CALC",
        "name": "PRIESTERS_CALC",
        "propertyUrl": "http://bag.basisregistraties.overheid.nl/def/bag#PRIESTERS_CALC"
      },
      {
        "datatype": "string",
        "@id": "http://bag.basisregistraties.overheid.nl/def/bag#column/WKT_GEOM",
        "name": "WKT_GEOM",
        "propertyUrl": "http://bag.basisregistraties.overheid.nl/def/bag#WKT_GEOM"
      }
    ]
  }
}