@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/bdjNAQ6>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Kuijs"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f633743a-c14e-2801-bbbe-8cfce1934310"^^xsd:string ;
  schema:familyName "Kuijs"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s4n2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b11dc70e-f393-49fb-fe31-51967ddf5d0f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2507725> ;
  schema:birthDate "1866-12-25"^^xsd:date .

