@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/bQ0rNAS>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Korswagen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/679d2769-ee8e-26eb-bddf-f28c3f091c6d"^^xsd:string ;
  schema:familyName "Korswagen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qwgn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ff668f49-5341-dae4-3947-ee4b97b0fb6c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2768828> ;
  schema:birthDate "1863-03-01"^^xsd:date .

