@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/breabE9>
  schema:birthPlace "Asch"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:givenName "Gerrigje"^^xsd:string ;
  schema:name "Gerrigje van Alphen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f436082d-51f5-d03f-3ad7-aecdbf5c1e81"^^xsd:string ;
  schema:familyName "van Alphen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t2zc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/161fb4ef-1765-f17a-968d-d754540c01fd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1949017> ;
  schema:birthDate "1877-10-21"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Alphen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

