@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/bHGsbRA>
  schema:givenName "Casper Johannes"^^xsd:string ;
  schema:name "Casper Johannes Kok"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/897f80a9-21eb-c424-54e6-ba6315b03dc0"^^xsd:string ;
  schema:familyName "Kok"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b017rp3> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/733c2a4c-d53b-59c4-ac67-a015fc14a16a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2303574> ;
  schema:birthDate "1913-01-14"^^xsd:date .

