@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/brEAhZ9>
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit van Uunen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3992adfb-70c0-555e-ff25-59ace643b813"^^xsd:string ;
  schema:familyName "van Uunen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00p5m0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fd67a7fa-d4ce-403c-d579-be48b6b674f4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2753652> ;
  schema:birthDate "1848-05-14"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Uunen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

