@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/bDJ9MVP>
  schema:hasOccupation "Commissionair"@nl ;
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Kok"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/60b1aab6-b4e1-fe9e-7c05-2b7d3aac370f"^^xsd:string ;
  schema:familyName "Kok"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Spijkenisse> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011z2v> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ee9495a4-961b-f305-dfa3-cbd6c75e2dda> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2848073> ;
  schema:birthDate "1809-11-05"^^xsd:date .

