@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/bchhXaG>
  schema:givenName "Grietje"^^xsd:string ;
  schema:name "Grietje Nieuwerf"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/55ee0a0e-c6df-fc6c-ed13-8a6e5d39ddd6"^^xsd:string ;
  schema:familyName "Nieuwerf"^^xsd:string ;
  schema:hasOccupation "Zonder"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Boskoop> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ds11> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/652ea58d-84f3-163a-6553-860c91575444> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2249080> ;
  schema:birthDate "1829-02-01"^^xsd:date .

