@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/b0cIzVm>
  schema:givenName "Cornelis Adrianus"^^xsd:string ;
  schema:name "Cornelis Adrianus Wijfje"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ef38a421-44b3-65fb-c005-0a80073f227c"^^xsd:string ;
  schema:familyName "Wijfje"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leiden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wcv7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6ba40182-7bee-3d9e-ddf1-8e455c65e393> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2274260> ;
  schema:birthDate "1898-01-17"^^xsd:date .

