@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/bojo8E5>
  schema:givenName "Geertruida"^^xsd:string ;
  schema:name "Geertruida Keuker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d43a5b04-d386-e9f0-d3f5-393d553573ef"^^xsd:string ;
  schema:familyName "Keuker"^^xsd:string ;
  schema:hasOccupation "Liefde Zuster (Verpleegster)"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bJ8kp7j> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2445896> ;
  schema:birthDate "1887-09-15"^^xsd:date .

