@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/brRh1Kh>
  schema:familyName "Burger"^^xsd:string ;
  schema:birthPlace "Cappelle aan den IJssel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fde6049e-ea47-a784-c590-5948edf082f7"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter Burger"@nl ;
  schema:hasOccupation "Sigarenmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01539n> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dcaea2d3-1986-466c-c2a6-ce43ed9780c7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2813516> ;
  schema:birthDate "1897-06-21"^^xsd:date .

