@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/bRSJoz4>
  schema:givenName "Christina"^^xsd:string ;
  schema:name "Christina Wansink"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8fefadcf-b3d9-76de-3ae5-f81f9c7d9538"^^xsd:string ;
  schema:familyName "Wansink"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Nieuwkoop> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t2zc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/57b6344c-c7dd-3126-09d1-5dda3273ce7e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2197077> ;
  schema:birthDate "1865-10-20"^^xsd:date .

