@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/bhHuq6f>
  schema:givenName "Frans Hemminga"^^xsd:string ;
  schema:name "Frans Hemminga van Leeuwen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e5b5a6ae-f81f-94f7-9176-7b0c9c7a4903"^^xsd:string ;
  schema:familyName "van Leeuwen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00px0w> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2b2f46a0-f954-8681-96e9-fd79c8695c4b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2028352> ;
  schema:birthDate "1856-08-29"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Leeuwen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

