{
 "@id": "https://iisg.amsterdam/id/adb/ADB.csv",
 "@context": [
  "https://raw.githubusercontent.com/CLARIAH/COW/master/csvw.json",
  {
   "@language": "en",
   "@base": "https://iisg.amsterdam/id/adb/"
  },
  {
   "csvw": "http://www.w3.org/ns/csvw#",
   "dc": "http://purl.org/dc/terms/",
   "foaf": "http://xmlns.com/foaf/0.1/",
   "geo": "http://www.opengis.net/ont/geosparql#",
   "hg": "http://rdf.histograph.io/",
   "juso": "http://rdfs.co/juso/",
   "org":  "http://www.w3.org/ns/org#",
   "owl": "http://www.w3.org/2002/07/owl#",
   "pnv": "https://w3id.org/pnv#",
   "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
   "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
   "schema": "https://schema.org/",
   "skos": "http://www.w3.org/2004/02/skos/core#",
   "time": "http://www.w3.org/2006/time#",
   "vocab": "https://iisg.amsterdam/vocab/adb-andb/",
   "xml": "http://www.w3.org/XML/1998/namespace/",
   "xsd": "http://www.w3.org/2001/XMLSchema#"
  }
 ],
 "url": "ADB.csv",
 "dialect": {
  "delimiter": ",",
  "encoding": "utf-8",
  "quoteChar": "\""
 },
 "dc:title": "ADB lidmaatschapskaarten",
 "dcat:keyword": [],
 "dc:publisher": {
  "schema:name": "CLARIAH Structured Data Hub - Datalegend",
  "schema:url": {
   "@id": "http://datalegend.net"
  }
 },
 "dc:license": {
  "@id": "http://opendefinition.org/licenses/cc-by/"
 },
 "dc:modified": {
  "@value": "2021-02-04",
  "@type": "xsd:date"
 },
 "tableSchema": {
  "columns": [
   {
    "@id": "https://iisg.amsterdam/id/adb/ADB.csv/column/adm_image_no",
    "name": "adm_image_no",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:AdbCard",
    "dc:description": "Identifier van de kaart"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{{adm_image_no}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([un_name, ' lidmaatschapskaart van ', name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{{adm_image_no}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([un_name, ' membershipcard of ', name]|join)}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{adm_image_no}}",
    "propertyUrl": "vocab:inventoryNumber",
    "csvw:value": "{{adm_image_no}}"
   },
    {
    "@id": "https://iisg.amsterdam/id/andb/andb_members_all_series.csv/column/adm_image_uuid",
    "name": "adm_image_uuid",
    "propertyUrl": "schema:image",
    "valueUrl": "{{([adm_image_no, '-master']|join)}}",
    "dc:description": "Afbeelding van de kaart"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-master']|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:ImageObject"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-master']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Afbeelding van kaart ', adm_image_no]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-master']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Depiction of card ', adm_image_no]|join)}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-master']|join)}}",
    "propertyUrl": "schema:contentUrl",
    "csvw:value": "{{image_uuid}}",
    "datatype": "xsd:anyURI"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-master']|join)}}",
    "propertyUrl": "schema:encodingFormat",
    "csvw:value": "image/jpeg",
    "datatype": "xsd:string"
   },
   {
    "@id": "https://iisg.amsterdam/id/adb/ADB.csv/column/mbr_last_name",
    "name": "mbr_last_name",
    "propertyUrl": "vocab:familyName",
    "dc:description": "Achternaam",
    "datatype": "xsd:string"
   },
   {
    "@id": "https://iisg.amsterdam/id/adb/ADB.csv/column/mbr_first_name",
    "name": "mbr_first_name",
    "propertyUrl": "vocab:givenName",
    "dc:description": "Voornaam",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "mbr_birth_year", "null": ""}]},
    "datatype": "xsd:date",
    "propertyUrl": "vocab:birthDate",
    "dc:description": "Geboortedatum",
    "csvw:value": "{{['%04d'| format(mbr_birth_year|int),'-','%02d' | format(mbr_birth_month|int),'-','%02d'|format(mbr_birth_day|int)]|join}}"
   },
   {
    "@id": "https://iisg.amsterdam/id/adb/ADB.csv/column/mbr_birth_place",
    "name": "mbr_birth_place",
    "propertyUrl": "vocab:birthPlace",
    "dc:description": "Geboorteplaats",
    "datatype": "xsd:string"
   },
   {
    "@id": "https://iisg.amsterdam/id/adb/ADB.csv/column/mbr_birth_country",
    "name": "mbr_birth_country",
    "propertyUrl": "vocab:birthCountry",
    "dc:description": "Geboorteland",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "mbr_death_year", "null": ""}]},
    "datatype": "xsd:date",
    "propertyUrl": "vocab:deathDate",
    "dc:description": "Datum van overlijden",
    "csvw:value": "{{['%04d'| format(mbr_death_year|int),'-','%02d' | format(mbr_death_month|int),'-','%02d'|format(mbr_death_day|int)]|join}}"
   },
   {
    "@id": "https://iisg.amsterdam/id/adb/ADB.csv/column/mbr_death_place",
    "name": "mbr_death_place",
    "propertyUrl": "vocab:deathPlace",
    "dc:description": "Plaats van overlijden",
    "datatype": "xsd:string"
   },
   {
    "@id": "https://iisg.amsterdam/id/adb/ADB.csv/column/person_uuid",
    "name": "person_uuid",
    "propertyUrl": "foaf:primaryTopic",
    "valueUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "dc:description": "Eigenaar van de kaart"
   },
   {
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{name}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{name}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:spouse",
    "valueUrl": "{% if ( (spo_first_name != '' ) or (spo_last_name != '') ) %}{{([adm_image_no, '-spouse']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_01", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:child",
    "valueUrl": "{{([adm_image_no, '-', 'chi_first_name_01']|join)}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_02", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:child",
    "valueUrl": "{{([adm_image_no, '-', 'chi_first_name_02']|join)}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_03", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:child",
    "valueUrl": "{{([adm_image_no, '-', 'chi_first_name_03']|join)}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_04", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:child",
    "valueUrl": "{{([adm_image_no, '-', 'chi_first_name_04']|join)}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_05", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:child",
    "valueUrl": "{{([adm_image_no, '-', 'chi_first_name_05']|join)}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "schema:parent",
    "valueUrl": "{% if ( (par_first_name_01 != '' ) or (par_last_name_01 != '') ) %}{{([adm_image_no, '-parent_01']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "schema:parent",
    "valueUrl": "{% if ( (par_first_name_02 != '' ) or (par_last_name_02 != '') ) %}{{([adm_image_no, '-parent_02']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "org:hasMembership",
    "valueUrl": "{{([adm_image_no, '-', 'un_section','-',  'un_section_no']|join)}}"
   },
    {
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:inhabits",
    "valueUrl": "{% if ( (mbr_street_01 != '' ) or (mbr_street_no_01 != '') or (mbr_city_01 != '') ) %}{{([adm_image_no, '-residency_01']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:inhabits",
    "valueUrl": "{% if ( (mbr_street_02 != '' ) or (mbr_street_no_02 != '') or (mbr_city_02 != '') ) %}{{([adm_image_no, '-residency_02']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:inhabits",
    "valueUrl": "{% if ( (mbr_street_03 != '' ) or (mbr_street_no_03 != '') or (mbr_city_03 != '') ) %}{{([adm_image_no, '-residency_03']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:inhabits",
    "valueUrl": "{% if ( (mbr_street_04 != '' ) or (mbr_street_no_04 != '') or (mbr_city_04 != '') ) %}{{([adm_image_no, '-residency_04']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:inhabits",
    "valueUrl": "{% if ( (mbr_street_05 != '' ) or (mbr_street_no_05 != '') or (mbr_city_05 != '') ) %}{{([adm_image_no, '-residency_05']|join)}}{% endif %}"
   },
    {
    "virtual": "true",
    "aboutUrl": "{{adm_image_no}}",
    "propertyUrl": "vocab:aboutResidency",
    "valueUrl": "{% if ( (mbr_street_01 != '' ) or (mbr_street_no_01 != '') or (mbr_city_01 != '') ) %}{{([adm_image_no, '-residency_01']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{adm_image_no}}",
    "propertyUrl": "vocab:aboutResidency",
    "valueUrl": "{% if ( (mbr_street_02 != '' ) or (mbr_street_no_02 != '') or (mbr_city_02 != '') ) %}{{([adm_image_no, '-residency_02']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{adm_image_no}}",
    "propertyUrl": "vocab:aboutResidency",
    "valueUrl": "{% if ( (mbr_street_03 != '' ) or (mbr_street_no_03 != '') or (mbr_city_03 != '') ) %}{{([adm_image_no, '-residency_03']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{adm_image_no}}",
    "propertyUrl": "vocab:aboutResidency",
    "valueUrl": "{% if ( (mbr_street_04 != '' ) or (mbr_street_no_04 != '') or (mbr_city_04 != '') ) %}{{([adm_image_no, '-residency_04']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{adm_image_no}}",
    "propertyUrl": "vocab:aboutResidency",
    "valueUrl": "{% if ( (mbr_street_05 != '' ) or (mbr_street_no_05 != '') or (mbr_city_05 != '') ) %}{{([adm_image_no, '-residency_05']|join)}}{% endif %}"
   },
  {
    "virtual": "true",
    "aboutUrl": "{% if ( (mbr_street_01 != '' ) or (mbr_street_no_01 != '') or (mbr_city_01 != '') ) %}{{([adm_image_no, '-residency_01']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Residency"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_01", "null": ""}]},
    "aboutUrl": "{% if ( (mbr_street_01 != '' ) or (mbr_street_no_01 != '') or (mbr_city_01 != '') ) %}{{([adm_image_no, '-residency_01']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Bewoning van ', mbr_street_01, ' ', mbr_street_no_01, ' ', mbr_city_01, ' door ', name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_01", "null": ""}]},
    "aboutUrl": "{% if ( (mbr_street_01 != '' ) or (mbr_street_no_01 != '') or (mbr_city_01 != '') ) %}{{([adm_image_no, '-residency_01']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Residency at ', mbr_street_01, ' ', mbr_street_no_01, ' ', mbr_city_01, ' by ', name]|join)}}"
   },
   {
    "virtual": "true", 
    "null": "__",
    "aboutUrl":"{% if ( (mbr_street_01 != '' ) or (mbr_street_no_01 != '') or (mbr_city_01 != '') ) %}{{([adm_image_no, '-residency_01']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([mbr_street_01, ' ', mbr_street_no_01, ' ', mbr_street_no_add_01]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([mbr_street_01, ' ', mbr_street_no_01, ' ', mbr_street_no_add_01]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
   {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([mbr_street_01, ' ', mbr_street_no_01, ' ', mbr_street_no_add_01]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([mbr_street_01, ' ', mbr_street_no_01, ' ', mbr_street_no_add_01]|join)}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "mbr_street_01", "null": ""}]},
    "aboutUrl": "{{([mbr_street_01, ' ', mbr_street_no_01, ' ', mbr_street_no_add_01]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([mbr_street_01, mbr_city_01]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_01", "null": ""}]},
    "aboutUrl": "{{([mbr_street_01, mbr_city_01]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mbr_street_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_01", "null": ""}]},
    "aboutUrl": "{{([mbr_street_01, mbr_city_01]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_01", "null": ""}]},
    "aboutUrl": "{{([mbr_street_01, mbr_city_01]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mbr_street_01}}",
    "datatype": "xsd:string"
   },
  {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_no_01", "null": ""}]},
    "aboutUrl": "{{([mbr_street_01, ' ', mbr_street_no_01, ' ', mbr_street_no_add_01]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{mbr_street_no_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "mbr_street_no_add_01", "null": ""}]},
    "aboutUrl": "{{([mbr_street_01, ' ', mbr_street_no_01, ' ', mbr_street_no_add_01]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{mbr_street_no_add_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_01", "null": ""}, {"name": "mbr_city_01", "null": ""}]},
    "aboutUrl": "{{([mbr_street_01, mbr_city_01]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{mbr_city_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_city_01", "null": ""}]},
    "aboutUrl": "{{mbr_city_01}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mbr_city_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_city_01", "null": ""}]},
    "aboutUrl": "{{mbr_city_01}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (mbr_street_02 != '' ) or (mbr_street_no_02 != '') or (mbr_city_02 != '') ) %}{{([adm_image_no, '-residency_02']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Residency"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_02", "null": ""}]},
    "aboutUrl": "{% if ( (mbr_street_02 != '' ) or (mbr_street_no_02 != '') or (mbr_city_02 != '') ) %}{{([adm_image_no, '-residency_02']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Bewoning van ', mbr_street_02, ' ', mbr_street_no_02, ' ', mbr_city_02, ' door ', name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_02", "null": ""}]},
    "aboutUrl": "{% if ( (mbr_street_02 != '' ) or (mbr_street_no_02 != '') or (mbr_city_02 != '') ) %}{{([adm_image_no, '-residency_02']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Residency at ', mbr_street_02, ' ', mbr_street_no_02, ' ', mbr_city_02, ' by ', name]|join)}}"
   },
   {
    "virtual": "true", 
    "null": "__",
    "aboutUrl":"{% if ( (mbr_street_02 != '' ) or (mbr_street_no_02 != '') or (mbr_city_02 != '') ) %}{{([adm_image_no, '-residency_02']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([mbr_street_02, ' ', mbr_street_no_02, ' ', mbr_street_no_add_02]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([mbr_street_02, ' ', mbr_street_no_02, ' ', mbr_street_no_add_02]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
   {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([mbr_street_02, ' ', mbr_street_no_02, ' ', mbr_street_no_add_02]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([mbr_street_02, ' ', mbr_street_no_02, ' ', mbr_street_no_add_02]|join)}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "mbr_street_02", "null": ""}]},
    "aboutUrl": "{{([mbr_street_02, ' ', mbr_street_no_02, ' ', mbr_street_no_add_02]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([mbr_street_02, mbr_city_02]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_02", "null": ""}]},
    "aboutUrl": "{{([mbr_street_02, mbr_city_02]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mbr_street_02}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_02", "null": ""}]},
    "aboutUrl": "{{([mbr_street_02, mbr_city_02]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_02", "null": ""}]},
    "aboutUrl": "{{([mbr_street_02, mbr_city_02]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mbr_street_02}}",
    "datatype": "xsd:string"
   },
  {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_no_02", "null": ""}]},
    "aboutUrl": "{{([mbr_street_02, ' ', mbr_street_no_02, ' ', mbr_street_no_add_02]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{mbr_street_no_02}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "mbr_street_no_add_02", "null": ""}]},
    "aboutUrl": "{{([mbr_street_02, ' ', mbr_street_no_02, ' ', mbr_street_no_add_02]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{mbr_street_no_add_02}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_02", "null": ""}, {"name": "mbr_city_02", "null": ""}]},
    "aboutUrl": "{{([mbr_street_02, mbr_city_02]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{mbr_city_02}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_city_02", "null": ""}]},
    "aboutUrl": "{{mbr_city_02}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mbr_city_02}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_city_02", "null": ""}]},
    "aboutUrl": "{{mbr_city_02}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (mbr_street_03 != '' ) or (mbr_street_no_03 != '') or (mbr_city_03 != '') ) %}{{([adm_image_no, '-residency_03']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Residency"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_03", "null": ""}]},
    "aboutUrl": "{% if ( (mbr_street_03 != '' ) or (mbr_street_no_03 != '') or (mbr_city_03 != '') ) %}{{([adm_image_no, '-residency_03']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Bewoning van ', mbr_street_03, ' ', mbr_street_no_03, ' ', mbr_city_03, ' door ', name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_03", "null": ""}]},
    "aboutUrl": "{% if ( (mbr_street_03 != '' ) or (mbr_street_no_03 != '') or (mbr_city_03 != '') ) %}{{([adm_image_no, '-residency_03']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Residency at ', mbr_street_03, ' ', mbr_street_no_03, ' ', mbr_city_03, ' by ', name]|join)}}"
   },
   {
    "virtual": "true", 
    "null": "__",
    "aboutUrl":"{% if ( (mbr_street_03 != '' ) or (mbr_street_no_03 != '') or (mbr_city_03 != '') ) %}{{([adm_image_no, '-residency_03']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([mbr_street_03, ' ', mbr_street_no_03, ' ', mbr_street_no_add_03]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([mbr_street_03, ' ', mbr_street_no_03, ' ', mbr_street_no_add_03]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
   {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([mbr_street_03, ' ', mbr_street_no_03, ' ', mbr_street_no_add_03]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([mbr_street_03, ' ', mbr_street_no_03, ' ', mbr_street_no_add_03]|join)}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "mbr_street_03", "null": ""}]},
    "aboutUrl": "{{([mbr_street_03, ' ', mbr_street_no_03, ' ', mbr_street_no_add_03]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([mbr_street_03, mbr_city_03]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_03", "null": ""}]},
    "aboutUrl": "{{([mbr_street_03, mbr_city_03]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mbr_street_03}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_03", "null": ""}]},
    "aboutUrl": "{{([mbr_street_03, mbr_city_03]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_03", "null": ""}]},
    "aboutUrl": "{{([mbr_street_03, mbr_city_03]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mbr_street_03}}",
    "datatype": "xsd:string"
   },
  {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_no_03", "null": ""}]},
    "aboutUrl": "{{([mbr_street_03, ' ', mbr_street_no_03, ' ', mbr_street_no_add_03]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{mbr_street_no_03}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "mbr_street_no_add_03", "null": ""}]},
    "aboutUrl": "{{([mbr_street_03, ' ', mbr_street_no_03, ' ', mbr_street_no_add_03]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{mbr_street_no_add_03}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
   "null": {"@list": [{"name": "mbr_street_03", "null": ""}, {"name": "mbr_city_03", "null": ""}]},
    "aboutUrl": "{{([mbr_street_03, mbr_city_03]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{mbr_city_03}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_city_03", "null": ""}]},
    "aboutUrl": "{{mbr_city_03}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mbr_city_03}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_city_03", "null": ""}]},
    "aboutUrl": "{{mbr_city_03}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (mbr_street_04 != '' ) or (mbr_street_no_04 != '') or (mbr_city_04 != '') ) %}{{([adm_image_no, '-residency_04']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Residency"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_04", "null": ""}]},
    "aboutUrl": "{% if ( (mbr_street_04 != '' ) or (mbr_street_no_04 != '') or (mbr_city_04 != '') ) %}{{([adm_image_no, '-residency_04']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Bewoning van ', mbr_street_04, ' ', mbr_street_no_04, ' ', mbr_city_04, ' door ', name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_04", "null": ""}]},
    "aboutUrl": "{% if ( (mbr_street_04 != '' ) or (mbr_street_no_04 != '') or (mbr_city_04 != '') ) %}{{([adm_image_no, '-residency_04']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Residency at ', mbr_street_04, ' ', mbr_street_no_04, ' ', mbr_city_04, ' by ', name]|join)}}"
   },
   {
    "virtual": "true", 
    "null": "__",
    "aboutUrl":"{% if ( (mbr_street_04 != '' ) or (mbr_street_no_04 != '') or (mbr_city_04 != '') ) %}{{([adm_image_no, '-residency_04']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([mbr_street_04, ' ', mbr_street_no_04, ' ', mbr_street_no_add_04]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([mbr_street_04, ' ', mbr_street_no_04, ' ', mbr_street_no_add_04]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
   {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([mbr_street_04, ' ', mbr_street_no_04, ' ', mbr_street_no_add_04]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([mbr_street_04, ' ', mbr_street_no_04, ' ', mbr_street_no_add_04]|join)}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "mbr_street_04", "null": ""}]},
    "aboutUrl": "{{([mbr_street_04, ' ', mbr_street_no_04, ' ', mbr_street_no_add_04]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([mbr_street_04, mbr_city_04]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_04", "null": ""}]},
    "aboutUrl": "{{([mbr_street_04, mbr_city_04]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mbr_street_04}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_04", "null": ""}]},
    "aboutUrl": "{{([mbr_street_04, mbr_city_04]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_04", "null": ""}]},
    "aboutUrl": "{{([mbr_street_04, mbr_city_04]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mbr_street_04}}",
    "datatype": "xsd:string"
   },
  {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_no_04", "null": ""}]},
    "aboutUrl": "{{([mbr_street_04, ' ', mbr_street_no_04, ' ', mbr_street_no_add_04]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{mbr_street_no_04}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "mbr_street_no_add_04", "null": ""}]},
    "aboutUrl": "{{([mbr_street_04, ' ', mbr_street_no_04, ' ', mbr_street_no_add_04]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{mbr_street_no_add_04}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_04", "null": ""}, {"name": "mbr_city_04", "null": ""}]},
    "aboutUrl": "{{([mbr_street_04, mbr_city_04]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{mbr_city_04}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_city_04", "null": ""}]},
    "aboutUrl": "{{mbr_city_04}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mbr_city_04}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_city_04", "null": ""}]},
    "aboutUrl": "{{mbr_city_04}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (mbr_street_05 != '' ) or (mbr_street_no_05 != '') or (mbr_city_05 != '') ) %}{{([adm_image_no, '-residency_05']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Residency"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_05", "null": ""}]},
    "aboutUrl": "{% if ( (mbr_street_05 != '' ) or (mbr_street_no_05 != '') or (mbr_city_05 != '') ) %}{{([adm_image_no, '-residency_05']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Bewoning van ', mbr_street_05, ' ', mbr_street_no_05, ' ', mbr_city_05, ' door ', name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_05", "null": ""}]},
    "aboutUrl": "{% if ( (mbr_street_05 != '' ) or (mbr_street_no_05 != '') or (mbr_city_05 != '') ) %}{{([adm_image_no, '-residency_05']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Residency at ', mbr_street_05, ' ', mbr_street_no_05, ' ', mbr_city_05, ' by ', name]|join)}}"
   },
   {
    "virtual": "true", 
    "null": "__",
    "aboutUrl":"{% if ( (mbr_street_05 != '' ) or (mbr_street_no_05 != '') or (mbr_city_05 != '') ) %}{{([adm_image_no, '-residency_05']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([mbr_street_05, ' ', mbr_street_no_05, ' ', mbr_street_no_add_05]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([mbr_street_05, ' ', mbr_street_no_05, ' ', mbr_street_no_add_05]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
   {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([mbr_street_05, ' ', mbr_street_no_05, ' ', mbr_street_no_add_05]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([mbr_street_05, ' ', mbr_street_no_05, ' ', mbr_street_no_add_05]|join)}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "mbr_street_05", "null": ""}]},
    "aboutUrl": "{{([mbr_street_05, ' ', mbr_street_no_05, ' ', mbr_street_no_add_05]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([mbr_street_05, mbr_city_05]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_05", "null": ""}]},
    "aboutUrl": "{{([mbr_street_05, mbr_city_05]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mbr_street_05}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_05", "null": ""}]},
    "aboutUrl": "{{([mbr_street_05, mbr_city_05]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_05", "null": ""}]},
    "aboutUrl": "{{([mbr_street_05, mbr_city_05]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mbr_street_05}}",
    "datatype": "xsd:string"
   },
  {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_no_05", "null": ""}]},
    "aboutUrl": "{{([mbr_street_05, ' ', mbr_street_no_05, ' ', mbr_street_no_add_05]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{mbr_street_no_05}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "mbr_street_no_add_05", "null": ""}]},
    "aboutUrl": "{{([mbr_street_05, ' ', mbr_street_no_05, ' ', mbr_street_no_add_05]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{mbr_street_no_add_05}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_street_05", "null": ""}, {"name": "mbr_city_05", "null": ""}]},
    "aboutUrl": "{{([mbr_street_05, mbr_city_05]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{mbr_city_05}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_city_05", "null": ""}]},
    "aboutUrl": "{{mbr_city_05}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mbr_city_05}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mbr_city_05", "null": ""}]},
    "aboutUrl": "{{mbr_city_05}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (spo_first_name != '' ) or (spo_last_name != '') ) %}{{([adm_image_no, '-spouse']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   }, 
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (spo_first_name != '' ) or (spo_last_name != '') ) %}{{([adm_image_no, '-spouse']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([spo_first_name, ' ', spo_last_name]|join)}}",
    "datatype": "xsd:string"
  },
  {
    "virtual": "true",
    "null": {"@list": [{"name": "spo_first_name", "null": ""}]},
    "aboutUrl": "{% if ( (spo_first_name != '' ) or (spo_last_name != '') ) %}{{([adm_image_no, '-spouse']|join)}}{% endif %}",
    "propertyUrl": "schema:givenName",
    "csvw:value": "{{spo_first_name}}",
    "datatype": "xsd:string"
  },
  {
    "virtual": "true",
    "null": {"@list": [{"name": "spo_last_name", "null": ""}]},
    "aboutUrl": "{% if ( (spo_first_name != '' ) or (spo_last_name != '') ) %}{{([adm_image_no, '-spouse']|join)}}{% endif %}",
    "propertyUrl": "schema:familyName",
    "csvw:value": "{{spo_last_name}}",
    "datatype": "xsd:string"
  },
  {
    "virtual": "true",
    "null": {"@list": [{"name": "spo_birth_year", "null": ""}]},
    "aboutUrl": "{% if ( (spo_first_name != '' ) or (spo_last_name != '') ) %}{{([adm_image_no, '-spouse']|join)}}{% endif %}",
    "datatype": "xsd:date",
    "propertyUrl": "schema:birthDate",
    "csvw:value": "{{['%04d'| format(spo_birth_year|int),'-','%02d' | format(spo_birth_month|int),'-','%02d'|format(spo_birth_day|int)]|join}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "spo_birth_place", "null": ""}]},
    "aboutUrl": "{% if ( (spo_first_name != '' ) or (spo_last_name != '') ) %}{{([adm_image_no, '-spouse']|join)}}{% endif %}",
    "propertyUrl": "schema:birthPlace",
    "csvw:value": "{{spo_birth_place}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "spo_birth_country", "null": ""}]},
    "aboutUrl": "{% if ( (spo_first_name != '' ) or (spo_last_name != '') ) %}{{([adm_image_no, '-spouse']|join)}}{% endif %}",
    "propertyUrl": "vocab:birthCountry",
    "csvw:value": "{{spo_birth_country}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "mar_year", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "datatype": "xsd:date",
    "propertyUrl": "vocab:marriageDate",
    "csvw:value": "{{['%04d'| format(mar_year|int),'-','%02d' | format(mar_month|int),'-','%02d'|format(mar_date|int)]|join}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_01", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_01']|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   }, 
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_01", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_01']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{chi_first_name_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_01", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_01']|join)}}",
    "propertyUrl": "schema:givenName",
    "csvw:value": "{{chi_first_name_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_birth_year_01", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_01']|join)}}",
    "datatype": "xsd:date",
    "propertyUrl": "schema:birthDate",
    "csvw:value": "{{['%04d'| format(chi_birth_year_01|int),'-','%02d' | format(chi_birth_month_01|int),'-','%02d'|format(chi_birth_day_01|int)]|join}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_02", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_02']|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   }, 
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_02", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_02']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{chi_first_name_02}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_02", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_02']|join)}}",
    "propertyUrl": "schema:givenName",
    "csvw:value": "{{chi_first_name_02}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_birth_year_02", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_02']|join)}}",
    "datatype": "xsd:date",
    "propertyUrl": "schema:birthDate",
    "csvw:value": "{{['%04d'| format(chi_birth_year_02|int),'-','%02d' | format(chi_birth_month_02|int),'-','%02d'|format(chi_birth_day_02|int)]|join}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_03", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_03']|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   }, 
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_03", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_03']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{chi_first_name_03}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_03", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_03']|join)}}",
    "propertyUrl": "schema:givenName",
    "csvw:value": "{{chi_first_name_03}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_birth_year_03", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_03']|join)}}",
    "datatype": "xsd:date",
    "propertyUrl": "schema:birthDate",
    "csvw:value": "{{['%04d'| format(chi_birth_year_03|int),'-','%02d' | format(chi_birth_month_03|int),'-','%02d'|format(chi_birth_day_03|int)]|join}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_04", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_04']|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   }, 
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_04", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_04']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{chi_first_name_04}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_04", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_04']|join)}}",
    "propertyUrl": "schema:givenName",
    "csvw:value": "{{chi_first_name_04}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_birth_year_04", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_04']|join)}}",
    "datatype": "xsd:date",
    "propertyUrl": "schema:birthDate",
    "csvw:value": "{{['%04d'| format(chi_birth_year_04|int),'-','%02d' | format(chi_birth_month_04|int),'-','%02d'|format(chi_birth_day_04|int)]|join}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_05", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_05']|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   }, 
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_05", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_05']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{chi_first_name_05}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_first_name_05", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_05']|join)}}",
    "propertyUrl": "schema:givenName",
    "csvw:value": "{{chi_first_name_05}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "chi_birth_year_05", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'chi_first_name_05']|join)}}",
    "datatype": "xsd:date",
    "propertyUrl": "schema:birthDate",
    "csvw:value": "{{['%04d'| format(chi_birth_year_05|int),'-','%02d' | format(chi_birth_month_05|int),'-','%02d'|format(chi_birth_day_05|int)]|join}}"
   },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "parent_relation_01", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:{{parent_relation_01}}",
    "valueUrl": "{% if ( (par_first_name_01 != '' ) or (par_last_name_01 != '') ) %}{{([adm_image_no, '-parent_01']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (par_first_name_01 != '' ) or (par_last_name_01 != '') ) %}{{([adm_image_no, '-parent_01']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   }, 
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (par_first_name_01 != '' ) or (par_last_name_01 != '') ) %}{{([adm_image_no, '-parent_01']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([par_first_name_01, ' ', par_last_name_01]|join)}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_first_name_01", "null": ""}]},
    "aboutUrl": "{% if ( (par_first_name_01 != '' ) or (par_last_name_01 != '') ) %}{{([adm_image_no, '-parent_01']|join)}}{% endif %}",
    "propertyUrl": "schema:givenName",
    "csvw:value": "{{par_first_name_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
     "null": {"@list": [{"name": "par_last_name_01", "null": ""}]},
    "aboutUrl": "{% if ( (par_first_name_01 != '' ) or (par_last_name_01 != '') ) %}{{([adm_image_no, '-parent_01']|join)}}{% endif %}",
    "propertyUrl": "schema:familyName",
    "csvw:value": "{{par_last_name_01}}",
    "datatype": "xsd:string"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "null": {"@list": [{"name": "par_remarks_01", "null": ""}]},
    "aboutUrl": "{% if ( (par_first_name_01 != '' ) or (par_last_name_01 != '') ) %}{{([adm_image_no, '-parent_01']|join)}}{% endif %}",
    "propertyUrl": "vocab:remark",
    "csvw:value": "{{par_remarks_01}}"
   },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "parent_relation_02", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:{{parent_relation_02}}",
    "valueUrl": "{% if ( (par_first_name_02 != '' ) or (par_last_name_02 != '') ) %}{{([adm_image_no, '-parent_02']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (par_first_name_02 != '' ) or (par_last_name_02 != '') ) %}{{([adm_image_no, '-parent_02']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   }, 
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (par_first_name_02 != '' ) or (par_last_name_02 != '') ) %}{{([adm_image_no, '-parent_02']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([par_first_name_02, ' ', par_last_name_02]|join)}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_first_name_02", "null": ""}]},
    "aboutUrl": "{% if ( (par_first_name_02 != '' ) or (par_last_name_02 != '') ) %}{{([adm_image_no, '-parent_02']|join)}}{% endif %}",
    "propertyUrl": "schema:givenName",
    "csvw:value": "{{par_first_name_02}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_last_name_02", "null": ""}]},
    "aboutUrl": "{% if ( (par_first_name_02 != '' ) or (par_last_name_02 != '') ) %}{{([adm_image_no, '-parent_02']|join)}}{% endif %}",
    "propertyUrl": "schema:familyName",
    "csvw:value": "{{par_last_name_02}}",
    "datatype": "xsd:string"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "null": {"@list": [{"name": "par_remarks_02", "null": ""}]},
    "aboutUrl": "{% if ( (par_first_name_02 != '' ) or (par_last_name_02 != '') ) %}{{([adm_image_no, '-parent_02']|join)}}{% endif %}",
    "propertyUrl": "vocab:remark",
    "csvw:value": "{{par_remarks_02}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{adm_image_no}}",
    "propertyUrl": "vocab:aboutMembership",
    "valueUrl": "{{([adm_image_no, '-', 'un_section','-',  'un_section_no']|join)}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-', 'un_section','-',  'un_section_no']|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "org:Membership"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-', 'un_section','-',  'un_section_no']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([un_name, ' lidmaatschap van ',name]|join)}}"
   },
    {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-', 'un_section','-',  'un_section_no']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([un_name, ' membership of ',name]|join)}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "un_section_no", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'un_section','-',  'un_section_no']|join)}}",
    "propertyUrl": "dc:identifier",
    "csvw:value": "{{un_section_no}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-', 'un_section','-',  'un_section_no']|join)}}",
    "propertyUrl": "org:member",
    "csvw:value": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "datatype": "xsd:anyURI"
   }, 
   {
    "virtual": "true",
    "null": {"@list": [{"name": "un_section", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-', 'un_section','-',  'un_section_no']|join)}}",
    "propertyUrl": "org:organization",
    "valueUrl": "{{([un_name, ' ', un_section]|join)|replace(' ', '_')}}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "null": {"@list": [{"name": "un_section", "null": ""}]},
    "aboutUrl": "{{([un_name, ' ', un_section]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([un_name, ' sectie ', un_section]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "null": {"@list": [{"name": "un_section", "null": ""}]},
    "aboutUrl": "{{([un_name, ' ', un_section]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([un_name, ' section ', un_section]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "un_section", "null": ""}]},
    "aboutUrl": "{{([un_name, ' ', un_section]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "org:OrganizationalUnit"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "un_section", "null": ""}]},
    "aboutUrl": "{{([un_name, ' ', un_section]|join)|replace(' ', '_')}}",
    "propertyUrl": "org:unitOf",
    "valueUrl": "{{un_name}}"
   }, 
   {
    "virtual": "true", 
    "aboutUrl": "{{un_name}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Union"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "null": {"@list": [{"name": "un_name", "null": ""}]},
    "aboutUrl": "{{un_name}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{un_name}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "un_section", "null": ""}]},
    "aboutUrl": "{{un_name}}",
    "propertyUrl": "org:hasUnit",
    "valueUrl": "{{([un_name, ' ', un_section]|join)|replace(' ', '_')}}"
   },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "un_section", "null": ""}]},
    "aboutUrl": "{{([un_name, ' ', un_section]|join)|replace(' ', '_')}}",
    "propertyUrl": "dc:identifier",
    "csvw:value": "{{un_section}}",
    "datatype": "xsd:string"
   },
   {
    "@id": "https://iisg.amsterdam/id/adb/ADB.csv/column/card_id1",
    "name": "card_id1",
    "propertyUrl": "vocab:cardId",
    "dc:description": "Kaartnummer",
    "datatype": "xsd:string"
   },
      {
    "null": {"@list": [{"name": "mmb_01", "null": ""}]},
    "@id": "https://iisg.amsterdam/id/adb/ADB.csv/column/mmb_01",
    "name": "mmb_01",
    "propertyUrl": "vocab:aboutMutation",
    "valueUrl": "{{([adm_image_no, '-mmb_01']|join)}}",
    "dc:description": "Wijziging lidmaatschap"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_01", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-mmb_01']|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Mutation"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "null": {"@list": [{"name": "mmb_01", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-mmb_01']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Wijziging lidmaatschap ', un_name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "null": {"@list": [{"name": "mmb_01", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-mmb_01']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Mutation in ', un_name, ' membership']|join)}}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "null": {"@list": [{"name": "mmb_01", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-mmb_01']|join)}}",
    "propertyUrl": "schema:comment",
    "csvw:value": "{{mmb_01}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "mmb_year_01", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-mmb_01']|join)}}",
    "propertyUrl": "dc:temporal",
    "valueUrl": "{{['%04d'| format(mmb_year_01|int),'-','%02d' | format(mmb_month_01|int),'-','%02d'|format(mmb_day_01|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_year_01", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(mmb_year_01|int),'-','%02d' | format(mmb_month_01|int),'-','%02d'|format(mmb_day_01|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_year_01", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(mmb_year_01|int),'-','%02d' | format(mmb_month_01|int),'-','%02d'|format(mmb_day_01|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(mmb_year_01|int),'-','%02d' | format(mmb_month_01|int),'-','%02d'|format(mmb_day_01|int)]|join}}",  
    "datatype": "xsd:date"
   },
      {
    "null": {"@list": [{"name": "mmb_02", "null": ""}]},
    "@id": "https://iisg.amsterdam/id/adb/ADB.csv/column/mmb_02",
    "name": "mmb_02",
    "propertyUrl": "vocab:aboutMutation",
    "valueUrl": "{{([adm_image_no, '-mmb_02']|join)}}",
    "dc:description": "Wijziging lidmaatschap"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_02", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-mmb_02']|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Mutation"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "null": {"@list": [{"name": "mmb_02", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-mmb_02']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Wijziging lidmaatschap ', un_name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "null": {"@list": [{"name": "mmb_02", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-mmb_02']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Mutation in ', un_name, ' membership']|join)}}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "null": {"@list": [{"name": "mmb_02", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-mmb_02']|join)}}",
    "propertyUrl": "schema:comment",
    "csvw:value": "{{mmb_02}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "mmb_year_02", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-mmb_02']|join)}}",
    "propertyUrl": "dc:temporal",
    "valueUrl": "{{['%04d'| format(mmb_year_02|int),'-','%02d' | format(mmb_month_02|int),'-','%02d'|format(mmb_day_02|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_year_02", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(mmb_year_02|int),'-','%02d' | format(mmb_month_02|int),'-','%02d'|format(mmb_day_02|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_year_02", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(mmb_year_02|int),'-','%02d' | format(mmb_month_02|int),'-','%02d'|format(mmb_day_02|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(mmb_year_02|int),'-','%02d' | format(mmb_month_02|int),'-','%02d'|format(mmb_day_02|int)]|join}}",  
    "datatype": "xsd:date"
   },
      {
    "null": {"@list": [{"name": "mmb_03", "null": ""}]},
    "@id": "https://iisg.amsterdam/id/adb/ADB.csv/column/mmb_03",
    "name": "mmb_03",
    "propertyUrl": "vocab:aboutMutation",
    "valueUrl": "{{([adm_image_no, '-mmb_03']|join)}}",
    "dc:description": "Wijziging lidmaatschap"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_03", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-mmb_03']|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Mutation"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "null": {"@list": [{"name": "mmb_03", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-mmb_03']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Wijziging lidmaatschap ', un_name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "null": {"@list": [{"name": "mmb_03", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-mmb_03']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Mutation in ', un_name, ' membership']|join)}}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "null": {"@list": [{"name": "mmb_03", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-mmb_03']|join)}}",
    "propertyUrl": "schema:comment",
    "csvw:value": "{{mmb_03}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "mmb_year_03", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-mmb_03']|join)}}",
    "propertyUrl": "dc:temporal",
    "valueUrl": "{{['%04d'| format(mmb_year_03|int),'-','%02d' | format(mmb_month_03|int),'-','%02d'|format(mmb_day_03|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_year_03", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(mmb_year_03|int),'-','%02d' | format(mmb_month_03|int),'-','%02d'|format(mmb_day_03|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_year_03", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(mmb_year_03|int),'-','%02d' | format(mmb_month_03|int),'-','%02d'|format(mmb_day_03|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(mmb_year_03|int),'-','%02d' | format(mmb_month_03|int),'-','%02d'|format(mmb_day_03|int)]|join}}",  
    "datatype": "xsd:date"
   },
      {
    "null": {"@list": [{"name": "mmb_04", "null": ""}]},
    "@id": "https://iisg.amsterdam/id/adb/ADB.csv/column/mmb_04",
    "name": "mmb_04",
    "propertyUrl": "vocab:aboutMutation",
    "valueUrl": "{{([adm_image_no, '-mmb_04']|join)}}",
    "dc:description": "Wijziging lidmaatschap"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_04", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-mmb_04']|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Mutation"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "null": {"@list": [{"name": "mmb_04", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-mmb_04']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Wijziging lidmaatschap ', un_name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "null": {"@list": [{"name": "mmb_04", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-mmb_04']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Mutation in ', un_name, ' membership']|join)}}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "null": {"@list": [{"name": "mmb_04", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-mmb_04']|join)}}",
    "propertyUrl": "schema:comment",
    "csvw:value": "{{mmb_04}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "mmb_year_04", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-mmb_04']|join)}}",
    "propertyUrl": "dc:temporal",
    "valueUrl": "{{['%04d'| format(mmb_year_04|int),'-','%02d' | format(mmb_month_04|int),'-','%02d'|format(mmb_day_04|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_year_04", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(mmb_year_04|int),'-','%02d' | format(mmb_month_04|int),'-','%02d'|format(mmb_day_04|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_year_04", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(mmb_year_04|int),'-','%02d' | format(mmb_month_04|int),'-','%02d'|format(mmb_day_04|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(mmb_year_04|int),'-','%02d' | format(mmb_month_04|int),'-','%02d'|format(mmb_day_04|int)]|join}}",  
    "datatype": "xsd:date"
   },
      {
    "null": {"@list": [{"name": "mmb_05", "null": ""}]},
    "@id": "https://iisg.amsterdam/id/adb/ADB.csv/column/mmb_05",
    "name": "mmb_05",
    "propertyUrl": "vocab:aboutMutation",
    "valueUrl": "{{([adm_image_no, '-mmb_05']|join)}}",
    "dc:description": "Wijziging lidmaatschap"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_05", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-mmb_05']|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Mutation"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "null": {"@list": [{"name": "mmb_05", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-mmb_05']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Wijziging lidmaatschap ', un_name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "null": {"@list": [{"name": "mmb_05", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-mmb_05']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Mutation in ', un_name, ' membership']|join)}}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "null": {"@list": [{"name": "mmb_05", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-mmb_05']|join)}}",
    "propertyUrl": "schema:comment",
    "csvw:value": "{{mmb_05}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "mmb_year_05", "null": ""}]},
    "aboutUrl": "{{([adm_image_no, '-mmb_05']|join)}}",
    "propertyUrl": "dc:temporal",
    "valueUrl": "{{['%04d'| format(mmb_year_05|int),'-','%02d' | format(mmb_month_05|int),'-','%02d'|format(mmb_day_05|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_year_05", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(mmb_year_05|int),'-','%02d' | format(mmb_month_05|int),'-','%02d'|format(mmb_day_05|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_year_05", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(mmb_year_05|int),'-','%02d' | format(mmb_month_05|int),'-','%02d'|format(mmb_day_05|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(mmb_year_05|int),'-','%02d' | format(mmb_month_05|int),'-','%02d'|format(mmb_day_05|int)]|join}}",  
    "datatype": "xsd:date"
   }
  ],
  "primaryKey": "adm_image_no",
  "aboutUrl": "{adm_image_no}"
 }
}