@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bjzN1qR>
  schema:familyName "de Kok"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/74df76a3-bda9-7e13-ddb4-ccfd7bb7df36"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes de Kok"@nl ;
  schema:birthPlace "Nieuw Helvoet"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00m4td> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c0242cf1-2a2a-a524-f17a-59bc1d3c60d2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2565975> ;
  schema:birthDate "1870-05-29"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Kok"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

