@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/buM4fO7>
  schema:familyName "Burger"^^xsd:string ;
  schema:birthPlace "Cappelle aan den IJssel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f16b4476-82d2-be33-33a3-d26eb47f4c51"^^xsd:string ;
  schema:givenName "Kors"^^xsd:string ;
  schema:name "Kors Burger"@nl ;
  schema:hasOccupation "Timmerman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01539n> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b0f33126-1162-f792-d204-3c2c4df210dc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2507065> ;
  schema:birthDate "1895-11-21"^^xsd:date .

