{
 "@id": "https://iisg.amsterdam/id/andb/andb_apprentice_all_series.csv",
 "@context": [
  "https://raw.githubusercontent.com/CLARIAH/COW/master/csvw.json",
  {
   "@language": "en",
   "@base": "https://iisg.amsterdam/id/andb/"
  },
  {
   "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": "andb_apprentice_all_series.csv",
 "dialect": {
  "delimiter": ",",
  "encoding": "utf-8",
  "quoteChar": "\""
 },
 "dc:title": "ANDB leerlingkaarten",
 "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/andb/andb_apprentice_all_series.csv/column/adm_id",
    "name": "adm_id",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:ApprenticeCard",
    "dc:description": "Identifier van de kaart"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Leerlingkaart van {{name}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Apprentice card of {{name}}"
   },
   {
    "@id": "https://iisg.amsterdam/id/andb/andb_apprentice_all_series.csv/column/adm_image_no",
    "name": "adm_image_no",
    "propertyUrl": "vocab:inventoryNumber",
    "dc:description": "Inventarisnummer IISG",
    "datatype": "xsd:string"
   },
   {
    "@id": "https://iisg.amsterdam/apprentice_all_series-2020_12_09.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_id]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-master']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Depiction of card ', adm_id]|join)}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-master']|join)}}",
    "propertyUrl": "schema:contentUrl",
    "csvw:value": "{{image_uuid}}?locatt=view:master",
    "datatype": "xsd:anyURI"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-master']|join)}}",
    "propertyUrl": "schema:encodingFormat",
    "csvw:value": "image/tiff",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-master']|join)}}",
    "propertyUrl": "vocab:screenVersion",
    "valueUrl": "{{([adm_image_no, '-level2']|join)}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-level2']|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:ImageObject"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-level2']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Schermvriendelijke versie van kaart ', adm_id]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-level2']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Screenversion of card ', adm_id]|join)}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-level2']|join)}}",
    "propertyUrl": "schema:contentUrl",
    "csvw:value": "{{image_uuid}}?locatt=view:level2",
    "datatype": "xsd:anyURI"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-level2']|join)}}",
    "propertyUrl": "schema:encodingFormat",
    "csvw:value": "image/jpeg",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-master']|join)}}",
    "propertyUrl": "schema:thumbnail",
    "valueUrl": "{{([adm_image_no, '-level3']|join)}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-level3']|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:ImageObject"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-level3']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Miniatuurafbeelding van kaart ', adm_id]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-level3']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Thumbnail of card ', adm_id]|join)}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-level3']|join)}}",
    "propertyUrl": "schema:contentUrl",
    "csvw:value": "{{image_uuid}}?locatt=view:level3",
    "datatype": "xsd:anyURI"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([adm_image_no, '-level3']|join)}}",
    "propertyUrl": "schema:encodingFormat",
    "csvw:value": "image/jpeg",
    "datatype": "xsd:string"
   },
   {
    "null": {"@list": [{"name": "person_uuid", "null": ""}]},
    "@id": "https://iisg.amsterdam/id/andb/andb_apprentice_all_series.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"
   },
   {
    "null": {"@list": [{"name": "person_uuid", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "null": {"@list": [{"name": "person_uuid", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{name}}",
    "datatype": "xsd:string"
   },
   {
    "null": {"@list": [{"name": "person_uuid", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{name}}",
    "datatype": "xsd:string"
   },
   {
    "@id": "https://iisg.amsterdam/id/andb/andb_apprentice_all_series.csv/column/card_id1",
    "name": "card_id1",
    "propertyUrl": "vocab:cardId",
    "dc:description": "Kaartnummer",
    "datatype": "xsd:string"
   },
   {
    "@id": "https://iisg.amsterdam/id/andb/andb_apprentice_all_series.csv/column/card_id2",
    "name": "card_id2",
    "propertyUrl": "vocab:cardId",
    "dc:description": "Kaartnummer",
    "datatype": "xsd:string"
   },
   {
    "@id": "https://iisg.amsterdam/id/andb/andb_apprentice_all_series.csv/column/sdn_first_name_orig",
    "name": "sdn_first_name_orig",
    "propertyUrl": "vocab:givenName",
    "dc:description": "Voornaam",
    "datatype": "xsd:string"
   },
   {
    "@id": "https://iisg.amsterdam/id/andb/andb_apprentice_all_series.csv/column/sdn_middle_name_orig",
    "name": "sdn_middle_name_orig",
    "propertyUrl": "vocab:middleName",
    "dc:description": "Tussenvoegsel",
    "datatype": "xsd:string"
   },
   {
    "@id": "https://iisg.amsterdam/id/andb/andb_apprentice_all_series.csv/column/sdn_last_name_orig",
    "name": "sdn_last_name_orig",
    "propertyUrl": "vocab:familyName",
    "dc:description": "Achternaam",
    "datatype": "xsd:string"
   },
   {
    "@id": "https://iisg.amsterdam/id/andb/andb_apprentice_all_series.csv/column/sdn_maiden_name_orig",
    "name": "sdn_maiden_name_orig",
    "propertyUrl": "vocab:maidenName",
    "dc:description": "Meisjesnaam",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_birth_year_orig", "null": ""}]},
    "datatype": "xsd:date",
    "propertyUrl": "vocab:birthDate",
    "dc:description": "Geboortedatum",
    "csvw:value": "{{['%04d'| format(sdn_birth_year_orig|int),'-','%02d' | format(sdn_birth_month_orig|int),'-','%02d'|format(sdn_birth_day_orig|int)]|join}}"
   },
   {
    "@id": "https://iisg.amsterdam/id/andb/andb_apprentice_all_series.csv/column/sdn_birth_place",
    "name": "sdn_birth_place",
    "propertyUrl": "vocab:birthPlace",
    "dc:description": "Geboorteplaats",
    "datatype": "xsd:string"
   },
   {
    "null": {"@list": [{"name": "person_uuid", "null": ""}]},
    "virtual": "true", 
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:inhabits",
    "valueUrl": "{% if ( (sdn_street_01 != '' ) or (sdn_street_no_01 != '') or (sdn_city_01 != '') ) %}{{([adm_id, '-residency_01']|join)}}{% endif %}"
   },
  {
    "null": {"@list": [{"name": "person_uuid", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:inhabits",
    "valueUrl": "{% if ( (sdn_street_02 != '' ) or (sdn_street_no_02 != '') or (sdn_city_02 != '') ) %}{{([adm_id, '-residency_02']|join)}}{% endif %}"
   },
   {
    "null": {"@list": [{"name": "person_uuid", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:inhabits",
    "valueUrl": "{% if ( (sdn_street_03 != '' ) or (sdn_street_no_03 != '') or (sdn_city_03 != '') ) %}{{([adm_id, '-residency_03']|join)}}{% endif %}"
   },
   {
    "null": {"@list": [{"name": "person_uuid", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:inhabits",
    "valueUrl": "{% if ( (sdn_street_04 != '' ) or (sdn_street_no_04 != '') or (sdn_city_04 != '') ) %}{{([adm_id, '-residency_04']|join)}}{% endif %}"
   },
   {
    "null": {"@list": [{"name": "person_uuid", "null": ""}]},
    "virtual": "true",
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:inhabits",
    "valueUrl": "{% if ( (sdn_street_05 != '' ) or (sdn_street_no_05 != '') or (sdn_city_05 != '') ) %}{{([adm_id, '-residency_05']|join)}}{% endif %}"
   },
      {
    "virtual": "true", 
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "vocab:aboutResidency",
    "valueUrl": "{% if ( (sdn_street_01 != '' ) or (sdn_street_no_01 != '') or (sdn_city_01 != '') ) %}{{([adm_id, '-residency_01']|join)}}{% endif %}"
   },
  {
    "virtual": "true",
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "vocab:aboutResidency",
    "valueUrl": "{% if ( (sdn_street_02 != '' ) or (sdn_street_no_02 != '') or (sdn_city_02 != '') ) %}{{([adm_id, '-residency_02']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "vocab:aboutResidency",
    "valueUrl": "{% if ( (sdn_street_03 != '' ) or (sdn_street_no_03 != '') or (sdn_city_03 != '') ) %}{{([adm_id, '-residency_03']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "vocab:aboutResidency",
    "valueUrl": "{% if ( (sdn_street_04 != '' ) or (sdn_street_no_04 != '') or (sdn_city_04 != '') ) %}{{([adm_id, '-residency_04']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "vocab:aboutResidency",
    "valueUrl": "{% if ( (sdn_street_05 != '' ) or (sdn_street_no_05 != '') or (sdn_city_05 != '') ) %}{{([adm_id, '-residency_05']|join)}}{% endif %}"
   },
    {
    "virtual": "true",
    "aboutUrl": "{% if ( (sdn_street_01 != '' ) or (sdn_street_no_01 != '') or (sdn_city_01 != '') ) %}{{([adm_id, '-residency_01']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "dc:description": "Woonadres",
    "valueUrl": "vocab:Residency"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{% if ( (sdn_street_01 != '' ) or (sdn_street_no_01 != '') or (sdn_city_01 != '') ) %}{{([adm_id, '-residency_01']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Bewoning van ', sdn_street_01, ' ', sdn_street_no_01, ' ', sdn_city_01, ' door ', name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{% if ( (sdn_street_01 != '' ) or (sdn_street_no_01 != '') or (sdn_city_01 != '') ) %}{{([adm_id, '-residency_01']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Residency at ', sdn_street_01, ' ', sdn_street_no_01, ' ', sdn_city_01, ' by ', name]|join)}}"
   },
   {
    "virtual": "true", 
    "null": "__",
    "aboutUrl": "{% if ( (sdn_street_01 != '' ) or (sdn_street_no_01 != '') or (sdn_city_01 != '') ) %}{{([adm_id, '-residency_01']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([sdn_street_01, ' ', sdn_street_no_01, ' ', sdn_street_no_add_01]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([sdn_street_01, ' ', sdn_street_no_01, ' ', sdn_street_no_add_01]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
    {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([sdn_street_01, ' ', sdn_street_no_01, ' ', sdn_street_no_add_01]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([sdn_street_01, ' ', sdn_street_no_01, ' ', sdn_street_no_add_01]|join)}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_street_01", "null": ""}]},
    "aboutUrl": "{{([sdn_street_01, ' ', sdn_street_no_01, ' ', sdn_street_no_add_01]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([sdn_street_01, sdn_city_01]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_01", "null": ""}]},
    "aboutUrl": "{{([sdn_street_01, sdn_city_01]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{sdn_street_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_01", "null": ""}]},
    "aboutUrl": "{{([sdn_street_01, sdn_city_01]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_01", "null": ""}]},
    "aboutUrl": "{{([sdn_street_01, sdn_city_01]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{sdn_street_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_no_01", "null": ""}]},
    "aboutUrl": "{{([sdn_street_01, ' ', sdn_street_no_01, ' ', sdn_street_no_add_01]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{sdn_street_no_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_street_no_add_01", "null": ""}]},
    "aboutUrl": "{{([sdn_street_01, ' ', sdn_street_no_01, ' ', sdn_street_no_add_01]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{sdn_street_no_add_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_01", "null": ""}, {"name": "sdn_city_01", "null": ""}]},
    "aboutUrl": "{{([sdn_street_01, sdn_city_01]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{sdn_city_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_city_01", "null": ""}]},
    "aboutUrl": "{{sdn_city_01}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_adamlink_uri_01", "null": ""}]},
    "name": "sdn_street_adamlink_uri_01",
    "aboutUrl": "{{([sdn_street_01, sdn_city_01]|join)}}",
    "propertyUrl": "owl:sameAs",
    "csvw:value": "{{sdn_street_adamlink_uri_01}}",
    "datatype": "xsd:anyURI"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_address_locationPoint_01", "null": ""}]},
    "name": "sdn_address_locationPoint_01",
    "aboutUrl": "{{([sdn_street_01, ' ', sdn_street_no_01, ' ', sdn_street_no_add_01]|join)}}",
    "propertyUrl": "owl:sameAs",
    "csvw:value": "https://iisg.amsterdam/resource/andb/lp/{{sdn_address_locationPoint_01}}",
    "datatype": "xsd:anyURI"
   }, 
  {
    "virtual": "true",
    "aboutUrl": "{% if ( (sdn_street_01 != '' ) or (sdn_street_no_01 != '') or (sdn_city_01 != '') ) %}{{([adm_id, '-residency_01']|join)}}{% endif %}",
    "propertyUrl": "vocab:duration",
    "valueUrl": "{% if ( (sdn_street_01 != '' ) or (sdn_street_no_01 != '') or (sdn_city_01 != '') ) %}{{([adm_id, '-residency_01-interval']|join)}}{% endif %}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (sdn_street_01 != '' ) or (sdn_street_no_01 != '') or (sdn_city_01 != '') ) %}{{([adm_id, '-residency_01-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Duur van de bewoning van ', sdn_street_01, ' ', sdn_street_no_01, ' ', sdn_city_01, ' door ', name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (sdn_street_01 != '' ) or (sdn_street_no_01 != '') or (sdn_city_01 != '') ) %}{{([adm_id, '-residency_01-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Duration of the residency at ', sdn_street_01, ' ', sdn_street_no_01, ' ', sdn_city_01, ' by ', name]|join)}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (sdn_street_01 != '' ) or (sdn_street_no_01 != '') or (sdn_city_01 != '') ) %}{{([adm_id, '-residency_01-interval']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:ProperInterval"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (sdn_street_01 != '' ) or (sdn_street_no_01 != '') or (sdn_city_01 != '') ) %}{{([adm_id, '-residency_01-interval']|join)}}{% endif %}",
    "propertyUrl": "time:before",
    "valueUrl": "{% if ( (sdn_street_02 != '' ) or (sdn_street_no_02 != '') or (sdn_city_02 != '') ) %}{{([adm_id, '-residency_02-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_addr_year_01", "null": ""}]},
    "aboutUrl": "{% if ( (sdn_street_01 != '' ) or (sdn_street_no_01 != '') or (sdn_city_01 != '') ) %}{{([adm_id, '-residency_01-interval']|join)}}{% endif %}",
    "propertyUrl": "time:hasBeginning",
    "valueUrl": "{{['%04d'| format(sdn_addr_year_01|int),'-','%02d' | format(sdn_addr_month_01|int),'-','%02d'|format(sdn_addr_day_01|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_addr_year_01", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(sdn_addr_year_01|int),'-','%02d' | format(sdn_addr_month_01|int),'-','%02d'|format(sdn_addr_day_01|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_addr_year_01", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(sdn_addr_year_01|int),'-','%02d' | format(sdn_addr_month_01|int),'-','%02d'|format(sdn_addr_day_01|int)]|join}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(sdn_addr_year_01|int),'-','%02d' | format(sdn_addr_month_01|int),'-','%02d'|format(sdn_addr_day_01|int)]|join}}",  
    "datatype": "xsd:string" 
    },
    {
    "virtual": "true",
     "null": {"@list": [{"name": "sdn_addr_year_01", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(sdn_addr_year_01|int),'-','%02d' | format(sdn_addr_month_01|int),'-','%02d'|format(sdn_addr_day_01|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(sdn_addr_year_01|int),'-','%02d' | format(sdn_addr_month_01|int),'-','%02d'|format(sdn_addr_day_01|int)]|join}}",  
    "datatype": "xsd:date"
    },
        {
    "virtual": "true",
    "aboutUrl": "{% if ( (sdn_street_02 != '' ) or (sdn_street_no_02 != '') or (sdn_city_02 != '') ) %}{{([adm_id, '-residency_02']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "dc:description": "Woonadres",
    "valueUrl": "vocab:Residency"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{% if ( (sdn_street_02 != '' ) or (sdn_street_no_02 != '') or (sdn_city_02 != '') ) %}{{([adm_id, '-residency_02']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Bewoning van ', sdn_street_02, ' ', sdn_street_no_02, ' ', sdn_city_02, ' door ', name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{% if ( (sdn_street_02 != '' ) or (sdn_street_no_02 != '') or (sdn_city_02 != '') ) %}{{([adm_id, '-residency_02']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Residency at ', sdn_street_02, ' ', sdn_street_no_02, ' ', sdn_city_02, ' by ', name]|join)}}"
   },
   {
    "virtual": "true", 
    "null": "__",
    "aboutUrl": "{% if ( (sdn_street_02 != '' ) or (sdn_street_no_02 != '') or (sdn_city_02 != '') ) %}{{([adm_id, '-residency_02']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([sdn_street_02, ' ', sdn_street_no_02, ' ', sdn_street_no_add_02]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([sdn_street_02, ' ', sdn_street_no_02, ' ', sdn_street_no_add_02]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
    {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([sdn_street_02, ' ', sdn_street_no_02, ' ', sdn_street_no_add_02]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([sdn_street_02, ' ', sdn_street_no_02, ' ', sdn_street_no_add_02]|join)}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_street_02", "null": ""}]},
    "aboutUrl": "{{([sdn_street_02, ' ', sdn_street_no_02, ' ', sdn_street_no_add_02]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([sdn_street_02, sdn_city_02]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_02", "null": ""}]},
    "aboutUrl": "{{([sdn_street_02, sdn_city_02]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{sdn_street_02}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_02", "null": ""}]},
    "aboutUrl": "{{([sdn_street_02, sdn_city_02]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_02", "null": ""}]},
    "aboutUrl": "{{([sdn_street_02, sdn_city_02]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{sdn_street_02}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_no_02", "null": ""}]},
    "aboutUrl": "{{([sdn_street_02, ' ', sdn_street_no_02, ' ', sdn_street_no_add_02]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{sdn_street_no_02}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_street_no_add_02", "null": ""}]},
    "aboutUrl": "{{([sdn_street_02, ' ', sdn_street_no_02, ' ', sdn_street_no_add_02]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{sdn_street_no_add_02}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_02", "null": ""}, {"name": "sdn_city_02", "null": ""}]},
    "aboutUrl": "{{([sdn_street_02, sdn_city_02]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{sdn_city_02}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_city_02", "null": ""}]},
    "aboutUrl": "{{sdn_city_02}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_adamlink_uri_02", "null": ""}]},
    "name": "sdn_street_adamlink_uri_02",
    "aboutUrl": "{{([sdn_street_02, sdn_city_02]|join)}}",
    "propertyUrl": "owl:sameAs",
    "csvw:value": "{{sdn_street_adamlink_uri_02}}",
    "datatype": "xsd:anyURI"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_address_locationPoint_02", "null": ""}]},
    "name": "sdn_address_locationPoint_02",
    "aboutUrl": "{{([sdn_street_02, ' ', sdn_street_no_02, ' ', sdn_street_no_add_02]|join)}}",
    "propertyUrl": "owl:sameAs",
    "csvw:value": "https://iisg.amsterdam/resource/andb/lp/{{sdn_address_locationPoint_02}}",
    "datatype": "xsd:anyURI"
   }, 
  {
    "virtual": "true",
    "aboutUrl": "{% if ( (sdn_street_02 != '' ) or (sdn_street_no_02 != '') or (sdn_city_02 != '') ) %}{{([adm_id, '-residency_02']|join)}}{% endif %}",
    "propertyUrl": "vocab:duration",
    "valueUrl": "{% if ( (sdn_street_02 != '' ) or (sdn_street_no_02 != '') or (sdn_city_02 != '') ) %}{{([adm_id, '-residency_02-interval']|join)}}{% endif %}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (sdn_street_02 != '' ) or (sdn_street_no_02 != '') or (sdn_city_02 != '') ) %}{{([adm_id, '-residency_02-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Duur van de bewoning van ', sdn_street_02, ' ', sdn_street_no_02, ' ', sdn_city_02, ' door ', name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (sdn_street_02 != '' ) or (sdn_street_no_02 != '') or (sdn_city_02 != '') ) %}{{([adm_id, '-residency_02-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Duration of the residency at ', sdn_street_02, ' ', sdn_street_no_02, ' ', sdn_city_02, ' by ', name]|join)}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (sdn_street_02 != '' ) or (sdn_street_no_02 != '') or (sdn_city_02 != '') ) %}{{([adm_id, '-residency_02-interval']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:ProperInterval"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (sdn_street_02 != '' ) or (sdn_street_no_02 != '') or (sdn_city_02 != '') ) %}{{([adm_id, '-residency_02-interval']|join)}}{% endif %}",
    "propertyUrl": "time:before",
    "valueUrl": "{% if ( (sdn_street_03 != '' ) or (sdn_street_no_03 != '') or (sdn_city_03 != '') ) %}{{([adm_id, '-residency_03-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (sdn_street_02 != '' ) or (sdn_street_no_02 != '') or (sdn_city_02 != '') ) %}{{([adm_id, '-residency_02-interval']|join)}}{% endif %}",
    "propertyUrl": "time:after",
    "valueUrl": "{% if ( (sdn_street_01 != '' ) or (sdn_street_no_01 != '') or (sdn_city_01 != '') ) %}{{([adm_id, '-residency_01-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_addr_year_02", "null": ""}]},
    "aboutUrl": "{% if ( (sdn_street_02 != '' ) or (sdn_street_no_02 != '') or (sdn_city_02 != '') ) %}{{([adm_id, '-residency_02-interval']|join)}}{% endif %}",
    "propertyUrl": "time:hasBeginning",
    "valueUrl": "{{['%04d'| format(sdn_addr_year_02|int),'-','%02d' | format(sdn_addr_month_02|int),'-','%02d'|format(sdn_addr_day_02|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_addr_year_02", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(sdn_addr_year_02|int),'-','%02d' | format(sdn_addr_month_02|int),'-','%02d'|format(sdn_addr_day_02|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_addr_year_02", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(sdn_addr_year_02|int),'-','%02d' | format(sdn_addr_month_02|int),'-','%02d'|format(sdn_addr_day_02|int)]|join}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(sdn_addr_year_02|int),'-','%02d' | format(sdn_addr_month_02|int),'-','%02d'|format(sdn_addr_day_02|int)]|join}}",  
    "datatype": "xsd:string" 
    },
    {
    "virtual": "true",
     "null": {"@list": [{"name": "sdn_addr_year_02", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(sdn_addr_year_02|int),'-','%02d' | format(sdn_addr_month_02|int),'-','%02d'|format(sdn_addr_day_02|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(sdn_addr_year_02|int),'-','%02d' | format(sdn_addr_month_02|int),'-','%02d'|format(sdn_addr_day_02|int)]|join}}",  
    "datatype": "xsd:date"
    },
     {
    "virtual": "true",
    "aboutUrl": "{% if ( (sdn_street_03 != '' ) or (sdn_street_no_03 != '') or (sdn_city_03 != '') ) %}{{([adm_id, '-residency_03']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "dc:description": "Woonadres",
    "valueUrl": "vocab:Residency"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{% if ( (sdn_street_03 != '' ) or (sdn_street_no_03 != '') or (sdn_city_03 != '') ) %}{{([adm_id, '-residency_03']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Bewoning van ', sdn_street_03, ' ', sdn_street_no_03, ' ', sdn_city_03, ' door ', name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{% if ( (sdn_street_03 != '' ) or (sdn_street_no_03 != '') or (sdn_city_03 != '') ) %}{{([adm_id, '-residency_03']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Residency at ', sdn_street_03, ' ', sdn_street_no_03, ' ', sdn_city_03, ' by ', name]|join)}}"
   },
   {
    "virtual": "true", 
    "null": "__",
    "aboutUrl": "{% if ( (sdn_street_03 != '' ) or (sdn_street_no_03 != '') or (sdn_city_03 != '') ) %}{{([adm_id, '-residency_03']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([sdn_street_03, ' ', sdn_street_no_03, ' ', sdn_street_no_add_03]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([sdn_street_03, ' ', sdn_street_no_03, ' ', sdn_street_no_add_03]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
    {
    "virtual": "true",
    "null": "  ",
    "aboutUrl": "{{([sdn_street_03, ' ', sdn_street_no_03, ' ', sdn_street_no_add_03]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([sdn_street_03, ' ', sdn_street_no_03, ' ', sdn_street_no_add_03]|join)}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_street_03", "null": ""}]},
    "aboutUrl": "{{([sdn_street_03, ' ', sdn_street_no_03, ' ', sdn_street_no_add_03]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([sdn_street_03, sdn_city_03]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_03", "null": ""}]},
    "aboutUrl": "{{([sdn_street_03, sdn_city_03]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{sdn_street_03}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_03", "null": ""}]},
    "aboutUrl": "{{([sdn_street_03, sdn_city_03]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_03", "null": ""}]},
    "aboutUrl": "{{([sdn_street_03, sdn_city_03]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{sdn_street_03}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_no_03", "null": ""}]},
    "aboutUrl": "{{([sdn_street_03, ' ', sdn_street_no_03, ' ', sdn_street_no_add_03]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{sdn_street_no_03}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_street_no_add_03", "null": ""}]},
    "aboutUrl": "{{([sdn_street_03, ' ', sdn_street_no_03, ' ', sdn_street_no_add_03]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{sdn_street_no_add_03}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_03", "null": ""}, {"name": "sdn_city_03", "null": ""}]},
    "aboutUrl": "{{([sdn_street_03, sdn_city_03]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{sdn_city_03}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_city_03", "null": ""}]},
    "aboutUrl": "{{sdn_city_03}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_adamlink_uri_03", "null": ""}]},
    "name": "sdn_street_adamlink_uri_03",
    "aboutUrl": "{{([sdn_street_03, sdn_city_03]|join)}}",
    "propertyUrl": "owl:sameAs",
    "csvw:value": "{{sdn_street_adamlink_uri_03}}",
    "datatype": "xsd:anyURI"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_address_locationPoint_03", "null": ""}]},
    "name": "sdn_address_locationPoint_03",
    "aboutUrl": "{{([sdn_street_03, ' ', sdn_street_no_03, ' ', sdn_street_no_add_03]|join)}}",
    "propertyUrl": "owl:sameAs",
    "csvw:value": "https://iisg.amsterdam/resource/andb/lp/{{sdn_address_locationPoint_03}}",
    "datatype": "xsd:anyURI"
   }, 
  {
    "virtual": "true",
    "aboutUrl": "{% if ( (sdn_street_03 != '' ) or (sdn_street_no_03 != '') or (sdn_city_03 != '') ) %}{{([adm_id, '-residency_03']|join)}}{% endif %}",
    "propertyUrl": "vocab:duration",
    "valueUrl": "{% if ( (sdn_street_03 != '' ) or (sdn_street_no_03 != '') or (sdn_city_03 != '') ) %}{{([adm_id, '-residency_03-interval']|join)}}{% endif %}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (sdn_street_03 != '' ) or (sdn_street_no_03 != '') or (sdn_city_03 != '') ) %}{{([adm_id, '-residency_03-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Duur van de bewoning van ', sdn_street_03, ' ', sdn_street_no_03, ' ', sdn_city_03, ' door ', name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (sdn_street_03 != '' ) or (sdn_street_no_03 != '') or (sdn_city_03 != '') ) %}{{([adm_id, '-residency_03-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Duration of the residency at ', sdn_street_03, ' ', sdn_street_no_03, ' ', sdn_city_03, ' by ', name]|join)}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (sdn_street_03 != '' ) or (sdn_street_no_03 != '') or (sdn_city_03 != '') ) %}{{([adm_id, '-residency_03-interval']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:ProperInterval"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (sdn_street_03 != '' ) or (sdn_street_no_03 != '') or (sdn_city_03 != '') ) %}{{([adm_id, '-residency_03-interval']|join)}}{% endif %}",
    "propertyUrl": "time:before",
    "valueUrl": "{% if ( (sdn_street_04 != '' ) or (sdn_street_no_04 != '') or (sdn_city_04 != '') ) %}{{([adm_id, '-residency_04-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (sdn_street_03 != '' ) or (sdn_street_no_03 != '') or (sdn_city_03 != '') ) %}{{([adm_id, '-residency_03-interval']|join)}}{% endif %}",
    "propertyUrl": "time:after",
    "valueUrl": "{% if ( (sdn_street_02 != '' ) or (sdn_street_no_02 != '') or (sdn_city_02 != '') ) %}{{([adm_id, '-residency_02-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_addr_year_03", "null": ""}]},
    "aboutUrl": "{% if ( (sdn_street_03 != '' ) or (sdn_street_no_03 != '') or (sdn_city_03 != '') ) %}{{([adm_id, '-residency_03-interval']|join)}}{% endif %}",
    "propertyUrl": "time:hasBeginning",
    "valueUrl": "{{['%04d'| format(sdn_addr_year_03|int),'-','%02d' | format(sdn_addr_month_03|int),'-','%02d'|format(sdn_addr_day_03|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_addr_year_03", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(sdn_addr_year_03|int),'-','%02d' | format(sdn_addr_month_03|int),'-','%02d'|format(sdn_addr_day_03|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_addr_year_03", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(sdn_addr_year_03|int),'-','%02d' | format(sdn_addr_month_03|int),'-','%02d'|format(sdn_addr_day_03|int)]|join}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(sdn_addr_year_03|int),'-','%02d' | format(sdn_addr_month_03|int),'-','%02d'|format(sdn_addr_day_03|int)]|join}}",  
    "datatype": "xsd:string" 
    },
    {
    "virtual": "true",
     "null": {"@list": [{"name": "sdn_addr_year_03", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(sdn_addr_year_03|int),'-','%02d' | format(sdn_addr_month_03|int),'-','%02d'|format(sdn_addr_day_03|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(sdn_addr_year_03|int),'-','%02d' | format(sdn_addr_month_03|int),'-','%02d'|format(sdn_addr_day_03|int)]|join}}",  
    "datatype": "xsd:date"
    },
     {
    "virtual": "true",
    "aboutUrl": "{% if ( (sdn_street_04 != '' ) or (sdn_street_no_04 != '') or (sdn_city_04 != '') ) %}{{([adm_id, '-residency_04']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "dc:description": "Woonadres",
    "valueUrl": "vocab:Residency"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{% if ( (sdn_street_04 != '' ) or (sdn_street_no_04 != '') or (sdn_city_04 != '') ) %}{{([adm_id, '-residency_04']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Bewoning van ', sdn_street_04, ' ', sdn_street_no_04, ' ', sdn_city_04, ' door ', name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{% if ( (sdn_street_04 != '' ) or (sdn_street_no_04 != '') or (sdn_city_04 != '') ) %}{{([adm_id, '-residency_04']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Residency at ', sdn_street_04, ' ', sdn_street_no_04, ' ', sdn_city_04, ' by ', name]|join)}}"
   },
   {
    "virtual": "true", 
    "null": "__",
    "aboutUrl": "{% if ( (sdn_street_04 != '' ) or (sdn_street_no_04 != '') or (sdn_city_04 != '') ) %}{{([adm_id, '-residency_04']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([sdn_street_04, ' ', sdn_street_no_04, ' ', sdn_street_no_add_04]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([sdn_street_04, ' ', sdn_street_no_04, ' ', sdn_street_no_add_04]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
    {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([sdn_street_04, ' ', sdn_street_no_04, ' ', sdn_street_no_add_04]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([sdn_street_04, ' ', sdn_street_no_04, ' ', sdn_street_no_add_04]|join)}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_street_04", "null": ""}]},
    "aboutUrl": "{{([sdn_street_04, ' ', sdn_street_no_04, ' ', sdn_street_no_add_04]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([sdn_street_04, sdn_city_04]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_04", "null": ""}]},
    "aboutUrl": "{{([sdn_street_04, sdn_city_04]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{sdn_street_04}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_04", "null": ""}]},
    "aboutUrl": "{{([sdn_street_04, sdn_city_04]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_04", "null": ""}]},
    "aboutUrl": "{{([sdn_street_04, sdn_city_04]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{sdn_street_04}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_no_04", "null": ""}]},
    "aboutUrl": "{{([sdn_street_04, ' ', sdn_street_no_04, ' ', sdn_street_no_add_04]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{sdn_street_no_04}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_street_no_add_04", "null": ""}]},
    "aboutUrl": "{{([sdn_street_04, ' ', sdn_street_no_04, ' ', sdn_street_no_add_04]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{sdn_street_no_add_04}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_04", "null": ""}, {"name": "sdn_city_04", "null": ""}]},
    "aboutUrl": "{{([sdn_street_04, sdn_city_04]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{sdn_city_04}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_city_04", "null": ""}]},
    "aboutUrl": "{{sdn_city_04}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_adamlink_uri_04", "null": ""}]},
    "name": "sdn_street_adamlink_uri_04",
    "aboutUrl": "{{([sdn_street_04, sdn_city_04]|join)}}",
    "propertyUrl": "owl:sameAs",
    "csvw:value": "{{sdn_street_adamlink_uri_04}}",
    "datatype": "xsd:anyURI"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_address_locationPoint_04", "null": ""}]},
    "name": "sdn_address_locationPoint_04",
    "aboutUrl": "{{([sdn_street_04, ' ', sdn_street_no_04, ' ', sdn_street_no_add_04]|join)}}",
    "propertyUrl": "owl:sameAs",
    "csvw:value": "https://iisg.amsterdam/resource/andb/lp/{{sdn_address_locationPoint_04}}",
    "datatype": "xsd:anyURI"
   }, 
  {
    "virtual": "true",
    "aboutUrl": "{% if ( (sdn_street_04 != '' ) or (sdn_street_no_04 != '') or (sdn_city_04 != '') ) %}{{([adm_id, '-residency_04']|join)}}{% endif %}",
    "propertyUrl": "vocab:duration",
    "valueUrl": "{% if ( (sdn_street_04 != '' ) or (sdn_street_no_04 != '') or (sdn_city_04 != '') ) %}{{([adm_id, '-residency_04-interval']|join)}}{% endif %}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (sdn_street_04 != '' ) or (sdn_street_no_04 != '') or (sdn_city_04 != '') ) %}{{([adm_id, '-residency_04-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Duur van de bewoning van ', sdn_street_04, ' ', sdn_street_no_04, ' ', sdn_city_04, ' door ', name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (sdn_street_04 != '' ) or (sdn_street_no_04 != '') or (sdn_city_04 != '') ) %}{{([adm_id, '-residency_04-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Duration of the residency at ', sdn_street_04, ' ', sdn_street_no_04, ' ', sdn_city_04, ' by ', name]|join)}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (sdn_street_04 != '' ) or (sdn_street_no_04 != '') or (sdn_city_04 != '') ) %}{{([adm_id, '-residency_04-interval']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:ProperInterval"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (sdn_street_04 != '' ) or (sdn_street_no_04 != '') or (sdn_city_04 != '') ) %}{{([adm_id, '-residency_04-interval']|join)}}{% endif %}",
    "propertyUrl": "time:before",
    "valueUrl": "{% if ( (sdn_street_05 != '' ) or (sdn_street_no_05 != '') or (sdn_city_05 != '') ) %}{{([adm_id, '-residency_05-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (sdn_street_04 != '' ) or (sdn_street_no_04 != '') or (sdn_city_04 != '') ) %}{{([adm_id, '-residency_04-interval']|join)}}{% endif %}",
    "propertyUrl": "time:after",
    "valueUrl": "{% if ( (sdn_street_03 != '' ) or (sdn_street_no_03 != '') or (sdn_city_03 != '') ) %}{{([adm_id, '-residency_03-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_addr_year_04", "null": ""}]},
    "aboutUrl": "{% if ( (sdn_street_04 != '' ) or (sdn_street_no_04 != '') or (sdn_city_04 != '') ) %}{{([adm_id, '-residency_04-interval']|join)}}{% endif %}",
    "propertyUrl": "time:hasBeginning",
    "valueUrl": "{{['%04d'| format(sdn_addr_year_04|int),'-','%02d' | format(sdn_addr_month_04|int),'-','%02d'|format(sdn_addr_day_04|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_addr_year_04", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(sdn_addr_year_04|int),'-','%02d' | format(sdn_addr_month_04|int),'-','%02d'|format(sdn_addr_day_04|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_addr_year_04", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(sdn_addr_year_04|int),'-','%02d' | format(sdn_addr_month_04|int),'-','%02d'|format(sdn_addr_day_04|int)]|join}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(sdn_addr_year_04|int),'-','%02d' | format(sdn_addr_month_04|int),'-','%02d'|format(sdn_addr_day_04|int)]|join}}",  
    "datatype": "xsd:string" 
    },
    {
    "virtual": "true",
     "null": {"@list": [{"name": "sdn_addr_year_04", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(sdn_addr_year_04|int),'-','%02d' | format(sdn_addr_month_04|int),'-','%02d'|format(sdn_addr_day_04|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(sdn_addr_year_04|int),'-','%02d' | format(sdn_addr_month_04|int),'-','%02d'|format(sdn_addr_day_04|int)]|join}}",  
    "datatype": "xsd:date"
    },
     {
    "virtual": "true",
    "aboutUrl": "{% if ( (sdn_street_05 != '' ) or (sdn_street_no_05 != '') or (sdn_city_05 != '') ) %}{{([adm_id, '-residency_05']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "dc:description": "Woonadres",
    "valueUrl": "vocab:Residency"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{% if ( (sdn_street_05 != '' ) or (sdn_street_no_05 != '') or (sdn_city_05 != '') ) %}{{([adm_id, '-residency_05']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Bewoning van ', sdn_street_05, ' ', sdn_street_no_05, ' ', sdn_city_05, ' door ', name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{% if ( (sdn_street_05 != '' ) or (sdn_street_no_05 != '') or (sdn_city_05 != '') ) %}{{([adm_id, '-residency_05']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Residency at ', sdn_street_05, ' ', sdn_street_no_05, ' ', sdn_city_05, ' by ', name]|join)}}"
   },
   {
    "virtual": "true", 
    "null": "__",
    "aboutUrl": "{% if ( (sdn_street_05 != '' ) or (sdn_street_no_05 != '') or (sdn_city_05 != '') ) %}{{([adm_id, '-residency_05']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([sdn_street_05, ' ', sdn_street_no_05, ' ', sdn_street_no_add_05]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([sdn_street_05, ' ', sdn_street_no_05, ' ', sdn_street_no_add_05]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
    {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([sdn_street_05, ' ', sdn_street_no_05, ' ', sdn_street_no_add_05]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([sdn_street_05, ' ', sdn_street_no_05, ' ', sdn_street_no_add_05]|join)}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_street_05", "null": ""}]},
    "aboutUrl": "{{([sdn_street_05, ' ', sdn_street_no_05, ' ', sdn_street_no_add_05]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([sdn_street_05, sdn_city_05]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_05", "null": ""}]},
    "aboutUrl": "{{([sdn_street_05, sdn_city_05]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{sdn_street_05}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_05", "null": ""}]},
    "aboutUrl": "{{([sdn_street_05, sdn_city_05]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_05", "null": ""}]},
    "aboutUrl": "{{([sdn_street_05, sdn_city_05]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{sdn_street_05}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_no_05", "null": ""}]},
    "aboutUrl": "{{([sdn_street_05, ' ', sdn_street_no_05, ' ', sdn_street_no_add_05]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{sdn_street_no_05}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_street_no_add_05", "null": ""}]},
    "aboutUrl": "{{([sdn_street_05, ' ', sdn_street_no_05, ' ', sdn_street_no_add_05]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{sdn_street_no_add_05}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_05", "null": ""}, {"name": "sdn_city_05", "null": ""}]},
    "aboutUrl": "{{([sdn_street_05, sdn_city_05]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{sdn_city_05}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_city_05", "null": ""}]},
    "aboutUrl": "{{sdn_city_05}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_street_adamlink_uri_05", "null": ""}]},
    "name": "sdn_street_adamlink_uri_05",
    "aboutUrl": "{{([sdn_street_05, sdn_city_05]|join)}}",
    "propertyUrl": "owl:sameAs",
    "csvw:value": "{{sdn_street_adamlink_uri_05}}",
    "datatype": "xsd:anyURI"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_address_locationPoint_05", "null": ""}]},
    "name": "sdn_address_locationPoint_05",
    "aboutUrl": "{{([sdn_street_05, ' ', sdn_street_no_05, ' ', sdn_street_no_add_05]|join)}}",
    "propertyUrl": "owl:sameAs",
    "csvw:value": "https://iisg.amsterdam/resource/andb/lp/{{sdn_address_locationPoint_05}}",
    "datatype": "xsd:anyURI"
   }, 
  {
    "virtual": "true",
    "aboutUrl": "{% if ( (sdn_street_05 != '' ) or (sdn_street_no_05 != '') or (sdn_city_05 != '') ) %}{{([adm_id, '-residency_05']|join)}}{% endif %}",
    "propertyUrl": "vocab:duration",
    "valueUrl": "{% if ( (sdn_street_05 != '' ) or (sdn_street_no_05 != '') or (sdn_city_05 != '') ) %}{{([adm_id, '-residency_05-interval']|join)}}{% endif %}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (sdn_street_05 != '' ) or (sdn_street_no_05 != '') or (sdn_city_05 != '') ) %}{{([adm_id, '-residency_05-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Duur van de bewoning van ', sdn_street_05, ' ', sdn_street_no_05, ' ', sdn_city_05, ' door ', name]|join)}}"
   },
    {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (sdn_street_05 != '' ) or (sdn_street_no_05 != '') or (sdn_city_05 != '') ) %}{{([adm_id, '-residency_05-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Duration of the residency at ', sdn_street_05, ' ', sdn_street_no_05, ' ', sdn_city_05, ' by ', name]|join)}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (sdn_street_05 != '' ) or (sdn_street_no_05 != '') or (sdn_city_05 != '') ) %}{{([adm_id, '-residency_05-interval']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:ProperInterval"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (sdn_street_05 != '' ) or (sdn_street_no_05 != '') or (sdn_city_05 != '') ) %}{{([adm_id, '-residency_05-interval']|join)}}{% endif %}",
    "propertyUrl": "time:after",
    "valueUrl": "{% if ( (sdn_street_04 != '' ) or (sdn_street_no_04 != '') or (sdn_city_04 != '') ) %}{{([adm_id, '-residency_04-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_addr_year_05", "null": ""}]},
    "aboutUrl": "{% if ( (sdn_street_05 != '' ) or (sdn_street_no_05 != '') or (sdn_city_05 != '') ) %}{{([adm_id, '-residency_05-interval']|join)}}{% endif %}",
    "propertyUrl": "time:hasBeginning",
    "valueUrl": "{{['%04d'| format(sdn_addr_year_05|int),'-','%02d' | format(sdn_addr_month_05|int),'-','%02d'|format(sdn_addr_day_05|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_addr_year_05", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(sdn_addr_year_05|int),'-','%02d' | format(sdn_addr_month_05|int),'-','%02d'|format(sdn_addr_day_05|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "sdn_addr_year_05", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(sdn_addr_year_05|int),'-','%02d' | format(sdn_addr_month_05|int),'-','%02d'|format(sdn_addr_day_05|int)]|join}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(sdn_addr_year_05|int),'-','%02d' | format(sdn_addr_month_05|int),'-','%02d'|format(sdn_addr_day_05|int)]|join}}",  
    "datatype": "xsd:string" 
    },
    {
    "virtual": "true",
     "null": {"@list": [{"name": "sdn_addr_year_05", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(sdn_addr_year_05|int),'-','%02d' | format(sdn_addr_month_05|int),'-','%02d'|format(sdn_addr_day_05|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(sdn_addr_year_05|int),'-','%02d' | format(sdn_addr_month_05|int),'-','%02d'|format(sdn_addr_day_05|int)]|join}}",  
    "datatype": "xsd:date"
    },
    {
    "null": {"@list": [{"name": "person_uuid", "null": ""}]},
    "virtual": "true", 
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:education",
    "valueUrl": "{{([adm_id, '-education']|join)}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "vocab:aboutEducation",
    "valueUrl": "{{([adm_id, '-education']|join)}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{{([adm_id, '-education']|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Education"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{{([adm_id, '-education']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Opleiding van ',name]|join)}}"
   },
    {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{{([adm_id, '-education']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['Education of ',name]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "sdn_occupation", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-education']|join)}}",
    "propertyUrl": "vocab:occupation",
    "valueUrl": "https://iisg.amsterdam/id/adb-andb/{{sdn_occupation}}"
   },
    {
    "virtual": "true", 
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{sdn_occupation}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Occupation"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{sdn_occupation}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{sdn_occupation}}"
   },
    {
    "virtual": "true", 
    "aboutUrl": "{{([adm_id, '-education']|join)}}",
    "propertyUrl": "vocab:duration",
    "valueUrl": "{% if ( (admission_year_01 != '' ) or (edu_end_year_01 != '')) %}{{([adm_id, '-education-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (admission_year_01 != '' ) or (edu_end_year_01 != '')) %}{{([adm_id, '-education-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(admission_year_01|int),'-','%02d' | format(admission_month_01|int),'-','%02d'|format(admission_day_01|int),'/','%04d'| format(edu_end_year_01|int),'-','%02d' | format(edu_end_month_01|int),'-','%02d'|format(edu_end_day_01|int)]|join}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (admission_year_01 != '' ) or (edu_end_year_01 != '')) %}{{([adm_id, '-education-interval']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:ProperInterval"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "admission_year_01", "null": ""}]},
    "aboutUrl": "{% if ( (admission_year_01 != '' ) or (edu_end_year_01 != '')) %}{{([adm_id, '-education-interval']|join)}}{% endif %}",
    "propertyUrl": "time:hasBeginning",
    "valueUrl": "{{['%04d'| format(admission_year_01|int),'-','%02d' | format(admission_month_01|int),'-','%02d'|format(admission_day_01|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "admission_year_01", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(admission_year_01|int),'-','%02d' | format(admission_month_01|int),'-','%02d'|format(admission_day_01|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "admission_year_01", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(admission_year_01|int),'-','%02d' | format(admission_month_01|int),'-','%02d'|format(admission_day_01|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(admission_year_01|int),'-','%02d' | format(admission_month_01|int),'-','%02d'|format(admission_day_01|int)]|join}}",  
    "datatype": "xsd:date"
   },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "admission_year_01", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(admission_year_01|int),'-','%02d' | format(admission_month_01|int),'-','%02d'|format(admission_day_01|int)]|join}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(admission_year_01|int),'-','%02d' | format(admission_month_01|int),'-','%02d'|format(admission_day_01|int)]|join}}",  
    "datatype": "xsd:string" 
    },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "edu_end_year_01", "null": ""}]},
    "aboutUrl": "{% if ( (admission_year_01 != '' ) or (edu_end_year_01 != '')) %}{{([adm_id, '-education-interval']|join)}}{% endif %}",
    "propertyUrl": "time:hasEnd",
    "valueUrl": "{{['%04d'| format(edu_end_year_01|int),'-','%02d' | format(edu_end_month_01|int),'-','%02d'|format(edu_end_day_01|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "edu_end_year_01", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(edu_end_year_01|int),'-','%02d' | format(edu_end_month_01|int),'-','%02d'|format(edu_end_day_01|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "edu_end_year_01", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(edu_end_year_01|int),'-','%02d' | format(edu_end_month_01|int),'-','%02d'|format(edu_end_day_01|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(edu_end_year_01|int),'-','%02d' | format(edu_end_month_01|int),'-','%02d'|format(edu_end_day_01|int)]|join}}",  
    "datatype": "xsd:date"
   },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "edu_end_year_01", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(edu_end_year_01|int),'-','%02d' | format(edu_end_month_01|int),'-','%02d'|format(edu_end_day_01|int)]|join}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(edu_end_year_01|int),'-','%02d' | format(edu_end_month_01|int),'-','%02d'|format(edu_end_day_01|int)]|join}}",  
    "datatype": "xsd:string" 
   },
 {
    "virtual": "true",
    "aboutUrl": "{% if ( (admission_year_01 != '' ) or (edu_end_year_01 != '')) %}{{([adm_id, '-education-interval']|join)}}{% endif %}",
    "propertyUrl": "time:intervalContains",
    "valueUrl": "{% if ( (wsp_name_01 != '' ) or (wsp_street_01 != '') or (mst_name_01 != '') ) %}{{([adm_id, '-internship_01-interval']|join)}}{% endif %}"
   },
    {
    "virtual": "true",
    "aboutUrl": "{% if ( (admission_year_01 != '' ) or (edu_end_year_01 != '')) %}{{([adm_id, '-education-interval']|join)}}{% endif %}",
    "propertyUrl": "time:intervalContains",
    "valueUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02-interval']|join)}}{% endif %}"
   },
    {
    "virtual": "true",
    "aboutUrl": "{% if ( (admission_year_01 != '' ) or (edu_end_year_01 != '')) %}{{([adm_id, '-education-interval']|join)}}{% endif %}",
    "propertyUrl": "time:intervalContains",
    "valueUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03-interval']|join)}}{% endif %}"
   },
    {
    "virtual": "true",
    "aboutUrl": "{% if ( (admission_year_01 != '' ) or (edu_end_year_01 != '')) %}{{([adm_id, '-education-interval']|join)}}{% endif %}",
    "propertyUrl": "time:intervalContains",
    "valueUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04-interval']|join)}}{% endif %}"
   },
    {
    "virtual": "true",
    "aboutUrl": "{% if ( (admission_year_01 != '' ) or (edu_end_year_01 != '')) %}{{([adm_id, '-education-interval']|join)}}{% endif %}",
    "propertyUrl": "time:intervalContains",
    "valueUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05-interval']|join)}}{% endif %}"
   },
    {
    "virtual": "true",
    "aboutUrl": "{% if ( (admission_year_01 != '' ) or (edu_end_year_01 != '')) %}{{([adm_id, '-education-interval']|join)}}{% endif %}",
    "propertyUrl": "time:intervalContains",
    "valueUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06-interval']|join)}}{% endif %}"
   },
    {
    "virtual": "true",
    "aboutUrl": "{% if ( (admission_year_01 != '' ) or (edu_end_year_01 != '')) %}{{([adm_id, '-education-interval']|join)}}{% endif %}",
    "propertyUrl": "time:intervalContains",
    "valueUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07-interval']|join)}}{% endif %}"
   },
    {
    "virtual": "true",
    "aboutUrl": "{% if ( (admission_year_01 != '' ) or (edu_end_year_01 != '')) %}{{([adm_id, '-education-interval']|join)}}{% endif %}",
    "propertyUrl": "time:intervalContains",
    "valueUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08-interval']|join)}}{% endif %}"
   },
    {
    "virtual": "true",
    "aboutUrl": "{% if ( (admission_year_01 != '' ) or (edu_end_year_01 != '')) %}{{([adm_id, '-education-interval']|join)}}{% endif %}",
    "propertyUrl": "time:intervalContains",
    "valueUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09-interval']|join)}}{% endif %}"
   },
    {
    "virtual": "true",
    "aboutUrl": "{% if ( (admission_year_01 != '' ) or (edu_end_year_01 != '')) %}{{([adm_id, '-education-interval']|join)}}{% endif %}",
    "propertyUrl": "time:intervalContains",
    "valueUrl": "{% if ( (wsp_name_10 != '' ) or (wsp_street_10 != '') or (mst_name_10 != '') ) %}{{([adm_id, '-internship_10-interval']|join)}}{% endif %}"
   },
     {
    "virtual": "true", 
    "null": {"@list": [{"name": "edu_examinator", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-education']|join)}}",
    "propertyUrl": "vocab:examinator",
    "csvw:value": "{{edu_examinator}}",
    "dc:description": "Examinator",
    "datatype": "xsd:string"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "null": {"@list": [{"name": "adm_remarks", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-education']|join)}}",
    "propertyUrl": "vocab:remark",
    "csvw:value": "{{adm_remarks}}"
   }, 
   {
    "virtual": "true",
    "null": "",
    "aboutUrl": "{{([adm_id, '-education']|join)}}",
    "propertyUrl": "vocab:internship",
    "valueUrl": "{% if ( (wsp_name_01 != '' ) or (wsp_street_01 != '') or (mst_name_01 != '') ) %}{{([adm_id, '-internship_01']|join)}}{% endif %}",
    "dc:description": "Leer-werktraject"
   }, 
   {
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{{([adm_id, '-education']|join)}}",
    "propertyUrl": "vocab:internship",
    "valueUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02']|join)}}{% endif %}",
    "dc:description": "Leer-werktraject"
   },
   {
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{{([adm_id, '-education']|join)}}",
    "propertyUrl": "vocab:internship",
    "valueUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03']|join)}}{% endif %}",
    "dc:description": "Leer-werktraject"
   },
   {
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{{([adm_id, '-education']|join)}}",
    "propertyUrl": "vocab:internship",
    "valueUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04']|join)}}{% endif %}",
    "dc:description": "Leer-werktraject"
   },
   {
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{{([adm_id, '-education']|join)}}",
    "propertyUrl": "vocab:internship",
    "valueUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05']|join)}}{% endif %}",
    "dc:description": "Leer-werktraject"
   },
   {
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{{([adm_id, '-education']|join)}}",
    "propertyUrl": "vocab:internship",
    "valueUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06']|join)}}{% endif %}",
    "dc:description": "Leer-werktraject"
   }, 
   {
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{{([adm_id, '-education']|join)}}",
    "propertyUrl": "vocab:internship",
    "valueUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07']|join)}}{% endif %}",
    "dc:description": "Leer-werktraject"
   },
   {
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{{([adm_id, '-education']|join)}}",
    "propertyUrl": "vocab:internship",
    "valueUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08']|join)}}{% endif %}",
    "dc:description": "Leer-werktraject"
   },
   {
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{{([adm_id, '-education']|join)}}",
    "propertyUrl": "vocab:internship",
    "valueUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09']|join)}}{% endif %}",
    "dc:description": "Leer-werktraject"
   },
   {
    "virtual": "true", 
    "null": "",
    "aboutUrl": "{{([adm_id, '-education']|join)}}",
    "propertyUrl": "vocab:internship",
    "valueUrl": "{% if ( (wsp_name_10 != '' ) or (wsp_street_10 != '') or (mst_name_10 != '') ) %}{{([adm_id, '-internship_10']|join)}}{% endif %}",
    "dc:description": "Leer-werktraject"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_01 != '' ) or (wsp_street_01 != '') or (mst_name_01 != '') ) %}{{([adm_id, '-internship_01']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Internship"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_01 != '' ) or (wsp_street_01 != '') or (mst_name_01 != '') ) %}{{([adm_id, '-internship_01']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['1e Stage van ',name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_01 != '' ) or (wsp_street_01 != '') or (mst_name_01 != '') ) %}{{([adm_id, '-internship_01']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['1st Internship of ',name]|join)}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_01 != '' ) or (wsp_street_01 != '') or (mst_name_01 != '') ) %}{{([adm_id, '-internship_01']|join)}}{% endif %}",
    "propertyUrl": "org:organization",
    "valueUrl": "{{(['diamantslijperijen/', wsp_name_01]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_01]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Workshop"
   },
   {
    "lang": "nl",
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_01", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_01]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_name_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_01", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_01]|join)|replace(' ', '_')}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_name_01}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true",
    "null": "__",
    "aboutUrl": "{% if ( (wsp_name_01 != '' ) or (wsp_street_01 != '') or (mst_name_01 != '') ) %}{{([adm_id, '-internship_01']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([wsp_street_01, ' ', wsp_street_no_01, ' ', wsp_street_no_ad_01]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([wsp_street_01, ' ', wsp_street_no_01, ' ', wsp_street_no_ad_01]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
   {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([wsp_street_01, ' ', wsp_street_no_01, ' ', wsp_street_no_ad_01]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([wsp_street_01, ' ', wsp_street_no_01, ' ', wsp_street_no_ad_01]|join)}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_01", "null": ""}]},
    "aboutUrl": "{{([wsp_street_01, ' ', wsp_street_no_01, ' ', wsp_street_no_ad_01]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([wsp_street_01, wsp_city_01]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_01", "null": ""}]},
    "aboutUrl": "{{([wsp_street_01, wsp_city_01]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_street_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_01", "null": ""}]},
    "aboutUrl": "{{([wsp_street_01, wsp_city_01]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_01", "null": ""}]},
    "aboutUrl": "{{([wsp_street_01, wsp_city_01]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_street_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_no_01", "null": ""}]},
    "aboutUrl": "{{([wsp_street_01, ' ', wsp_street_no_01, ' ', wsp_street_no_ad_01]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{wsp_street_no_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_no_ad_01", "null": ""}]},
    "aboutUrl": "{{([wsp_street_01, ' ', wsp_street_no_01, ' ', wsp_street_no_ad_01]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{wsp_street_no_ad_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_01", "null": ""}, {"name": "wsp_city_01", "null": ""}]},
    "aboutUrl": "{{([wsp_street_01, wsp_city_01]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{wsp_city_01}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_city_01", "null": ""}]},
    "aboutUrl": "{{wsp_city_01}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_01 != '' ) or (wsp_street_01 != '') or (mst_name_01 != '') ) %}{{([adm_id, '-internship_01']|join)}}{% endif %}",
    "propertyUrl": "vocab:duration",
    "valueUrl": "{% if ( (wsp_name_01 != '' ) or (wsp_street_01 != '') or (mst_name_01 != '') ) %}{{([adm_id, '-internship_01-interval']|join)}}{% endif %}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_01 != '' ) or (wsp_street_01 != '') or (mst_name_01 != '') ) %}{{([adm_id, '-internship_01-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duur van de stage van {{name}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_01 != '' ) or (wsp_street_01 != '') or (mst_name_01 != '') ) %}{{([adm_id, '-internship_01-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duration of the internship of {{name}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_01 != '' ) or (wsp_street_01 != '') or (mst_name_01 != '') ) %}{{([adm_id, '-internship_01-interval']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:ProperInterval"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_01 != '' ) or (wsp_street_01 != '') or (mst_name_01 != '') ) %}{{([adm_id, '-internship_01-interval']|join)}}{% endif %}",
    "propertyUrl": "time:before",
    "valueUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_01", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_01 != '' ) or (wsp_street_01 != '') or (mst_name_01 != '') ) %}{{([adm_id, '-internship_01-interval']|join)}}{% endif %}",
    "propertyUrl": "time:hasBeginning",
    "valueUrl": "{{['%04d'| format(wsp_year_01|int),'-','%02d' | format(wsp_month_01|int),'-','%02d'|format(wsp_day_01|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_year_01", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_01|int),'-','%02d' | format(wsp_month_01|int),'-','%02d'|format(wsp_day_01|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_01", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_01|int),'-','%02d' | format(wsp_month_01|int),'-','%02d'|format(wsp_day_01|int)]|join}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(wsp_year_01|int),'-','%02d' | format(wsp_month_01|int),'-','%02d'|format(wsp_day_01|int)]|join}}",  
    "datatype": "xsd:string" 
    },
    {
    "virtual": "true",
     "null": {"@list": [{"name": "wsp_year_01", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_01|int),'-','%02d' | format(wsp_month_01|int),'-','%02d'|format(wsp_day_01|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(wsp_year_01|int),'-','%02d' | format(wsp_month_01|int),'-','%02d'|format(wsp_day_01|int)]|join}}",  
    "datatype": "xsd:date"
    },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_01", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_01 != '' ) or (wsp_street_01 != '') or (mst_name_01 != '') ) %}{{([adm_id, '-internship_01']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_01]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_01", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_01]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_01", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_01]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_01", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_01]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_01}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_01", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_01]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_01}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_01", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_01 != '' ) or (wsp_street_01 != '') or (mst_name_01 != '') ) %}{{([adm_id, '-internship_01']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_leermeester_01]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_01", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_01]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_01", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_01]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_01", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_01]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_leermeester_01}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_01", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_01]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_leermeester_01}}"
   },
    {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_mbc_01", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_01 != '' ) or (wsp_street_01 != '') or (mst_name_01 != '') ) %}{{([adm_id, '-internship_01']|join)}}{% endif %}",
    "propertyUrl": "vocab:masterMembership",
    "csvw:value": "{{mst_name_mbc_01}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Internship"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['2e Stage van ',name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['2nd Internship of ',name]|join)}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02']|join)}}{% endif %}",
    "propertyUrl": "org:organization",
    "valueUrl": "{{(['diamantslijperijen/', wsp_name_02]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_02]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Workshop"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_02", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_02]|join)|replace(' ', '_')}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_name_02}}",
    "datatype": "xsd:string"
   },
   {
    "lang": "nl",
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_02", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_02]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_name_02}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true",
    "null": "__",
    "aboutUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([wsp_street_02, ' ', wsp_street_no_02, ' ', wsp_street_no_ad_02]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([wsp_street_02, ' ', wsp_street_no_02, ' ', wsp_street_no_ad_02]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
   {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([wsp_street_02, ' ', wsp_street_no_02, ' ', wsp_street_no_ad_02]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([wsp_street_02, ' ', wsp_street_no_02, ' ', wsp_street_no_ad_02]|join)}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_02", "null": ""}]},
    "aboutUrl": "{{([wsp_street_02, ' ', wsp_street_no_02, ' ', wsp_street_no_ad_02]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([wsp_street_02, wsp_city_02]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_02", "null": ""}]},
    "aboutUrl": "{{([wsp_street_02, wsp_city_02]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_street_02}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_02", "null": ""}]},
    "aboutUrl": "{{([wsp_street_02, wsp_city_02]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_02", "null": ""}]},
    "aboutUrl": "{{([wsp_street_02, wsp_city_02]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_street_02}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_no_02", "null": ""}]},
    "aboutUrl": "{{([wsp_street_02, ' ', wsp_street_no_02, ' ', wsp_street_no_ad_02]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{wsp_street_no_02}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_no_ad_02", "null": ""}]},
    "aboutUrl": "{{([wsp_street_02, ' ', wsp_street_no_02, ' ', wsp_street_no_ad_02]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{wsp_street_no_ad_02}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_02", "null": ""}, {"name": "wsp_city_02", "null": ""}]},
    "aboutUrl": "{{([wsp_street_02, wsp_city_02]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{wsp_city_02}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_city_02", "null": ""}]},
    "aboutUrl": "{{wsp_city_02}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02']|join)}}{% endif %}",
    "propertyUrl": "vocab:duration",
    "valueUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02-interval']|join)}}{% endif %}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duur van de tweede stage van {{name}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duration of the second internship of {{name}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02-interval']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:ProperInterval"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02-interval']|join)}}{% endif %}",
    "propertyUrl": "time:before",
    "valueUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02-interval']|join)}}{% endif %}",
    "propertyUrl": "time:after",
    "valueUrl": "{% if ( (wsp_name_01 != '' ) or (wsp_street_01 != '') or (mst_name_01 != '') ) %}{{([adm_id, '-internship_01-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_02", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02-interval']|join)}}{% endif %}",
    "propertyUrl": "time:hasBeginning",
    "valueUrl": "{{['%04d'| format(wsp_year_02|int),'-','%02d' | format(wsp_month_02|int),'-','%02d'|format(wsp_day_02|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_year_02", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_02|int),'-','%02d' | format(wsp_month_02|int),'-','%02d'|format(wsp_day_02|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_02", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_02|int),'-','%02d' | format(wsp_month_02|int),'-','%02d'|format(wsp_day_02|int)]|join}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(wsp_year_02|int),'-','%02d' | format(wsp_month_02|int),'-','%02d'|format(wsp_day_02|int)]|join}}",  
    "datatype": "xsd:string" 
    },
    {
    "virtual": "true",
     "null": {"@list": [{"name": "wsp_year_02", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_02|int),'-','%02d' | format(wsp_month_02|int),'-','%02d'|format(wsp_day_02|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(wsp_year_02|int),'-','%02d' | format(wsp_month_02|int),'-','%02d'|format(wsp_day_02|int)]|join}}",  
    "datatype": "xsd:date"
    },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_02", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_02]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_02", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_02]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_02", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_02]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_02", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_02]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_02}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_02", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_02]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_02}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_02", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_leermeester_02]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_02", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_02]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_02", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_02]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_02", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_02]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_leermeester_02}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_02", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_02]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_leermeester_02}}"
   },
    {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_mbc_02", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02']|join)}}{% endif %}",
    "propertyUrl": "vocab:masterMembership",
    "csvw:value": "{{mst_name_mbc_02}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Internship"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['3e Stage van ',name]|join)}}"
   },
    {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['3th Internship of ',name]|join)}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03']|join)}}{% endif %}",
    "propertyUrl": "org:organization",
    "valueUrl": "{{(['diamantslijperijen/', wsp_name_03]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_03]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Workshop"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_03", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_03]|join)|replace(' ', '_')}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_name_03}}",
    "datatype": "xsd:string"
   },
   {
    "lang": "nl",
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_03", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_03]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_name_03}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true", 
    "null": "__",
    "aboutUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([wsp_street_03, ' ', wsp_street_no_03, ' ', wsp_street_no_ad_03]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([wsp_street_03, ' ', wsp_street_no_03, ' ', wsp_street_no_ad_03]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
   {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([wsp_street_03, ' ', wsp_street_no_03, ' ', wsp_street_no_ad_03]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([wsp_street_03, ' ', wsp_street_no_03, ' ', wsp_street_no_ad_03]|join)}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_03", "null": ""}]},
    "aboutUrl": "{{([wsp_street_03, ' ', wsp_street_no_03, ' ', wsp_street_no_ad_03]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([wsp_street_03, wsp_city_03]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_03", "null": ""}]},
    "aboutUrl": "{{([wsp_street_03, wsp_city_03]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_street_03}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_03", "null": ""}]},
    "aboutUrl": "{{([wsp_street_03, wsp_city_03]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_03", "null": ""}]},
    "aboutUrl": "{{([wsp_street_03, wsp_city_03]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_street_03}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_no_03", "null": ""}]},
    "aboutUrl": "{{([wsp_street_03, ' ', wsp_street_no_03, ' ', wsp_street_no_ad_03]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{wsp_street_no_03}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_no_ad_03", "null": ""}]},
    "aboutUrl": "{{([wsp_street_03, ' ', wsp_street_no_03, ' ', wsp_street_no_ad_03]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{wsp_street_no_ad_03}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_03", "null": ""}, {"name": "wsp_city_03", "null": ""}]},
    "aboutUrl": "{{([wsp_street_03, wsp_city_03]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{wsp_city_03}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_city_03", "null": ""}]},
    "aboutUrl": "{{wsp_city_03}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03']|join)}}{% endif %}",
    "propertyUrl": "vocab:duration",
    "valueUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03-interval']|join)}}{% endif %}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duur van de derde stage van {{name}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duration of the third internship of {{name}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03-interval']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:ProperInterval"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03-interval']|join)}}{% endif %}",
    "propertyUrl": "time:before",
    "valueUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03-interval']|join)}}{% endif %}",
    "propertyUrl": "time:after",
    "valueUrl": "{% if ( (wsp_name_02 != '' ) or (wsp_street_02 != '') or (mst_name_02 != '') ) %}{{([adm_id, '-internship_02-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_03", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03-interval']|join)}}{% endif %}",
    "propertyUrl": "time:hasBeginning",
    "valueUrl": "{{['%04d'| format(wsp_year_03|int),'-','%02d' | format(wsp_month_03|int),'-','%02d'|format(wsp_day_03|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_year_03", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_03|int),'-','%02d' | format(wsp_month_03|int),'-','%02d'|format(wsp_day_03|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_03", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_03|int),'-','%02d' | format(wsp_month_03|int),'-','%02d'|format(wsp_day_03|int)]|join}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(wsp_year_03|int),'-','%02d' | format(wsp_month_03|int),'-','%02d'|format(wsp_day_03|int)]|join}}",  
    "datatype": "xsd:string" 
    },
    {
    "virtual": "true",
     "null": {"@list": [{"name": "wsp_year_03", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_03|int),'-','%02d' | format(wsp_month_03|int),'-','%02d'|format(wsp_day_03|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(wsp_year_03|int),'-','%02d' | format(wsp_month_03|int),'-','%02d'|format(wsp_day_03|int)]|join}}",  
    "datatype": "xsd:date"
    },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_03", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_03]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_03", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_03]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_03", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_03]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_03", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_03]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_03}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_03", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_03]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_03}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_03", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_leermeester_03]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_03", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_03]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_03", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_03]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_03", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_03]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_leermeester_03}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_03", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_03]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_leermeester_03}}"
   },
    {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_mbc_03", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03']|join)}}{% endif %}",
    "propertyUrl": "vocab:masterMembership",
    "csvw:value": "{{mst_name_mbc_03}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Internship"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['4e Stage van ',name]|join)}}"
   },
    {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['4th Internship of ',name]|join)}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04']|join)}}{% endif %}",
    "propertyUrl": "org:organization",
    "valueUrl": "{{(['diamantslijperijen/', wsp_name_04]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_04]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Workshop"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_04", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_04]|join)|replace(' ', '_')}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_name_04}}",
    "datatype": "xsd:string"
   },
   {
    "lang": "nl",
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_04", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_04]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_name_04}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true", 
    "null": "__",
    "aboutUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([wsp_street_04, ' ', wsp_street_no_04, ' ', wsp_street_no_ad_04]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([wsp_street_04, ' ', wsp_street_no_04, ' ', wsp_street_no_ad_04]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
   {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([wsp_street_04, ' ', wsp_street_no_04, ' ', wsp_street_no_ad_04]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([wsp_street_04, ' ', wsp_street_no_04, ' ', wsp_street_no_ad_04]|join)}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_04", "null": ""}]},
    "aboutUrl": "{{([wsp_street_04, ' ', wsp_street_no_04, ' ', wsp_street_no_ad_04]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([wsp_street_04, wsp_city_04]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_04", "null": ""}]},
    "aboutUrl": "{{([wsp_street_04, wsp_city_04]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_street_04}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_04", "null": ""}]},
    "aboutUrl": "{{([wsp_street_04, wsp_city_04]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_04", "null": ""}]},
    "aboutUrl": "{{([wsp_street_04, wsp_city_04]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_street_04}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_no_04", "null": ""}]},
    "aboutUrl": "{{([wsp_street_04, ' ', wsp_street_no_04, ' ', wsp_street_no_ad_04]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{wsp_street_no_04}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_no_ad_04", "null": ""}]},
    "aboutUrl": "{{([wsp_street_04, ' ', wsp_street_no_04, ' ', wsp_street_no_ad_04]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{wsp_street_no_ad_04}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_04", "null": ""}, {"name": "wsp_city_04", "null": ""}]},
    "aboutUrl": "{{([wsp_street_04, wsp_city_04]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{wsp_city_04}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_city_04", "null": ""}]},
    "aboutUrl": "{{wsp_city_04}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04']|join)}}{% endif %}",
    "propertyUrl": "vocab:duration",
    "valueUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04-interval']|join)}}{% endif %}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duur van de vierde stage van {{name}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duration of the fourth internship of {{name}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04-interval']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:ProperInterval"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04-interval']|join)}}{% endif %}",
    "propertyUrl": "time:before",
    "valueUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04-interval']|join)}}{% endif %}",
    "propertyUrl": "time:after",
    "valueUrl": "{% if ( (wsp_name_03 != '' ) or (wsp_street_03 != '') or (mst_name_03 != '') ) %}{{([adm_id, '-internship_03-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_04", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04-interval']|join)}}{% endif %}",
    "propertyUrl": "time:hasBeginning",
    "valueUrl": "{{['%04d'| format(wsp_year_04|int),'-','%02d' | format(wsp_month_04|int),'-','%02d'|format(wsp_day_04|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_year_04", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_04|int),'-','%02d' | format(wsp_month_04|int),'-','%02d'|format(wsp_day_04|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_04", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_04|int),'-','%02d' | format(wsp_month_04|int),'-','%02d'|format(wsp_day_04|int)]|join}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(wsp_year_04|int),'-','%02d' | format(wsp_month_04|int),'-','%02d'|format(wsp_day_04|int)]|join}}",  
    "datatype": "xsd:string" 
    },
    {
    "virtual": "true",
     "null": {"@list": [{"name": "wsp_year_04", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_04|int),'-','%02d' | format(wsp_month_04|int),'-','%02d'|format(wsp_day_04|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(wsp_year_04|int),'-','%02d' | format(wsp_month_04|int),'-','%02d'|format(wsp_day_04|int)]|join}}",  
    "datatype": "xsd:date"
    },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_04", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_04]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_04", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_04]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_04", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_04]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_04", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_04]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_04}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_04", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_04]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_04}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_04", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_leermeester_04]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_04", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_04]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_04", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_04]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_04", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_04]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_leermeester_04}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_04", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_04]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_leermeester_04}}"
   },
    {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_mbc_04", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04']|join)}}{% endif %}",
    "propertyUrl": "vocab:masterMembership",
    "csvw:value": "{{mst_name_mbc_04}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Internship"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['5e Stage van ',name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['5e Internship of ',name]|join)}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05']|join)}}{% endif %}",
    "propertyUrl": "org:organization",
    "valueUrl": "{{(['diamantslijperijen/', wsp_name_05]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_05]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Workshop"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_05", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_05]|join)|replace(' ', '_')}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_name_05}}",
    "datatype": "xsd:string"
   },
   {
    "lang": "nl",
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_05", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_05]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_name_05}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true", 
    "null": "__",
    "aboutUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([wsp_street_05, ' ', wsp_street_no_05, ' ', wsp_street_no_ad_05]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([wsp_street_05, ' ', wsp_street_no_05, ' ', wsp_street_no_ad_05]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
   {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([wsp_street_05, ' ', wsp_street_no_05, ' ', wsp_street_no_ad_05]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([wsp_street_05, ' ', wsp_street_no_05, ' ', wsp_street_no_ad_05]|join)}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_05", "null": ""}]},
    "aboutUrl": "{{([wsp_street_05, ' ', wsp_street_no_05, ' ', wsp_street_no_ad_05]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([wsp_street_05, wsp_city_05]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_05", "null": ""}]},
    "aboutUrl": "{{([wsp_street_05, wsp_city_05]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_street_05}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_05", "null": ""}]},
    "aboutUrl": "{{([wsp_street_05, wsp_city_05]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_05", "null": ""}]},
    "aboutUrl": "{{([wsp_street_05, wsp_city_05]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_street_05}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_no_05", "null": ""}]},
    "aboutUrl": "{{([wsp_street_05, ' ', wsp_street_no_05, ' ', wsp_street_no_ad_05]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{wsp_street_no_05}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_no_ad_05", "null": ""}]},
    "aboutUrl": "{{([wsp_street_05, ' ', wsp_street_no_05, ' ', wsp_street_no_ad_05]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{wsp_street_no_ad_05}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_05", "null": ""}, {"name": "wsp_city_05", "null": ""}]},
    "aboutUrl": "{{([wsp_street_05, wsp_city_05]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{wsp_city_05}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_city_05", "null": ""}]},
    "aboutUrl": "{{wsp_city_05}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05']|join)}}{% endif %}",
    "propertyUrl": "vocab:duration",
    "valueUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05-interval']|join)}}{% endif %}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duur van de vijfde stage van {{name}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duration of the fifth internship of {{name}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05-interval']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:ProperInterval"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05-interval']|join)}}{% endif %}",
    "propertyUrl": "time:before",
    "valueUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05-interval']|join)}}{% endif %}",
    "propertyUrl": "time:after",
    "valueUrl": "{% if ( (wsp_name_04 != '' ) or (wsp_street_04 != '') or (mst_name_04 != '') ) %}{{([adm_id, '-internship_04-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_05", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05-interval']|join)}}{% endif %}",
    "propertyUrl": "time:hasBeginning",
    "valueUrl": "{{['%04d'| format(wsp_year_05|int),'-','%02d' | format(wsp_month_05|int),'-','%02d'|format(wsp_day_05|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_year_05", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_05|int),'-','%02d' | format(wsp_month_05|int),'-','%02d'|format(wsp_day_05|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_05", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_05|int),'-','%02d' | format(wsp_month_05|int),'-','%02d'|format(wsp_day_05|int)]|join}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(wsp_year_05|int),'-','%02d' | format(wsp_month_05|int),'-','%02d'|format(wsp_day_05|int)]|join}}",  
    "datatype": "xsd:string" 
    },
    {
    "virtual": "true",
     "null": {"@list": [{"name": "wsp_year_05", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_05|int),'-','%02d' | format(wsp_month_05|int),'-','%02d'|format(wsp_day_05|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(wsp_year_05|int),'-','%02d' | format(wsp_month_05|int),'-','%02d'|format(wsp_day_05|int)]|join}}",  
    "datatype": "xsd:date"
    },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_05", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_05]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_05", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_05]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_05", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_05]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_05", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_05]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_05}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_05", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_05]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_05}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_05", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_leermeester_05]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_05", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_05]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_05", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_05]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_05", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_05]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_leermeester_05}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_05", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_05]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_leermeester_05}}"
   },
    {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_mbc_05", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05']|join)}}{% endif %}",
    "propertyUrl": "vocab:masterMembership",
    "csvw:value": "{{mst_name_mbc_05}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Internship"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['6e Stage van ',name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['6th Internship of ',name]|join)}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06']|join)}}{% endif %}",
    "propertyUrl": "org:organization",
    "valueUrl": "{{(['diamantslijperijen/', wsp_name_06]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_06]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Workshop"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_06", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_06]|join)|replace(' ', '_')}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_name_06}}",
    "datatype": "xsd:string"
   },
   {
    "lang": "nl",
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_06", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_06]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_name_06}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true",
    "null": "__",
    "aboutUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([wsp_street_06, ' ', wsp_street_no_06, ' ', wsp_street_no_ad_06]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([wsp_street_06, ' ', wsp_street_no_06, ' ', wsp_street_no_ad_06]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
   {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([wsp_street_06, ' ', wsp_street_no_06, ' ', wsp_street_no_ad_06]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([wsp_street_06, ' ', wsp_street_no_06, ' ', wsp_street_no_ad_06]|join)}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_06", "null": ""}]},
    "aboutUrl": "{{([wsp_street_06, ' ', wsp_street_no_06, ' ', wsp_street_no_ad_06]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([wsp_street_06, wsp_city_06]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_06", "null": ""}]},
    "aboutUrl": "{{([wsp_street_06, wsp_city_06]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_street_06}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_06", "null": ""}]},
    "aboutUrl": "{{([wsp_street_06, wsp_city_06]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_06", "null": ""}]},
    "aboutUrl": "{{([wsp_street_06, wsp_city_06]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_street_06}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_no_06", "null": ""}]},
    "aboutUrl": "{{([wsp_street_06, ' ', wsp_street_no_06, ' ', wsp_street_no_ad_06]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{wsp_street_no_06}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_no_ad_06", "null": ""}]},
    "aboutUrl": "{{([wsp_street_06, ' ', wsp_street_no_06, ' ', wsp_street_no_ad_06]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{wsp_street_no_ad_06}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_06", "null": ""}, {"name": "wsp_city_06", "null": ""}]},
    "aboutUrl": "{{([wsp_street_06, wsp_city_06]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{wsp_city_06}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_city_06", "null": ""}]},
    "aboutUrl": "{{wsp_city_06}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06']|join)}}{% endif %}",
    "propertyUrl": "vocab:duration",
    "valueUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06-interval']|join)}}{% endif %}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duur van de zesde stage van {{name}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duration of the sixth internship of {{name}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06-interval']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:ProperInterval"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06-interval']|join)}}{% endif %}",
    "propertyUrl": "time:before",
    "valueUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06-interval']|join)}}{% endif %}",
    "propertyUrl": "time:after",
    "valueUrl": "{% if ( (wsp_name_05 != '' ) or (wsp_street_05 != '') or (mst_name_05 != '') ) %}{{([adm_id, '-internship_05-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_06", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06-interval']|join)}}{% endif %}",
    "propertyUrl": "time:hasBeginning",
    "valueUrl": "{{['%04d'| format(wsp_year_06|int),'-','%02d' | format(wsp_month_06|int),'-','%02d'|format(wsp_day_06|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_year_06", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_06|int),'-','%02d' | format(wsp_month_06|int),'-','%02d'|format(wsp_day_06|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_06", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_06|int),'-','%02d' | format(wsp_month_06|int),'-','%02d'|format(wsp_day_06|int)]|join}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(wsp_year_06|int),'-','%02d' | format(wsp_month_06|int),'-','%02d'|format(wsp_day_06|int)]|join}}",  
    "datatype": "xsd:string" 
    },
    {
    "virtual": "true",
     "null": {"@list": [{"name": "wsp_year_06", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_06|int),'-','%02d' | format(wsp_month_06|int),'-','%02d'|format(wsp_day_06|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(wsp_year_06|int),'-','%02d' | format(wsp_month_06|int),'-','%02d'|format(wsp_day_06|int)]|join}}",  
    "datatype": "xsd:date"
    },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_06", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_06]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_06", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_06]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_06", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_06]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_06", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_06]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_06}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_06", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_06]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_06}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_06", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_leermeester_01]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_01", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_01]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_01", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_01]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_01", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_01]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_leermeester_01}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_01", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_leermeester_01]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_leermeester_01}}"
   },
    {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_mbc_06", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06']|join)}}{% endif %}",
    "propertyUrl": "vocab:masterMembership",
    "csvw:value": "{{mst_name_mbc_06}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Internship"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['7e Stage van ',name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['7th Internship of ',name]|join)}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07']|join)}}{% endif %}",
    "propertyUrl": "org:organization",
    "valueUrl": "{{(['diamantslijperijen/', wsp_name_07]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_07]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Workshop"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_07", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_07]|join)|replace(' ', '_')}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_name_07}}",
    "datatype": "xsd:string"
   },
   {
    "lang": "nl",
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_07", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_07]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_name_07}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true", 
    "null": "__",
    "aboutUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([wsp_street_07, ' ', wsp_street_no_07, ' ', wsp_street_no_ad_07]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([wsp_street_07, ' ', wsp_street_no_07, ' ', wsp_street_no_ad_07]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
   {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([wsp_street_07, ' ', wsp_street_no_07, ' ', wsp_street_no_ad_07]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([wsp_street_07, ' ', wsp_street_no_07, ' ', wsp_street_no_ad_07]|join)}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_07", "null": ""}]},
    "aboutUrl": "{{([wsp_street_07, ' ', wsp_street_no_07, ' ', wsp_street_no_ad_07]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([wsp_street_07, wsp_city_07]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_07", "null": ""}]},
    "aboutUrl": "{{([wsp_street_07, wsp_city_07]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_street_07}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_07", "null": ""}]},
    "aboutUrl": "{{([wsp_street_07, wsp_city_07]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_07", "null": ""}]},
    "aboutUrl": "{{([wsp_street_07, wsp_city_07]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_street_07}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_no_07", "null": ""}]},
    "aboutUrl": "{{([wsp_street_07, ' ', wsp_street_no_07, ' ', wsp_street_no_ad_07]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{wsp_street_no_07}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_no_ad_07", "null": ""}]},
    "aboutUrl": "{{([wsp_street_07, ' ', wsp_street_no_07, ' ', wsp_street_no_ad_07]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{wsp_street_no_ad_07}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_07", "null": ""}, {"name": "wsp_city_07", "null": ""}]},
    "aboutUrl": "{{([wsp_street_07, wsp_city_07]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{wsp_city_07}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_city_07", "null": ""}]},
    "aboutUrl": "{{wsp_city_07}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07']|join)}}{% endif %}",
    "propertyUrl": "vocab:duration",
    "valueUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07-interval']|join)}}{% endif %}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duur van de zevende stage van {{name}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duration of the seventh internship of {{name}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07-interval']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:ProperInterval"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07-interval']|join)}}{% endif %}",
    "propertyUrl": "time:before",
    "valueUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07-interval']|join)}}{% endif %}",
    "propertyUrl": "time:after",
    "valueUrl": "{% if ( (wsp_name_06 != '' ) or (wsp_street_06 != '') or (mst_name_06 != '') ) %}{{([adm_id, '-internship_06-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_07", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07-interval']|join)}}{% endif %}",
    "propertyUrl": "time:hasBeginning",
    "valueUrl": "{{['%04d'| format(wsp_year_07|int),'-','%02d' | format(wsp_month_07|int),'-','%02d'|format(wsp_day_07|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_year_07", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_07|int),'-','%02d' | format(wsp_month_07|int),'-','%02d'|format(wsp_day_07|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_07", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_07|int),'-','%02d' | format(wsp_month_07|int),'-','%02d'|format(wsp_day_07|int)]|join}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(wsp_year_07|int),'-','%02d' | format(wsp_month_07|int),'-','%02d'|format(wsp_day_07|int)]|join}}",  
    "datatype": "xsd:string" 
    },
    {
    "virtual": "true",
     "null": {"@list": [{"name": "wsp_year_07", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_07|int),'-','%02d' | format(wsp_month_07|int),'-','%02d'|format(wsp_day_07|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(wsp_year_07|int),'-','%02d' | format(wsp_month_07|int),'-','%02d'|format(wsp_day_07|int)]|join}}",  
    "datatype": "xsd:date"
    },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_07", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_07]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_07", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_07]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_07", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_07]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_07", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_07]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_07}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_07", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_07]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_07}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_07", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_07]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_07", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_07]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_07", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_07]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_07", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_07]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_07}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_07", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_07]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_07}}"
   },
    {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_mbc_07", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07']|join)}}{% endif %}",
    "propertyUrl": "vocab:masterMembership",
    "csvw:value": "{{mst_name_mbc_07}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Internship"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['8e Stage van ',name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['8th Internship of ',name]|join)}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08']|join)}}{% endif %}",
    "propertyUrl": "org:organization",
    "valueUrl": "{{(['diamantslijperijen/', wsp_name_08]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_08]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Workshop"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_08", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_08]|join)|replace(' ', '_')}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_name_08}}",
    "datatype": "xsd:string"
   },
   {
    "lang": "nl",
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_08", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_08]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_name_08}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true", 
    "null": "__",
    "aboutUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([wsp_street_08, ' ', wsp_street_no_08, ' ', wsp_street_no_ad_08]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([wsp_street_08, ' ', wsp_street_no_08, ' ', wsp_street_no_ad_08]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
   {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([wsp_street_08, ' ', wsp_street_no_08, ' ', wsp_street_no_ad_08]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([wsp_street_08, ' ', wsp_street_no_08, ' ', wsp_street_no_ad_08]|join)}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_08", "null": ""}]},
    "aboutUrl": "{{([wsp_street_08, ' ', wsp_street_no_08, ' ', wsp_street_no_ad_08]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([wsp_street_08, wsp_city_08]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_08", "null": ""}]},
    "aboutUrl": "{{([wsp_street_08, wsp_city_08]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_street_08}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_08", "null": ""}]},
    "aboutUrl": "{{([wsp_street_08, wsp_city_08]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_08", "null": ""}]},
    "aboutUrl": "{{([wsp_street_08, wsp_city_08]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_street_08}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_no_08", "null": ""}]},
    "aboutUrl": "{{([wsp_street_08, ' ', wsp_street_no_08, ' ', wsp_street_no_ad_08]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{wsp_street_no_08}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_no_ad_08", "null": ""}]},
    "aboutUrl": "{{([wsp_street_08, ' ', wsp_street_no_08, ' ', wsp_street_no_ad_08]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{wsp_street_no_ad_08}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_08", "null": ""}, {"name": "wsp_city_08", "null": ""}]},
    "aboutUrl": "{{([wsp_street_08, wsp_city_08]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{wsp_city_08}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_city_08", "null": ""}]},
    "aboutUrl": "{{wsp_city_08}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08']|join)}}{% endif %}",
    "propertyUrl": "vocab:duration",
    "valueUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08-interval']|join)}}{% endif %}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duur van de achtste stage van {{name}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duration of the eight internship of {{name}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08-interval']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:ProperInterval"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08-interval']|join)}}{% endif %}",
    "propertyUrl": "time:before",
    "valueUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08-interval']|join)}}{% endif %}",
    "propertyUrl": "time:after",
    "valueUrl": "{% if ( (wsp_name_07 != '' ) or (wsp_street_07 != '') or (mst_name_07 != '') ) %}{{([adm_id, '-internship_07-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_08", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08-interval']|join)}}{% endif %}",
    "propertyUrl": "time:hasBeginning",
    "valueUrl": "{{['%04d'| format(wsp_year_08|int),'-','%02d' | format(wsp_month_08|int),'-','%02d'|format(wsp_day_08|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_year_08", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_08|int),'-','%02d' | format(wsp_month_08|int),'-','%02d'|format(wsp_day_08|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_08", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_08|int),'-','%02d' | format(wsp_month_08|int),'-','%02d'|format(wsp_day_08|int)]|join}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(wsp_year_08|int),'-','%02d' | format(wsp_month_08|int),'-','%02d'|format(wsp_day_08|int)]|join}}",  
    "datatype": "xsd:string" 
    },
    {
    "virtual": "true",
     "null": {"@list": [{"name": "wsp_year_08", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_08|int),'-','%02d' | format(wsp_month_08|int),'-','%02d'|format(wsp_day_08|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(wsp_year_08|int),'-','%02d' | format(wsp_month_08|int),'-','%02d'|format(wsp_day_08|int)]|join}}",  
    "datatype": "xsd:date"
    },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_08", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_08]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_08", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_08]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_08", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_08]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_08", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_08]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_08}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_08", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_08]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_08}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_08", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_08]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_08", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_08]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_08", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_08]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_08", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_08]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_08}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_08", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_08]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_08}}"
   },
    {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_mbc_08", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08']|join)}}{% endif %}",
    "propertyUrl": "vocab:masterMembership",
    "csvw:value": "{{mst_name_mbc_08}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Internship"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['9e Stage van ',name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['9th Internship of ',name]|join)}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09']|join)}}{% endif %}",
    "propertyUrl": "org:organization",
    "valueUrl": "{{(['diamantslijperijen/', wsp_name_09]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_09]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Workshop"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_09", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_09]|join)|replace(' ', '_')}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_name_09}}",
    "datatype": "xsd:string"
   },
   {
    "lang": "nl",
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_09", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_09]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_name_09}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true", 
    "null": "__",
    "aboutUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([wsp_street_09, ' ', wsp_street_no_09, ' ', wsp_street_no_ad_09]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([wsp_street_09, ' ', wsp_street_no_09, ' ', wsp_street_no_ad_09]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
   {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([wsp_street_09, ' ', wsp_street_no_09, ' ', wsp_street_no_ad_09]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([wsp_street_09, ' ', wsp_street_no_09, ' ', wsp_street_no_ad_09]|join)}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_09", "null": ""}]},
    "aboutUrl": "{{([wsp_street_09, ' ', wsp_street_no_09, ' ', wsp_street_no_ad_09]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([wsp_street_09, wsp_city_09]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_09", "null": ""}]},
    "aboutUrl": "{{([wsp_street_09, wsp_city_09]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_street_09}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_09", "null": ""}]},
    "aboutUrl": "{{([wsp_street_09, wsp_city_09]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_09", "null": ""}]},
    "aboutUrl": "{{([wsp_street_09, wsp_city_09]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_street_09}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_no_09", "null": ""}]},
    "aboutUrl": "{{([wsp_street_09, ' ', wsp_street_no_09, ' ', wsp_street_no_ad_09]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{wsp_street_no_09}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_no_ad_09", "null": ""}]},
    "aboutUrl": "{{([wsp_street_09, ' ', wsp_street_no_09, ' ', wsp_street_no_ad_09]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{wsp_street_no_ad_09}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_09", "null": ""}, {"name": "wsp_city_09", "null": ""}]},
    "aboutUrl": "{{([wsp_street_09, wsp_city_09]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{wsp_city_09}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_city_09", "null": ""}]},
    "aboutUrl": "{{wsp_city_09}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09']|join)}}{% endif %}",
    "propertyUrl": "vocab:duration",
    "valueUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09-interval']|join)}}{% endif %}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duur van de negende stage van {{name}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duration of the ninth internship of {{name}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09-interval']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:ProperInterval"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09-interval']|join)}}{% endif %}",
    "propertyUrl": "time:before",
    "valueUrl": "{% if ( (wsp_name_10 != '' ) or (wsp_street_10 != '') or (mst_name_10 != '') ) %}{{([adm_id, '-internship_10-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09-interval']|join)}}{% endif %}",
    "propertyUrl": "time:after",
    "valueUrl": "{% if ( (wsp_name_08 != '' ) or (wsp_street_08 != '') or (mst_name_08 != '') ) %}{{([adm_id, '-internship_08-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_09", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09-interval']|join)}}{% endif %}",
    "propertyUrl": "time:hasBeginning",
    "valueUrl": "{{['%04d'| format(wsp_year_09|int),'-','%02d' | format(wsp_month_09|int),'-','%02d'|format(wsp_day_09|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_year_09", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_09|int),'-','%02d' | format(wsp_month_09|int),'-','%02d'|format(wsp_day_09|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_09", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_09|int),'-','%02d' | format(wsp_month_09|int),'-','%02d'|format(wsp_day_09|int)]|join}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(wsp_year_09|int),'-','%02d' | format(wsp_month_09|int),'-','%02d'|format(wsp_day_09|int)]|join}}",  
    "datatype": "xsd:string" 
    },
    {
    "virtual": "true",
     "null": {"@list": [{"name": "wsp_year_09", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_09|int),'-','%02d' | format(wsp_month_09|int),'-','%02d'|format(wsp_day_09|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(wsp_year_09|int),'-','%02d' | format(wsp_month_09|int),'-','%02d'|format(wsp_day_09|int)]|join}}",  
    "datatype": "xsd:date"
    },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_09", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_09]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_09", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_09]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_09", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_09]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_09", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_09]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_09}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_09", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_09]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_09}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_09", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_09]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_09", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_09]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_09", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_09]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_09", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_09]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_09}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_09", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_09]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_09}}"
   },
    {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_mbc_09", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09']|join)}}{% endif %}",
    "propertyUrl": "vocab:masterMembership",
    "csvw:value": "{{mst_name_mbc_09}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_10 != '' ) or (wsp_street_10 != '') or (mst_name_10 != '') ) %}{{([adm_id, '-internship_10']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Internship"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_10 != '' ) or (wsp_street_10 != '') or (mst_name_10 != '') ) %}{{([adm_id, '-internship_10']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['10e Stage van ',name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_10 != '' ) or (wsp_street_10 != '') or (mst_name_10 != '') ) %}{{([adm_id, '-internship_10']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{(['10th Internship of ',name]|join)}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_10 != '' ) or (wsp_street_10 != '') or (mst_name_10 != '') ) %}{{([adm_id, '-internship_10']|join)}}{% endif %}",
    "propertyUrl": "org:organization",
    "valueUrl": "{{(['diamantslijperijen/', wsp_name_10]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_10]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Workshop"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_10", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_10]|join)|replace(' ', '_')}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_name_10}}",
    "datatype": "xsd:string"
   },
   {
    "lang": "nl",
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_name_10", "null": ""}]},
    "aboutUrl": "{{(['diamantslijperijen/', wsp_name_10]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_name_10}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true", 
    "null": "__",
    "aboutUrl": "{% if ( (wsp_name_10 != '' ) or (wsp_street_10 != '') or (mst_name_10 != '') ) %}{{([adm_id, '-internship_10']|join)}}{% endif %}",
    "propertyUrl": "schema:address",
    "valueUrl": "{{([wsp_street_10, ' ', wsp_street_no_10, ' ', wsp_street_no_ad_10]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{([wsp_street_10, ' ', wsp_street_no_10, ' ', wsp_street_no_ad_10]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:PostalAddress"
   },
   {
    "virtual": "true", 
    "null": "  ",
    "aboutUrl": "{{([wsp_street_10, ' ', wsp_street_no_10, ' ', wsp_street_no_ad_10]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([wsp_street_10, ' ', wsp_street_no_10, ' ', wsp_street_no_ad_10]|join)}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_10", "null": ""}]},
    "aboutUrl": "{{([wsp_street_10, ' ', wsp_street_no_10, ' ', wsp_street_no_ad_10]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:street",
    "valueUrl": "{{([wsp_street_10, wsp_city_10]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_10", "null": ""}]},
    "aboutUrl": "{{([wsp_street_10, wsp_city_10]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{wsp_street_10}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_10", "null": ""}]},
    "aboutUrl": "{{([wsp_street_10, wsp_city_10]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "hg:Street"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_10", "null": ""}]},
    "aboutUrl": "{{([wsp_street_10, wsp_city_10]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{wsp_street_10}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_no_10", "null": ""}]},
    "aboutUrl": "{{([wsp_street_10, ' ', wsp_street_no_10, ' ', wsp_street_no_ad_10]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumber",
    "csvw:value": "{{wsp_street_no_10}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_street_no_ad_10", "null": ""}]},
    "aboutUrl": "{{([wsp_street_10, ' ', wsp_street_no_10, ' ', wsp_street_no_ad_10]|join)|replace(' ', '_')}}",
    "propertyUrl": "vocab:houseNumberAddition",
    "csvw:value": "{{wsp_street_no_ad_10}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_street_10", "null": ""}, {"name": "wsp_city_10", "null": ""}]},
    "aboutUrl": "{{([wsp_street_10, wsp_city_10]|join)}}",
    "propertyUrl": "geo:sfWithin",
    "valueUrl": "{{wsp_city_10}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_city_10", "null": ""}]},
    "aboutUrl": "{{wsp_city_10}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Place"
   },
   {
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_10 != '' ) or (wsp_street_10 != '') or (mst_name_10 != '') ) %}{{([adm_id, '-internship_10']|join)}}{% endif %}",
    "propertyUrl": "vocab:duration",
    "valueUrl": "{% if ( (wsp_name_10 != '' ) or (wsp_street_10 != '') or (mst_name_10 != '') ) %}{{([adm_id, '-internship_10-interval']|join)}}{% endif %}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_10 != '' ) or (wsp_street_10 != '') or (mst_name_10 != '') ) %}{{([adm_id, '-internship_10-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duur van de tiende stage van {{name}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "aboutUrl": "{% if ( (wsp_name_10 != '' ) or (wsp_street_10 != '') or (mst_name_10 != '') ) %}{{([adm_id, '-internship_10-interval']|join)}}{% endif %}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "Duration of the tenth internship of {{name}}"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_10 != '' ) or (wsp_street_10 != '') or (mst_name_10 != '') ) %}{{([adm_id, '-internship_10-interval']|join)}}{% endif %}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:ProperInterval"
   },
   {
    "virtual": "true", 
    "aboutUrl": "{% if ( (wsp_name_10 != '' ) or (wsp_street_10 != '') or (mst_name_10 != '') ) %}{{([adm_id, '-internship_10-interval']|join)}}{% endif %}",
    "propertyUrl": "time:after",
    "valueUrl": "{% if ( (wsp_name_09 != '' ) or (wsp_street_09 != '') or (mst_name_09 != '') ) %}{{([adm_id, '-internship_09-interval']|join)}}{% endif %}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_10", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_10 != '' ) or (wsp_street_10 != '') or (mst_name_10 != '') ) %}{{([adm_id, '-internship_10-interval']|join)}}{% endif %}",
    "propertyUrl": "time:hasBeginning",
    "valueUrl": "{{['%04d'| format(wsp_year_10|int),'-','%02d' | format(wsp_month_10|int),'-','%02d'|format(wsp_day_10|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "wsp_year_10", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_10|int),'-','%02d' | format(wsp_month_10|int),'-','%02d'|format(wsp_day_10|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "wsp_year_10", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_10|int),'-','%02d' | format(wsp_month_10|int),'-','%02d'|format(wsp_day_10|int)]|join}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(wsp_year_10|int),'-','%02d' | format(wsp_month_10|int),'-','%02d'|format(wsp_day_10|int)]|join}}",  
    "datatype": "xsd:string" 
    },
    {
    "virtual": "true",
     "null": {"@list": [{"name": "wsp_year_10", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(wsp_year_10|int),'-','%02d' | format(wsp_month_10|int),'-','%02d'|format(wsp_day_10|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(wsp_year_10|int),'-','%02d' | format(wsp_month_10|int),'-','%02d'|format(wsp_day_10|int)]|join}}",  
    "datatype": "xsd:date"
    },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_10", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_10 != '' ) or (wsp_street_10 != '') or (mst_name_10 != '') ) %}{{([adm_id, '-internship_10']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_10]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_10", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_10]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_10", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_10]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_10", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_10]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_10}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_10", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_10]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_10}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_leermeester_10", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_10 != '' ) or (wsp_street_10 != '') or (mst_name_10 != '') ) %}{{([adm_id, '-internship_10']|join)}}{% endif %}",
    "propertyUrl": "vocab:master",
    "valueUrl": "{{(['master-', mst_name_10]|join)}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_10", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_10]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Master"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_10", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_10]|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_10", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_10]|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{mst_name_10}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_10", "null": ""}]},
    "aboutUrl": "{{(['master-', mst_name_10]|join)}}",
    "propertyUrl": "schema:name",
    "csvw:value": "{{mst_name_10}}"
   },
    {
    "virtual": "true", 
    "null": {"@list": [{"name": "mst_name_mbc_10", "null": ""}]},
    "aboutUrl": "{% if ( (wsp_name_10 != '' ) or (wsp_street_10 != '') or (mst_name_10 != '') ) %}{{([adm_id, '-internship_10']|join)}}{% endif %}",
    "propertyUrl": "vocab:masterMembership",
    "csvw:value": "{{mst_name_mbc_10}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "un_name", "null": ""},
          {"name": "person_uuid", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "org:hasMembership",
    "valueUrl": "{{([adm_id, ' ', un_section, ' ', un_section_no]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "un_name", "null": ""}]},
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "vocab:aboutMembership",
    "valueUrl": "{{([adm_id, ' ', un_section, ' ', un_section_no]|join)|replace(' ', '_')}}"
   },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "un_name", "null": ""}]},
    "aboutUrl": "{{([adm_id, ' ', un_section, ' ', un_section_no]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "org:Membership"
   }, 
    {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "null": {"@list": [{"name": "un_name", "null": ""}]},
    "aboutUrl": "{{([adm_id, ' ', un_section, ' ', un_section_no]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([un_name, ' lidmaatschap van ',name, ' (leerling)']|join)}}"
   },
    {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "null": {"@list": [{"name": "un_name", "null": ""}]},
    "aboutUrl": "{{([adm_id, ' ', un_section, ' ', un_section_no]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([un_name, ' membership of ',name, ' (apprentice)']|join)}}"
   },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "un_section_no", "null": ""}]},
    "aboutUrl": "{{([adm_id, ' ', un_section, ' ', un_section_no]|join)|replace(' ', '_')}}",
    "propertyUrl": "dc:identifier",
    "csvw:value": "{{un_section_no}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "un_name", "null": ""},
          {"name": "person_uuid", "null": ""}]},
    "aboutUrl": "{{([adm_id, ' ', un_section, ' ', un_section_no]|join)|replace(' ', '_')}}",
    "propertyUrl": "org:member",
    "valueUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}"
   }, 
   {
    "virtual": "true",
    "null": {"@list": [{"name": "un_section", "null": ""}]},
    "aboutUrl": "{{([adm_id, ' ', un_section, ' ', un_section_no]|join)|replace(' ', '_')}}",
    "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", 
    "null": {"@list": [{"name": "un_name", "null": ""}]},
    "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"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_year", "null": ""}]},
    "aboutUrl": "{{([adm_id, ' ', un_section, ' ', un_section_no]|join)|replace(' ', '_')}}",
    "propertyUrl": "org:memberDuring",
    "valueUrl": "{{([adm_id, ' ', un_section, ' ', un_section_no, '-interval']|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_year", "null": ""}]},
    "aboutUrl": "{{([adm_id, ' ', un_section, ' ', un_section_no, '-interval']|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(mmb_year|int),'-','%02d' | format(mmb_month|int),'-','%02d'|format(mmb_day|int),'/..']|join}}",
    "datatype": "xsd:string"
   },
    {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_year", "null": ""}]},
    "aboutUrl": "{{([adm_id, ' ', un_section, ' ', un_section_no, '-interval']|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:ProperInterval"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "mmb_year", "null": ""}]},
    "aboutUrl": "{{([adm_id, ' ', un_section, ' ', un_section_no, '-interval']|join)|replace(' ', '_')}}",
    "propertyUrl": "time:hasBeginning",
    "valueUrl": "{{['%04d'| format(mmb_year|int),'-','%02d' | format(mmb_month|int),'-','%02d'|format(mmb_day|int)]|join}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_year", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(mmb_year|int),'-','%02d' | format(mmb_month|int),'-','%02d'|format(mmb_day|int)]|join}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "time:Instant"  
    },
    {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_year", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(mmb_year|int),'-','%02d' | format(mmb_month|int),'-','%02d'|format(mmb_day|int)]|join}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{['%04d'| format(mmb_year|int),'-','%02d' | format(mmb_month|int),'-','%02d'|format(mmb_day|int)]|join}}",  
    "datatype": "xsd:string" 
    },
    {
    "virtual": "true", 
    "null": {"@list": [{"name": "mmb_year", "null": ""}]},
    "aboutUrl": "{{['%04d'| format(mmb_year|int),'-','%02d' | format(mmb_month|int),'-','%02d'|format(mmb_day|int)]|join}}",
    "propertyUrl": "time:inXSDDate",
    "csvw:value": "{{['%04d'| format(mmb_year|int),'-','%02d' | format(mmb_month|int),'-','%02d'|format(mmb_day|int)]|join}}",  
    "datatype": "xsd:date"
    },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "un_number_brother", "null": ""},
          {"name": "person_uuid", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:membershipBrother",
    "csvw:value": "{{un_number_brother}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "un_number_brother", "null": ""}]},
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "vocab:aboutMembershipBrother",
    "csvw:value": "{{un_number_brother}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "un_number_brother_2", "null": ""},
          {"name": "person_uuid", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:membershipBrother",
    "csvw:value": "{{un_number_brother_2}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "un_number_brother_2", "null": ""}]},
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "vocab:aboutMembershipBrother",
    "csvw:value": "{{un_number_brother_2}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "un_number_brother_3", "null": ""},
          {"name": "person_uuid", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:membershipBrother",
    "csvw:value": "{{un_number_brother_3}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "un_number_brother_3", "null": ""}]},
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "vocab:aboutMembershipBrother",
    "csvw:value": "{{un_number_brother_3}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "un_number_brother_4", "null": ""},
          {"name": "person_uuid", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:membershipBrother",
    "csvw:value": "{{un_number_brother_4}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "un_number_brother_4", "null": ""}]},
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "vocab:aboutMembershipBrother",
    "csvw:value": "{{un_number_brother_4}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "un_number_brother_5", "null": ""},
          {"name": "person_uuid", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:membershipBrother",
    "csvw:value": "{{un_number_brother_5}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "un_number_brother_5", "null": ""}]},
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "vocab:aboutMembershipBrother",
    "csvw:value": "{{un_number_brother_5}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
   "null": {"@list": [{"name": "un_number_sister", "null": ""},
          {"name": "person_uuid", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:membershipSister",
    "csvw:value": "{{un_number_sister}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "un_number_sister", "null": ""}]},
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "vocab:aboutMembershipSister",
    "csvw:value": "{{un_number_sister}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "un_number_sister_2", "null": ""},
          {"name": "person_uuid", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:membershipSister",
    "csvw:value": "{{un_number_sister_2}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "un_number_sister_2", "null": ""}]},
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "vocab:aboutMembershipSister",
    "csvw:value": "{{un_number_sister_2}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "un_number_sister_3", "null": ""},
          {"name": "person_uuid", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:membershipSister",
    "csvw:value": "{{un_number_sister_3}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "un_number_sister_3", "null": ""}]},
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "vocab:aboutMembershipSister",
    "csvw:value": "{{un_number_sister_3}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
   "null": {"@list": [{"name": "par_last_name", "null": ""},
          {"name": "person_uuid", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "schema:parent",
    "valueUrl": "{{([adm_id, '-parent']|join)}}"
   },
   {
    "virtual": "true",
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "vocab:aboutParent",
    "valueUrl": "{{([adm_id, '-parent']|join)}}"
   },
  {
    "virtual": "true",
    "null": {"@list": [{"name": "parent_relation", "null": ""}]},
    "aboutUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}",
    "propertyUrl": "vocab:{{parent_relation}}",
    "valueUrl": "{{([adm_id, '-parent']|join)}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "parent_relation", "null": ""}]},
    "aboutUrl": "{{adm_id}}",
    "propertyUrl": "vocab:{{about_parent_relation}}",
    "valueUrl": "{{([adm_id, '-parent']|join)}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "child_relation", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-parent']|join)}}",
    "propertyUrl": "vocab:{{child_relation}}",
    "valueUrl": "https://iisg.amsterdam/id/adb-andb/{{person_uuid}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_last_name", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-parent']|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "schema:Person"
   }, 
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_last_name", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-parent']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([par_first_name, ' ', par_last_name]|join)}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_first_name", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-parent']|join)}}",
    "propertyUrl": "schema:givenName",
    "csvw:value": "{{par_first_name}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_middle_name", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-parent']|join)}}",
    "propertyUrl": "vocab:middleName",
    "csvw:value": "{{par_middle_name}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_last_name", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-parent']|join)}}",
    "propertyUrl": "schema:familyName",
    "csvw:value": "{{par_last_name}}",
    "datatype": "xsd:string"
   }, 
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_maiden_name", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-parent']|join)}}",
    "propertyUrl": "pnv:patronym",
    "csvw:value": "{{par_maiden_name}}",
    "datatype": "xsd:string"
   }, 
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_birth_year", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-parent']|join)}}",
    "datatype": "xsd:date",
    "propertyUrl": "schema:birthDate",
    "csvw:value": "{{['%04d'| format(par_birth_year|int),'-','%02d' | format(par_birth_month|int),'-','%02d'|format(par_birth_day|int)]|join}}"
   },
    {
    "virtual": "true",
    "null": {"@list": [{"name": "part_death_year", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-parent']|join)}}",
    "datatype": "xsd:date",
    "propertyUrl": "schema:deathDate",
    "csvw:value": "{{['%04d'| format(part_death_year|int),'-','%02d' | format(par_death_month|int),'-','%02d'|format(par_death_day|int)]|join}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_birth_place", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-parent']|join)}}",
    "propertyUrl": "schema:birthPlace",
    "csvw:value": "{{par_birth_place}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_un_name", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-parent']|join)}}",
    "propertyUrl": "org:hasMembership",
    "valueUrl": "{{([adm_id, '-par_membership']|join)}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_un_name", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-par_membership']|join)}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "org:Membership"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "null": {"@list": [{"name": "par_un_name", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-par_membership']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([par_un_name, ' lidmaatschap van ', par_first_name, ' ', par_last_name]|join)}}"
   },
   {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "null": {"@list": [{"name": "par_un_name", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-par_membership']|join)}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([par_un_name, ' membership of ', par_first_name, ' ', par_last_name]|join)}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_un_section_no", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-par_membership']|join)}}",
    "propertyUrl": "dc:identifier",
    "csvw:value": "{{par_un_section_no}}",
    "datatype": "xsd:string"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_un_name", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-par_membership']|join)}}",
    "propertyUrl": "org:member",
    "valueUrl": "{{([adm_id, '-parent']|join)}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_un_section", "null": ""}]},
    "aboutUrl": "{{([adm_id, '-par_membership']|join)}}",
    "propertyUrl": "org:organization",
    "valueUrl": "{{([par_un_name, ' ', par_un_section]|join)|replace(' ', '_')}}"
   },
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "null": {"@list": [{"name": "par_un_section", "null": ""}]},
    "aboutUrl": "{{([par_un_name, ' ', par_un_section]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([par_un_name, ' sectie ', par_un_section]|join)}}"
   },
    {
    "lang": "en",
    "datatype": "xsd:string",
    "virtual": "true",
    "null": {"@list": [{"name": "par_un_section", "null": ""}]},
    "aboutUrl": "{{([par_un_name, ' ', par_un_section]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{([par_un_name, ' section ', par_un_section]|join)}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_un_section", "null": ""}]},
    "aboutUrl": "{{([par_un_name, ' ', par_un_section]|join)|replace(' ', '_')}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "org:OrganizationalUnit"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_un_section", "null": ""}]},
    "aboutUrl": "{{([par_un_name, ' ', par_un_section]|join)|replace(' ', '_')}}",
    "propertyUrl": "org:unitOf",
    "valueUrl": "{{par_un_name}}"
   },
   {
    "virtual": "true", 
    "null": {"@list": [{"name": "par_un_name", "null": ""}]},
    "aboutUrl": "{{par_un_name}}",
    "propertyUrl": "rdf:type",
    "valueUrl": "vocab:Union"
   }, 
   {
    "lang": "nl",
    "datatype": "xsd:string",
    "virtual": "true",
    "null": {"@list": [{"name": "par_un_name", "null": ""}]},
    "aboutUrl": "{{par_un_name}}",
    "propertyUrl": "rdfs:label",
    "csvw:value": "{{par_un_name}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_un_section", "null": ""}]},
    "aboutUrl": "{{par_un_name}}",
    "propertyUrl": "org:hasUnit",
    "valueUrl": "{{([par_un_name, ' ', par_un_section]|join)|replace(' ', '_')}}"
   },
   {
    "virtual": "true",
    "null": {"@list": [{"name": "par_un_section", "null": ""}]},
    "aboutUrl": "{{([par_un_name, ' ', par_un_section]|join)|replace(' ', '_')}}",
    "propertyUrl": "dc:identifier",
    "csvw:value": "{{par_un_section}}",
    "datatype": "xsd:string"
   }
  ],
  "primaryKey": "adm_id",
  "aboutUrl": "{adm_id}"
 }
}