@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bixh0SG>
  schema:hasOccupation "Dienstbode"@nl ;
  schema:givenName "Grietje"^^xsd:string ;
  schema:name "Grietje van Schaik"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2d7f06b3-b4dd-fc16-5a5c-da1949976379"^^xsd:string ;
  schema:familyName "van Schaik"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01243h> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0b0e4a8d-efd3-f0b2-704d-2aa5274c62c3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/612564> ;
  schema:birthDate "1865-08-09"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Schaik"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

