@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/bnuAz5p>
  schema:givenName "Gerritje"^^xsd:string ;
  schema:name "Gerritje Reparon"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fcd7017d-70c4-25f4-d99d-95348cc5a5dd"^^xsd:string ;
  schema:familyName "Reparon"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qt3b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c8084565-62b8-0e10-7c1a-23158a7b9a94> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2592688> ;
  schema:birthDate "1842-09-18"^^xsd:date .

