@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/b1sUvuD>
  schema:givenName "Casper Johannes"^^xsd:string ;
  schema:name "Casper Johannes Kok"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ac760cd1-9d0f-9723-59c0-bb2c63973169"^^xsd:string ;
  schema:familyName "Kok"^^xsd:string ;
  schema:hasOccupation "Schipper"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b017rp3> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/41abfee3-7aa1-4cda-c54e-3292a4cb7690> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2111991> ;
  schema:birthDate "1883-08-09"^^xsd:date .

