@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/bXhVzzv>
  schema:familyName "de Ridder"^^xsd:string ;
  schema:givenName "Deliaantje Aaltje"^^xsd:string ;
  schema:name "Deliaantje Aaltje de Ridder"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d6fd2fa7-1553-525f-27f4-fc30de639d12"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Schoonhoven> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bbeMJwD> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2759329> ;
  schema:birthDate "1903-01-04"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Ridder"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

