{
 "@id": "https://iisg.amsterdam/persons_deaths1910_1920.csv",
 "@context": [
  "https://raw.githubusercontent.com/CLARIAH/COW/master/csvw.json",
  {
   "@language": "en",
   "@base": "https://iisg.amsterdam/openarchdeaths1910_1920/"
  },
  {
   "bibo": "http://purl.org/ontology/bibo/",
   "bio": "http://purl.org/vocab/bio/0.1/",
   "canfam": "https://iisg.amsterdam/canfam/dataset/canada1901/",
   "canfam-auke": "https://iisg.amsterdam/canfam/auke/",
   "canfam-dimension": "http://data.socialhistory.org/vocab/canfam/dimension/",
   "clio": "https://iisg.amsterdam/clio/",
   "clioctr": "https://iisg.amsterdam/clio/country/",
   "clioind": "https://iisg.amsterdam/clio/indicator/",
   "clioprop": "https://iisg.amsterdam/clio/property/",
   "csvw": "http://www.w3.org/ns/csvw#",
   "dbo": "http://dbpedia.org/ontology/",
   "dbp": "http://dbpedia.org/property/",
   "dbpedia": "http://dbpedia.org/resource/",
   "dbr": "http://dbpedia.org/resource/",
   "dc": "http://purl.org/dc/terms/",
   "dc11": "http://purl.org/dc/elements/1.1/",
   "dcterms": "http://purl.org/dc/terms/",
   "foaf": "http://xmlns.com/foaf/0.1/",
   "hiscam": "https://iisg.amsterdam/hiscam/",
   "hisclass": "https://iisg.amsterdam/hisclass/",
   "hisclass5": "https://iisg.amsterdam/hisclass5/",
   "hisco": "https://iisg.amsterdam/hisco/",
   "hisco-product": "https://iisg.amsterdam/hisco/product/",
   "hisco-relation": "https://iisg.amsterdam/hisco/relation/",
   "hisco-status": "https://iisg.amsterdam/hisco/status/",
   "hsn": "https://iisg.amsterdam/hsn2013a/",
   "ldp": "http://www.w3.org/ns/ldp#",
   "microheights": "https://iisg.amsterdam/microheights/",
   "napp": "https://iisg.amsterdam/napp/",
   "napp-can91": "https://iisg.amsterdam/napp/dataset/canada1891/",
   "napp-dimension": "http://data.socialhistory.org/vocab/napp/dimension/",
   "napp-eng81": "https://iisg.amsterdam/napp/dataset/englandwales1881/",
   "napp-sct81": "https://iisg.amsterdam/napp/dataset/scotland1881/",
   "np": "http://www.nanopub.org/nschema#",
   "occhisco": "https://iisg.amsterdam/napp/OCCHISCO/",
   "owl": "http://www.w3.org/2002/07/owl#",
   "prov": "http://www.w3.org/ns/prov#",
   "qb": "http://purl.org/linked-data/cube#",
   "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
   "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
   "schema": "http://schema.org/",
   "sdmx-code": "http://purl.org/linked-data/sdmx/2009/code#",
   "sdmx-concept": "http://purl.org/linked-data/sdmx/2009/concept#",
   "sdmx-dimension": "http://purl.org/linked-data/sdmx/2009/dimension#",
   "sdmx-measure": "http://purl.org/linked-data/sdmx/2009/measure#",
   "sdr": "https://iisg.amsterdam/",
   "sdv": "https://iisg.amsterdam/vocab/",
   "skos": "http://www.w3.org/2004/02/skos/core#",
   "time": "http://www.w3.org/2006/time#",
   "xml": "http://www.w3.org/XML/1998/namespace/",
   "xsd": "http://www.w3.org/2001/XMLSchema#"
  }
 ],
 "url": "persons_deaths1910_1920.csv",
 "dialect": {
  "delimiter": ";",
  "encoding": "utf-8",
  "quoteChar": "\""
 },
 "dc:title": "persons_deaths1910_1920.csv",
 "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": "2020-09-15",
  "@type": "xsd:date"
 },
 "tableSchema": {
  "columns": [
    {
      "datatype": "int",
      "propertyUrl": "vocab/personID",
      "csvw:value":"{{id_person}}"
    },
    {
     "propertyUrl": "rdf:type",
     "valueUrl": "schema:Person"
    },
      {
      "datatype": "string",
     "propertyUrl": "schema:gender",
     "name": "sex"
    },
    {
     "datatype": "string",
     "propertyUrl": "vocab/civilStatus",
     "name": "civil_status"
    },
    {
    "name": "age_year",
    "datatype": "int",
    "propertyUrl": "vocab/ageYears",
    "csvw:value":"{age_year}",
    "null": [""]
  },
    {
     "datatype": "string",
     "propertyUrl": "vocab/stillbirth",
     "name": "stillbirth"
    },
     {
       "virtual": "true",
       "aboutUrl":"registration/{{id_registration}}",
       "propertyUrl": "vocab/registerEvent",
       "valueUrl": "death/{{id_registration}}"
     },
     {
       "virtual": "true",
       "aboutUrl":"death/{{id_registration}}",
       "propertyUrl": "rdf:type",
       "valueUrl": "bio:Death"
     },
     {
       "virtual": "true",
       "aboutUrl":"death/{{id_registration}}",
       "propertyUrl": "{% if role =='10'%}vocab/deceased{% elif role =='11'%}bio:partner{% elif role =='2' %}vocab/mother{% elif role =='3'%}vocab/father{% endif %}",
       "valueUrl": "person/{{id_person}}"
     },
     {
       "virtual": "true",
       "datatype": "date",
       "aboutUrl":"death/{{id_registration}}",
       "propertyUrl": "bio:date",
       "csvw:value": "{{death_date}}"
     },
       {
       "virtual": "true",
       "aboutUrl":"death/{{id_registration}}",
       "propertyUrl": "vocab/event_location",
       "valueUrl": "place/{{death_location}}"
     },
     {
     "virtual": "true",
     "datatype": "string",
     "name": "occupation",
     "propertyUrl": "schema:hasOccupation",
     "valueUrl": "occupation/{{occupation}}",
     "null": [""]
   },
     {
     "virtual": "true",
     "aboutUrl": "place/{{death_location}}",
     "propertyUrl": "http://www.gemeentegeschiedenis.nl/gg-schema#amsterdamCode",
     "valueUrl": "http://www.gemeentegeschiedenis.nl/amco/{{amco}}"
     }
  ],
  "primaryKey": "id_person",
  "aboutUrl": "person/{id_person}"
 }
}
