@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/bUarp0F>
  schema:givenName "Christina Diederika"^^xsd:string ;
  schema:name "Christina Diederika Kloos"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ecb69d24-cba9-7793-cab8-540533bdb847"^^xsd:string ;
  schema:familyName "Kloos"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Scherpenzeel> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rdkx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9555fc0b-26ed-beef-1913-bcf3c6cfeef9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2777939> ;
  schema:birthDate "1849-07-04"^^xsd:date .

