@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/brrS8s4>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida van Eijk"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8d401947-df2d-d4a7-f2af-8a63846677c2"^^xsd:string ;
  schema:familyName "van Eijk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t5cg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6179484d-6df4-1b9a-be78-add9d80551bf> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2234403> ;
  schema:birthDate "1871-01-16"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Eijk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

