@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/bB139HD>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Reebeen"@nl ;
  schema:hasOccupation "Fabriekwerkster"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/48848df7-10e6-e920-1b1f-6a85d6801380"^^xsd:string ;
  schema:familyName "Reebeen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b8X5jEU> ;
  schema:children <https://n2t.net/ark:/60537/bt6tkTL> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1986212> .

