@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/bN5DNqd>
  schema:familyName "de Jong"^^xsd:string ;
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit de Jong"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ddec578f-173b-f13e-1e67-00b6abf8ade3"^^xsd:string ;
  schema:hasOccupation "Sjouwer"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00p9vd> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/611fe184-debf-1ea2-ebcc-99af12da62d8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2233038> ;
  schema:birthDate "1824-02-10"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

