@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/b9ZBfFT>
  schema:hasOccupation "Dienstbode"@nl ;
  schema:givenName "Grietje"^^xsd:string ;
  schema:name "Grietje Kooij"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/33d85a2c-a0b7-2a97-9b17-adb2847f0b4a"^^xsd:string ;
  schema:familyName "Kooij"^^xsd:string ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bKoxdOU> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2008659> ;
  schema:birthDate "1810-06-08"^^xsd:date .

