@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/b7hvP3k>
  schema:birthPlace "Alfen"@nl ;
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Kortenoever"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/99c9e57d-e585-797b-d8db-bdb6d6e58c4a"^^xsd:string ;
  schema:familyName "Kortenoever"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bdKbcaF> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2436164> ;
  schema:birthDate "1892-02-17"^^xsd:date .

